*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7bb11558
MS
12003-11-12 Michael Snyder <msnyder@redhat.com>
2
2a314ed5
MS
3 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
4 sh64_media_reg_base_num, sh64_compact_reg_base_num,
5 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
6 sh64_extract_return_value, sh64_show_media_regs,
7 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
8 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
9 sh64_pseudo_register_read, sh64_pseudo_register_write,
10 sh64_do_pseudo_register, sh_compact_print_registers_info):
11 Delete unused variable 'tdep'.
12
7bb11558
MS
13 * sh64-tdep.c: Coding standard and spelling comment fixes.
14 (sh64_extract_return_value): Replace deprecated_store_floating
15 with store_typed_floating.
16 (sh_sh64_register_convert_to_raw): Replace
17 deprecated_store_floating with store_typed_floating.
18 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
19 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
20 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
21 sh64_extract_struct_value_address, sh64_pop_frame,
22 sh64_extract_return_value, sh64_store_return_value,
23 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
24 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
25 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
26 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
27 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
28 deprecated_register_virtual_type, deprecated_register_raw_size,
29 deprecated_max_register_raw_size, or
30 deprecated_max_register_virtual_size. Instead, just set
31 gdbarch_register_type.
32
e7c27a73
DJ
332003-11-12 Daniel Jacobowitz <drow@mvista.com>
34
35 * dwarf2read.c (struct dwarf2_cu): New type.
36
37 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
38 dwarf2_cu structure to pass down.
39
40 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
41 (add_partial_enumeration, locate_pdi_sibling, process_die)
42 (read_file_scope, read_func_scope)
43 (read_lexical_block_scope, dwarf2_get_pc_bounds)
44 (dwarf2_add_field, dwarf2_attach_fields_to_type)
45 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
46 (read_structure_scope, read_enumeration, read_array_type)
47 (read_common_block, read_namespace, read_tag_pointer_type)
48 (read_tag_ptr_to_member_type, read_tag_reference_type)
49 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
50 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
51 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
52 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
53 (read_full_die. read_attribute_value, read_attribute)
54 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
55 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
56 (die_containing_type, type_at_offset, tag_type_to_type)
57 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
58 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
59
1640b821
DJ
602003-11-12 Daniel Jacobowitz <drow@mvista.com>
61
62 PR breakpoints/1450
63 * breakpoint.c (insert_bp_location): Fix a logic error by returning
64 0 after a catchpoint fails.
65
d7891507
MC
662003-11-11 Michael Chastain <mec.gnu@mindspring.com>
67
68 * mips-tdep.c (msymbol_size): Delete.
69
f594e5e9
MC
702003-11-07 Michael Chastain <mec@shout.net>
71
72 * symtab.h (struct minimal_symbol): Add size.
73 * dbxread.c: Use it.
74 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
75 Rename to record_minimal_symbol.
76 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
77 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
78 (install_minimal_symbols): Ditto.
79 * objfiles.c (terminate_minimal_symbol_table): Ditto.
80 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
81 * m68hc11-tdep.c: Ditto.
82 * mips-tdep.c: Ditto.
83 * sh64-tdep.c: Ditto.
84
68e39e73
MC
852003-11-10 Michael Chastain <mec.gnu@mindspring.com>
86
87 * MAINTAINERS: Change my e-mail address.
88
b60eb90d
AC
892003-11-10 Andrew Cagney <cagney@redhat.com>
90
963e2bb7
AC
91 * gdbarch.sh (return_value): Replace "inval" and "outval" with
92 "readbuf" and "writebuf".
93 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
94 * d10v-tdep.c (d10v_return_value): Ditto.
95 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
96 (ppc_sysv_abi_broken_return_value): Ditto.
97 (ppc64_sysv_abi_return_value): Ditto.
98 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
99 (ppc_sysv_abi_return_value): Ditto.
100 (ppc_sysv_abi_broken_return_value): Ditto.
101 (ppc64_sysv_abi_return_value): Ditto.
102 * values.c (register_value_being_returned): Update call.
103 * stack.c (return_command): Update call.
104 * gdbarch.h, gdbarch.c: Re-generate.
105
8aa91c1e
AC
106 * target.h (struct target_ops): Order xfer buffer parameters "read
107 write" not "write read".
108 * bfd-target.c (target_bfd_xfer_partial): Update.
109 * remote.c (remote_xfer_partial): Update.
110 * inftarg.c (child_xfer_partial): Update.
111 * target.c (default_xfer_partial): Update.
112 (target_read_partial, target_write_partial): Update.
113 (debug_to_xfer_partial): Update.
114
100bcc3f
AC
115 * arch-utils.h, arch-utils.c: Fix typo in comment.
116
b60eb90d
AC
117 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
118 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1b3164d8
AC
119 (set_gdbarch_from_file): Call
120 "deprecated_current_gdbarch_select_hack".
b60eb90d 121
bf922ad9
AC
1222003-11-09 Andrew Cagney <cagney@redhat.com>
123
ebdba546
AC
124 * arch-utils.c (gdbarch_update_p): New function.
125 * gdbarch.sh (gdbarch_update_p): Delete function.
126 (find_arch_by_info, gdbarch_find_by_info): New functions.
3f030793 127 (deprecated_current_gdbarch_select_hack): New function.
ebdba546
AC
128 * gdbarch.c: Re-generate.
129
7de2341d
AC
130 * gdbarch.sh (clear_gdbarch_swap): Delete function.
131 (swapout_gdbarch_swap): Delete function.
132 (swapin_gdbarch_swap): Delete function.
133 (init_gdbarch_swap): Delete function.
134 (initialize_non_multiarch): Delete function.
135 (current_gdbarch_swap_in_hack): New function.
136 (current_gdbarch_swap_out_hack): New function.
137 (current_gdbarch_swap_init_hack): New function.
138 * gdbarch.c: Re-generate.
139
db446970
AC
140 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
141 parameter to "current_gdbarch". Add comment explaining why.
142 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
143 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
144 * gdbarch.c: Re-generate.
145
341e3d11
AC
146 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
147 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
148 * config/s390/xm-linux.h: Delete file.
149 * config/m88k/xm-delta88v4.h: Delete stray.
150
bf922ad9
AC
151 * Makefile.in (arch-utils.o): Update dependencies.
152 * arch-utils.c: Include "osabi.h".
153 (gdbarch_info_fill): New function.
154 * arch-utils.h (gdbarch_info_fill): Declare.
155 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
156 * gdbarch.c: Re-generate.
157
a3640c75
MK
1582003-11-09 Mark Kettenis <kettenis@gnu.org>
159 David S. Miller <davem@redhat.com>
160
161 * glibc-tdep.c, glibc-tdep.h: New files.
162 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
163 * config/i386/linux.mt (TDEPFILES): Likewise.
164 * i386-linux-tdep.c (glibc-tdep.h): Include.
165 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
166 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
167 * arm-linux-tdep.c (glibc-tdep.h): Include.
168 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
169 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
170 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
171 (glibc_tdep_h): Define.
172 (glibc-tdep.o): Add dependencies.
173 (arm-linux-tdep.o): Update dependencies.
174 (i386-linux-tdep.o): Likewise.
175
e60e0ab2
AC
1762003-11-09 Andrew Cagney <cagney@redhat.com>
177
178 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
179 * config/mips/nm-irix6.h: Delete file.
180 * config/mips/nm-linux.h: Update copyright.
181 (MIPS_GNULINUX_TARGET): Delete macro.
182 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
183 * config/mips/xm-irix6.h: Delete file.
184 * config/mips/linux.mh (XM_FILE): Delete definition.
185 * config/mips/xm-linux.h: Delete file.
186
181555e9
AC
1872003-11-09 Andrew Cagney <cagney@redhat.com>
188
189 * d10v-tdep.c (d10v_return_value): New function.
190 (d10v_use_struct_convention): Delete function.
191 (d10v_store_return_value): Delete function.
192 (d10v_extract_struct_value_address): Delete function.
193 (d10v_gdbarch_init): Set "return_value" instead of
194 "extract_return_value", "store_return_value",
195 "extract_struct_value_address", and "use_struct_convention".
196 (RET1_REGNUM): Delete const.
197
dea0c52f
MK
1982003-11-09 Mark Kettenis <kettenis@gnu.org>
199
200 From David S. Miller <davem@redhat.com>:
201 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
202 * gdbarch.c, gdbarch.h: Regenerated.
203 * arch-utils.c (generic_skip_solib_resolver): New function.
204 * arch-utils.h (generic_skip_solib_resolver): New prototype.
205 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
206
6314a349
AC
2072003-11-07 Andrew Cagney <cagney@redhat.com>
208
209 * top.c (print_gdb_version): Replace STREQ with strcmp.
210 * valops.c (value_struct_elt_for_reference): Ditto.
211 (value_struct_elt_for_reference): Ditto.
212 * symtab.c (gdb_mangle_name): Ditto.
213 (find_line_symtab): Ditto.
214 * symmisc.c (maintenance_print_symbols): Ditto.
215 * symfile.c (symbol_file_command): Ditto.
216 * stabsread.c (define_symbol, read_type): Ditto.
217 (cleanup_undefined_types, scan_file_globals): Ditto.
218 * solib.c (solib_map_sections): Ditto.
219 * solib-svr4.c (bfd_lookup_symbol): Ditto.
220 * rs6000-tdep.c (skip_prologue): Ditto.
221 * p-valprint.c (pascal_value_print): Ditto.
222 (pascal_object_is_vtbl_ptr_type): Ditto.
223 * objfiles.c (in_plt_section): Ditto.
224 * minsyms.c (lookup_minimal_symbol): Ditto.
225 (compact_minimal_symbols): Ditto.
226 (find_solib_trampoline_target): Ditto.
227 * mdebugread.c (parse_type): Ditto.
228 * language.c (set_language_command): Ditto.
229 (set_type_command, set_range_command): Ditto.
230 * f-lang.c (add_common_block): Ditto.
231 (add_common_block): Ditto.
232 (find_first_common_named): Ditto.
233 (patch_all_commons_by_name): Ditto.
234 * elfread.c (elf_locate_sections): Ditto.
235 (elf_locate_sections): Ditto.
236 (elfstab_offset_sections): Ditto.
237 * dwarf2read.c (dwarf2_locate_sections): Ditto.
238 * dbxread.c (add_old_header_file): Ditto.
239 (find_corresponding_bincl_psymtab): Ditto.
240 (read_dbx_symtab, process_one_symbol): Ditto.
241 * coffread.c (patch_opaque_types): Ditto.
242 * cli/cli-decode.c (delete_cmd): Ditto.
243 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
244 * c-typeprint.c (c_type_print_base): Ditto.
245 * breakpoint.c (bpstat_stop_status): Ditto.
246 (clear_command, breakpoint_re_set_one): Ditto.
247
49df298f
AC
2482003-11-07 Andrew Cagney <cagney@redhat.com>
249
250 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
251 * bcache.c (struct bstring): Make "length" an unsigned short, add
252 "half_hash".
253 (struct bcache): Add "half_hash_error_count".
254 (bcache): Compute and save the "half_hash". Compare the
255 "half_hash" before comparing the length. Update
256 half_hash_error_count.
257
f168dd80
AC
2582003-11-07 Andrew Cagney <cagney@redhat.com>
259
260 * inftarg.c (child_xfer_partial): New function
261 (init_child_ops): Set "to_xfer_partial".
262
05580c65
AC
2632003-11-07 Andrew Cagney <cagney@redhat.com>
264
265 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
266 set "return_value" instead of "use_struct_convention".
267 (ppc_linux_use_struct_convention): Delete function.
268 (ppc_linux_return_value): New function.
269 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
270 (ppc_sysv_abi_broken_return_value): New function.
271 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
272 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
273 static.
274 (ppc_sysv_abi_extract_return_value): Delete function.
275 (ppc_sysv_abi_broken_extract_return_value): Delete function.
276 (ppc_sysv_abi_store_return_value): Delete function.
277 (ppc_sysv_abi_broken_store_return_value): Delete function.
278 (ppc_sysv_abi_use_struct_convention): Delete function.
279 (ppc64_sysv_abi_use_struct_convention): Delete function.
280 (ppc64_sysv_abi_extract_return_value): Delete function.
281 (ppc64_sysv_abi_store_return_value): Delete function.
282 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
283 (ppcnbsd_init_abi): Set "return_value", instead of
284 "use_struct_convention", "extract_return_value", and
285 "store_return_value".
286 (ppcnbsd_use_struct_convention): Delete function.
287 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
288 (ppc_sysv_abi_return_value): Declare.
289 (ppc_sysv_abi_broken_return_value): Declare.
290 (ppc_sysv_abi_use_struct_convention): Delete.
291 (ppc_sysv_abi_store_return_value): Delete.
292 (ppc_sysv_abi_extract_return_value): Delete.
293 (ppc_sysv_abi_broken_store_return_value): Delete.
294 (ppc_sysv_abi_broken_extract_return_value): Delete.
295 (ppc64_sysv_abi_use_struct_convention): Delete.
296 (ppc64_sysv_abi_extract_return_value): Delete.
297 (ppc64_sysv_abi_store_return_value): Delete.
298 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
299 set "return_value" instead of "extract_return_value",
300 "store_return_value", and "use_struct_convention".
301
1763fba4
MK
3022003-11-07 Mark Kettenis <kettenis@gnu.org>
303
22c7ba1a
MK
304 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
305
1763fba4
MK
306 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
307 fscanf.
308
fc07cc2d
MK
3092003-11-07 Mark Kettenis <kettenis@gnu.org>
310
311 * fbsd-proc.c: Fix formatting.
312
6a748db6
KB
3132003-11-06 Kevin Buettner <kevinb@redhat.com>
314
315 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
316 Define.
317 (new_variant): Set name for iacc0_regnum.
318 (frv_register_name): Accommodate pseudo-registers.
319 (frv_register_type): Add case for iacc0_regnum.
320 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
321 (frv_gdbarch_init): Set number of pseudo registers. Establish
322 pseudo-register read/write methods.
323
bf896cb0
AC
3242003-11-06 Andrew Cagney <cagney@redhat.com>
325
326 * valops.c (destructor_name_p): Replace STREQN with strncmp.
327 * top.c (command_line_input): Ditto.
328 * objc-exp.y (yylex): Ditto.
329 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
330 * jv-exp.y (yylex): Ditto.
331 * f-exp.y (yylex): Ditto.
332 * event-top.c (command_line_handler): Ditto.
333 * environ.c (get_in_environ): Ditto.
334 (set_in_environ): Ditto.
335 * dwarfread.c (handle_producer): Ditto.
336 * dbxread.c (process_one_symbol): Ditto.
337 * c-typeprint.c (c_type_print_base): Ditto.
338 * c-exp.y (yylex): Ditto.
339
0b603eba
AC
3402003-11-06 Andrew Cagney <cagney@redhat.com>
341 Jeff Johnston <jjohnstn@redhat.com>
342
343 * target.c (add_target): Only set "to_xfer_partial" when NULL.
344 (init_dummy_target): Set "to_xfer_partial".
345
9cedbfec
AC
3462003-11-06 Andrew Cagney <cagney@redhat.com>
347
348 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
349 REGISTER_CONVENTION.
350
26bb91f3
DJ
3512003-11-06 Daniel Jacobowitz <drow@mvista.com>
352
353 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
354 static.
355
0bde7532
DJ
3562003-11-06 Daniel Jacobowitz <drow@mvista.com>
357
358 * breakpoint.c (remove_breakpoint): Take an bp_location
359 instead of a breakpoint argument. Check the bp_location's type.
360 Fix a reversed condition for hardware breakpoints.
361
362 (insert_bp_location): Update call to remove_breakpoint.
363 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
364 (remove_hw_watchpoints): Likewise.
365 (reattach_breakpoints): Likewise.
366 (detach_breakpoints): Likewise.
367 (delete_breakpoint): Likewise.
368
075f6582
DJ
3692003-11-06 Daniel Jacobowitz <drow@mvista.com>
370
371 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
372 (beakpoint_init_inferior): Likewise.
373 (breakpoint_here_p): Likewise. Only check addresses for software
374 or hardware breakpoints.
375 (breakpoint_inserted_here_p): Likewise.
376 (breakpoint_thread_match): Likewise. Correct comment.
377 (bpstat_have_active_hw_watchpoints): Likewise.
378 (check_duplicates): Likewise.
379
879bfdc2
DJ
3802003-11-06 Daniel Jacobowitz <drow@mvista.com>
381
382 * breakpoints.c (insert_bp_location): New function, broken out
383 from insert_breakpoints. Work on an bp_location instead of a
384 breakpoint.
385 (insert_breakpoints): Use it.
386
cf3a9e5b
DJ
3872003-11-06 Daniel Jacobowitz <drow@mvista.com>
388
389 * breakpoint.h (struct bp_location): Add section.
390 (struct breakpoint): Remove section.
391 * breakpoint.c (insert_breakpoints, remove_breakpoint)
392 (breakpoint_here_p, breakpoint_inserted_here_p)
393 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
394 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
395 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
396 section through loc.
397
ffce0d52
DJ
3982003-11-06 Daniel Jacobowitz <drow@mvista.com>
399
400 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
401 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
402
e049a4b5
DJ
4032003-11-06 Daniel Jacobowitz <drow@mvista.com>
404
405 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
406 arguments. Initialize owner and type for the new breakpoint
407 location item.
408 (set_raw_breakpoint): Update call to allocate_bp_location.
409
7cc221ef
DJ
4102003-11-06 Daniel Jacobowitz <drow@mvista.com>
411
412 * breakpoint.h (struct bp_location): Add a chain pointer.
413 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
414 macros.
415 (bp_location_chain): New variable.
416 (allocate_bp_location): New function.
417 (set_raw_breakpoint): Use it.
418 (delete_breakpoint): Remove ->loc from the bp_location_chain.
419
5cab636d
DJ
4202003-11-06 Daniel Jacobowitz <drow@mvista.com>
421
422 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
423 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 424 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
425 * breakpoint.c (condition_command, read_memory_nobpt)
426 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
427 (reattach_breakpoints, update_breakpoints_after_exec)
428 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
429 (breakpoint_init_inferior, breakpoint_here_p)
430 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
431 (breakpoint_thread_match, bpstat_stop_status)
432 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
433 (describe_other_breakpoints, check_duplicates)
434 (make_breakpoint_permanent, create_thread_event_breakpoint)
435 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
436 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
437 (watch_command_1, print_one_exception_catchpoint)
438 (clear_command, breakpoint_re_set_one): Adjust member accesses to
439 use the breakpoint's ->loc.
440 (set_raw_breakpoint): Likewise. Initialize ->loc.
441 (delete_breakpoint): Likewise. Free ->loc.
442
7be0c536
AC
4432003-11-05 Andrew Cagney <cagney@redhat.com>
444
4c7d882e
AC
445 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
446 macro.
447 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
448 * config/i386/tm-cygwin.h
449 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
450 * config/powerpc/tm-linux.h
451 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
452 (at_subroutine_call_instruction_target): Delete declaration.
453 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
454 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
455 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
456
7be0c536
AC
457 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
458 "struct bfd_section" and "struct bfd".
459 * target.h (struct section_table): Ditto.
460 * rs6000-nat.c (xcoff_relocate_core): Ditto.
461 * solib-svr4.c (elf_locate_base): Ditto.
462 * pa64solib.c (dld_cache_t): Ditto.
463 * objfiles.h (struct obj_section): Ditto.
464 * objfiles.c (add_to_objfile_sections): Ditto.
465 * exec.c (bfdsec_to_vmap): Ditto.
466 (add_to_section_table): Ditto.
467 (build_section_table): Ditto.
468 * corelow.c (get_core_register_section): Ditto.
469 * coffread.c (find_linenos): Ditto.
470 * elfread.c (elf_interpreter): Delete #if0'd function.
471
472 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
473 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
474 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
475 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
476
477 * arch-utils.h (generic_cannot_extract_struct_value_address):
478 Delete declaration.
479 * wince.c (_initialize_wince): Fix multi-line string.
480 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
481
d8fe84e3
EZ
4822003-11-05 Elena Zannoni <ezannoni@redhat.com>
483
484 * top.c (execute_command): Fix broken logic for command execution
485 while inferior is running in async mode.
486
cbdfc7c0
MK
4872003-11-06 Mark Kettenis <kettenis@gnu.org>
488
489 * dwarf2-frame.c (execute_cfa_program): Mark register as
490 REG_SAVED_REG for DW_CFA_register opcode.
491
dac94105
MK
4922003-11-05 Mark Kettenis <kettenis@gnu.org>
493
494 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
495 %rsp, %rip and %eflags to match ABI-change.
496
85bf2b91
JJ
4972003-11-05 Jeff Johnston <jjohnstn@redhat.com>
498
499 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
500 (ia64_gdbarch_init): Don't bother calculating the os.
501 Instead use the gdbarch_info struct and look at the osabi field.
502 Also use gdbarch_list_lookup_by_info() to look for a
503 candidate gdbarch.
504
cd31fb03
KB
5052003-11-05 Kevin Buettner <kevinb@redhat.com>
506
507 * frv-tdep.c (frv_register_byte): Delete.
508 (frv_extract_return_value, frv_store_return_value)
509 (frv_extract_struct_value_address): Don't call frv_register_byte().
510 Convert to non-deprecated form.
511 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
512 Convert calls to set_gdbarch_deprecated_extract_return_value(),
513 set_gdbarch_deprecated_store_return_value(), and
514 set_gdbarch_deprecated_extract_struct_value_address() into
515 non-deprecated forms.
516
0a056982
AC
5172003-11-05 Andrew Cagney <cagney@redhat.com>
518
519 * mips-tdep.c (mips_dump_tdep): Do not print
520 PRINT_EXTRA_FRAME_INFO.
521 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
522 Rename PRINT_EXTRA_FRAME_INFO.
523 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
524 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
525 (mips_print_extra_frame_info): Delete declaration.
526 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
527
29e0a062
EZ
5282003-11-05 Elena Zannoni <ezannoni@redhat.com>
529
530 * coffread.c (coff_symtab_read): Remove passing of info parameter
531 to prim_record_minimal_symbol_and_info.
532
8af580fc
EZ
5332003-11-05 Elena Zannoni <ezannoni@redhat.com>
534
535 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
536 (decode_base_type): Delete ifdeffed out code.
537
507836c0
AC
5382003-11-04 Andrew Cagney <cagney@redhat.com>
539
540 * symtab.c (find_active_alias): Delete function.
541 (lookup_block_symbol): Delete alias code.
542 * stabsread.c (resolve_live_range): Delete function.
543 (add_live_range): Delete function.
544 (resolve_symbol_reference): Delete function.
545 (define_symbol): Delete live range and alias code.
546 (scan_file_globals): Delete alias code.
547 * symtab.h (SYMBOL_RANGES): Delete macro.
548 (struct range_list): Delete structure.
549 (struct symbol): Delete field "ranges".
550 (SYMBOL_ALIASES): Delete macro.
551 (struct alias_list): Delete structure.
552 (struct symbol): Delete field "aliases".
553
1083b3bc
MS
5542003-11-04 Michael Snyder <msnyder@redhat.com>
555
556 * MAINTAINERS: Remove myself as owner of breakpoints and
557 of sparc/solaris.
558
474e5826
CV
5592003-11-03 Corinna Vinschen <vinschen@redhat.com>
560
561 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
562 (sh_sh4al_dsp_register_name): Ditto.
563 (sh4_nofpu_show_regs): Ditto.
564 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
565 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
566
2160782c
AC
5672003-11-03 Andrew Cagney <cagney@redhat.com>
568
569 * bcache.c: Include "gdb_assert.h".
570 (struct bcache): Add fields "expand_count" and
571 "expand_hash_count".
572 (expand_hash_table): Update the expand counts.
573 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
574 on object sizes and hashes.
575 * Makefile.in (bcache.o): Update dependencies.
576
85302095
AC
5772003-11-03 Andrew Cagney <cagney@redhat.com>
578
579 * exec.c (xfer_memory): Eliminate xfer_fn.
580
526eef89
KB
5812003-10-31 Kevin Buettner <kevinb@redhat.com>
582
583 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
584 (opcodes/frv-desc.h): Include.
585 (iacc0h_regnum, iacc0l_regnum): Define.
586 (last_spr_regnum, frv_num_regs): Update.
587 (new_variant): Don't supply default names for holes in the SPRs.
588 Supply names for iacc0h_regnum and iacc0l_regnum.
589 (frv_register_type): Use symbolic constants first_fpr_regnum and
590 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
591 builtin_type_int instead of builtin_type_int32.
592 (frv_register_sim_regno): New function.
593 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
594 * Makefile.in (gdb_sim_frv_h): Define.
595 (frv-tdep.o): Update dependencies.
596
9e815ec2
AC
5972003-10-31 Andrew Cagney <cagney@redhat.com>
598
599 * avr-tdep.c (avr_frame_this_id): Do not call
600 deprecated_inside_entry_file.
601 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
602 * m32r-tdep.c (m32r_frame_this_id): Ditto.
603 * d10v-tdep.c (d10v_frame_this_id): Ditto.
604 * arm-tdep.c (arm_prologue_this_id): Ditto.
605 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
606
e372db49
JB
6072003-10-31 Jim Blandy <jimb@redhat.com>
608
609 * elfread.c (elf_symtab_read): Allocate correct number of tail
610 elements to sectinfo structure. (Fix from Woody LaRue.)
611
e8bcf01f
AC
6122003-10-31 Andrew Cagney <cagney@redhat.com>
613
614 * stack.c (return_command): Use get_frame_type, instead of
615 CALL_DUMMY_HAS_COMPLETED.
616 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
617 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
618
4c05fe53
MK
6192003-10-31 Mark Kettenis <kettenis@gnu.org>
620
621 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
622 explicitly specify size of array.
623 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
624 TDEP->sc_num_regs.
625
c8b91b89
AC
6262003-10-31 Andrew Cagney <cagney@redhat.com>
627
628 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
629 function.
630 (s390_gdbarch_init): Set extract_struct_value_address.
631 * arch-utils.c (generic_cannot_extract_struct_value_address):
632 Delete function.
633 * arch-utils.h (generic_cannot_extract_struct_value_address):
634 Delete definition.
635
fdfb6fc8
MK
6362003-10-31 Mark Kettenis <kettenis@gnu.org>
637
638 * i386-linux-nat.c (fetch_core_registers): Remove.
639 (linux_elf_core_fns): Remove.
640 (_initialize_i386_linux_nat): Remove.
641
2f4950cd
AC
6422003-10-31 Andrew Cagney <cagney@redhat.com>
643
644 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
645 "exec.h".
646 (exec_entry_point): New function.
647 (enable_break): Create a "tmp_bfd_target", use that and
648 entry_point_address when computing the relocation offset.
649 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
650 * Makefile.in (solib-svr4.o): Update dependencies.
651
bba2d28d
AC
6522003-10-31 Andrew Cagney <cagney@redhat.com>
653
654 * defs.h (XZALLOC): Define.
655 * target.h (struct target_ops): Add "to_data";
656 * bfd-target.h, bfd-target.c: New files.
657 * Makefile.in (SFILES): Add "bfd-target.c".
658 (COMMON_OBS): Add "bfd-target.o".
659 (bfd-target.o): Specify dependencies.
660 (bfd_target_h): Define.
661 * defs.h (XZALLOC): Define.
662
6066c3de
AC
6632003-10-31 Andrew Cagney <cagney@redhat.com>
664
665 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
666 adjust_breakpoint_address.
667 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
668 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
669 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
670 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
671
4b8a223f
AC
6722003-10-31 Andrew Cagney <cagney@redhat.com>
673
674 * target.h (struct target_ops): Replace "to_read_partial" and
675 "to_write_partial" with "to_xfer_partial". Update comments.
676 * target.c (debug_to_write_partial): Delete function.
677 (debug_to_xfer_partial): Replace debug_to_read_partial.
678 (add_target, update_current_target, setup_target_debug): Set
679 "to_xfer_partial" instead of "to_read_partial" and
680 "to_write_partial".
681 (default_xfer_partial): Replace "default_write_partial".
682 (default_read_partial): Delete.
683 (target_read_partial, target_write_partial): Call
684 "to_xfer_partial".
685 * remote.c (init_remote_ops): Set "to_xfer_partial".
686 (init_remote_async_ops): Ditto.
687 (remote_xfer_partial): Replace "remote_read_partial".
688
66a72d25
MK
6892003-10-31 Mark Kettenis <kettenis@gnu.org>
690
691 * i386-tdep.c (i386_supply_fpregset): Support floating-point
692 registers in `fxsave' format.
693 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
694
9a12a2a0
MK
6952003-10-30 Mark Kettenis <kettenis@gnu.org>
696
e9f1aad5
MK
697 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
698 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
699 TDEP->gregset_num_regs and tdep->sizeof_gregset.
700
bb489b3c
MK
701 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
702 specify size of array.
703 (i386_linux_init_abi): Remove initialization of
704 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
705 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
706
da285bc4
MK
707 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
708 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
709 core-regset.o.
710
9a12a2a0
MK
711 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
712 the ELF header.
713
0e24ac5d
MK
7142003-10-29 Mark Kettenis <kettenis@gnu.org>
715
6d6d8e9c
MK
716 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
717 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
718 core-regset.o.
719
25e60c9b
MK
720 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
721
0e24ac5d
MK
722 * corelow.c: Include "arch-utils.h", "regset.h" and
723 "gdb_assert.h".
724 (core_gdbarch): New variable.
725 (sniff_core_bfd): Don't sniff if we have support for register sets
726 in CORE_GDBARCH.
727 (core_close): Reset CORE_GDBARCH.
728 (core_open): Initialize CORE_GDBARCH.
729 (get_core_register_section): Use register sets if they are
730 supported by CORE_GDBARCH.
731 (get_core_registers): Don't print error message if we have support
732 for register sets in CORE_GDBARCH.
733
0a0a4ac3
AC
7342003-10-29 Andrew Cagney <cagney@redhat.com>
735
736 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
737 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
738
7b097ae3
MK
7392003-10-29 Mark Kettenis <kettenis@gnu.org>
740
741 * objfiles.h (clear_objfile_data): New prototype.
742 * objfiles.c (clear_objfile_data): New function.
743 * symfile.c (reread_symbols): Clear per-objfile data.
744
46f45a4a
JJ
7452003-10-28 Jeff Johnston <jjohnstn@redhat.com>
746
747 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
748 printf_unfiltered instead of printf_filtered for output messages.
749 (add_symbol_file_command): Ditto.
750 (reread_symbols): Ditto.
751 (overlay_auto_command): Ditto.
752 (overlay_manual_command): Ditto.
753 (overlay_off_command): Ditto.
754
2b026650
MK
7552003-10-27 Mark Kettenis <kettenis@gnu.org>
756
757 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
758 (gdbarch_from_bfd): New function.
759 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
760 deprecated_select_gdbarch_hack.
761 * arch-utils.h (gdbarch_from_bfd): New prototype.
762
0bcad584 7632003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
764
765 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
766 arch_info. Use warning instead of fprintf_filtered. Do not use
767 deprecated bfd_printable_arch_mach.
768
7f398216
KB
7692003-10-26 Kevin Buettner <kevinb@redhat.com>
770
771 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
772 Delete.
773 (frv_register_type): Rename from frv_register_virtual_type. Add
774 ``struct gdbarch *'' parameter.
775 (frv_gdbarch_init): Delete calls to the following functions:
776 set_gdbarch_deprecated_size(),
777 set_gdbarch_deprecated_register_bytes(),
778 set_gdbarch_deprecated_register_raw_size(),
779 set_gdbarch_deprecated_max_register_raw_size(),
780 set_gdbarch_deprecated_register_virtual_size(),
781 set_gdbarch_deprecated_max_register_virtual_size(),
782 set_gdbarch_deprecated_register_virtual_size(),
783 set_gdbarch_deprecated_register_virtual_type().
784 Add call to function set_gdbarch_register_type().
785
bcf48cc7
MK
7862003-10-26 Mark Kettenis <kettenis@gnu.org>
787
6c7de422
MK
788 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
789 FDOFF_REGNUM): Remove defines.
790 * win32-nat.c (do_child_fetch_inferior_registers): Include
791 "i387-tdep.h".
3e685d41 792 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
793 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
794 undefine I387_ST0_REGNUM.
795
f783586b
MK
796 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
797 * x86-64-tdep.c (x86_64_store_return_value): Use
798 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
799
bcf48cc7
MK
800 Change register numbers to enumartion values.
801 * i386-tdep.h (enum i386_regnum): New.
802 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
803 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
804 I386_ST0_REGNUM): Remove defines.
805 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
806 I386_EDI_REGNUM): Remove defines.
807
b6591e8b
AC
8082003-10-24 Andrew Cagney <cagney@redhat.com>
809
810 * target.c: Include "gdbcore.h".
811 (get_target_memory, get_target_memory_unsigned): New functions.
812 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
813 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
814 Use get_target_memory_unsigned.
815 * Makefile.in (target.o): Update dependencies.
816
5f724446
AC
8172003-10-24 Andrew Cagney <cagney@redhat.com>
818
ce2826aa
AC
819 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
820 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
821 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
822 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
823 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
824
5f724446
AC
825 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
826 (can_run_code_for): Use the OO term "singleton".
827
fc70c2a0
AC
8282003-10-23 Andrew Cagney <cagney@redhat.com>
829
830 * Makefile.in (stack.o): Add $(regcache_h).
831 * stack.c: Include "regcache.h"
832 (return_command): Rewrite. Use get_frame_id and
833 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
834 about unhandled return-values.
835 * value.h (set_return_value): Delete declaration.
836 * values.c (set_return_value): Delete function.
837
4afcc598
JJ
8382003-10-23 Jeff Johnston <jjohnstn@redhat.com>
839
840 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
841 (pseudo_regs): Add comment regarding register stack registers.
842 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
843 (floatformat_valid): New static routine.
844 (floatformat_ia64_ext): Add name field and set up is_valid routine
845 to floatformat_valid().
846 (examine_prologue): For the previous cfm, use
847 frame_unwind_register()
848 if the cfm is not stored in a register-stack register. Save the
849 previous cfm value in the prev_cfm field. Add debug output.
850 (ia64_frame_this_id): Use frame_id_build_special() to also register
851 the bsp. Add debug output.
852 (ia64_sigtramp_frame_this_id): Ditto.
853 (ia64_frame_prev_register): Look at cache saved_regs for a few more
854 registers and also add some checks for framelessness before accepting
855 current register values for fields such as return address. For cfm,
856 use the cached prev_cfm field if available. Add comment to explain
857 PSR logic. Add debug output.
858 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
859 as part of initialization.
860 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
861 calculated. Cache the bsp and cfm values.
862 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
863 instead of using ia64_frame_prev_register() which doesn't expect most
864 registers to be saved. The saved values for bsp and sp
865 can be taken from the cache. Add debug output.
866 (ia64_push_dummy_call): Use frame_id_build_special() to also register
867 the bsp.
868
6cfae0bc
JB
8692003-10-23 Jim Blandy <jimb@redhat.com>
870
871 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
872 architecture the current arch can run code for --- but not if it's
873 a superset.
874 (can_run_code_for): New function.
875
fcd182f9
JW
8762003-10-22 James E Wilson <wilson@specifixinc.com>
877
878 * MAINTAINERS: Move myself from paper trail section back to write
879 after approval section.
880
4646aa9d
AC
8812003-10-22 Andrew Cagney <cagney@redhat.com>
882
883 * exec.h: New file.
884 * win32-nat.c: Include "exec.h".
885 * solib.c: Include "exec.h".
886 * target.h (build_section_table): Delete declaration.
887 * somsolib.c: Include "exec.h".
888 (exec_ops): Delete extern declaration.
889 * rs6000-nat.c: Update copyright. Include "exec.h".
890 (exec_ops): Delete extern declaration.
891 * pa64solib.c: Update copyright. Include "exec.h".
892 (exec_ops): Delete extern declaration.
893 * exec.c: Update copyright. Include "exec.h".
894 * corelow.c: Update dependencies. Include "exec.h".
895 * Makefile.in (exec_h): Define.
896 (exec.o, somsolib.o): Update dependencies.
897 (pa64solib.o, corelow.o): Update dependencies.
898
0088c768
AC
8992003-10-22 Andrew Cagney <cagney@redhat.com>
900
901 * target.c: Include "gdb_assert.h" (target_read): Call
902 "target_read_partial", not "target_write_partial".
903 (default_read_partial, default_write_partial): New function.
904 (target_read_partial, target_write_partial): Simplify, assume that
905 there is always a read/write method.
906 (update_current_target, add_target): Always set "to_read_partial"
907 and "to_write_partial".
908 (target_write, target_read): Fail on a zero byte transfer.
909 * Makefile.in (target.o): Update dependencies.
910 * target.h: Update copyright date.
911 (target_object): Fix typo.
912
e2d0e7eb
AC
9132003-10-22 Andrew Cagney <cagney@redhat.com>
914
915 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
916 multi-arch method, add "targ" parameter.
917 (struct target_ops): Declare.
918 * gdbarch.h, gdbarch.c: Re-generate.
919 * Makefile.in (c-valprint.o): Update dependencies.
920 * arch-utils.h: Update copyright.
921 (convert_from_func_ptr_addr_identity): Declare.
922 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
923 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
924 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
925 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
926 * infcall.c (find_function_addr, call_function_by_hand): Update.
927 * c-valprint.c: Include "target.h".
928 (print_function_pointer_address): Update.
929
f1c07ab0
AC
9302003-10-22 Andrew Cagney <cagney@redhat.com>
931
932 * target.c (target_close): New function.
933 (debug_to_close): Use "target_close".
934 (push_target): Use "target_close".
935 (unpush_target): Use "target_close".
936 (pop_target): Use "target_close".
937 * target.h (struct target_ops): Add "to_xclose".
938 (target_open): Delete macro. Move comment to "to_open".
939 (target_close): Replace macro with function that takes a target.
940 * top.c (quit_target): Pass "current_target" to "target_close".
941
5520a790
EZ
9422003-10-21 Elena Zannoni <ezannoni@redhat.com>
943
944 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
945 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
946 * symtab.h (lookup_minimal_symbol_text): Update.
947 * breakpoint.c (create_overlay_event_breakpoint,
948 create_longjmp_breakpoint): Update callers.
949 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
950 * symtab.c (find_pc_sect_line): Ditto.
951
caa92b73
AC
9522003-10-21 Andrew Cagney <cagney@redhat.com>
953
954 * target.c (errno): Delete extern declaration.
955
aa2a9a3c
JJ
9562003-10-20 Jeff Johnston <jjohnstn@redhat.com>
957
958 * ia64-tdep.c: Change all occurrences of
959 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
960 (ia64_frame_prev_register): Minor whitespace change.
961
4beec2b7
MC
9622003-10-20 Michael Chastain <mec@shout.net>
963
964 * config/djgpp/fnchange.lst: Add lines for:
965 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
966 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
967 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
968 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
969 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
970 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
971 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
972
92ad9cd9
AC
9732003-10-20 Andrew Cagney <cagney@redhat.com>
974
975 * values.c (register_value_being_returned): Update comments. Use
976 "gdbarch_return_value" when available.
977 (using_struct_return): Ditto.
978 (set_return_value): Ditto. Use "gdbarch_return_value" when
979 available.. Print a warning, and not an error, when an unhandled
980 return type is encountered.
981 * infcmd.c: Include "gdb_assert.h".
982 (print_return_value): When gdbarch_return_value_p, and using
983 struct return, assume that the value is not available.
984 * defs.h (return_value_convention): Define.
985 * gdbarch.sh (gdbarch_return_value): New predicate method.
986 * gdbarch.h, gdbarch.c: Re-generate
987 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
988
198beae2
AC
9892003-10-20 Andrew Cagney <cagney@redhat.com>
990
991 * symtab.c: Replace "struct sec" with "struct bfd_section".
992 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
993
24d693a6 9942003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
995
996 * config/djgpp/fnchange.lst: Add lines for:
997 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
998 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
999 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1000
21ad8dc3
MK
10012003-10-19 Mark Kettenis <kettenis@gnu.org>
1002
1003 * amd64fbsd-nat.c (fetch_inferior_registers,
1004 store_inferior_registers): Remove functions.
1005 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1006
cced5e27
MK
10072003-10-18 Mark Kettenis <kettenis@gnu.org>
1008
1009 Add NetBSD/amd64 native configuration:
1010 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1011 * amd64nbsd-tdep.c: New file.
1012 * amd64nbsd-nat.c: New file.
1013 * amd64bsd-nat.c: New file.
1014 * config/i386/nbsd64.mh: New file.
1015 * config/i386/nbsd64.mt: New file.
1016 * configure.host: Add x86_64-*-netbsd*.
1017 * configure.tgt: Add x86_64-*-netbsd*.
1018 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1019 New targets.
1020 * NEWS (New native configurations): Mention NetBSD/amd64.
1021
666de3fd
MC
10222003-10-17 Michael Chastain <mec@shout.net>
1023
1024 * config/djgpp/fnchange.lst: Remove dead lines for:
1025 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1026 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1027 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1028 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1029 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1030 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1031 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1032 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1033 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1034 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1035 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1036 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1037 gdb/config/sparc/tm-sparclite.h,
1038 gdb/gdbtk/generic/ChangeLog-2001,
1039 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1040 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1041 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1042 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1043 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1044 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1045 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1046 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1047 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1048 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1049 itcl/iwidgets3.0.0/demos/fileselectionbox,
1050 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1051 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1052 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1053 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1054 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1055 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1056 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1057 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1058 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1059 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1060 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1061 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1062 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1063 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1064 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1065 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1066 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1067 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1068 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1069 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1070 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1071 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1072 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1073 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1074 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1075 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1076 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1077 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1078 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1079 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1080 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1081 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1082 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1083 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1084 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1085 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1086 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1087 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1088 itcl/iwidgets3.0.0/demos/scrolledframe,
1089 itcl/iwidgets3.0.0/demos/scrolledhtml,
1090 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1091 itcl/iwidgets3.0.0/demos/scrolledtext,
1092 itcl/iwidgets3.0.0/demos/selectionbox,
1093 itcl/iwidgets3.0.0/demos/selectiondialog,
1094 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1095 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1096 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1097 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1098 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1099 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1100 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1101 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1102 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1103 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1104 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1105 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1106 itcl/iwidgets3.0.0/doc/selectionbox.n,
1107 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1108 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1109 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1110 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1111 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1112 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1113 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1114 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1115 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1116 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1117 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1118 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1119 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1120 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1121 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1122 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1123 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1124 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1125 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1126 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1127 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1128 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1129 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1130 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1131 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1132 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1133 itcl/iwidgets3.0.0/tests/selectionbox.test,
1134 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1135 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1136 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1137 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1138 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1139 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1140 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1141 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1142 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1143 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1144 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1145 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1146 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1147 tk/mac/tkMacProjects.sit.hqx.
1148
1e3ff5ad
AC
11492003-10-17 Andrew Cagney <cagney@redhat.com>
1150
8db32d44
AC
1151 * target.c (target_section_by_addr): New function.
1152 (do_xfer_memory): Use "target_section_by_addr".
1153 * target.h (target_section_by_addr): Declare.
1154
1e3ff5ad
AC
1155 * target.h (struct target_ops): Add "to_read_partial" and
1156 "to_write_partial", delete "to_query".
1157 (target_read_partial, target_write_partial): Declare.
1158 (target_read, target_write): Declare.
1159 (target_query): Delete macro.
1160 * target.c (target_read_partial): New function.
1161 (target_write_partial, target_read, target_write): New function.
1162 (update_current_target): Delete inheritance of "to_query". Add
1163 comments about "to_read_partial" and "to_write_partial".
1164 (debug_to_partial_read, debug_to_partial_write): New functions.
1165 (debug_to_query): Delete function.
1166 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1167 instead of "to_query".
1168 * remote.c (remote_read_partial): Replace "remote_query".
1169 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1170 (init_remote_async_ops): Ditto.
1171 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1172 "target_read_partial" instead of "target_query".
1173 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1174 Use "target_read_partial" instead of "target_query".
1175
48c66725
JJ
11762003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1177
1178 * frame.h (struct frame_id): Add new field: special_addr.
1179 (frame_id_build_special): New prototype.
1180 * frame.c (frame_id_build_special): New function.
1181 (frame_id_build): Change to call frame_id_build_special().
1182 (frame_id_eq): Change to also test special_addr field.
1183 (frame_id_inner): Update comment.
1184
7998dfc3
AC
11852003-10-17 Andrew Cagney <cagney@redhat.com>
1186
1187 * target.c (update_current_target): Perform the target cleanup.
1188 Put the target stack beneath the squashed "current_target".
1189 (add_target): Delete disabled call to "cleanup_target".
1190 (cleanup_target): Delete function.
1191 (push_target, unpush_target): Do not call "cleanup_target".
1192
9c04404e 11932003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
1194
1195 * target.c (target_stack): Change to a static target_ops.
1196 (update_current_target): Walk the "struct target_ops" stack.
1197 (pop_target, do_xfer_memory, target_info): Ditto.
1198 (find_target_beneath): Ditto.
1199 (push_target): Rewrite to use the "struct target_ops" stack.
1200 (unpush_target): Ditto.
1201 * target.h (struct target_stack_item): Delete definition.
1202 (target_stack): Delete declaration.
1203 (struct target_ops): Add field "beneath".
1204
c98a2b49 12052003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
1206
1207 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1208 declaration.
1209 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
1210 (h8300_examine_prologue): Use h8300_normal_mode flag
1211 (h8300_gdbarch_init): Set architecture info for normal mode
1212
506fb367
DJ
12132003-10-16 Daniel Jacobowitz <drow@mvista.com>
1214
1215 * remote.c (remote_protocol_vcont): New variable.
1216 (set_remote_protocol_vcont_packet_cmd): New function.
1217 (show_remote_protocol_vcont_packet_cmd): New function.
1218 (init_all_packet_configs): Handle remote_protocol_vcont.
1219 (remote_vcont_probe): New function.
1220 (remote_vcont_resume): New function.
1221 (remote_resume): Use it.
1222 (remote_async_resume): Call remote_resume.
1223 (_initialize_remote): Add verbose-resume packet commands.
1224
65815ea1
AC
12252003-10-16 Andrew Cagney <cagney@redhat.com>
1226
1227 * infrun.c (handle_inferior_event): Add comment about
1228 "frame_id_inner" being too weak.
1229
40324f1b
EZ
12302003-10-16 Elena Zannoni <ezannoni@redhat.com>
1231
1232 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1233 second parameter, which is always null. Remove
1234 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1235 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1236 accordingly.
1237 * somsolib.c (som_solib_create_inferior_hook,
1238 som_solib_desire_dynamic_linker_symbols): Update callers.
1239 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
1240
12412003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1242
1243 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1244 debug interface, SDI (Scalable Debug Interface).
1245 * NEWS: Mention m32r SDI protocol was supported.
1246 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1247 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1248
51931cbb
JJ
12492003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1250
1251 * ia64-linux-tdep.c: Include gdbcore.h.
1252 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1253 (ia64_linux_sigcontext_register_addr): Find the address of the
1254 sigcontext area stored in the sigframe instead of using
1255 a magic offset constant.
1256
84e7fd53
AC
12572003-10-15 Andrew Cagney <cagney@redhat.com>
1258
1259 * remote.c (remote_search): Delete function.
1260 * target.h (target_search): Delete disabled macro.
1261 (struct target_ops): Delete disabled field "to_search".
1262
0f4d7c52
KB
12632003-10-14 Kevin Buettner <kevinb@redhat.com>
1264
1265 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1266 instead of deprecated_inside_entry_file().
1267
2e952408
CV
12682003-10-14 Corinna Vinschen <vinschen@redhat.com>
1269
1270 * sh-tdep.c: Fix copy/paste hangover in comment.
1271 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1272 mode.
1273 (sh3e_sh4_extract_return_value): Ditto.
1274
7e86466e
RH
12752003-10-13 Richard Henderson <rth@redhat.com>
1276
1277 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1278 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1279 match c_val_print a bit closer.
1280
46a16dba
KB
12812003-10-13 Kevin Buettner <kevinb@redhat.com>
1282
1283 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1284 (frv_gdbarch_adjust_breakpoint_address): New function.
1285 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1286 method.
1287
76897487
KB
12882003-10-13 Kevin Buettner <kevinb@redhat.com>
1289
1290 * breakpoint.h (struct breakpoint): Add new member
1291 ``requested_address''.
1292 * breakpoint.c (breakpoint_adjustment_warning)
1293 (adjust_breakpoint_address): New static functions.
1294 (print_it_typical): Issue warning if breakpoint's address is different
1295 from its requested address.
1296 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1297 (breakpoint_re_set_one): Set breakpoint's
1298 ``requested_address'' field. Set ``address'' field to the
1299 result of calling adjust_breakpoint_address() on the requested
1300 address.
1301
a1131521
KB
13022003-10-13 Kevin Buettner <kevinb@redhat.com>
1303
1304 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1305 * gdbarch.h, gdbarch.c: Regenerate.
1306
6ce6d90f
MK
13072003-10-11 Mark Kettenis <kettenis@gnu.org>
1308
155c1d33
MK
1309 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1310 TDEP->sc_num_regs.
1311
8a96bc77
MK
1312 * i386fbsd-tdep.c: New file.
1313 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1314 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1315 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1316 i386bsd-tdep.c.
1317 (_initialize_i386fbsd_tdep): New function.
1318 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1319 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1320 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1321 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1322 TDEP->sc_num_regs.
1323 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1324 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1325 to initialize TDEP->sc_num_regs.
1326 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1327 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1328 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1329 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1330 FreeBSD ELF OS/ABI's here.
1331 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1332 (i386fbsd-tdep.o): New target.
1333 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1334 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1335
477f40d1
MK
1336 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1337 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1338 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1339 in initialization of TDEP->sc_num_regs.
1340
c6b33596
MK
1341 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1342 (x86_64_init_abi): Initialize regset_from_core_section if
1343 appropriate.
1344
8446b36a
MK
1345 * i386-tdep.c (i386_regset_from_core_section): New function.
1346 (i386_gdbarch_init): Initialize regset_from_core_section if
1347 appropriate.
1348 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1349
c783cbd6
MK
1350 * i386-tdep.h (struct regset): Declare opaque.
1351
6ce6d90f
MK
1352 * gdbarch.sh (regset_from_core_section): New method.
1353 (struct regset): Declare opaque.
1354 * gdbarch.c, gdbarch.h: Regenerated.
1355
b98ed7be
AM
13562003-10-11 Alan Modra <amodra@bigpond.net.au>
1357
1358 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1359 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1360 Correct test for pc within section.
1361
f6214256
MK
13622003-10-11 Mark Kettenis <kettenis@gnu.org>
1363
1364 * gdbarch.sh: Remove trailing whitepsace from comments.
1365
a8f4cde1
RM
13662003-10-08 Roland McGrath <roland@redhat.com>
1367
1368 * gcore.c (make_mem_sec): Function removed, folded into ...
1369 (gcore_create_callback): ... here. To omit a section, clear its
1370 SEC_LOAD bit rather than zeroing its size.
1371 Omit read-only sections only if they correspond to a known disk file.
1372 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1373
74276724
MS
13742003-10-10 Michael Snyder <msnyder@redhat.com>
1375
1376 * d10v-tdep.c: Fix typo in comment.
1377
e754ae69
AC
13782003-10-10 Andrew Cagney <cagney@redhat.com>
1379
1380 * rs6000-tdep.c (e500_store_return_value): Delete function.
1381 (e500_extract_return_value): Delete function.
1382 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1383 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1384 "ppc_sysv_abi_restore_return_value" where applicable.
1385 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1386 (ppc_sysv_abi_extract_return_value): Declare.
1387 (ppc_sysv_abi_broken_store_return_value): Declare.
1388 (ppc_sysv_abi_broken_extract_return_value): Declare.
1389 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1390 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1391 start of file.
1392 (do_ppc_sysv_return_value): New function.
1393 (ppc_sysv_abi_extract_return_value): New function.
1394 (ppc_sysv_abi_store_return_value): New function.
1395 (ppc_sysv_abi_broken_extract_return_value): New function.
1396 (ppc_sysv_abi_broken_store_return_value): New function.
1397 (ppc_sysv_abi_use_struct_convention): Call
1398 do_ppc_sysv_return_value.
1399
8d4ce20a
JB
14002003-10-10 J. Brobecker <brobecker@gnat.com>
1401
1402 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1403 to lookup the main function symbol.
1404
afce3d2a
CV
14052003-10-10 Corinna Vinschen <vinschen@redhat.com>
1406
1407 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1408 types correctly.
1409 (sh_push_dummy_call_fpu): Fix argument passing rules.
1410 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1411 float types.
1412 (sh3e_sh4_store_return_value): Ditto.
1413
7fe958be
EZ
14142003-10-10 Elena Zannoni <ezannoni@redhat.com>
1415
1416 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1417 comment.
1418
3f997a97
CV
14192003-10-10 Corinna Vinschen <vinschen@redhat.com>
1420
1421 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1422 more readable code. Accomodate passing of bitfields.
1423
8be9034a
AC
14242003-10-10 Andrew Cagney <cagney@redhat.com>
1425
1426 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1427 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1428 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1429 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1430 (ppc64_sysv_abi_push_dummy_call): New function.
1431 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1432 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1433 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1434
85a453d5
KI
14352003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1436
1437 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1438 * README: Ditto.
1439 * d10v-tdep.c: Ditto.
1440 * h8300-tdep.c: Ditto.
1441 * remote-e7000.c: Ditto.
1442 * remote-hms.c: Ditto.
1443 * ser-e7kpc.c: Ditto.
1444 * sh-stub.c: Ditto.
1445 * sh-tdep.c: Ditto.
1446 * sh-tdep.h: Ditto.
1447 * sh3-rom.c: Ditto.
1448 * sh64-tdep.c: Ditto.
1449 * top.c: Ditto.
1450 * wince.c: Ditto.
1451 * config/d10v/d10v.mt: Ditto.
1452 * config/sh/embed.mt: Ditto.
1453 * config/sh/linux.mt: Ditto.
1454 * config/sh/tm-linux.h: Ditto.
1455 * config/sh/tm-sh.h: Ditto.
1456 * config/sh/wince.mt: Ditto.
1457
221c12ff
AC
14582003-10-09 Andrew Cagney <cagney@redhat.com>
1459
1460 * ppc-tdep.h (struct type): Declare opaque.
1461 * x86-64-tdep.h (struct regcache): Declare opaque.
1462 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1463 coding style.
1464
ef5200c1
AC
14652003-10-09 Andrew Cagney <cagney@redhat.com>
1466
1467 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1468 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1469 (SOFTWARE_SINGLE_STEP_P): Ditto.
1470 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1471 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1472 (SOFTWARE_SINGLE_STEP_P): Ditto.
1473 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1474 software_single_step to rs6000_software_single_step.
a8f4cde1 1475
9644bbdd
AC
14762003-10-09 Andrew Cagney <cagney@redhat.com>
1477
1478 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1479
db72fa6b
MS
14802003-10-09 Michael Snyder <msnyder@redhat.com>
1481
f3efb16c
MS
1482 * frame.h: Fix typo in comment.
1483 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1484 * d10v-tdep.c: Random whitespace/comment tweaks.
1485
9a5cef92
EZ
14862003-10-09 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1489 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1490 on stack.
a8f4cde1 1491
9a5cef92
EZ
1492 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1493 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1494 in detail.
a8f4cde1 1495
0f317a0c
DJ
14962003-10-09 Daniel Jacobowitz <drow@mvista.com>
1497
1498 * remote-mips.c (mips_initialize): Remove unneeded call to
1499 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1500
bbab2f46
DJ
15012003-10-09 Daniel Jacobowitz <drow@mvista.com>
1502
1503 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1504 a memory pointer.
1505
550950b8
JJ
15062003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1507
1508 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1509 for any lwp we resume.
1510 (running_callback): Add lwps that have pending status events
1511 against them to be considered running.
1512
15c69bc7
KI
15132003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1514
1515 * m32r-tdep.c : Include "dis-asm.h".
1516 * Makefile.in (m32r-tdep.o): Update dependencies.
1517
51065942
JB
15182003-10-06 J. Brobecker <brobecker@gnat.com>
1519
1520 * completer.h (get_gdb_completer_word_break_characters): Delete.
1521 * completer.c: include language.h.
1522 (gdb_completer_word_break_characters): Delete.
1523 (get_gdb_completer_word_break_characters): Delete.
1524 (location_completer): Use the word break characters of the current
1525 language.
1526 (complete_line): Likewise.
1527 (line_completion_function): Likewise.
1528 (skip_quoted_chars): Likewise.
1529 * Makefile.in (completer.o): Add dependency on language.h.
1530 * top.c (init_main): Set the readline word break characters
1531 to GDB's default word break characters.
1532
6084f43a
JB
15332003-10-06 J. Brobecker <brobecker@gnat.com>
1534
1535 * language.h (language_defn): new field, la_word_break_characters.
1536 * language.c (unknown_language_defn): Set new field to
1537 default_word_break_characters.
1538 (auto_language_defn): Likewise.
1539 (local_language_defn): Likewise.
1540 * ada-lang.c (ada_language_defn): Likewise.
1541 * c-lang.c (c_language_defn): Likewise.
1542 (cplus_language_defn): Likewise.
1543 (asm_language_defn): Likewise.
1544 (minimal_language_defn): Likewise.
1545 * f-lang.c (f_language_defn): Likewise.
1546 * jv-lang.c (java_language_defn): Likewise.
1547 * m2-lang.c (m2_language_defn): Likewise.
1548 * objc-lang.c (objc_language_defn): Likewise.
1549 * p-lang.c (pascal_language_defn): Likewise.
1550 * scm-lang.c (scm_language_defn): Likewise.
1551
944fcfab
AC
15522003-10-06 Andrew Cagney <cagney@redhat.com>
1553
1554 * ppc-sysv-tdep.c: Re-indent.
1555
9f0a5303
JB
15562003-10-06 J. Brobecker <brobecker@gnat.com>
1557
1558 * language.h (default_word_break_characters): Add prototype.
1559 * language.c (default_word_break_characters): New function.
1560
7270b6ed
AS
15612003-10-06 Andreas Schwab <schwab@suse.de>
1562
1563 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1564 with %eax.
1565
a5d61f66
AC
15662003-10-06 Andrew Cagney <cagney@redhat.com>
1567
1568 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1569 "h8500-tdep.c".
1570 (z8k-tdep.o): Delete custom build rule.
1571
28a86f5c
AC
15722003-10-06 Andrew Cagney <cagney@redhat.com>
1573
1bfd8a83
AC
1574 * Makefile.in: Update all dependencies.
1575
17144ef8
AC
1576 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1577 No longer list PA as as obsolete candidate. List m32r as
1578 broken instead of obsolete.
a8f4cde1 1579
a5679ae5
AC
1580 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1581 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1582 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1583 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1584 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1585 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1586 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1587 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1588 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1589 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1590 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1591 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1592 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1593 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1594 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1595 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1596 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1597 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1598 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1599 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1600 * config/z8k/z8k.mt: Ditto.
1601
4a8269c0
AC
1602 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1603 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1604 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1605 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1606 sparclite were removed.
1607 * configure.host, configure.tgt: Remove corresponding tuples.
1608
41989fcd
AC
1609 * breakpoint.c, breakpoint.h: Remove obsolete code.
1610 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1611 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1612 * stabsread.h, xcoffread.c: Ditto.
1613
28a86f5c
AC
1614 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1615 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1616 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1617 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1618
4efdaa0d
DL
16192003-10-06 David Lecomber <dsl@sources.redhat.com>
1620
1621 * f-valprint.c: Reformatting
1622
ae53de43
MK
16232003-10-06 Mark Kettenis <kettenis@gnu.org>
1624
a8bb57e7
MK
1625 * x86-64-tdep.c: Remove duplicate comment.
1626
ae53de43
MK
1627 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1628 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1629 names for return values. This fixes a bug since we looked at %rbx
1630 instead of %rdx.
1631
473f17b0
MK
16322003-10-05 Mark Kettenis <kettenis@gnu.org>
1633
2c261fae
MK
1634 * x86-64-tdep.c: Include "regset.h".
1635
473f17b0
MK
1636 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1637 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1638 sizeof_fpregset.
1639 * i386-tdep.c: Include "regset.h".
1640 (i386_supply_gregset): New function.
1641 (i386_supply_fpregset): New function.
1642 (i386_gdbarch_init): Initialze register set-related members of
1643 TDEP.
1644 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1645 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1646
afd48b75
AC
16472003-10-03 Andrew Cagney <cagney@redhat.com>
1648
1649 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1650 set extract_return_value, store_return_value and
1651 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1652 ppc64_sysv_abi_store_return_value and
1653 ppc64_sysv_abi_use_struct_convention.
1654 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1655 (ppc64_sysv_abi_store_return_value): Declare.
1656 (ppc64_sysv_abi_use_struct_convention): Declare.
1657 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1658 (ppc64_sysv_abi_extract_return_value): New function.
1659 (ppc64_sysv_abi_store_return_value): New function.
1660 (ppc64_sysv_abi_use_struct_convention): New function.
1661 (ppc64_sysv_abi_return_value): New function.
1662
9b540880
AC
16632003-10-03 Andrew Cagney <cagney@redhat.com>
1664
1665 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1666 convert a descriptor to a function when it's in the ".opd"
1667 section.
1668
8748518b
CV
16692003-10-03 Corinna Vinschen <vinschen@redhat.com>
1670
1671 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1672 reg_size to keep GCC silent.
1673
0fd85043
CV
16742003-10-03 Corinna Vinschen <vinschen@redhat.com>
1675
1676 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1677 base for DW_EH_PE_textrel encodings.
1678 (read_encoded_value): Add a DW_EH_PE_textrel case.
1679 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1680 section.
1681
37b517aa
MK
16822003-10-03 Mark Kettenis <kettenis@gnu.org>
1683
1684 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1685
12c266ea
AC
16862003-10-02 Andrew Cagney <cagney@redhat.com>
1687
1688 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1689 REGISTER_RAW_SIZE.
1690 * gdbarch.h, gdbarch.c: Re-generate.
1691 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1692 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1693 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1694 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1695 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1696 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1697 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1698 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1699 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1700 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1701 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1702 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1703 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1704 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1705 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1706 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1707
78ba4af6
JB
17082003-10-02 Jim Blandy <jimb@redhat.com>
1709
1710 * dwarf2read.c (struct die_info): Doc fix.
1711
617daa0e
CV
17122003-10-02 Corinna Vinschen <vinschen@redhat.com>
1713
1714 * sh-tdep.c: Running thru gdb_indent.sh.
1715
e5e33cd9
CV
17162003-10-02 Corinna Vinschen <vinschen@redhat.com>
1717
1718 * sh-tdep.c (sh_justify_value_in_reg): New function.
1719 (sh_stack_allocsize): Ditto.
1720 (flt_argreg_array): New array used for floating point argument
1721 passing.
1722 (sh_init_flt_argreg): New function.
a8f4cde1 1723 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1724 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1725 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1726 Fix argument passing strategy.
1727 (sh_push_dummy_call_nofpu): Ditto.
1728
5fe830e4
AC
17292003-10-01 Andrew Cagney <cagney@redhat.com>
1730
1731 * value.h (register_value_being_returned): Declare. Replace
1732 "value_being_returned".
1733 * infcall.c (call_function_by_hand): Use
1734 register_value_being_returned.
1735 * infcmd.c (print_return_value): Call
1736 "register_value_being_returned", handle struct return locally.
1737 * values.c (register_value_being_returned): New function. Replace
1738 "value_being_returned".
a8f4cde1 1739
5fe830e4 17402003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1741
1742 * linux-proc.c (linux_do_registers): New function.
1743 (linux_make_note_section): Use linux_do_registers in case of
1744 single threaded inferior programs.
1745
64f395bf
AC
17462003-10-01 Andrew Cagney <cagney@redhat.com>
1747
1748 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1749 use STRUCT_ADDR. When not using "struct return convention", pass
1750 "0" to "value_being_returned". Add FIXMEs.
1751 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1752 value_being_returned. Add comments.
1753 * values.c (value_being_returned): Add fixme.
1754 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1755 (hppa_value_returned_from_stack): Add FIXME.
1756
639d11d3
DC
17572003-09-30 David Carlton <carlton@kealia.com>
1758
1759 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1760 'has_children' and 'next' by 'child' and 'sibling'.
1761 (read_comp_unit): Rework algorithm, breaking body into
1762 read_die_and_children and read_die_and_siblings.
1763 (read_die_and_children, read_die_and_siblings): New.
1764 (read_full_die): Add 'has_children' argument; set it instead of
1765 the die's 'has_children' field. Minor formatting cleanup.
1766 (free_die_list): Use die->child and die->sibling instead of
1767 die->next.
1768 (dump_die_list): Ditto.
1769 (sibling_die): Use die->sibling.
1770 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1771 'has_children' and 'next' fields.
a8f4cde1
RM
1772 (process_die, read_file_scope, read_func_scope)
1773 (read_lexical_block_scope, read_structure_scope)
1774 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1775 (read_namespace, read_subroutine_type, dump_die): Ditto.
1776
5bffac25
AC
17772003-09-30 Andrew Cagney <cagney@redhat.com>
1778
1779 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1780 to 224, not 220.
1781
f30992d4
AC
17822003-09-30 Andrew Cagney <cagney@redhat.com>
1783
1784 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1785 REGISTER_VIRTUAL_SIZE.
1786 * gdbarch.h, gdbarch.c: Regenerate.
1787 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1788 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1789 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1790
2e092625
AC
17912003-09-29 Andrew Cagney <cagney@redhat.com>
1792
1793 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
7bb11558 1794 REGISTER_VIRTUAL_TYPE.
2e092625
AC
1795 * gdbarch.h, gdbarch.c: Regenerate.
1796 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1797 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1798
1799 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1800 * remote-vxmips.c (vx_read_register): Ditto.
1801 * remote-vx68.c (vx_read_register): Ditto.
1802 * gnu-nat.c (inf_validate_procs): Ditto.
1803
7a5dd6ee
JB
18042003-09-29 J. Brobecker <brobecker@gnat.com>
1805
1806 * infcall.c (call_function_by_hand): Fix build failure
1807 introduced in the previous change to this file.
1808
1fe43d45
AC
18092003-09-29 Andrew Cagney <cagney@redhat.com>
1810
1811 * NEWS: Mention Objective-C.
1812
e28a332c
JG
18132003-09-29 Jerome Guitton <guitton@act-europe.fr>
1814
1815 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1816 test if the register has been saved on the stack.
1817 (arm_scan_prologue_cache): When analysing the instruction
1818 "str lr, [sp, #-4]", save the address where lr has been stored.
1819
9ff63c35
AC
18202003-09-28 Andrew Cagney <cagney@redhat.com>
1821
7f5f525d
AC
1822 * frame.c (frame_read_unsigned_register): Delete function.
1823 * frame.h (frame_read_unsigned_register): Delete declaration.
1824 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1825 get_frame_register_unsigned.
1826 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1827 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1828 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1829
7f5f525d
AC
1830 * frame.h (frame_read_register): Delete declaration.
1831 * frame.c (frame_read_register): Delete function.
1832 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1833 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1834 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1835 * mips-tdep.c (mips_register_to_value): Ditto.
1836 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1837 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1838
1839 * frame.c (frame_read_signed_register): Delete function.
1840 (frame_read_unsigned_register): Update comments.
1841 * frame.h (frame_read_signed_register): Delete declaration.
1842 * h8300-tdep.c (h8300_print_register): Use
1843 get_frame_register_signed.
1844 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1845
9ff63c35
AC
1846 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1847 Rename VALUE_RETURNED_FROM_STACK.
1848 * infcmd.c (print_return_value): Update.
1849 * infcall.c (call_function_by_hand): Update.
1850
41d041d6
MK
18512003-09-28 Mark Kettenis <kettenis@gnu.org>
1852
1853 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1854 regcache argument and reverse the order of the other two
1855 arguments. Remove local regcache variable. Determine
1856 architecture from REGCACHE. Update comments.
1857 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1858 reverse the order of the other two arguments. Remove local
1859 regcache variable. Determine architecture from REGCACHE. Update
1860 comments.
1861 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1862 prototypes. Update comments.
1863 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1864 comment.
1865 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1866 Update.
1867 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1868 * i386-interix-nat.c (supply_fpregset): Update.
1869 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1870 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1871 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1872 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1873 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1874 Update.
1875 * i386obsd-tdep.c (fetch_core_registers): Update.
1876 * i386v4-nat.c (supply_fpregset): Update.
1877 * x86-64-linux-nat.c (supply_fpregset): Update.
1878 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1879
1cb97e17
MK
18802003-09-27 Mark Kettenis <kettenis@gnu.org>
1881
5716833c
MK
1882 * i386-tdep.h: Put opaque declarations in alphabetical
1883 order. Remove spurious whitespace.
1884 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1885 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1886 * i386-tdep.c (MM0_REGNUM): Remove define.
1887 (i386_mmx_regnum_p): Add gdbarch argument.
1888 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1889 Rewrite using new macro definitions for FPU/SSE registers.
1890 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1891 definitions from i387-tdep.h.
1892 (i386_register_name): Update.
1893 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1894 new macro definitions for FPU/SSE registers.
1895 (i386_extract_return_value): Determine whether floating-point
1896 registers are present by examining REGCACHE's architecture.
1897 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1898 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1899 FPU/SSE registers.
1900 (i386_register_type): Update.
1901 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1902 definitions for FPU registers. Use REGCACHE's architecture to
1903 determine the appropriate register numbers.
1904 (i386_pseudo_register_read, i386_pseudo_register_write,
1905 i386_register_reggroup_p): Update.
1906 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1907 TDEP->mm0_regnum.
1908 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1909 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1910 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1911 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1912 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1913 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1914 *' to `void *'.
1915 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1916 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1917 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1918 definitions for FPU/SSE registers.
1919 (FXSAVE_MXCSR_ADDR): New define.
1920 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1921 TDEP->mm0_regnum.
1922 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1923 (I387_ST0_REGNUM): Define.
1924
41d35cb0
MK
1925 * regcache.h (get_regcache_arch): New prototype.
1926 * regcache.c (get_regcache_arch): New function.
1927
54e74f72
MK
1928 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1929 whitespace.
1930
1cb97e17
MK
1931 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1932 Initialize using ARRAY_SIZE.
1933
0968aa8c
AC
19342003-09-27 Andrew Cagney <cagney@redhat.com>
1935
1936 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1937 "init_frame_pc_default".
1938 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1939 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1940 * vax-tdep.c (vax_gdbarch_init): Update.
1941 * v850-tdep.c (v850_gdbarch_init): Update.
1942 * sh64-tdep.c (sh64_gdbarch_init): Update.
1943 * s390-tdep.c (s390_gdbarch_init): Update.
1944 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1945 * mcore-tdep.c (mcore_gdbarch_init): Update.
1946 * h8300-tdep.c (h8300_gdbarch_init): Update.
1947 * cris-tdep.c (cris_gdbarch_init): Update.
1948 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1949
54c84734
MK
19502003-09-26 Mark Kettenis <kettenis@gnu.org>
1951
1952 * regset.h: New file.
1953 * Makefile.in (regset_h): Add.
1954
1b1d3794
AC
19552003-09-25 Andrew Cagney <cagney@redhat.com>
1956
1957 * frame.h (deprecated_frame_saved_regs): Rename
1958 get_frame_saved_regs.
1959 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1960 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1961 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1962 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1963 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1964
e6beb428
AC
19652003-09-25 Andrew Cagney <cagney@redhat.com>
1966
1967 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1968 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1969 and Java.
1970 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1971 arm*-*-* do not use the new frame code.
1972
710122da
DC
19732003-09-25 David Carlton <carlton@kealia.com>
1974
1975 * c-exp.y: Remove 'register' declarations.
1976 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1977
79c2c32d
DC
19782003-09-25 David Carlton <carlton@kealia.com>
1979
1980 * c-exp.y: Include cp-support.h. Add qualified_type.
1981 (yylex): Delete nested type hack; add comments.
1982 * cp-namespace.c (cp_lookup_nested_type): New function.
1983 * cp-support.h: Declare cp_lookup_nested_type.
1984 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1985 instead of value_struct_elt_for_reference.
1986 * valops.c: Include cp-support.h.
1987 (value_aggregate_elt): New function.
1988 (value_namespace_elt): Ditto.
1989 (value_struct_elt_for_reference): Make static.
1990 * value.h: Delete declaration of value_struct_elt_for_reference;
1991 add declaration for value_aggregate_elt.
1992 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1993 (valops.o): Ditto.
1994
898c62f5
DJ
19952003-09-25 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * stack.c: Include "reggroups.h".
1998 (frame_info): Only display registers in all_reggroup.
1999 * Makefile.in (stack.o): Update dependencies.
2000
28cd8767
JG
20012003-09-25 Jerome Guitton <guitton@act-europe.fr>
2002
2003 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2004 "add ip, sp #n" in the prologue.
2005 (arm_scan_prologue): Ditto.
2006
a4ab2b5d
JG
20072003-09-25 Jerome Guitton <guitton@act-europe.fr>
2008
2009 * MAINTAINERS (write after approval): Add myself.
2010
3f244638
AS
20112003-09-25 Andreas Schwab <schwab@suse.de>
2012
2013 * m68k-tdep.c: Include "dwarf2-frame.h".
2014 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2015 * Makefile.in (m68k-tdep.o): Update dependencies.
2016
1c0159e0
CV
20172003-09-25 Corinna Vinschen <vinschen@redhat.com>
2018
2019 * sh-tdep.c (struct frame_extra_info): Remove.
2020 (struct sh_frame_cache): New structure.
2021 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2022 (GET_TARGET_REG): Ditto but target register.
2023 (GET_PUSHED_REG): Remove.
2024 (IS_MOV_ARG_TO_REG): New macro.
2025 (IS_MOV_ARG_TO_IND_R14): New macro.
2026 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2027 (IS_MOVW_PCREL_TO_REG): New macro.
2028 (IS_MOVL_PCREL_TO_REG): New macro.
2029 (IS_SUB_REG_FROM_SP): New macro.
2030 (IS_ARG_MOV): Remove.
2031 (IS_MOV_TO_R14): Remove.
2032 (IS_RESTORE_FP): New macro.
2033 (IS_RTS): New macro.
2034 (IS_LDS): New macro.
2035 (IS_MOV_FP_SP): New macro.
2036 (IS_ADD_REG_TO_FP): New macro.
2037 (IS_ADD_IMM_FP): New macro.
2038 (sh_skip_prologue_hard_way): Remove.
2039 (sh_saved_pc_after_call): Remove.
2040 (sh_frame_chain): Remove.
2041 (sh_find_callers_reg): Remove.
a8f4cde1 2042 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
2043 (sh_fp_frame_init_saved_regs): Remove.
2044 (sh_init_extra_frame_info): Remove.
2045 (sh_analyze_prologue): New function.
2046 (sh_skip_prologue): Remove deprecated code. Rely on new function
2047 sh_analyze_prologue when after_prologue fails.
2048 (sh_frame_saved_pc): Remove.
2049 (sh_alloc_frame_cache): New function.
2050 (sh_frame_cache): Ditto.
2051 (sh_frame_prev_register): Ditto.
2052 (sh_frame_this_id): Ditto.
2053 (sh_frame_unwind): New structure defining the heuristic frame
2054 sniffer interface.
2055 (sh_frame_sniffer): New function.
2056 (sh_unwind_sp): Ditto.
2057 (sh_unwind_pc): Ditto.
2058 (sh_unwind_dummy_id): Ditto.
2059 (sh_frame_base_address): Ditto.
2060 (sh_frame_base): New structure defining new frame base code.
2061 (sh_in_function_epilogue_p): New function.
2062 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2063 code and to call all new code instead. Initialize dwarf2 and
2064 heuristic frame sniffer.
2065
5f9769d1
PH
20662003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2067
a8f4cde1
RM
2068 * parser-defs.h (struct exp_descriptor): New definition, containing
2069 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
2070 evaluating expressions.
2071 (exp_descriptor_standard): Declare new variable.
2072 (print_subexp): Make global and declare here (from expprint.c).
2073 (dump_subexp): Ditto.
2074 (dump_subexp_body_standard): Declare.
2075 (operator_length_standard): Declare.
2076 (op_name_standard): Declare.
2077 (print_subexp): Declare.
2078 (print_subexp_standard): Declare.
2079
2080 * language.h (struct language_defn): Add la_exp_desc field to hold
2081 pointer to table for language-specific operators.
2082 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
2083
2084 * parse.c (operator_length): Move most code to new
5f9769d1 2085 operator_length_standard function. Use language-specific information.
a8f4cde1 2086 (operator_length_standard): New function taking most code from
5f9769d1
PH
2087 operator_length.
2088 (exp_descriptor_standard): New constant.
a8f4cde1
RM
2089
2090 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 2091 and OP_EXTENDED_LAST.
a8f4cde1
RM
2092
2093 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
2094 Make global; remove static declaration.
2095 Move most code to print_subexp_standard.
a8f4cde1 2096 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
2097 print_subexp.
2098 (op_name): Add expression to argument signature.
a8f4cde1 2099 Use langauge-specific op_name.
5f9769d1
PH
2100 Move most code to op_name_standard.
2101 (op_name_standard): New function, containing code formerly in op_name.
2102 (dump_subexp): Use new version of op_name function.
2103 Use language-specific dump_subexp_body, and move most existing code to
2104 dump_subexp_body_standard.
2105 (dump_raw_expression): Use new op_name interface.
2106 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2107 (dump_subexp_body_standard): New function, containing code formerly
2108 in dump_subexp_body.
a8f4cde1 2109
5f9769d1
PH
2110 * language.c (unknown_language): Add default la_exp_desc field and
2111 remove evaluate_exp field.
2112 (auto_language): Ditto.
2113 (local_language): Ditto.
2114 * f-lang.c (f_language_defn): Ditto.
2115 * c-lang.c (c_language_defn): Ditto.
2116 (cplus_language_defn): Ditto.
2117 (asm_language_defn): Ditto.
2118 (minimal_language_defn): Ditto.
2119 * p-lang.c (pascal_language_defn): Ditto.
2120 * m2-lang.c (m2_language_defn): Ditto.
2121 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
2122
2123 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
2124 Java-specific expression evaluator.
2125 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2126 field.
a8f4cde1 2127 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
2128 Scheme-specific expression evaluator.
2129 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2130 field.
2131 * objc-lang.c (print_object_command): Take evaluate_exp from the
2132 la_exp_desc field.
a8f4cde1 2133
5f9769d1 2134 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
2135
2136 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
2137 la_exp_desc's type.
2138 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 2139
24daaebc
PH
21402003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2141
2142 * parser-defs.h (operator_length): Declare.
a8f4cde1 2143
24daaebc
PH
2144 * parse.c (length_of_subexp): Use operator_length to get operator
2145 lengths and arities for operators.
2146 Move most code to new operator_length function.
a8f4cde1 2147 (operator_length): New function absorbing most code from
24daaebc
PH
2148 length_of_subexp.
2149 (prefixify_subexp): Remove large case and use operator_length instead.
2150 (parse_exp_1): Use renamings:
a8f4cde1 2151 dump_prefix_expression => dump_raw_expression and
24daaebc 2152 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 2153
24daaebc
PH
2154 * expression.h (dump_prefix_expression): Rename to ...
2155 (dump_raw_expression): New name.
2156 (dump_postfix_expression): Rename to ...
2157 (dump_prefix_expression): New name.
a8f4cde1 2158
24daaebc
PH
2159 * expprint.c (dump_subexp): Make global. Add comment.
2160 Move most existing code to dump_subexp_body.
2161 (dump_subexp_body): New function.
2162 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 2163 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
2164 work before the expression is prefixified.
2165 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 2166 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 2167 that's what it does.
a8f4cde1 2168 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
2169 prefixified expression.
2170 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 2171
8c2957c4
JB
21722003-09-22 Jim Blandy <jimb@redhat.com>
2173
2174 * dwarf2read.c (read_array_type): When building the type for an
2175 array of unspecified length, make sure to choose the upper bound
2176 so that the array's total length comes out to be zero --- that's
2177 how we represent such arrays.
2178
592e3010
MC
21792003-09-22 Michael Chastain <mec@shout.net>
2180
2181 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2182
365c70b1
JJ
21832003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2184
2185 * top.c (quit_force): Fix indirect call to quit_target so
2186 a struct qt_args pointer is passed.
2187
5d6eb653
AC
21882003-09-22 Andrew Cagney <cagney@redhat.com>
2189
2190 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2191 * arch-utils.c (init_frame_pc_noop): Delete function.
2192 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2193 "init_frame_pc".
2194 * mips-tdep.c (mips_gdbarch_init): Ditto.
2195 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2196 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2197 declaration.
2198 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2199 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2200 declaration.
2201 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2202
b222a67f
AG
22032003-09-22 Anthony Green <green@redhat.com>
2204
2205 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2206 declaration.
2207
d5b5ac79
AC
22082003-09-20 Andrew Cagney <cagney@redhat.com>
2209
deafb061
AC
2210 * breakpoint.c: Eliminate ARGSUSED.
2211 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2212 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2213 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2214 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2215 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2216 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2217 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2218 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2219 * wince.c, remote-vx.c: Ditto.
2220
d5b5ac79
AC
2221 * cli/cli-script.c: Remove "register" attributes.
2222 * config/pa/tm-hppa.h: Ditto.
2223 * cli/cli-decode.c: Ditto.
2224 * cli/cli-cmds.c: Ditto.
2225
c6316faa
AC
22262003-09-19 Andrew Cagney <cagney@redhat.com>
2227
2228 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2229 DEPRECATED_NPC_REGNUM.
2230 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2231
f4f99b11
CF
22322003-09-19 Christopher Faylor <cgf@redhat.com>
2233
2234 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2235
1708f284
JB
22362003-09-19 Jim Blandy <jimb@redhat.com>
2237
2238 * macrotab.c (macro_include): Use the correct comparison to find
2239 the appropriate place for this inclusion in the list.
2240
b9fbf434
AC
22412003-09-19 Andrew Cagney <cagney@redhat.com>
2242
2243 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2244 (DEPRECATED_HPUX_TEXT_END): Define.
2245 (deprecated_hpux_text_end): Declare.
2246 (struct target_ops): Declare opaque.
2247 * hppah-nat.c (text_end): Make static.
2248 (deprecated_hpux_text_end): New function.
2249 * exec.c (text_end): Delete global variable.
2250 (NEED_TEXT_START_END): Do not define.
2251 (exec_file_attach): Replace code computing "text_end" code with
2252 call to DEPRECATED_HPUX_TEXT_END.
2253
5b03f266
AC
22542003-09-19 Andrew Cagney <cagney@redhat.com>
2255
2256 * utils.c (align_up, align_down): New functions.
2257 * defs.h (align_up, align_down): Declare.
2258 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2259 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2260 and "align_down".
2261 (round_up, round_down): Delete functions.
2262 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2263 "align_down".
2264 (ROUND_DOWN, ROUND_UP): Delete macros.
2265 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2266 * h8300-tdep.c: Replace "round_up" and "round_down" with
2267 "align_up" and "align_down".
2268 (round_up, round_down): Delete macros.
2269 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2270 "align_down".
2271 (ROUND_UP, ROUND_DOWN): Delete macros.
2272
51db5742
JB
22732003-09-18 J. Brobecker <brobecker@gnat.com>
2274
2275 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2276 hard-coded constant. Use the proper machine name instead.
2277
77949794
AC
22782003-09-17 Andrew Cagney <cagney@redhat.com>
2279
2280 * sparc-tdep.c (legacy_register_name): Delete function.
2281 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2282 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2283 * infcmd.c (gdb_register_name): Delete variable.
2284 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2285 REGISTER_NAME and "tm.h".
2286 * gdbarch.h, gdbarch.c: Regenerate.
2287 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2288 REGISTER_NAMES in comments.
2289 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2290 * m68klinux-nat.c (regmap): Ditto.
2291
b55c33cc
JB
22922003-09-17 Jim Blandy <jimb@redhat.com>
2293
2294 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2295
957e27ac
AC
22962003-09-17 Andrew Cagney <cagney@redhat.com>
2297
2298 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2299 (ppcnbsd_init_abi): Set "use_struct_convention" to
2300 "ppcnbsd_use_struct_convention".
2301
192cb3d4
MK
23022003-09-17 Mark Kettenis <kettenis@gnu.org>
2303
2304 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2305 * gdbarch.h, gdbarch.c: Regenerate.
2306 (stabs_argument_has_addr): New architecture method.
2307 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2308 * arch-utils.c: Include "buildsym.h".
2309 (default_stabs_argument_has_addr): New function.
2310 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2311 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2312
efe59759
AC
23132003-09-17 Andrew Cagney <cagney@redhat.com>
2314
2315 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2316 * gdbarch.h, gdbarch.c: Regenerate.
2317 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2318 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2319 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2320 * sparcnbsd-tdep.c: Update.
a8f4cde1 2321
62700349
AC
23222003-09-17 Andrew Cagney <cagney@redhat.com>
2323
2324 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2325 * gdbarch.h, gdbarch.c: Regenerate.
2326 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2327 * d10v-tdep.c, frame.c: Update.
2328 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2329 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2330 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2331 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2332 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2333 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2334 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2335 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2336 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2337 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2338 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2339 * config/pa/nm-hppah.h: Update.
2340
b9ff3018
AC
23412003-09-16 Andrew Cagney <cagney@redhat.com>
2342
2343 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2344 "use_struct_convention" to "ppc_linux_use_struct_convention".
2345 (ppc_linux_use_struct_convention): New function.
2346 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2347 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2348 "rs6000_use_struct_convention".
2349 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2350 declaration.
2351 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2352 Delete function.
2353
aa1ee363
AC
23542003-09-16 Andrew Cagney <cagney@redhat.com>
2355
2356 * buildsym.c: Remove more occurances of "register".
2357 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2358 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2359 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2360 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2361 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2362 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2363 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2364 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2365
f2ea0907
CV
23662003-09-16 Corinna Vinschen <vinschen@redhat.com>
2367
2368 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2369 numbers to enumeration values.
2370 * sh-tdep.c: Accomodate above change.
2371 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2372 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2373 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2374 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2375 (IS_FPUSH): Rename from IS_FMOV.
2376 (sh_extract_struct_value_address): Remove useless comment.
2377 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2378 instead of own local values.
2379 (sh_dump_tdep): Remove.
2380 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2381 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2382
1c704f11
AC
23832003-09-15 Andrew Cagney <cagney@redhat.com>
2384
2385 * doublest.c (convert_floatformat_to_doublest): No longer need to
2386 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2387
ac79b88b
DJ
23882003-09-15 Daniel Jacobowitz <drow@mvista.com>
2389
2390 * values.c (unpack_double): Call floatformat_is_valid.
2391
1c671366
MK
23922003-09-15 Mark Kettenis <kettenis@gnu.org>
2393
de5227fb
MK
2394 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2395 ps_strings into a long.
2396
1c671366
MK
2397 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2398 _initialize_am64fbsd_nat.
2399
a604369a
KB
24002003-09-15 Kevin Buettner <kevinb@redhat.com>
2401
2402 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2403 associated with DW_AT_ranges attribute is out of bounds.
2404
b3cacbee
DL
24052003-09-15 David Lecomber <dsl@sources.redhat.com>
2406
2407 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2408
d0f37bb2
MC
24092003-09-14 Michael Chastain <mec@shout.net>
2410
2411 * config/m68k/nm-apollo68v.h: Delete.
2412 * config/m68k/xm-apollo68v.h: Delete.
2413
69517000
AC
24142003-09-14 Andrew Cagney <cagney@redhat.com>
2415
2416 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2417 * dcache.c: Update copyrights and descriptions.
2418 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2419
ef8b349d
AC
24202003-09-14 Andrew Cagney <cagney@redhat.com>
2421
2422 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2423 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2424
52f0bd74
AC
24252003-09-14 Andrew Cagney <cagney@redhat.com>
2426
2427 * alpha-nat.c: Remove some occurances of "register".
2428 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2429 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2430 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2431 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2432 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2433 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2434 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2435 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2436 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2437 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2438 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2439 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2440 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2441 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2442 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2443 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2444 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2445 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2446 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2447 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2448 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2449 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2450
4a4b3fed
AC
24512003-09-13 Andrew Cagney <cagney@redhat.com>
2452
2453 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2454 * ppc-tdep.h (struct regcache): Declare opaque.
2455 * objfiles.h (struct objfile_data): Declare opaque.
2456 * cp-support.h (struct objfile): Declare opaque.
2457 * linux-nat.h (target_waitstatus): Declare opaque.
2458
2110b94f
MK
24592003-09-14 Mark Kettenis <kettenis@gnu.org>
2460
1c671366
MK
2461 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2462 (stabs_argument_has_addr): New architecture method.
2463 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2464 * arch-utils.c: Include "buildsym.h".
2465 (default_stabs_argument_has_addr): New function.
2466 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2467 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2468
2110b94f
MK
2469 * cris-tdep.c (cris_gdbarch_init): Set
2470 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2471 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2472 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2473 * mips-tdep.c (mips_gdbarch_init): Likewise.
2474 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2475 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2476
48436ce6
AC
24772003-09-13 Andrew Cagney <cagney@redhat.com>
2478
2479 * values.c (using_struct_return): Delete "function" and "funcaddr"
2480 parameters.
2481 * value.h (using_struct_return): Update declaration.
2482 * infcmd.c (finish_command_continuation): Update.
2483 (finish_command): Update.
2484 * infcall.c (call_function_by_hand): Update.
2485 * eval.c (evaluate_subexp_standard): Update.
2486
403d9909
CF
24872003-09-13 Christopher Faylor <cgf@redhat.com>
2488
2489 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2490 SSE registers since gdb will not operate correctly without this.
2491 Restore include file ordering munged in previous change.
2492 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2493
ebf7d56b
MK
24942003-09-13 Mark Kettenis <kettenis@gnu.org>
2495
8e823e25
MK
2496 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2497 REG_STRUCT_HAS_ADDR.
2498 * gdbarch.c, gdbarch.h: Updated.
2499 * infcall.c (call_function_by_hand): Update.
2500 * stabsread.c (define_symbol): Updated.
a8f4cde1 2501
ebf7d56b
MK
2502 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2503
d3f13f72
CF
25042003-09-12 Christopher Faylor <cgf@redhat.com>
2505
2506 * win32-nat.c: Reorganize so that defines used by target headers are
2507 actually defined by the system headers.
2508 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2509 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2510
14f75137
JB
25112003-09-12 Jim Blandy <jimb@redhat.com>
2512
d646061f
JB
2513 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2514 the file has no .data, .bss, or .rodata sections. Instead wait
2515 until we see a variable alleged to live in one of those sections.
2516
2a13f9bc
JB
2517 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2518 .bss section, presume that any variables we find live in the
2519 .rodata section.
2520
4f49b26b
JB
2521 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2522 offsets for global and static variables.
2523
14f75137
JB
2524 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2525 symbol types are, by definition, in the .data section, so it is
2526 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2527 If there is no .data section, there should be no N_DATA or N_DATA
2528 | N_EXT symbols.
2529
212c460c
MK
25302003-09-12 Mark Kettenis <kettenis@gnu.org>
2531
2532 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2533 (amd64fbsd_sigcontext_addr): Rewrite.
2534 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2535 with correct values.
2536 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2537 (amd64fbsd_init_abi): Fix typo.
2538
68856ea3
AC
25392003-09-12 Andrew Cagney <cagney@redhat.com>
2540
2541 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2542 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2543
627b3ba2
AC
25442003-09-12 Andrew Cagney <cagney@redhat.com>
2545
2546 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2547 "entry_file_highpc". Update comments.
2548 * defs.h (deprecated_inside_entry_file): Rename
2549 "inside_entry_file".
2550 * blockframe.c (deprecated_inside_entry_file): Rename
2551 "inside_entry_file".
2552 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2553 * vax-tdep.c (vax_frame_chain): Update.
2554 * sh64-tdep.c (sh64_frame_chain): Update.
2555 * sh-tdep.c (sh_frame_chain): Update.
2556 * rs6000-tdep.c (rs6000_frame_chain): Update.
2557 * ns32k-tdep.c (ns32k_frame_chain): Update.
2558 * mips-tdep.c (mips_frame_chain): Update.
2559 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2560 * m32r-tdep.c (m32r_frame_this_id): Update.
2561 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2562 * frv-tdep.c (frv_frame_this_id): Update.
2563 * d10v-tdep.c (d10v_frame_this_id): Update.
2564 * cris-tdep.c (cris_frame_chain): Update.
2565 * blockframe.c (legacy_frame_chain_valid): Update.
2566 * avr-tdep.c (avr_frame_this_id): Update.
2567 * arm-tdep.c (arm_prologue_this_id): Update.
2568 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2569 * objfiles.c (objfile_relocate): Update.
2570 * mipsread.c (mipscoff_symfile_read): Update.
2571 (mipscoff_symfile_read): Update.
2572 * mdebugread.c (parse_partial_symbols): Update.
2573 * dwarfread.c (read_file_scope): Update.
2574 * dwarf2read.c (read_file_scope): Update.
2575 * dbxread.c (read_dbx_symtab): Update.
2576 (read_dbx_symtab): Update.
2577 * coffread.c (complete_symtab): Update.
2578
b0abbc58
JJ
25792003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2580
2581 * top.c (quit_target): New static helper function.
2582 (quit_force): Moved code to quit_target(). Call quit_target()
2583 via catch_errors() to catch errors during quit.
2584
a1632d59
DC
25852003-09-11 David Carlton <carlton@kealia.com>
2586
2587 * buildsym.c (finish_block): Use allocate_block to allocate the
2588 block.
2589 * mdebugread.c (new_block): Add FIXME.
2590
5c4e30ca
DC
25912003-09-11 David Carlton <carlton@kealia.com>
2592
2593 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2594 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2595 (recursive_dump_type): Ditto.
2596 * printcmd.c (print_formatted): Ditto.
2597 * typeprint.c (print_type_scalar): Ditto.
2598 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2599 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2600 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2601 maint_cplus_cmd_list.
2602 * cp-support.c: Make maint_cplus_cmd_list extern.
2603 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2604 command.h.
2605 (lookup_symbol_file): Look in possible namespace blocks when
2606 appropriate.
2607 (initialize_namespace_symtab): New.
2608 (get_possible_namespace_block, free_namespace_block)
2609 (check_possible_namespace_symbols)
2610 (check_possible_namespace_symbols_loop)
2611 (check_one_possible_namespace_symbol)
2612 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2613 (_initialize_cp_namespace): Ditto.
2614 * block.h: Declare allocate_block.
2615 * block.c (allocate_block): New.
2616 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2617 allocate_block.
2618 * symfile.h: Update declaration of add_psymbol_to_list.
2619 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2620 question.
2621 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2622 scan_partial_symbols_call.
2623 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2624 helper functions.
2625 (add_partial_symbol): If necessary, scan mangled names for names
2626 of namespaces.
2627 (add_partial_namespace): Add NAMESPACE argument; generate partial
2628 symbols associated to namespaces.
2629 (add_partial_enumeration): Add NAMESPACE argument.
2630 (new_symbol): Allow namespace syms.
2631 (read_namespace): Generate namespace syms.
2632 * objfiles.h: Add opaque declaration of struct symtab.
2633 (struct objfile): Add cp_namespace_symtab member.
2634 * objfiles.c (allocate_objfile): Set
2635 objfile->cp_namespace_symtab.
2636 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2637 dictionary_h, command_h.
2638
33a7c2fc
AC
26392003-09-11 Andrew Cagney <cagney@redhat.com>
2640
2641 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2642 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2643 near the function's end.
2644 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2645 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2646 regcache_raw_write_signed to set SP_REGNUM.
2647
63cd24fe
EZ
26482003-09-11 Elena Zannoni <ezannoni@redhat.com>
2649
2650 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2651 orig_addrs is set up properly.
2652
f27dd7fd
AC
26532003-09-11 Andrew Cagney <cagney@redhat.com>
2654
2655 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2656 * gdbarch.h, gdbarch.c: Re-generate.
2657 * infcall.c (call_function_by_hand): Update.
2658 * hppa-tdep.c (hppa_push_arguments): Update.
2659 * ada-lang.c (place_on_stack): Update.
2660 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2661 * sparc-tdep.c (sparc_gdbarch_init): Update.
2662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2663 * hppa-tdep.c (hppa_gdbarch_init): Update.
2664 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2665 stack_align.
2666
f630a401
DJ
26672003-09-11 Daniel Jacobowitz <drow@mvista.com>
2668
2669 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2670 register do need a frame.
2671
0ddabb4c
AC
26722003-09-11 Andrew Cagney <cagney@redhat.com>
2673
2674 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2675 buildable since GDB 5.0.
2676 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2677 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2678 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2679 * irix4-nat.c: Delete file.
2680 * config/mips/irix4.mh: Delete file.
2681 * config/mips/irix3.mh: Delete file.
2682 * config/mips/irix3.mt: Delete file.
2683 * config/mips/tm-irix3.h: Delete file.
2684 * config/mips/nm-irix3.h: Delete file.
2685 * config/mips/xm-irix3.h: Delete file.
2686 * config/mips/nm-irix4.h: Delete file.
2687 * config/mips/xm-irix4.h: Delete file.
2688 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2689
fde2cceb
JB
26902003-09-10 J. Brobecker <brobecker@gnat.com>
2691
2692 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2693 * Makefile.in (hppa-tdep.o): Update dependencies.
2694
66f667f5
JW
26952003-09-10 James E Wilson <wilson@specifixinc.com>
2696
ef5fd69f
JW
2697 * MAINTAINERS: Change my e-mail address. Move to paper trail
2698 section.
66f667f5 2699
53e8aaea
KB
27002003-09-10 Kevin Buettner <kevinb@redhat.com>
2701
2702 * MAINTAINERS (frv): New ISA entry.
2703
dcc6aaff
KB
27042003-09-10 Kevin Buettner <kevinb@redhat.com>
2705
2706 * frv-tdep.c (dis-asm.h): Include.
2707 * Makefile.in (frv-tdep.o): Update dependencies.
2708
932644f0
JJ
27092003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2710
2711 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2712 Fix typo for high range of floating registers.
2713
91c24f0a
DC
27142003-09-09 David Carlton <carlton@kealia.com>
2715
2716 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2717 highpc initialization here out of scan_partial_symbols.
2718 (scan_partial_symbols): Restructure into a recursive version,
2719 calling add_partial_namespace and add_partial_enumeration when
2720 appropriate.
2721 (add_partial_namespace): New.
2722 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2723
c9263853
AC
27242003-09-09 Andrew Cagney <cagney@redhat.com>
2725
e56a0ecc
AC
2726 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2727 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2728 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2729 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2730
794a477a
AC
2731 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2732 (rs6000_push_dummy_call): Set the "TOC" register.
2733
c9263853
AC
2734 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2735 methods "max_register_raw_size", "max_register_virtual_size" or
2736 "register_virtual_size".
2737
afa7d0b2
ILT
27382003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2739
2740 * MAINTAINERS: Update my e-mail address.
2741
7a41266b
AC
27422003-09-09 Andrew Cagney <cagney@redhat.com>
2743
2744 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2745 (rs6000_push_dummy_call): Store the struct return address.
2746 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2747
77b2b6d4
AC
27482003-09-09 Andrew Cagney <cagney@redhat.com>
2749
2750 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2751 "ppc_sysv_abi_push_arguments".
2752 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2753 "ppc_sysv_abi_push_arguments".
2754 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2755 instead of "push_arguments".
2756 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2757
e8a7b686
AC
27582003-09-09 Andrew Cagney <cagney@redhat.com>
2759
2760 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2761 instead of CALL_DUMMY_ADDRESS.
2762
f86f5ca3
PH
27632003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2764
2765 * p-lang.c: Eliminate "register".
2766 * c-lang.c: Ditto.
2767 * expprint.c: Ditto.
2768 * f-lang.c: Ditto.
2769 * jv-lang.c: Ditto.
2770 * language.c: Ditto.
2771 * m2-lang.c: Ditto.
2772 * parse.c: Ditto.
2773 * scm-lang.c: Ditto.
2774 * objc-lang.c: Ditto.
2775
83ee270e
NC
27762003-09-09 Nick Clifton <nickc@redhat.com>
2777
2778 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2779
a89aa300
AC
27802003-09-04 Andrew Cagney <cagney@redhat.com>
2781
2782 * avr-tdep.c: Include "dis-asm.h".
2783 * cris-tdep.c: Include "dis-asm.h".
2784 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2785 instead of corresponding typedef.
2786 * h8300-tdep.c: Include "dis-asm.h".
2787 * ia64-tdep.c: Include "dis-asm.h".
2788 * i386-tdep.c: Include "dis-asm.h".
2789 (i386_print_insn): Use "struct disassemble_info" instead of
2790 corresponding typedef.
2791 * m68k-tdep.c: Include "dis-asm.h".
2792 * mcore-tdep.c: Include "dis-asm.h".
2793 * mips-tdep.c: Include "dis-asm.h".
2794 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2795 instead of corresponding typedef.
2796 * ns32k-tdep.c: Include "dis-asm.h".
2797 * s390-tdep.c: Include "dis-asm.h".
2798 * sparc-tdep.c: Include "dis-asm.h".
2799 * vax-tdep.c: Include "dis-asm.h".
2800 * v850-tdep.c: Include "dis-asm.h".
2801 * mn10300-tdep.c: Include "dis-asm.h".
2802 * rs6000-tdep.c: Include "dis-asm.h".
2803 * xstormy16-tdep.c: Include "dis-asm.h".
2804 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2805 print_insn_xstormy16.
2806 * Makefile.in (v850-tdep.o): Update dependencies.
2807 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2808 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2809 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2810 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2811 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2812 (gdbarch_h): Remove $(dis_asm_h).
2813 * disasm.c: Include "dis-asm.h".
2814 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2815 corresponding typedef.
2816 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2817 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2818 * gdbarch.sh: Do not include "dis-asm.h".
2819 (struct disassemble_info): Declare opaque.
2820 (TARGET_PRINT_INSN): Update declaration.
2821 * gdbarch.h, gdbarch.c: Re-generate.
2822
88a82a65
AC
28232003-09-08 Andrew Cagney <cagney@redhat.com>
2824
2825 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2826 CALL_DUMMY_ADDRESS, change to a predicate.
2827 * gdbarch.h, gdbarch.c: Re-generate.
2828 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2829 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2830 * infcall.c (call_function_by_hand): Ditto.
2831 * sparc-tdep.c (sparc_push_return_address): Ditto.
2832 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2833 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2834 CALL_DUMMY_ADDRESS with entry_point_address.
2835 * v850-tdep.c (v850_push_return_address): Ditto.
2836 * s390-tdep.c (s390_push_return_address): Ditto.
2837 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2838 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2839 * mcore-tdep.c (mcore_push_return_address): Ditto.
2840 * cris-tdep.c (cris_push_return_address): Ditto.
2841 * arm-tdep.c (arm_push_return_address): Ditto.
2842
3e2c4033
AC
28432003-09-08 Andrew Cagney <cagney@redhat.com>
2844
2845 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2846 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2847 and REG_UNMODIFIED to REG_SAME_VALUE.
2848 (execute_cfa_program): Update.
2849 (dwarf2_frame_cache): Update. Initialize table to
2850 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2851 location.
2852 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2853
39efb398
AC
28542003-09-08 Andrew Cagney <cagney@redhat.com>
2855
2856 * gnu-nat.c: Remove "inline" function attribute.
2857 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2858
f5cb5aca
KB
28592003-09-08 Kevin Buettner <kevinb@redhat.com>
2860
2861 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2862 target.
2863
1cb761c7
KB
28642003-09-08 Kevin Buettner <kevinb@redhat.com>
2865
2866 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2867 (frame_extra_info): Rename this struct to frv_unwind_cache.
2868 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2869 Add fields ``prev_sp'' and ``base''.
2870 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2871 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2872 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2873 Delete.
2874 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2875 Revise all callers. Fill in the unwind cache argument and make
2876 other adjustments to account for new frame mechanisms.
2877 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2878 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2879 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2880 (frv_frame_unwind, frv_frame_base): New structs.
2881 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2882 additional arguments expected by this method and adjust function
2883 body accordingly.
2884 (frv_gdbarch_init): Remove calls to the following functions:
2885 set_gdbarch_deprecated_init_frame_pc(),
2886 set_gdbarch_deprecated_saved_pc_after_call(),
2887 set_gdbarch_deprecated_frame_chain(),
2888 set_gdbarch_deprecated_frame_saved_pc(),
2889 set_gdbarch_deprecated_frame_init_saved_regs(),
2890 set_gdbarch_deprecated_push_arguments(),
2891 set_gdbarch_deprecated_push_return_address(),
2892 set_gdbarch_deprecated_pop_frame(),
2893 set_gdbarch_deprecated_call_dummy_words(),
2894 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2895 set_gdbarch_deprecated_init_extra_frame_info(),
2896 set_gdbarch_deprecated_dummy_write_sp(), and
2897 set_gdbarch_deprecated_pc_in_call_dummy().
2898 Add calls to the following functions:
2899 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2900 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2901 frame_base_set_default().
2902 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2903
68f6cf99
MK
29042003-09-09 Mark Kettenis <kettenis@gnu.org>
2905
2906 * dwarf2-frame.c (read_encoded_value): Add support for
2907 DW_EH_PE_aligned encoding.
2908
73b65bb0
DJ
29092003-09-08 Daniel Jacobowitz <drow@mvista.com>
2910
2911 * infrun.c (normal_stop): Don't print a message if the inferior
2912 has exited.
2913
7c8a5605
JB
29142003-09-08 Jim Blandy <jimb@redhat.com>
2915
2916 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2917 * dbxread.c: #include "gdb_assert.h".
2918 (read_dbx_symtab): If the objfile has no .data section, use the
2919 section index for the .bss section instead.
2920
7dd88986
DJ
29212003-09-08 Daniel Jacobowitz <drow@mvista.com>
2922
2923 * frame.c (deprecated_safe_get_selected_frame): New function.
2924 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2925 * findvar.c (read_var_value): Call it.
2926
55ff77ac
CV
29272003-09-08 Corinna Vinschen <vinschen@redhat.com>
2928
2929 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2930 (sh64-tdep.o): Add dependencies.
2931 * configure.tgt: Add FIXME to sh-*-linux*.
2932 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2933 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2934 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2935 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2936 * sh64-tdep.c: New file, containing all sh64 related code from
2937 sh-tdep.c.
2938 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2939 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2940 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2941 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2942 * config/sh/wince.mt (TDEPFILES): Ditto.
2943
bfb39158
DJ
29442003-09-07 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2947 (stop_wait_callback): Handle !lp->signalled also.
2948 (lin_lwp_has_pending, flush_callback): New functions.
2949 (lin_lwp_wait): Call flush_callback.
2950 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2951 (linux_proc_pending_signals): New function.
2952 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2953
9407de8e
DJ
29542003-09-07 Daniel Jacobowitz <drow@mvista.com>
2955
2956 From Nick Kelsey <nickk@ubicom.com>:
2957 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2958 when the stop PC is at the beginning of a function also.
2959
2ef47cd0
DJ
29602003-09-06 Daniel Jacobowitz <drow@mvista.com>
2961
2962 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2963 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2964
6f4492c8
MK
29652003-09-06 Mark Kettenis <kettenis@gnu.org>
2966
2967 * sol-thread.c: Include "gdb_string.h".
2968
d3420b2f
MK
29692003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2970
2971 * gcore.c: Reorder include files in alphabetical order. Include
2972 "gdb_assert.h". Various coding style fixes.
2973 (derive_stack_segment, derive_heap_segment): Replace check for
2974 non-null BOTTOM and TOP with gdb_assert.
2975 (derive_heap_segment): Replace check for successful creation of
2976 ZERO with gdb_assert.
2977 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2978
5220ea4c
AC
29792003-09-04 Andrew Cagney <cagney@redhat.com>
2980
2981 * thread-db.c (verbose_dlsym): New function.
2982 (thread_db_load): Use verbose_dlsym
2983 (thread_db_new_objfile): Print that libthread_db was loaded, and
2984 that thread debugging was enabled.
2985
6e8c2c06
AC
29862003-09-04 Andrew Cagney <cagney@redhat.com>
2987
2988 * configure.tgt: Add "mips64*-*-*" target. Delete
2989 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2990 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2991 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2992 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2993 mips*-sony-*, and mips64*-*-elf* targets.
2994 * config/mips/embedl.mt: Delete file.
2995 * config/mips/embedl64.mt: Delete file.
2996 * config/mips/mips.mt: Delete file.
2997 * config/mips/mips64.mt: Delete file.
2998 * config/mips/tm-embed.h: Delete file.
2999 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3000 * config/mips/embed64.mt: Delete out-of-date comment.
3001
3a3bc038
AC
30022003-09-04 Andrew Cagney <cagney@redhat.com>
3003
3004 * hppa-tdep.c (hppa_gdbarch_init): Set
3005 "have_nonsteppable_watchpoint".
3006 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3007 * mips-tdep.c (mips_dump_tdep): Do not print
3008 HAVE_NONSTEPPABLE_WATCHPOINT.
3009 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3010 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3011 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3012 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3013
a957e642
CV
30142003-09-04 Corinna Vinschen <vinschen@redhat.com>
3015
3016 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3017 unused code. Add comment.
3018
a6fbcf2f
CV
30192003-09-04 Corinna Vinschen <vinschen@redhat.com>
3020
3021 * breakpoint.c (watchpoint_check): Check for pc being in an
3022 epilogue if watchpoint frame couldn't be found.
3023
c14a44d5
AC
30242003-09-04 Andrew Cagney <cagney@redhat.com>
3025
3026 * Makefile.in: Re-generate all dependencies.
3027
f6c40618
AC
30282003-09-03 Andrew Cagney <cagney@redhat.com>
3029
3030 * arch-utils.h (legacy_print_insn): Delete declaration.
3031 * arch-utils.c (legacy_print_insn): Delete function.
3032 * disasm.c (deprecated_tm_print_insn_info): Delete.
3033 (_initialize_disasm): Delete function, contained code initializing
3034 deprecated_tm_print_insn_info.
3035 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3036 (deprecated_tm_print_insn_info): Delete.
3037 (TARGET_PRINT_INSN): Do not provide a default.
3038 * gdbarch.h, gdbarch.c: Re-generate.
3039
242e8be5
AC
30402003-09-03 Andrew Cagney <cagney@redhat.com>
3041
3042 * disasm.c (fprintf_disasm): New function.
3043 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3044 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3045 reverts 2003-08-14 change.
3046 (_initialize_disasm): Call "init_disassemble_info", instead of
3047 INIT_DISASSEMBLE_INFO_NO_ARCH.
3048
3ffc3dda
MS
30492003-09-03 Michael Snyder <msnyder@redhat.com>
3050
3051 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3052
52d16ba8
AC
30532003-09-03 Andrew Cagney <cagney@redhat.com>
3054
3055 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3056 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3057 * symfile.c (syms_from_objfile): Update.
3058 (reread_symbols): `Update
3059 * exec.c (exec_file_attach): Update.
3060 (exec_file_attach): Update.
3061 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3062 2003-08-29 change.
3063 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3064
eb5492fa
DJ
30652003-09-03 Daniel Jacobowitz <drow@mvista.com>
3066
3067 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3068 trad-frame.h.
3069 (arm_get_cache): Delete macro.
3070 (struct arm_prologue_cache): Update comments. Make saved_regs into
3071 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3072 to prev_sp.
3073 (thumb_scan_prologue): Update for cache changes. Don't call
3074 DEPRECATED_PC_IN_CALL_DUMMY.
3075 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3076 argument and use it in desperation search for our prologue. Do not
3077 search past the specified PC.
3078 (arm_make_prologue_cache): Simplify.
3079
3080 (arm_prologue_this_id, arm_prologue_prev_register)
3081 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3082 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3083 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3084 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3085 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3086
3087 (arm_frame_chain_valid, arm_find_callers_reg)
3088 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3089 (arm_pop_frame): Delete obsolete methods.
3090 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3091
3092 (arm_gdbarch_init): Update for new frame methods. Register prologue
3093 and sigtramp unwinders. Set the default frame base method.
3094
3095 * Makefile.in (arm-tdep.o): Update dependencies.
3096 * varobj.c (find_frame_addr_in_frame_chain): Call
3097 get_frame_base_address.
3098 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3099
24de872b
DJ
31002003-09-03 Daniel Jacobowitz <drow@mvista.com>
3101
3102 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3103 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3104 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3105 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3106 Take NEXT_FRAME and CACHE arguments. Call
3107 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3108 Set unwound_pc in CACHE instead of modifying the frame argument.
3109 Don't bother checking the frame type when looking for sigtramp
3110 frames.
3111 (arm_make_prologue_cache, arm_frame_chain)
3112 (arm_init_extra_frame_info): New functions.
3113
9b8d791a
DJ
31142003-09-03 Daniel Jacobowitz <drow@mvista.com>
3115
3116 * arm-tdep.c (arm_get_cache): Define.
3117 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3118 unwound_sp, unwound_pc, and saved_regs.
3119 (thumb_scan_prologue): Take a cache instead of the frame.
3120 (arm_scan_prologue): Likewise.
3121 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3122 instead of a temporary frame.
3123 (arm_init_extra_frame_info): Allocate and use a cache.
3124 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3125
7ee3275f
AC
31262003-09-03 Andrew Cagney <cagney@redhat.com>
3127
3128 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3129 * config/mips/wince.mt (TM_CLIBS): Ditto.
3130 * config/sh/wince.mt (TM_CLIBS): Ditto.
3131 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3132 * config/sparc/sp64.mt (CC): Delete.
3133
57b29be7
AC
31342003-09-03 Andrew Cagney <cagney@redhat.com>
3135
3136 * defs.h: Do not include "arch-utils.h".
3137 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3138 GDB_MULTI_ARCH_PURE.
3139 * configure.in (GDB_MULTI_ARCH): Do not define.
3140 * configure, config.in: Regenerate.
3141 * configure.tgt: Do not set variable "gdb_multi_arch".
3142 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3143 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3144 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3145 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3146 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3147 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3148 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3149 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3150 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3151 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3152 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3153 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3154 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3155 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3156 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3157 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3158 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3159 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 3160
12e035e2
MC
31612003-08-30 Michael Chastain <mec@shout.net>
3162
3163 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3164 * config/m68k/nm-hp300hpux.h: Delete.
3165 * config/m68k/tm-hp300hpux.h: Delete.
3166 * config/m68k/xm-hp300hpux.h: Delete.
3167 * config/m68k/xm-hp300bsd.h: Delete.
3168 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3169 tm-hp300hpux.h, xm-hp300hpux.h.
3170 * somsolib.c: Remove comment about hp300 shared libraries.
3171
bda34dc2
MK
31722003-08-31 Mark Kettenis <kettenis@gnu.org>
3173
5bca7895
MK
3174 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3175 Only define PTRACE_GET_THREAD_AREA is not already defined.
3176 Various style fixes in code and comments and some additional
3177 spelling fixes in comments. Move after functions dealing with
3178 debug registers.
3179 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3180 Fix coding-style.
3181
bda34dc2
MK
3182 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3183 frame_unwind_register_unsigned instead of
3184 frame_unwind_unsigned_register.
3185
c890192f
MK
31862003-08-30 Mark Kettenis <kettenis@gnu.org>
3187
3188 * configure.in: Search for gethostbyname in libnsl.
3189 * configure: Regenerated.
3190
60fac5b8
MK
31912003-08-29 Mark Kettenis <kettenis@gnu.org>
3192
e294916c
MK
3193 * configure.in: Remove redundant AC_MSG_RESULT in check for
3194 uintptr_t in stdint.h.
3195 * configure: Regenerated.
3196
c40d267a
MK
3197 * amd64-nat.h (struct regcache): Add opaque declaration.
3198
60fac5b8
MK
3199 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3200 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3201 Change "register array" to "register cache" in comments.
3202 (x86_64_linux_gregset64_reg_offset): New variable.
3203 (GETREGS_SUPPLIES): Remove macro.
3204 (supply_gregset): Call amd64_supply_native_gregset instead of
3205 x86_64_linux_supply_gregset.
3206 (fill_gregset): Rename `regno' to `regnum'. Call
3207 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3208 (store_regs): Rename `regno' to `regnum'.
3209 (store_fpregs): Rename `regno' to `regnum'.
3210 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3211 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3212 Reorganize function a bit.
3213 (store_inferior_registers): Rename `regno' to `regnum'. Use
3214 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3215 Reorganize function a bit.
3216 (_initialize_x86_64_linux_nat): New function.
3217 * config/i386/x86-64linux.mh.
3218
546143b6
AC
32192003-08-29 Andrew Cagney <cagney@redhat.com>
3220
3221 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3222 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3223 (target_remove_watchpoint): Delete macro.
3224 (target_insert_watchpoint): Delete macro.
3225 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3226 (remote_mips_stopped_by_watchpoint): Delete declaration.
3227 (remote_mips_remove_watchpoint): Delete declaration.
3228 (remote_mips_set_watchpoint): Delete declaration.
3229 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3230 * remote-mips.c (_initialize_remote_mips): Set
3231 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3232 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3233 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3234 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3235 (mips_stopped_by_watchpoint): Rename
3236 remote_mips_stopped_by_watchpoint.
3237 (mips_can_hardware_watchpoint): Rename
3238 remote_mips_can_use_hardware_watchpoint, update function
3239 signature.
3240
7bace51b
MK
32412003-08-29 Mark Kettenis <kettenis@gnu.org>
3242
b0f5c6f2
MK
3243 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3244 USER_DS. We haven't given them a register number yet.
3245
2a6d284d
MK
3246 * amd64-nat.h: New file.
3247 * amd64-nat.c: New file.
3248 * amd64fbsd-nat.c: Include "amd64-nat.h".
3249 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3250 (amd64fbsd32_r_reg_offset): New variable.
3251 (supply_gregset): Simply call amd64_supply_native_gregset.
3252 (fill_gregset): Rename `regno' to `regnum'. Simply call
3253 amd64_collect_native_gregset.
3254 (fill_fpregset): Rename `regno' to `regnum'.
3255 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3256 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3257 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3258 `fpregset_t'. Call amd64_supply_native_gregset instead of
3259 supply_gregset. Call x86_64_supply_fxsave instead of
3260 supply_fpregset.
3261 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3262 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3263 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3264 `fpregset_t'. Call amd64_collect_native_gregset instead of
3265 fill_gregset. Call x86_64_collect_fxsave instead of
3266 fill_fpregset.
3267 (_initialize_am64fbsd_nat): Initialize
3268 amd64_native_gregset32_reg_offset and
3269 amd64_native_gregset64_reg_offset.
3270 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3271
a16d75cc
MK
3272 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3273 null pointer. Fix typo in comment.
3274
7bace51b
MK
3275 * regcache.c (supply_register): Reimplement to call
3276 regcache_raw_supply.
3277 (regcache_collect): Reimplement by calling regcache_raw_collect.
3278
9a661b68
MK
32792003-08-28 Mark Kettenis <kettenis@gnu.org>
3280
3281 * regcache.c (register_buffer): Consitify first argument.
3282 (regcache_raw_supply, regcache_raw_collect): New
3283 functions.
3284
e94cc8fa
DJ
32852003-08-28 Daniel Jacobowitz <drow@mvista.com>
3286
3287 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3288 by Nathan J. Williams.
3289
c64bd0ce
DJ
32902003-08-28 Daniel Jacobowitz <drow@mvista.com>
3291
3292 * lin-lwp.c (wait_lwp): New function, copied from
3293 stop_wait_callback. Clean up.
3294 (stop_wait_callback): Use wait_lwp.
3295
e5ab0dce
AC
32962003-08-28 Andrew Cagney <cagney@redhat.com>
3297
3298 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3299 flavour and disassembler options.
3300 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3301 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3302 deprecated_tm_print_insn_info.
a8f4cde1 3303
a788de9b
AC
33042003-08-27 Andrew Cagney <cagney@redhat.com>
3305
3306 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3307 Use target_read_memory.
3308 (s390_get_frame_info): Update. Do not reference
3309 deprecated_tm_print_insn_info.
3310 (s390_check_function_end, s390_is_sigreturn): Ditto.
3311
36482093
AC
33122003-08-27 Andrew Cagney <cagney@redhat.com>
3313
3314 * Makefile.in (cris-tdep.o): Update dependencies.
3315 * cris-tdep.c: Include "gdb_assert.h".
3316 (cris_gdbarch_init): Set print_insn.
3317 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3318 (cris_delayed_get_disassembler): Simplify, directly call the
3319 disassembler returned by cris_get_disassembler.
3320 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3321 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3322 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3323 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3324 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3325 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3326 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3327 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3328 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3329 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3330 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3331 (gdb_print_insn_sparc): Delete function.
3332 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3333 deprecated_tm_print_insn_info.
3334 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3335 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3336 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3338 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3339 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3340 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3341 (s390_gdbarch_init): Set print_insn.
3342
0285512f
AC
33432003-08-27 Andrew Cagney <cagney@redhat.com>
3344
3345 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3346 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3347 * infcall.c (call_function_by_hand): Convert the entry point
3348 address into a code address.
3349
cdcd5552
AC
33502003-08-27 Andrew Cagney <cagney@redhat.com>
3351
3352 * dsrec.c: Include "gdb_string.h".
3353 * Makefile.in (dsrec.o): Update dependencies.
3354
e85cddad
MC
33552003-08-27 Michael Chastain <mec@shout.net>
3356
3357 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3358
8bbfbb23
AC
33592003-08-27 Andrew Cagney <cagney@redhat.com>
3360
3361 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3362 (alpha_osf1_init_abi): Do not set call_dummy_address.
3363
ba058b66
DC
33642003-08-27 David Carlton <carlton@kealia.com>
3365
3366 From Randolph Chung <tausq@debian.org>:
3367 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3368 compiles with -Wformat-nonliteral -Werror.
3369
87f84c9d
JB
33702003-08-26 Jim Blandy <jimb@redhat.com>
3371
3372 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3373 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3374 bfd_lookup_symbol, since we only want symbols in code sections.
3375 (look_for_base): Pass zero as the SECT_FLAGS argument to
3376 bfd_lookup_symbol, since we're not concerned about which section
3377 the symbol is in.
3378
102d615a
JJ
33792003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3380
3381 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 3382 we are frameless or the return address register is already known.
102d615a 3383
cc7ad3ea
AC
33842003-08-26 Andrew Cagney <cagney@redhat.com>
3385
3386 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3387 in size. Add comments.
3388
af8b88dd
JJ
33892003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3390
3391 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 3392 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 3393
e0a4f5a1
JM
33942003-08-26 Jason Merrill <jason@redhat.com>
3395
3396 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3397 case out of #ifdef MIPS block.
3398
4ae9ee8e
DJ
33992003-08-25 Daniel Jacobowitz <drow@mvista.com>
3400
3401 PR java/1322
3402 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3403 available before calling SECT_OFF_TEXT.
3c164570 3404 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 3405
004d836a
JJ
34062003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3407
a8f4cde1 3408 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3409 bof, and nat0-nat127 as pseudo-registers.
3410 (ia64_frame_cache): New struct used to cache frame info.
3411 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3412 register grouping so registers without names are still saved and
004d836a 3413 restored.
a8f4cde1 3414 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3415 pseudo values.
3416 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3417 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3418 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3419 ia64_frame_cache.
3420 (examine_prologue): Change prototype to add next_frame pointer.
3421 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3422 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3423 alloc insn and if equal, mark as not frameless. At end of routine,
3424 if not frameless, calculate registers for the previous frame and store
3425 in the cache, if a cache is provided.
3426 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3427 and pass 0 for next_frame.
3428 (ia64_store_return_value): Change to use convert_typed_floating()
3429 instead of calling ia64_convert_to_raw().
3430 (ia64_extract_return_value): Change to use convert_typed_floating()
3431 instead of calling ia64_convert_to_virtual().
3432 (ia64_frame_cache): New routine to support new frame model.
3433 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3434 (ia64_frame_sniffer): Ditto.
3435 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3436 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3437 (ia64_sigtramp_frame_prev_register): Ditto.
3438 (ia64_sigtramp_frame_sniffer): Ditto.
3439 (ia64_frame_base_address): Ditto.
3440 (ia64_extract_struct_value_address): Change to issue error message.
3441 (ia64_frame_align): New routine to align sp.
3442 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3443 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3444 ia64_push_dummy_call().
3445 (ia64_push_return_address): Ditto.
3446 (ia64_unwind_dummy_id): New function.
3447 (ia64_unwind_pc): Ditto.
3448 (ia64_convert_register_p): Ditto.
3449 (ia64_register_to_value): Ditto.
3450 (ia64_value_to_register): Ditto.
3451 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3452 (ia64_register_byte, ia64_register_raw_size): Ditto.
3453 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3454 (ia64_saved_pc_after_call): Ditto.
3455 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3456 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3457 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3458 (ia64_register_convert_to_raw): Ditto.
3459 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3460 (ia64_init_extra_frame_info): Ditto.
3461 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3462 (ia64_gdbarch_init): Remove registering of deprecated functions that
3463 are no longer used. Add registration of new gdbarch functions.
3464 Remove registering deprecated_write_sp. Replace
3465 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3466 Delete set_gdbarch_deprecated_register_convertible(),
3467 set_gdbarch_deprecated_register_convert_to_virtual(), and
3468 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3469 set_gdbarch_deprecated_register_size(),
3470 set_gdbarch_deprecated_register_bytes(),
3471 set_gdbarch_pcregnum(),
3472 set_gdbarch_deprecated_register_byte(),
3473 set_gdbarch_deprecated_register_raw_size(),
3474 set_gdbarch_deprecated_max_register_raw_size(),
3475 set_gdbarch_deprecated_register_virtual_size(),
3476 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3477 Replace set_gdbarch_deprecated_extract_return_value() with
3478 set_gdbarch_extract_return_value(). Remove calls to:
3479 set_gdbarch_deprecated_saved_pc_after_call();
3480 set_gdbarch_deprecated_frame_chain(),
3481 set_gdbarch_deprecated_frame_saved_pc(),
3482 set_gdbarch_deprecated_frame_init_saved_regs(),
3483 set_gdbarch_deprecated_get_saved_register(),
3484 set_gdbarch_deprecated_call_dummy_words(),
3485 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3486 set_gdbarch_deprecated_init_extra_frame_info(),
3487 set_gdbarch_deprecated_frame_args_address(),
3488 set_gdbarch_deprecated_frame_locals_address(),
3489 and set_gdbarch_deprecated_dummy_write_sp().
3490 Add set_gdbarch_convert_register_p(),
3491 set_gdbarch_register_to_value(),
3492 set_gdbarch_value_to_register(),
3493 set_gdbarch_push_dummy_call(),
3494 set_gdbarch_frame_align(),
3495 set_gdbarch_unwind_dummy_id(),
3496 set_gdbarch_unwind_pc(),
3497 frame_unwind_append_sniffer(),
3498 frame_unwind_append_sniffer(),
3499 and frame_base_set_default().
3500
aede7613
CD
35012003-08-25 Chris Demetriou <cgd@broadcom.com>
3502
3503 * configure.tgt: Document need for special "mipsisa64" handling.
3504 (mipsisa64*-*-linux64): Handle as target linux64.
3505 (mipsisa64*-*-*): Handle as target embed64.
3506
43c3a82e
MC
35072003-08-18 Michael Chastain <mec@shout.net>
3508
3509 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3510 objfile bug.
3511
6564f77d
MK
35122003-08-24 Mark Kettenis <kettenis@gnu.org>
3513
2de139ba
MK
3514 * i387-tdep.h: Update copyright date.
3515 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3516
6564f77d
MK
3517 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3518 CFLAGS games to reflect reality.
3519
42cf1509
AC
35202003-08-24 Andrew Cagney <cagney@redhat.com>
3521
3522 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3523 GDB_MULTI_ARCH is always non-zero.
3524 * osabi.c (_initialize_gdb_osabi): Ditto.
3525 (gdbarch_init_osabi): Ditto.
3526 * sparc-tdep.c: Ditto for #if code.
3527
0485f6ad
MK
35282003-08-23 Mark Kettenis <kettenis@gnu.org>
3529
3530 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3531 Update comments.
3532 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3533 comments.
3534 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3535 x86_64_supply_fxsave.
3536 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3537 x86_64_supply_fxsave.
3538 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3539 x86_64_supply_fxsave.
3540
c7716133
AJ
35412003-08-23 Andreas Jaeger <aj@suse.de>
3542
3543 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3544 i387_supply_fxsave.
3545
ed504bdf
MK
35462003-08-23 Mark Kettenis <kettenis@gnu.org>
3547
3548 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3549 i387_supply_register.
3550 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3551 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3552 i387_supply_fsave.
3553 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3554 i387_supply_fxsave.
3555 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3556 i387_supply_fsave.
3557 * i386bsd-nat.c (supply_fpregset): Adjust call to
3558 i387_supply_fsave.
3559 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3560 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3561 supply_fpregset.
3562 (store_inferior_registers): Remove extraneous whitespace. Call
3563 i387_fill_fsave instead of fill_fpregset.
3564 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3565 (supply_fpregset): Likewise.
3566 * i386v4-nat.c (supply_fpregset): Adjust call to
3567 i387_supply_fsave.
3568 * i386-interix-nat.c (supply_fpregset): Adjust call to
3569 i387_supply_fsave.
3570 * i386-linux-nat.c (supply_fpregset): Adjust call to
3571 i387_supply_fsave.
3572 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3573 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3574 i387supply_fsave and i387_supply_fxsave.
3575 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3576 Incorporate code from `i387_supply_register.
3577 (i387_supply_register): Remove.
3578 (i387_supply_fxsave): Add `regnum' argument.
3579 Update comments.
3580 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3581 prototype.
3582 (i387_supply_register): remove prototype.
3583 Update comments.
a8f4cde1 3584
4be5d520
MC
35852003-08-22 Michael Chastain <mec@shout.net>
3586
3587 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3588 Add lines for files in gdb/testsuite/gdb.cp/* that are
3589 still not 8.3 unique.
3590
7ed85d26
DJ
35912003-08-22 Daniel Jacobowitz <drow@mvista.com>
3592
3593 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3594 TYPE_VPTR_FIELDNO is valid.
3595
eb0d3137
MK
35962003-08-19 Mark Kettenis <kettenis@gnu.org>
3597
3598 * utils.c (set_width_command): Remove prototypes.
3599 (set_screen_size): New prototype.
3600 (init_page_info): Simplify by fetching the screen size from
3601 Readline. Call set_screen_size.
3602 (set_screen_size): New function.
3603 (set_width): Add missing whitespace in comment.
3604 (set_width_command): Call set_screen_size.
3605 (set_height_command): New function.
3606 (initialize_utils): Fix formatting. Make "set height" command
3607 call set_height_command. Remove redundant code that turns off
3608 pagination if output isn't a terminal. Remove redundant call to
3609 set_width_command.
a8f4cde1 3610
7e6d0ac8
MK
36112003-08-22 Mark Kettenis <kettenis@gnu.org>
3612
3567a8ea
MK
3613 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3614 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3615 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3616 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3617 `case' keyword.
3618 (sparc64_register_info): Give the reister with number
3619 SPARC64_STATE_REGNUM a name.
3620 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3621 %asi and %ccr.
3622 (sparc64_push_dummy_call): Take BIAS into account when checking
3623 stcak alignment.
3624 (sparc_software_single_step): Remove assertions that check whether
3625 NPC and NNPC were zero.
3626 (sparc_supply_rwindow): Make public. Merge functionality with
3627 sparc64_supply_rwindow.
3628 (sparc_fill_rwindow): Make public. Merge functionality with
3629 sparc64_fill_rwindow.
3630 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3631 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3632 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3633 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3634 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3635
7e6d0ac8
MK
3636 * reggroups.c: Add whitespace after declarations of local
3637 variables in functions.
3638
72e5f484
MC
36392003-08-21 Michael Chastain <mec@shout.net>
3640
3641 * gdbtypes.h: Change array bound type from an int to enum.
3642
435ac228
AC
36432003-08-21 Andrew Cagney <cagney@redhat.com>
3644
3645 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3646 * config/sparc/tm-sparc.h: Ditto.
3647 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3648 unconditionally.
3649 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3650
0d0e1a63
MK
36512003-07-13 Mark Kettenis <kettenis@gnu.org>
3652
3653 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3654 (register_objfile_data, set_objfile_data, objfile_data): New
3655 prototypes.
3656 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3657 prototypes.
3658 (allocate_objfile): Call objfile_alloc_data.
3659 (free_objfile): Call objfile_free_data.
3660 (struct objfile_data): New.
3661 (struct objfile_data_registration): New.
3662 (struct objfile_data_registry): New.
3663 (objfile_data_registry): New variable.
3664 (register_objfile_data): New function.
3665 (objfile_alloc_data, objfile_free_data): New functions.
3666 (set_objfile_data, objfile_data): New functions.
3667 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3668 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3669 (_initialize_dwarf2_frame): New function and prototype.
3670
d90cf509
AC
36712003-08-21 Andrew Cagney <cagney@redhat.com>
3672
3673 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3674 a specific architecture.
3675 * arch-utils.h (set_architecture_from_arch_mach): Delete
3676 declaration.
3677 (target_architecture_hook): Delete declaration.
3678 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3679 (default_float_format): Assume GDB_MULTI_ARCH.
3680 (default_double_format): Assume GDB_MULTI_ARCH.
3681 (set_endian_from_file): Delete function.
3682 (arch_ok): Delete function.
3683 (set_arch): Delete function.
3684 (set_architecture_from_arch_mach): Delete function.
3685 (set_architecture_from_file): Delete function.
3686 (set_architecture): Assume GDB_MULTI_ARCH.
3687 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3688
8b39fe56
MK
36892003-08-21 Mark Kettenis <kettenis@gnu.org>
3690
3691 Rewrite FreeBSD/sparc64 native configuration.
3692 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3693 * sparc64fbsd-nat.c: New file.
3694 * sparc64fbsd-tdep.c: New file.
3695 * sparc64-tdep.c sparc64-tdep.h: New files.
3696 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3697 sparc64fbsd-tdep.o): New dependencies.
3698 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3699 and sparc64fbsd-tdep.c.
3700 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3701 * config/sparc/fbsd.mh: Remove copyright notice.
3702 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3703 sparcbsd-nat.o.
3704 * config/sparc/fbsd.mt: Remove copyright notice.
3705 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3706 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3707 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3708 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3709 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3710 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3711 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3712 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3713 "sparc/tm-sp64.h".
3714 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3715 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3716
a7f19c79
MC
37172003-08-21 Michael Chastain <mec@shout.net>
3718
3719 * symtab.h: Add doco on the space critical structures and
3720 some measurements of space usage.
3721
da08ea5b
MS
37222003-08-21 Michael Snyder <msnyder@redhat.com>
3723
3724 * tracepoint.c (trace_dump_command): Trace break address
3725 is subject to DECR_PC_AFTER_BREAK.
3726 (set_traceframe_context): Make "trace_line" an int.
3727 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3728
6df2bf50
MS
37292003-08-20 Michael Snyder <msnyder@redhat.com>
3730
3731 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3732 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3733 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3734 argument passing.
a8f4cde1 3735 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3736 functions, replace sh_push_dummy_call.
3737 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3738
0955bbf0
MC
37392003-08-20 Michael Chastain <mec@shout.net>
3740
3741 * gdbtypes.h (struct main_type): Rearrange to save space.
3742
260a4188
MS
37432003-08-20 Michael Snyder <msnyder@redhat.com>
3744
3745 * trad-frame.c: Comment typo fix.
3746
8baa6f92
KB
37472003-08-20 Michael Snyder <msnyder@redhat.com>
3748 Kevin Buettner <kevinb@redhat.com>
3749
3750 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3751 (frv_frame_init_saved_regs): Add declaration.
3752 (frame_extra_info): Add new field ``saved_regs''.
3753 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3754 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3755 Update frame related code.
3756 (frv_extract_struct_value_address): Adjust formatting.
3757 * Makefile.in (frv-tdep.o): Update dependencies.
3758 * config/frv/tm-frv.h (target_insert_watchpoint)
3759 (target_remove_watchpoint, target_insert_hw_breakpoint)
3760 (target_remove_hw_breakpoint): Delete these macros.
3761 (remote_insert_watchpoint, remote_remove_watchpoint)
3762 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3763 these declarations.
3764
87193939
MC
37652003-08-20 Michael Chastain <mec@shout.net>
3766
3767 * defs.h (ENUM_BITFIELD): New macro.
3768 * symtab.h (ENUM_BITFIELD): Use it.
3769 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3770
062103ba
SA
37712003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3772
3773 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3774
8b148df9
AC
37752003-08-18 Andrew Cagney <cagney@redhat.com>
3776
3777 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3778 * gdbarch.h, gdbarch.c: Re-generate.
3779 * infcall.c (call_function_by_hand): Adjust the SP by
3780 frame_red_zone_size before allocating any stack space.
3781 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3782 * x86-64-tdep.c (x86_64_frame_align): New function.
3783 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3784
3785 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3786 Remove code adjusting SP so that it skips over the Red Zone.
3787
954a4db8
MK
37882003-08-18 Mark Kettenis <kettenis@gnu.org>
3789
3790 * NEWS (New native configurations): Mention FreeBSD/amd64.
3791
1a241548
AC
37922003-08-18 Andrew Cagney <cagney@redhat.com>
3793
3794 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3795 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3796 "m68k_frame_p".
3797 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3798
f82b2acd
MK
37992003-08-18 Mark Kettenis <kettenis@gnu.org>
3800
3801 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3802
4056d258
ML
38032003-08-18 Michal Ludvig <mludvig@suse.cz>
3804
3805 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3806 Define.
3807 * i386-linux-nat.c: Include "linux-nat.h".
3808 (child_post_startup_inferior): New function.
a8f4cde1 3809
99ab4326
MK
38102003-08-18 Mark Kettenis <kettenis@gnu.org>
3811
3812 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3813 at the start of a frameless function. This probably fixes PR
3814 backtrace/1338.
3815
c8d5f0d6
MC
38162003-08-17 Michael Chastain <mec@shout.net>
3817
3818 * symfile.c (find_sym_fns): Remove special case for apollo target.
3819
9016a515
DJ
38202003-08-17 Daniel Jacobowitz <drow@mvista.com>
3821
3822 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3823 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3824 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3825 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3826 (linux_supports_tracevforkdone): New function.
3827 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3828 TRACEVFORKDONE.
3829 (child_follow_fork): Handle vfork.
3830 (linux_handle_extended_wait): Likewise. Also handle exec.
3831 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3832 * NEWS: Mention fork tracing.
3833
c538c11c
DJ
38342003-08-17 Daniel Jacobowitz <drow@mvista.com>
3835
3836 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3837
4de4c07c
DJ
38382003-08-17 Daniel Jacobowitz <drow@mvista.com>
3839
3840 * Makefile.in (i386-linux-nat.o): Update dependencies.
3841 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3842 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3843 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3844 * i386-linux-nat.c: Include "linux-nat.h".
3845 (child_post_startup_inferior): New function.
3846 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3847 * infptrace.c (kill_inferior): Wrap in #ifdef.
3848 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3849 attaching to each LWP.
3850 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3851 (init_lin_lwp_ops): Fill in some more operations.
3852 * linux-nat.h (linux_enable_event_reporting)
3853 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3854 prototypes.
3855 * linux-nat.c (linux_enable_event_reporting): New function.
3856 (child_post_attach, linux_child_post_startup_inferior)
3857 (child_post_startup_inferior, child_follow_fork)
3858 (linux_handle_extended_wait, kill_inferior): New functions.
3859
7996bcec
AC
38602003-08-16 Andrew Cagney <cagney@redhat.com>
3861
3862 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3863 * gdbarch.h, gdbarch.c: Re-generate.
3864
3d48a7a0
MK
38652003-08-16 Mark Kettenis <kettenis@gnu.org>
3866
3867 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3868
7989c619
AC
38692003-08-16 Andrew Cagney <cagney@redhat.com>
3870
3871 * NEWS: Mention that "set prompt-escape-char" was deleted.
3872 * top.c (get_prompt_1): Delete function.
3873 (gdb_prompt_escape):
3874 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3875 prompt-escape-char" command.
3876 (MAX_PROMPT_SIZE): Delete macro.
3877 (get_prompt): Simplify, do not call get_prompt_1.
3878
07978cd8
AC
38792003-08-16 Andrew Cagney <cagney@redhat.com>
3880
3881 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3882 -Werror. -Wformat-nonliteral problems.
3883
3ff7cf9e
JB
38842003-08-15 J. Brobecker <brobecker@gnat.com>
3885
3886 Further multiarching work mostly for hppa64-*-hpux11:
3887 * hppa-tdep.h: New file.
3888 * hppa-tdep.c: #include hppa-tdep.c.
3889 (hppa32_num_regs): Renamed from hppa_num_regs.
3890 (hppa64_num_regs): New constant.
3891 (hppa64_call_dummy_breakpoint_offset): New constant.
3892 (hppa32_call_dummy_length): New constant.
3893 (hppa64_call_dummy_length): New constant.
3894 (hppa32_stack_align): Make name 32bit explicit.
3895 (hppa32_register_virtual_type): Likewise.
3896 (hppa32_extract_return_value): Likewise.
3897 (hppa32_use_struct_convention): Likewise.
3898 (hppa32_store_return_value): Likewise.
3899 (hppa64_register_virtual_type): New function.
3900 (hppa64_extract_return_value): New function.
3901 (hppa64_use_struct_convention): New function.
3902 (hppa64_store_return_value): New function.
3903 (hppa_frame_locals_address): Remove declaration, function does
3904 not exist anymore.
3905 (hppa_register_byte): Add support for PA64 ABI.
3906 (hppa_gdbarch_init): Add support for PA64 ABI.
3907 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3908 Make name 32bit explicit.
3909 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3910 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3911 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3912 (hppa64_hpux_frame_base_before_sigtramp): New function.
3913 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3914 * config/pa/tm-hppa64.h: Remove macros that are no longer
3915 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3916 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3917 * config/pa/tm-hppah.h: Update function calls in macros
3918 following the function renaming in hppa-hpux-tdep.c.
3919 * Makefile.in (hppa_tdep_h): New variable.
3920 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3921
5d05ca6d
MS
39222003-08-14 Michael Snyder <msnyder@redhat.com>
3923
3924 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3925
37ba2569
JB
39262003-08-13 J. Brobecker <brobecker@gnat.com>
3927
3928 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3929 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3930 routine.
3931
aed7f26a
MS
39322003-08-13 Michael Snyder <msnyder@redhat.com>
3933
3934 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3935 (frv_saved_pc_after_call): Use deprecated ftype.
3936 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3937 (frv_remote_translate_xfer_address): Remove.
3938 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3939
752d4ac1
JB
39402003-08-13 J. Brobecker <brobecker@gnat.com>
3941
3942 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3943 initialization after the common gdbarch initialization, not before.
3944
1426ac1d
JB
39452003-08-13 J. Brobecker <brobecker@gnat.com>
3946
3947 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3948 (ADDR_BITS_REMOVE): Remove, redundant.
3949
b6fbdd1d
JB
39502003-08-13 J. Brobecker <brobecker@gnat.com>
3951
3952 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3953 gdbarch method to clear the 2 low bits of text addresses.
3954
44160db3
AC
39552003-08-12 Andrew Cagney <cagney@redhat.com>
3956
3957 * Makefile.in (dsrec.o): Update dependencies.
3958 * dsrec.c: Include "gdb_assert.h".
3959 (make_srec): Use snprintf instead of sprintf, use a literal format
3960 string.
3961
bcf7d3ca
AC
39622003-08-12 Andrew Cagney <cagney@redhat.com>
3963
3964 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3965 FRAME_OBSTACK_ZALLOC.
3966
49ed40de
KB
39672003-08-12 Kevin Buettner <kevinb@redhat.com>
3968
3969 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3970 SSE registers.
3971
b246147c
MK
39722003-08-10 Mark Kettenis <kettenis@gnu.org>
3973
3974 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3975 amd64fbsd_sc_reg_offset): Add extern declarations.
3976 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3977 declarations.
3978
d95fdc0d
BE
39792003-08-11 Ben Elliston <bje@wasabisystems.com>
3980
3981 * MAINTAINERS (write after approval): Update my mail address.
3982
cf6a0e73
AC
39832003-08-10 Andrew Cagney <cagney@redhat.com>
3984
3985 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3986
f837910f
MK
39872003-08-10 Mark Kettenis <kettenis@gnu.org>
3988
e2dbbd2d
MK
3989 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3990 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3991 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3992 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3993 i386bsd_sc_reg_offset): Add extern declarations.
3994 * i386obsd-nat.c: Include "i386-tdep.h"
3995 (_initialize_i386obsd_nat): Remove extern declarations.
3996 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3997 declarations.
3998 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3999 declarations.
4000
f837910f
MK
4001 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4002 instead of frame_read_register.
4003 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4004 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4005 SP_REGNUM.
4006 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4007 instead of frame_unwind_unsigned_register. Use
4008 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4009 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4010 instead of read_register. Use builtin_type_void_data_ptr instead
4011 of builtin_type_void_func_ptr when extracting the address of the
4012 jmp_buf.
4013 (i386_extract_return_value, i386_store_return_value,
4014 i386_pseudo_register_read, i386_pseudo_register_write): Use
4015 register_size instead REGISTER_RAW_SIZE.
4016
edcf254d
AC
40172003-08-10 Andrew Cagney <cagney@redhat.com>
4018
4019 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4020 sprintf. Make "name" constant.
4021
26604a34
MK
40222003-08-10 Mark Kettenis <kettenis@gnu.org>
4023
192285c6
MK
4024 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4025 instead of frame_read_register.
f837910f
MK
4026 (i387_print_float_info): Use get_frame_register and
4027 get_frame_register_unsigned instead of frame_register_read.
192285c6 4028
f0925262
MK
4029 * i386fbsd-nat.c: Include "i386-tdep.h".
4030 (child_resume): Make `eflags' an ULONGEST. Use
4031 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4032 instead of register_read and register_write.
4033
a144416f
MK
4034 * i386bsd-nat.c (fetch_inferior_registers,
4035 store_inferior_registers): Don't use && at the end of a line.
4036 (_initialize_i386bsd_nat): Fix typo.
4037
fec74868
MK
4038 * frame.c (_initialize_frame): Add missing backslash.
4039
87232496
MK
4040 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4041 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4042 and supply_register instead of manipulating the register buffer
4043 directly.
4044
c9b9de0b
MK
4045 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4046 * config/i386/nm-i386sol2.h
4047 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4048
26604a34
MK
4049 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4050 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4051 instructions that GCC likes to mingle into the prologue. Fixes
4052 gdb/1253 and gdb/1255.
4053
25d29d70
AC
40542003-08-09 Andrew Cagney <cagney@redhat.com>
4055
4056 Fix GDB PR cli/926.
4057 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4058 * command.h (add_setshow_uinteger_cmd): Declare.
4059 * frame.c (set_backtrace_cmd): New function.
4060 (show_backtrace_cmd): New function.
4061 * frame.c (_initialize_frame): Replace "set/show
4062 backtrace-below-main" with "set/show backtrace past-main". Add
4063 command "set/show backtrace limit".
4064 (backtrace_past_main): Rename "backtrace_below_main".
4065 (backtrace_limit): New variable.
4066 (get_prev_frame): Update. Check the backtrace_limit.
4067
9ebf4acf
AC
40682003-08-09 Andrew Cagney <cagney@redhat.com>
4069
4070 * defs.h (xstrprintf): Declare.
4071 * utils.c (xstrprintf): New function.
4072 * breakpoint.c (insert_breakpoints): Replace sprintf and
4073 non-literal format strings, with xstrprintf and cleanups.
4074 (delete_breakpoint,breakpoint_re_set): Ditto.
4075 (commands_command, insert_breakpoints): Ditto.
4076 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4077 (break_at_finish_command_1): Ditto.
4078
3771659b
AC
40792003-08-09 Andrew Cagney <cagney@redhat.com>
4080
4081 * MAINTAINERS (language support): List Adam Fedor as Objective C
4082 maintainer.
4083
b4263afa
JB
40842003-08-08 J. Brobecker <brobecker@gnat.com>
4085
4086 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4087 are now multiarched.
4088
d84defb1
JB
40892003-08-08 J. Brobecker <brobecker@gnat.com>
4090
4091 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4092 longer necessary now that hppa64 is partially multiarch'ed.
4093
f786f615
AC
40942003-08-08 Andrew Cagney <cagney@redhat.com>
4095
4096 * interps.c (interp_set): Check for a NULL "old_interp".
4097
c938e9b0
L
40982003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4099
4100 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4101 (install-only): Support DESTDIR.
4102 (uninstall): Likewise.
4103 (install-gdbtk): Likewise.
4104
9a146a11
EZ
41052003-08-08 Elena Zannoni <ezannoni@redhat.com>
4106
4107 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4108 contains something meaningful at all times.
4109
4110Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 4111
62599e99 4112 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 4113
56296155
BC
4114Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4115
62599e99 4116 * MAINTAINERS (write after approval): Added self.
56296155 4117
9710e734
AC
41182003-08-07 Andrew Cagney <cagney@redhat.com>
4119
4120 * inferior.h (AT_SYMBOL): Define.
4121 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4122 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4123 * mips-tdep.c (mips_call_dummy_address): Delete function.
4124 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4125 set call_dummy_address.
4126
98b3ab73
AC
41272003-08-07 Andrew Cagney <cagney@redhat.com>
4128
4129 * language.c (op_error): Delete function.
4130 (binop_type_check): Delete function.
4131 * language.h (type_op_error, range_op_error): Delete macros.
4132 (op_error): Delete declaration.
4133
2fcf52f0
AC
41342003-08-07 Andrew Cagney <cagney@redhat.com>
4135
4136 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4137
abd4220e 41382003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 4139
abd4220e 4140 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 4141 (x86_64_push_arguments): Skip the red zone.
abd4220e 4142
9dd5f34f
AC
41432003-08-05 Andrew Cagney <cagney@redhat.com>
4144
4145 * reggroups.c (reggroup_next): Check for the final entry.
4146
e5e78edc
AC
41472003-08-04 Andrew Cagney <cagney@redhat.com>
4148
ab4e3d93
AC
4149 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4150 * cli/cli-script.c (define_command): Call query directly, instead
4151 of passing it a buffer.
4152 * ocd.c (ocd_error): Pass error a constant format string.
4153 * remote-mips.c (mips_error): Use fputs_filtered.
4154
1062ca82
AC
4155 * solib-svr4.c (_initialize_svr4_solib): Update
4156 register_gdbarch_data call.
4157 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4158
fcc1c85c
AC
4159 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4160 (register_gdbarch_data): Delete "free" parameter. Update
4161 comments.
4162 * gdbarch.h, gdbarch.c: Re-generate.
4163 * reggroups.c (_initialize_reggroup): Update.
4164 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4165 * frame-base.c (_initialize_frame_base): Update.
4166 * frame-unwind.c (_initialize_frame_unwind): Update.
4167 * user-regs.c (_initialize_user_regs): Update.
4168 * remote.c (_initialize_remote): Update.
4169 * regcache.c (_initialize_regcache): Update.
4170
116f06ea
AC
4171 * regcache.c (xfree_regcache_descr): Delete function.
4172 (_initialize_regcache): Update call to register_gdbarch_data.
4173 (init_regcache_descr, init_legacy_regcache_descr): Use
4174 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4175
e5e78edc
AC
4176 * remote.c (free_remote_state): Delete function.
4177 (_initialize_remote): Update register_gdbarch_data.
4178 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4179 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4180
6c7d17ba
AC
41812003-08-04 Andrew Cagney <cagney@redhat.com>
4182
4183 * reggroups.c (struct reggroup_el): Define.
4184 (struct reggroups): Delete field "nr_group". Replace array
4185 "group" with a "first" to "last" linked list.
4186 (reggroups_init): Update. Allocate using gdbarch's obstack.
4187 (reggroups_free): Delete function.
4188 (add_group): Update. Add "el" parameter.
4189 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4190 (default_groups): Update.
4191 (reggroup_next): Replace reggroups.
4192 (reggroups_dump): Update.
4193 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4194 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4195 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4196
89b7795b
DJ
41972003-08-04 Daniel Jacobowitz <drow@mvista.com>
4198
4199 * Makefile.in (tui-interp.o): Update dependencies.
4200
306d9ac5
DC
42012003-08-04 David Carlton <carlton@kealia.com>
4202
4203 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4204 to internal_error call.
4205 * source.c (forward_search_command): Add "%s" format argument.
4206 (reverse_search_command): Ditto.
4207 * top.c (quit_confirm): Ditto.
4208 * cli/cli-setshow.c (do_setshow_command): Ditto.
4209 * cp-valprint.c (cp_print_class_method): Replace
4210 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4211 (cp_print_class_member): Ditto.
4212 * event-top.c (command_line_handler): Ditto.
4213 * linux-proc.c (linux_info_proc_cmd): Ditto.
4214 * p-typeprint.c (pascal_type_print_base): Ditto.
4215 * p-valprint.c (pascal_object_print_class_method): Ditto.
4216 (pascal_object_print_class_member): Ditto.
4217 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4218 * remote.c (remote_cisco_section_offsets): Ditto.
4219 * top.c (command_line_input): Ditto.
4220 * utils.c (vwarning,error_stream,quit): Ditto.
4221 * valprint.c (print_floating,print_binary_chars)
4222 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4223
57bfe177
AC
42242003-08-04 Andrew Cagney <cagney@redhat.com>
4225
4226 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4227
e546b999
AC
42282003-08-02 Andrew Cagney <cagney@redhat.com>
4229
4230 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4231 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4232 amd64fbsd-nat.c.
4233
91092ee5
AC
42342003-08-02 Andrew Cagney <cagney@redhat.com>
4235
4236 * Makefile.in: Update all dependencies and definitions.
4237
889f28e2
AF
42382003-08-02 Adam Fedor <fedor@gnu.org>
4239
4240 * linespec.c (is_objc_method_format): New function
4241 (decode_line_1, locate_first_half): Use it.
4242 Fixes PR objc/1298
4243
880bc914
AC
42442003-08-01 Andrew Cagney <cagney@redhat.com>
4245
4246 * NEWS: Mention that m32r is multi-arch.
4247 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4248 * configure.tgt: Recognize m32r-*-*.
4249 * config/m32r/tm-m32r.h: Delete file.
4250 * config/m32r/m32r.mt: New file.
a8f4cde1 4251 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
4252 gethostname succeeds, in order to avoid a compilation
4253 warning.
4254 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4255 compiler warning.
4256
19f59343
MS
42572003-08-01 Michael Snyder <msnyder@redhat.com>
4258
4259 * sh-tdep.c (sh_frame_align): New gdbarch method.
4260 (sh_gdbarch_init): Set up frame_align method.
4261
4e7d7511
MS
42622003-07-31 Michael Snyder <msnyder@redhat.com>
4263
4264 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4265 which is already covered by the new frames infrastructure.
4266
63022984
AC
42672003-07-31 Andrew Cagney <cagney@redhat.com>
4268
4269 * user-regs.c (struct user_reg): Add "next" link.
4270 (struct user_regs): Replace "user" with "first" and "last" links.
4271 (append_user_reg): Add pre-allocated "reg" parameter.
4272 (builtin_user_regs): Provide initial value for "last".
4273 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4274 (user_regs_init): Allocate memory from the gdbarch obstack.
4275 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4276 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4277 linked list.
4278 (usernum_to_user_reg): New function.
4279 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4280 (value_of_user_reg): Use usernum_to_user_reg.
4281 (user_regs_free): Delete function.
4282 (_initialize_user_regs): Update register_gdbarch_data call.
4283
7cf6e574
DJ
42842003-07-31 Daniel Jacobowitz <drow@mvista.com>
4285
4286 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4287
c48a845b
MS
42882003-07-30 Michael Snyder <msnyder@redhat.com>
4289
4e7d7511 4290 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 4291 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
4292 value_being_returned.
4293 * infcmd.c (print_return_value): Pass zero as struct_addr.
4294 * values.c (value_being_returned): If struct_addr is passed,
4295 use it instead of trying to recover it from the inferior.
4296
f0d8db19
KB
42972003-07-30 Kevin Buettner <kevinb@redhat.com>
4298
4299 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4300 the prologue analyzer won't need to attempt to extract the pc
4301 value from the woefully incomplete dummy frame.
4302 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4303 possible. Disable code which modifies the frame.
4304
e5c113a1
AC
43052003-07-28 Andrew Cagney <cagney@redhat.com>
4306
4307 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4308 to level 2.
4309 (annotate_breakpoints_table, annotate_record): Ditto.
4310 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4311 (annotate_field_name_end, annotate_field_value): Ditto.
4312 (annotate_field_end, annotate_frame_source_begin): Ditto.
4313 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4314 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4315 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4316 (annotate_frame_address_end, annotate_frame_address): Ditto.
4317 (annotate_frame_args, annotate_frame_end): Ditto.
4318 (annotate_frame_where, annotate_arg_begin): Ditto.
4319 (annotate_arg_name_end, annotate_arg_value): Ditto.
4320 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4321 (annotate_function_call, annotate_signal_name): Ditto.
4322 (annotate_signal_string, annotate_signal_name_end): Ditto.
4323 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4324 (annotate_value_begin, annotate_value_history_value): Ditto.
4325 (annotate_value_history_end, annotate_value_end): Ditto.
4326 (annotate_display_begin, annotate_display_number_end): Ditto.
4327 (annotate_display_format, annotate_display_expression): Ditto.
4328 (annotate_display_expression_end, annotate_display_value): Ditto.
4329 (annotate_display_end, annotate_array_section_begin): Ditto.
4330 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4331 (annotate_elt, annotate_array_section_end): Ditto.
4332
bb1db049
AC
43332003-07-28 Andrew Cagney <cagney@redhat.com>
4334
4335 * regcache.c (struct regcache_descr): Update comments on
4336 nr_raw_registers.
4337 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4338 sizeof_raw_register_valid_p.
4339 (init_regcache_descr): Set nr_raw_registers and
4340 sizeof_raw_register_valid_p before calling
4341 init_legacy_regcache_descr.
4342
20e6603c
AC
43432003-07-28 Andrew Cagney <cagney@redhat.com>
4344
4345 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4346 MOD NUM_REGS.
4347
db742940
DJ
43482003-07-28 Daniel Jacobowitz <drow@mvista.com>
4349
4350 * thread.c (info_threads_command): Use get_selected_frame ().
4351 Check that there is at least one non-sentinel frame.
4352
ce7f4371
SC
43532003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4354
4355 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4356 (m68hc11_pop_frame): Remove.
4357 (m68hc11_frame_saved_pc): Remove.
4358 (m68hc11_frame_chain): Remove.
4359 (m68hc11_frame_init_saved_regs): Remove.
4360 (m68hc11_init_extra_frame_info): Remove.
4361 (m68hc11_store_struct_return): Remove.
4362 (m68hc11_saved_pc_after_call): Remove.
4363
1ea653ae
SC
43642003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4365
4366 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4367 frame unwind information.
4368 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4369 and adapted for frame unwinding.
4370 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4371 (m68hc11_unwind_pc): New function.
4372 (m68hc11_frame_unwind_cache): New function to analyze frames.
4373 (m68hc11_frame_this_id): New function to create new frame struct.
4374 (m68hc11_frame_prev_register): New function to unwind a register from
4375 the frame.
4376 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4377 (m68hc11_frame_p): New function for the above.
4378 (m68hc11_frame_base_address): New function to return fp of frame.
4379 (m68hc11_frame_args_address): Update for frame.
4380 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4381 (m68hc11_unwind_sp): New function.
4382 (m68hc11_unwind_dummy_id): New function.
4383 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4384 calls.
4385
c8a7f6ac
SC
43862003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4387
4388 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4389 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4390 when we are beyond the current pc.
4391
3dc990bf
SC
43922003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4393
4394 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4395 from m68hc11_push_arguments.
4396 (m68hc11_push_arguments): Remove.
4397 (m68hc11_push_return_address): Remove.
4398 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4399 handlers; remove deprecated_extra_stack_alignment_needed.
4400
222e5d1d
AC
44012003-07-27 Andrew Cagney <cagney@redhat.com>
4402
4403 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4404 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4405 REAL_PC and not the pointer.
4406 * hppa-hpux-tdep.c: Include frame.h
4407
a7e9a47e
AC
44082003-07-27 Andrew Cagney <cagney@redhat.com>
4409
4410 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4411 GDB_MULTI_ACH_PARTIAL.
4412
7e3dd49e
AC
44132003-07-27 Andrew Cagney <cagney@redhat.com>
4414
4415 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4416 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4417 operator at start and not end of line.
4418 (decode_prologue): Ditto.
4419 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4420 frame_unwind_register_unsigned instead of
4421 frame_unwind_unsigned_register.
4422 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4423 read_register.
4424 (m32r_push_dummy_call): Use register_size instead of
4425 REGISTER_RAW_SIZE.
4426 (m32r_frame_sniffer): Replace m32r_frame_p.
4427 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4428 * m32r-rom.c (report_transfer_performance): Delete extern
4429 declaration.
4430 (m32r_load, m32r_upload_command): Use print_transfer_performance
4431 instead of report_transfer_performance.
4432 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4433 / add_show_from_set.
4434
0880807f
AC
44352003-07-26 Andrew Cagney <cagney@redhat.com>
4436
4437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4438 store_return_value and extract_struct_value_address.
4439
64ae9269
DJ
44402003-07-26 Daniel Jacobowitz <drow@mvista.com>
4441
4442 PR c++/1267
4443 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4444 NULL, default to the section containing PC.
4445
e286caf2
SC
44462003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4447
4448 * NEWS: Mention "regs" deprecated for m68hc11 too.
4449
4450 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4451 (m68hc11_print_register): New function to print out one register.
4452 (m68hc11_print_registers_info): New function to print registers.
4453 (show_regs): Deprecate and use the above.
4454 (m68hc11_gdbarch_init): Install the print_registers_info.
4455
705b278b
JJ
44562003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4457
4458 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4459 that we have a SIGTRAP before returning non-zero.
4460
63cd4198
EZ
44612003-07-23 Michal Ludvig <mludvig@suse.cz>
4462 Elena Zannoni <ezannoni@redhat.com>
4463
a8f4cde1 4464 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4465 find_function_start_sal() returns empty record.
4466
6926787d
AS
44672003-07-23 Andreas Schwab <schwab@suse.de>
4468
4469 * ia64-tdep.c (ia64_print_insn): New function.
4470 (ia64_gdbarch_init): Set print_insn to it.
4471 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4472 deprecated_tm_print_insn_info.
4473
708cc1b6
MS
44742003-07-22 Michael Snyder <msnyder@redhat.com>
4475
4476 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4477 handle 8-bit returns (long long).
4478 (h8300h_extract_return_value): Ditto.
4479 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4480
aebd7893
AC
44812003-07-22 Andrew Cagney <cagney@redhat.com>
4482
4483 * gdbarch.c Include "gdb_obstack.h".
4484 (struct gdbarch): Add an "obstack".
4485 (alloc_gdbarch_data): Allocate the gdbarch data using
4486 GDBARCH_OBSTACK_CALLOC.
4487 (free_gdbarch_data): Delete function.
4488 (gdbarch_obstack_zalloc): New function.
4489 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4490 Assert that the architecture is not initialized.
4491 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4492 vector from the obstack.
4493 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4494 architecture obstack.
4495 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4496 (set_gdbarch_data): Assert that the data is not initialized.
4497 (struct gdbarch_data): Delete member "free".
4498 (register_gdbarch_data): Do not initialize "free".
4499 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4500
153721e6
AC
45012003-07-22 Andrew Cagney <cagney@redhat.com>
4502
4503 * configure.in (build_warnings): Add -Wformat-nonliteral.
4504 * configure: Re-generate.
4505
c193f044 45062003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4507
4508 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4509
c3228f12
EZ
45102003-07-22 Elena Zannoni <ezannoni@redhat.com>
4511
4512 * findvar.c (read_var_value): Remove case for thread local storage
4513 variables. It is now entirely handled by the dwarf2 location
4514 expression code.
4515 * printcmd.c (address_info): Ditto.
4516 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4517 enumeration value.
4518 (struct symbol): Remove objfile field, which was used by
4519 LOC_THREAD_LOCAL_STATIC only.
4520 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4521 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4522 usage of objfile pointer.
4523 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4524 thread local variables.
4525 Add include of objfiles.h.
4526 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4527 storage variables.
4528 * Makefile.in (dwarf2loc.o): Update dependencies.
4529
aef9bcd2
AC
45302003-07-22 Andrew Cagney <cagney@redhat.com>
4531
4532 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4533 get_frame_base.
4534 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4535 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4536 (struct value): Add opaque declaration.
4537 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4538
d95a8903
AC
45392003-07-21 Andrew Cagney <cagney@redhat.com>
4540
4541 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4542 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4543
4db73d49
SC
45442003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4545
a8f4cde1 4546 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4547 regcache_cooked_read_unsigned instead of read_register.
4548 (m68hc11_saved_pc_after_call): Likewise.
4549 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4550 instead of write_register.
4551 (m68hc11_register_type): New function.
4552 (m68hc11_register_virtual_type): Remove.
4553 (m68hc11_store_return_value): Convert to use the regcache.
4554 (m68hc11_extract_struct_value_address): Likewise.
4555 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4556 m68hc11_register_type; undeprecate store_return_value and
4557 extract_struct_value_address.
4558
ef2b8fcd
SC
45592003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4560
4561 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4562 and translate to use regcache.
4563 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4564
625b0b97
AC
45652003-07-18 Andrew Cagney <cagney@redhat.com>
4566
4567 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4568 * gdbarch.h, gdbarch.c: Re-generate.
4569 * i386-tdep.c (i386_gdbarch_init): Do not set
4570 DWARF2_BUILD_FRAME_INFO.
4571 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4572 unconditionally.
4573 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4574 DWARF2_BUILD_FRAME_INFO.
4575
22b0d388
AC
45762003-07-18 Andrew Cagney <cagney@redhat.com>
4577
4578 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4579 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4580
1ce5d6dd
AC
45812003-07-18 Andrew Cagney <cagney@redhat.com>
4582
4583 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4584 frame_unwind_address_in_block, instead of frame_pc_unwind.
4585 (dwarf2_frame_cache): Ditto.
4586
e6e5e94c
AC
45872003-07-18 Andrew Cagney <cagney@redhat.com>
4588
4589 * user-regs.h (struct gdbarch): Declare opaque.
4590 * ui-out.h (struct ui_file): Declare opaque.
4591 * dwarf2-frame.h (struct frame_info): Declare opaque.
4592
5483d879
KW
45932003-07-18 Kris Warkentin <kewarken@qnx.com>
4594
4595 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4596 #include "...".
4597 (procfs_meminfo): Change strerror to safe_strerror.
4598 (procfs_can_run): Remove K&R badness.
4599
278a7cf7
MS
46002003-07-17 Michael Snyder <msnyder@redhat.com>
4601
4602 * remote-sim.c: Comment typo fix.
4603
606e3b82
AC
46042003-07-17 Andrew Cagney <cagney@redhat.com>
4605
4606 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4607 configure.
4608 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4609 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4610 GDB_MULTI_ARCH_PARTIAL.
4611
c43af07c
EZ
46122003-07-17 Elena Zannoni <ezannoni@redhat.com>
4613
4614 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4615 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4616 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4617
3b85b0f1
TR
46182003-07-16 Theodore A. Roth <troth@openavr.org>
4619
4620 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4621 found.
4622 (avr_frame_unwind_cache): Don't unwind FP for main.
4623 Update a comment.
4624 Save the computed prev_sp.
4625 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4626 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4627 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4628
336d1bba
AC
46292003-07-16 Andrew Cagney <cagney@redhat.com>
4630
4631 * frame-base.h (frame_base_p_ftype): Delete definition.
4632 (frame_base_append_predicate): Delete declaration.
4633 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4634 (frame_unwind_append_predicate): Delete declaration.
4635 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4636 (append_predicate): Delete parameter "p".
4637 (frame_unwind_append_predicate): Delete function.
4638 (frame_unwind_append_sniffer): Update call to append_predicate.
4639 (frame_unwind_free): Delete function.
4640 (_initialize_frame_unwind): Pass NULL as "free" to
4641 register_gdbarch_data.
4642 (frame_unwind_init): Append the dummy_frame_sniffer.
4643 (frame_unwind_find_by_frame): Simplify.
4644 * frame-base.c (struct frame_base_table): Delete field "p".
4645 (append_predicate): Delete parameter "p".
4646 (frame_base_append_predicate): Delete function.
4647 (frame_base_append_sniffer): Update call to append_predicate.
4648 (frame_base_free): Delete function.
4649 (frame_base_find_by_frame): Simplify.
4650 (_initialize_frame_base): Pass NULL as "free" to
4651 register_gdbarch_data.
4652 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4653 (x86_64_sigtramp_frame_sniffer): Replace
4654 "x86_64_sigtramp_frame_p".
4655 (x86_64_init_abi): Set the frame unwind sniffers.
4656 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4657 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4658 (m68k_gdbarch_init): Set the frame unwind sniffers.
4659 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4660 "i386_sigtramp_frame_p".
4661 (i386_frame_sniffer): Replace "i386_frame_p".
4662 (i386_gdbarch_init): Set the frame unwind sniffers.
4663 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4664 (avr_gdbarch_init): Set the frame unwind sniffers.
4665 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4666 "alpha_sigtramp_frame_p"
4667 (alpha_heuristic_frame_sniffer): Replace
4668 "alpha_heuristic_frame_p".
4669 (alpha_gdbarch_init): Set the frame unwind sniffers.
4670 (alpha_dwarf2_init_abi): Ditto.
4671 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4672 "alpha_debug_frame_p".
4673 (alpha_mdebug_frame_base_sniffer): Replace
4674 "alpha_mdebug_frame_base_p".
4675 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4676 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4677 (d10v_gdbarch_init): Set the frame unwind sniffer.
4678 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4679 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4680 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4681 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4682 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4683 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4684
48db5a3c
CV
46852003-07-16 Michael Snyder <msnyder@redhat.com>
4686
4687 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4688 should go thru sh_dsp_register_sim_regno, else the dsp regs
4689 will not get the right values.
4690
46912003-07-16 Corinna Vinschen <vinschen@redhat.com>
4692
4693 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4694 deprecated_store_floating by call to store_typed_floating.
4695 (sh_sh4_register_convert_to_raw): Substitute call to
4696 deprecated_extract_floating by call to extract_typed_floating.
4697
46982003-07-16 Corinna Vinschen <vinschen@redhat.com>
4699
4700 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4701
47022003-07-16 Corinna Vinschen <vinschen@redhat.com>
4703
4704 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4705 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4706 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4707 as possible.
4708 (do_pseudo_register): Remove.
4709 (sh_push_dummy_code): New function.
4710 (sh64_store_struct_return): Rename from sh_store_struct_return.
4711 Only called for sh64 now.
4712 (sh_extract_struct_value_address): Regcache'ify.
4713 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4714 and accomodate new tasks.
4715 (sh64_push_return_address): Rename from sh_push_return_address.
4716 Only called for sh64 now.
4717 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4718 Regcache'ify.
4719 (sh3e_sh4_extract_return_value): Regcache'ify.
4720 (sh_default_store_return_value): Ditto.
4721 (sh3e_sh4_store_return_value): Ditto.
4722 (sh_default_register_byte): Remove.
4723 (sh_sh4_register_byte): Remove.
4724 (sh_default_register_raw_size): Remove.
4725 (sh_sh4_register_raw_size): Remove.
4726 (sh_register_virtual_size): Remove.
4727 (sh_sh3e_register_virtual_type): Remove.
4728 (sh_sh3e_register_type): New function.
4729 (sh_sh4_register_virtual_type): Remove.
4730 (sh_sh4_register_type): New function.
4731 (sh_default_register_virtual_type): Remove.
4732 (sh_default_register_type): New function.
4733 (do_fv_register_info): Add parameters to accomodate call from
4734 sh_print_registers_info.
4735 (do_dr_register_info): Ditto.
4736 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4737 Add parameters to accomodate call from sh_print_registers_info.
4738 (sh_do_fp_register): Ditto.
4739 (sh64_do_pseudo_register): Call do_dr_register_info,
4740 do_fv_register_info and sh_do_fp_register with default parameters.
4741 (sh_do_register): Add parameters to accomodate call from
4742 sh_print_registers_info.
4743 (sh_print_register): Ditto.
4744 (sh_print_registers_info): Rename from sh_do_registers_info.
4745 Add parameters to be used as gdbarch_print_registers_info
4746 implementation. Accomodate removed do_pseudo_register function
4747 pointer.
4748 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4749 function pointer. Call sh_print_register with default parameters.
4750 (sh64_do_registers_info): Call sh_print_registers_info instead of
4751 sh_do_registers_info.
4752 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4753 detection of deprecated vs. non-deprecated functionality.
4754 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4755 function pointer assignments by direct function calls.
4756
e8a89fe2
AC
47572003-07-15 Andrew Cagney <cagney@redhat.com>
4758
4759 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4760 (frame_register_unwind, create_new_frame): Ditto.
4761 (legacy_get_prev_frame, get_frame_type): Ditto.
4762 (get_frame_base_address): Use frame_base_find_by_frame.
4763 (get_frame_locals_address): Use frame_base_find_by_frame.
4764 (get_frame_args_address): Use frame_base_find_by_frame.
4765 * frame-base.h (frame_base_sniffer_ftype): Declare.
4766 (frame_base_append_sniffer): Declare.
4767 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4768 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4769 (frame_base_append_sniffer): New function.
4770 (frame_base_append_predicate): Add a NULL sniffer.
4771 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4772 (struct frame_base_table): Add "sniffer".
4773 (frame_base_free): Free the "sniffer" table.
4774 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4775 (frame_unwind_append_sniffer): Declare.
4776 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4777 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4778 (struct frame_unwind_table): Add "sniffer", delete "middle".
4779 (append_predicate): Add "sniffer" parameter, append the sniffer.
4780 (frame_unwind_init): Update append_predicate call.
4781 (frame_unwind_append_sniffer): New function.
4782 (frame_unwind_append_predicate): Update append_predicate call.
4783 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4784
0714963c
AC
47852003-07-15 Andrew Cagney <cagney@redhat.com>
4786
4787 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4788 before code inhibiting repeated unwind attempts. Add to
4789 commentary on that test's problems.
4790 * blockframe.c (inside_main_func): Look for "main" in the minimal
4791 symbol table.
4792 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4793 identical.
4794
d9170e22
AC
47952003-07-15 Andrew Cagney <cagney@redhat.com>
4796
4797 * complaints.c (struct explanation): Define.
4798 (struct complaints): Change type of "explanation" to "struct
4799 explanation".
4800 (symfile_explanations): Convert to a "struct explanation" table.
4801 (vcomplaint): Update.
4802
eba29c8c
ML
48032003-07-15 Michal Ludvig <mludvig@suse.cz>
4804
4805 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4806 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4807 x86_64_linux_(fill,supply)_gregset functions.
4808 * x86-64-linux-tdep.c (USER_*): New defines.
4809 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4810 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4811 New functions.
4812 (fetch_core_registers): Ditto.
4813 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4814 * x86-64-linux-tdep.h: New file.
4815 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4816 and core-regset.o.
4817 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4818
68cc0bfb
MK
48192003-07-13 Mark Kettenis <kettenis@gnu.org>
4820
88a115f7
MK
4821 * x86-64-tdep.c (x86_64_store_return_value): Use
4822 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4823
68cc0bfb
MK
4824 * configure.host: Add x86_64-*-freebsd*.
4825 * configure.tgt: Add x86_64-*-freebsd*.
4826 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4827 * amd64fbsd-nat.c: New file.
4828 * amd64fbsd-tdep.c: New file.
4829 * config/i386/nm-fbsd64.h: New file.
4830 * config/i386/fbsd64.mh: New file.
4831 * config/i386/fbsd64.mt: New file.
4832
138e7be5
MK
48332003-07-11 Mark Kettenis <kettenis@gnu.org>
4834
4835 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4836 `sc_regs_offset' and `sc_fpregs_offset'.
4837 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4838 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4839 (alpha_sigtramp_register_address): Rewrite to use new members of
4840 `struct gdbarch_tdep'.
4841 (alpha_gdbarch_init): Initialize new members of struct
4842 gdbarch_tdep'.
4843 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4844 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4845 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4846 (alphafbsd_pc_in_sigtramp): Implement.
4847 (alphafbsd_sigtramp_offset): New function.
4848 (alphafbsd_sigcontext_addr): New function.
4849 (alphafbsd_init_abi): Initialize signal trampoline related members
4850 of `struct gdbarch_tdep'.
4851 (_initialize_alphafbsd_tdep): Add prototype.
4852
95303a68
TR
48532003-07-11 Theodore A. Roth <troth@openavr.org>
4854
ba292e4c
TR
4855 * Makefile.in (install-only): Quote sed expression when generating
4856 transformed_name.
95303a68 4857
6896c0c7
RH
48582003-07-11 Richard Henderson <rth@redhat.com>
4859
4860 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4861 * dwarf2-frame.c: Include complaints.h.
4862 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4863 variable initialization; return NULL on error.
4864 (decode_frame_entry): New.
4865
8edd5d01
AC
48662003-07-11 Andrew Cagney <cagney@redhat.com>
4867
c4a09524
AC
4868 * frame.h (frame_address_in_block): Delete declaration.
4869 * blockframe.c (frame_address_in_block): Delete function.
4870 (get_frame_block): Use get_frame_address_in_block.
4871 (block_innermost_frame): Ditto.
4872 * stack.c (print_frame, backtrace_command_1): Ditto.
4873
8edd5d01
AC
4874 * frame.h (get_frame_address_in_block): Declare.
4875 (frame_unwind_address_in_block): Declare.
4876 * frame.c (frame_unwind_address_in_block): New function.
4877 (get_frame_address_in_block): New function.
4878
f7968451
AC
48792003-07-10 Andrew Cagney <cagney@redhat.com>
4880
4881 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4882 pre-default. Note: re-generate has no effect.
a8f4cde1 4883
ae99b398
AC
48842003-07-10 Andrew Cagney <cagney@redhat.com>
4885
4886 * gdbarch.sh: When a variable, but not a function, compare against
4887 0. Fix problem in previous patch.
4888 * gdbarch.c: Re-generate.
a8f4cde1 4889
956ac328
AC
48902003-07-10 Andrew Cagney <cagney@redhat.com>
4891
4892 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4893 functions against NULL, not 0.
4894 * gdbarch.c: Re-generate.
a8f4cde1 4895
287c3240
FF
48962003-07-10 Fred Fish <fnf@ninemoons.com>
4897
4898 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4899 null string instead of a null pointer.
4900 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4901
32f63c4b
MS
49022003-07-09 Michael Snyder <msnyder@redhat.com>
4903
4904 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4905
402ecd56
MK
49062003-07-09 Mark Kettenis <kettenis@gnu.org>
4907
4908 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4909 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4910 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4911 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4912 * x86-64-tdep.c: ... from here.
4913
c481dac7
AS
49142003-07-09 Andreas Schwab <schwab@suse.de>
4915
4916 * m68k-tdep.h (enum struct_return): Define.
4917 (struct gdbarch_tdep): Add struct_return.
4918 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4919 bytes are padded to the right, not to the left. Pass struct value
4920 address in register %a1, not on stack.
4921 (m68k_use_struct_convention): New function.
4922 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4923 struct_return in tdep to pcc_struct_return.
4924 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4925 reg_struct_return.
4926
a8f4cde1 49272003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4928
a8f4cde1 4929 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4930
96a4ee76
AC
49312003-07-09 Andrew Cagney <cagney@redhat.com>
4932
4933 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4934 Add comments about the checks.
4935
1517c6d1
AC
49362003-07-08 Andrew Cagney <cagney@redhat.com>
4937
4938 * Makefile.in: Make dependency section headers consistent.
4939 (config_h): Move to $BUILD headers section.
4940 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4941 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4942 (ada-exp.tab.c): Move to YACC/LEX section.
4943 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4944 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4945
dc5dd1eb
KW
49462003-07-08 Kris Warkentin <kewarken@qnx.com>
4947
4948 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4949 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4950 of strerror with safe_strerror, use ISO C function definitions,
4951 and replace instances of sprintf with snprintf.
dc5dd1eb 4952
612dde91
AC
49532003-07-07 Andrew Cagney <cagney@redhat.com>
4954
4955 * frame.c (get_prev_frame): Enable check for identical frames.
4956 Update comments. Update error messages.
4957
492c11d3
JB
49582003-07-07 Joel Brobecker <brobecker@gnat.com>
4959
4960 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4961
376a5a49
JB
49622003-07-07 Joel Brobecker <brobecker@gnat.com>
4963
4964 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4965 sort_symtab_syms, no longer necessary.
4966
22b4a9ad
JB
49672003-07-07 Joel Brobecker <brobecker@gnat.com>
4968
4969 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4970
5bbcb741
JB
49712003-07-07 Joel Brobecker <brobecker@gnat.com>
4972
4973 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4974 (mips_register_byte): Likewise.
4975
c139e7d9
DJ
49762003-07-07 Daniel Jacobowitz <drow@mvista.com>
4977
4978 * Makefile.in (sparc_tdep_h): New.
4979 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4980 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4981 * sparc-linux-nat.c: Include "sparc-tdep.h".
4982 * sparc-nat.c: Likewise.
4983 * sparc-tdep.c: Likewise.
4984 * sparc64nbsd-nat.c: Likewise.
4985 * sparcnbsd-nat.c: Likewise.
4986 * sparcnbsd-tdep.c: Likewise.
4987 * sparc-tdep.h: New file.
4988 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4989 and sparc_npc_regnum.
4990
fd8f87c5
DJ
49912003-07-07 Daniel Jacobowitz <drow@mvista.com>
4992
4993 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4994 (mips_linux_cannot_store_register): List supported instead of
4995 unsupported registers.
4996
13adf674
DJ
49972003-07-07 Daniel Jacobowitz <drow@mvista.com>
4998
4999 * disasm.c (dump_insns): Separate instructions from addresses.
5000
8de307e0
AS
50012003-07-07 Andreas Schwab <schwab@suse.de>
5002
5003 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5004 dependencies.
5005 * m68k-tdep.c (NUM_FREGS): Delete.
5006 (SIG_PC_FP_OFFSET): Delete.
5007 (TARGET_M68K): Delete.
5008 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5009 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5010 P_MOVEL_SP, P_MOVEML_SP): Define.
5011 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5012 P_TRAP): Delete.
5013 (m68k_register_raw_size): Delete.
5014 (m68k_register_virtual_size): Delete.
5015 (m68k_register_type): Renamed from m68k_register_virtual_type and
5016 add gdbarch argument.
5017 (m68k_store_struct_return): Delete.
5018 (m68k_deprecated_extract_return_value): Delete.
5019 (m68k_deprecated_extract_struct_value_address): Delete.
5020 (m68k_frame_chain): Delete.
5021 (m68k_frame_saved_pc): Delete.
5022 (m68k_fix_call_dummy): Delete.
5023 (m68k_push_dummy_frame): Delete.
5024 (m68k_pop_frame): Delete.
5025 (m68k_extract_return_value): New function.
5026 (m68k_store_return_value): Rewrite using regcache.
5027 (m68k_extract_struct_value_address): Rewrite using regcache.
5028 (m68k_push_dummy_call): New function.
5029 (struct m68k_frame_cache): Define.
5030 (m68k_alloc_frame_cache): New function.
5031 (m68k_analyze_frame_setup): New function.
5032 (m68k_analyze_register_saves): New function.
5033 (m68k_analyze_prologue): New function.
5034 (m68k_skip_prologue): Rewrite using above functions.
5035 (m68k_unwind_pc): New function.
5036 (m68k_frame_cache): New function.
5037 (m68k_frame_this_id): New function.
5038 (m68k_frame_prev_register): New function.
5039 (m68k_frame_unwind): New variable.
5040 (m68k_frame_p): New function.
5041 (m68k_sigtramp_frame_cache): New function.
5042 (m68k_sigtramp_frame_this_id): New function.
5043 (m68k_sigtramp_frame_prev_register): New function.
5044 (m68k_sigtramp_frame_unwind): New variable.
5045 (m68k_sigtramp_frame_p): New function.
5046 (m68k_frame_base_address): New function.
5047 (m68k_frame_base): New function.
5048 (m68k_unwind_dummy_id): New function.
5049 (fill_gregset): Use regcache_collect.
5050 (fill_fpregset): Likewise.
5051 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5052 defined.
5053 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5054 deprecated_init_frame_pc, deprecated_store_struct_return,
5055 deprecated_extract_return_value, deprecated_store_return_value,
5056 deprecated_frame_chain, deprecated_frame_saved_pc,
5057 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5058 deprecated_register_virtual_size,
5059 deprecated_max_register_raw_size,
5060 deprecated_max_register_virtual_size,
5061 deprecated_register_virtual_type, deprecated_register_size,
5062 deprecated_register_byte, deprecated_register_bytes,
5063 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5064 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5065 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5066 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5067 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5068 deprecated_push_dummy_frame, deprecated_pop_frame,
5069 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5070 only if SYSCALL_TRAP is defined. Set extract_return_value,
5071 store_return_value, extract_struct_value_address, register_type,
5072 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5073 predicates.
5074 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5075 M68K_MAX_REGISTER_SIZE): Define.
5076 (struct m68k_sigtramp_info): Define.
5077 (struct gdbarch_tdep): Add get_sigtramp_info.
5078 * m68klinux-nat.c (fetch_register): Use register_size instead of
5079 REGISTER_RAW_SIZE. Don't put assignment in if.
5080 (store_register): Likewise.
5081 (fetch_inferior_registers): Likewise.
5082 (store_inferior_registers): Likewise.
5083 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5084 (m68k_linux_frame_saved_pc): Delete.
5085 (m68k_linux_sigcontext_reg_offset,
5086 m68k_linux_ucontext_reg_offset): Define.
5087 (m68k_linux_get_sigtramp_info): New function.
5088 (m68k_linux_extract_return_value): Rewrite using regcache.
5089 (m68k_linux_store_return_value): Likewise.
5090 (m68k_linux_extract_struct_value_address): Likewise.
5091 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5092 Don't set deprecated_frame_saved_pc,
5093 deprecated_extract_return_value, deprecated_store_return_value,
5094 deprecated_extract_struct_value_address. Set
5095 extract_return_value, store_return_value,
5096 extract_struct_value_address.
5097
eb8bc282
AC
50982003-07-07 Andrew Cagney <cagney@redhat.com>
5099
5100 * expprint.c: Include "user-regs.h" instead of "frame.h".
5101 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5102 frame_map_regnum_to_name.
5103 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5104 (frame_map_name_to_regnum): Simplify, call
5105 user_reg_map_name_to_regnum.
5106 (frame_map_regnum_to_name): Simplify, call
5107 user_reg_map_regnum_to_name.
5108 (frame_register_unwind): Update.
5109 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5110 (_initialize_frame_reg): Call user_reg_add_builtin.
5111 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5112 (value_of_register): Use value_of_user_reg.
5113 * eval.c (evaluate_subexp_standard): Update.
5114 * parse.c (write_dollar_variable): Update.
5115 * d10v-tdep.c (d10v_print_registers_info): Update.
5116 * infcmd.c (registers_info): Update.
5117 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5118 (builtin_regs_h): Delete macro.
5119 (user_regs_h): Define.
5120 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5121 (builtin-regs.o): Delete target.
5122 (user-regs.o): Specify dependencies.
5123 (expprint.o): Update dependencies.
5124 (findvar.o): Update dependencies.
5125 (frame.o): Update dependencies.
5126 (std-regs.o): Update dependencies.
5127
9f476a01
CF
51282003-07-06 Christopher Faylor <cgf@redhat.com>
5129
5130 * win32-nat.c (solib_symbols_add): Use one variable for all section
5131 address stuff. Pass variable rather than address of variable to
5132 safe_symbol_file_add.
5133
a731b831
AS
51342003-07-06 Andreas Schwab <schwab@suse.de>
5135
5136 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5137
9f83329d
JB
51382003-07-04 Joel Brobecker <brobecker@gnat.com>
5139
5140 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5141
27e28cc5
KW
51422003-07-04 Kris Warkentin <kewarken@qnx.com>
5143
5144 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5145
51462003-07-04 Kris Warkentin <kewarken@qnx.com>
5147
5148 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5149 * config/i386/nto.mh: New file.
5150 * config/i386/nm-nto.h: New file.
5151 * configure.host: Add i[3456]86-*-nto*.
5152
100f2e98
JB
51532003-07-03 Joel Brobecker <brobecker@gnat.com>
5154
5155 * remote-vx.c (vx_add_symbols): Fix compilation error.
5156
e23457df
AC
51572003-07-03 Andrew Cagney <cagney@redhat.com>
5158
5159 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5160 * gdbarch.h, gdbarch.c: Re-generate.
5161 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5162 (legacy_register_name): Declare.
5163 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5164 (REGISTER_NAME): Define.
5165 * sparc-tdep.c (legacy_register_name): New function.
5166 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5167 (REGISTER_NAME): Define.
5168 (hppa64_register_name): Declare.
5169 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5170 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5171 (hppa64_register_name): New function.
5172 (hppa_register_name): New function.
5173 * arch-utils.c (legacy_register_name): Delete.
5174 * arch-utils.h (legacy_register_name): Delete.
5175
38caaeec
DJ
51762003-07-03 Daniel Jacobowitz <drow@mvista.com>
5177
5178 * cli/cli-interp.c (cli_interpreter_resume): Update the
5179 cli_uiout's stream to gdb_stdout.
5180
dadd712e
AC
51812003-07-03 Andrew Cagney <cagney@redhat.com>
5182
5183 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5184 predicate.
5185 * gdbarch.h, gdbarch.c: Re-generate.
5186 * regcache.c (init_regcache_descr): Use legacy code when either
5187 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5188
c7f1390e
DJ
51892003-07-02 Daniel Jacobowitz <drow@mvista.com>
5190
5191 * NEWS: Move "set logging" entry into GDB 6.0 section.
5192
4bc8c588
JB
51932003-07-02 Jim Blandy <jimb@redhat.com>
5194
a9dd42f1
JB
5195 * s390-tdep.c (struct frame_extra_info): new member:
5196 'stack_bought_valid'.
5197 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5198 initialize fextra_info->stack_bought.
5199 (s390_frameless_function_invocation): Don't trust the value of
5200 fextra_info_ptr->stack_bought unless
5201 fextra_info->stack_bought_valid is set.
5202
4bc8c588
JB
5203 New S390 prologue analyzer.
5204 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5205 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5206 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5207 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5208 compute_x_addr, s390_on_stack, s390_store,
5209 s390_get_signal_frame_info): New functions.
5210 (S390_NUM_SPILL_SLOTS): New macro.
5211 (s390_get_frame_info): Rewritten.
5212 (is_arg_reg): Deleted.
5213
5214 Break out the decoding of S/390 instructions into separate
5215 functions, to make it more legible, and easier to check
5216 against the spec.
5217 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5218 is_rx, is_rxe): New functions.
5219 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5220 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5221 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5222 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5223 enums for opcode values. (Is this an improvement?)
5224
fd13a04a
AC
52252003-07-02 Andrew Cagney <cagney@redhat.com>
5226
5227 * i386-tdep.c: Revert change committed as part of trad-frame code
5228 below.
5229
3f8091c1
DJ
52302003-07-02 Daniel Jacobowitz <drow@mvista.com>
5231
5232 * breakpoint.c (insert_catchpoint): Make static.
5233
8dd5115e
AS
52342003-07-02 Andreas Schwab <schwab@suse.de>
5235
5236 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5237 former ia64_push_arguments and ia64_push_return_address, and use
5238 regcache functions instead of read/write_register.
5239 (ia64_gdbarch_init): Set push_dummy_call instead of
5240 deprecated_push_arguments and deprecated_push_return_address.
5241
a2229c23
AJ
52422003-07-01 Andreas Jaeger <aj@suse.de>
5243
5244 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5245 before the call.
5246 Set %rax only to number of SSE registers used.
5247
3b3850e8
AC
52482003-07-01 Andrew Cagney <cagney@redhat.com>
5249
5250 * trad-frame.h: Update comments, a -1 .addr is reserved.
5251 (trad_frame_value_p, trad_frame_addr_p): Declare.
5252 (trad_frame_reg_p): Declare.
5253 (trad_frame_set_value): Rename trad_frame_register_value.
5254 (trad_frame_set_unknown): Declare.
5255 * trad-frame.c (trad_frame_realreg_p): New function.
5256 (trad_frame_addr_p, trad_frame_value_p): New function.
5257 (trad_frame_set_unknown): New function.
5258 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5259 (trad_frame_prev_register): Use trad_frame_realreg_p,
5260 trad_frame_addr_p and trad_frame_value_p.
5261 (trad_frame_set_value): Rename trad_frame_register_value.
5262 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5263 and trad_frame_set_value.
a2229c23 5264
4d819d0e
JB
52652003-06-30 Jim Blandy <jimb@redhat.com>
5266
5267 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5268 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5269 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5270 for 16 registers, and then 32 more bytes.
5271 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5272 New macros.
5273 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5274 Move up in the file, since it's now used by is_simple_arg.
5275 (is_simple_arg): Don't assume registers are four bytes long.
5276 Exclude all double arguments. Extended floats are not simple
5277 args.
5278 (is_power_of_two): New function.
5279 (pass_by_copy_ref): Call is_power_of_two, and check that the
5280 length fits in a register, rather than listing all the acceptable
5281 sizes. Extended floats are not passed by reference.
5282 (s390_push_arguments): Don't assume registers are four bytes long.
5283 Reserve an argument register to point to the buffer for structures
5284 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5285 S390_STACK_FRAME_OVERHEAD.
5286
1ad828f1
AS
52872003-06-30 Andreas Schwab <schwab@suse.de>
5288
5289 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5290 format error message.
5291
39b00981
JB
52922003-06-30 Joel Brobecker <brobecker@gnat.com>
5293
5294 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5295
b2a7f303
DC
52962003-06-30 David Carlton <carlton@kealia.com>
5297
5298 Band-aid for PR c++/1245.
5299 * Makefile.in (cp-support.o): Depend on complaints_h.
5300 * cp-support.c: Include complaints.h. Add declaration for
5301 find_last_component.
5302 (cp_find_first_component): Separate code into
5303 cp_find_first_component_aux.
5304 (cp_find_first_component_aux): Call demangled_name_complaint.
5305 (demangled_name_complaint): New.
5306
a257b5bb
AC
53072003-06-30 Andrew Cagney <cagney@redhat.com>
5308
5309 * remote.c (remote_write_bytes): Explicitly compute and then use
5310 the payload size. Update comments to reflect. Fixes problem of
5311 GDB not sending small packets as found by Fred Fish.
5312
0a2cfde4
AC
53132003-06-30 Andrew Cagney <cagney@redhat.com>
5314
5315 * remote.c (remote_async_wait): Fix -Wformat problem.
5316
3fcb8548
AC
53172003-06-29 Andrew Cagney <cagney@redhat.com>
5318
5319 * remote.c (remote_wait): Call error, and not warning, when the
5320 packet is corrupt.
5321 (remote_async_wait): Ditto.
5322
9f9970a3
DJ
53232003-06-29 Daniel Jacobowitz <drow@mvista.com>
5324
5325 * sparc-tdep.c (sparc_y_regnum): Make external again.
5326
83a8ccca
DJ
53272003-06-29 Daniel Jacobowitz <drow@mvista.com>
5328
5329 * cli/cli-logging.c (pop_output_files): Add void to function
5330 definition.
5331
d2cf594a
AC
53322003-06-29 Andrew Cagney <cagney@redhat.com>
5333
5334 * frame.c (frame_register_unwind): Use unsigned char when dumping
5335 the buffer contents.
5336
0fac0b41
DJ
53372003-06-28 Daniel Jacobowitz <drow@mvista.com>
5338
5339 * cli/cli-logging.c: New file.
5340 * cli-out.c (struct ui_out_data): Add original_stream.
5341 (cli_redirect): New function.
5342 (cli_ui_out_impl): Add cli_redirect.
5343 (cli_out_new): Initialize original_stream.
5344 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5345 (uo_redirect, ui_out_redirect): New.
5346 * ui-out.h (struct ui_out_impl): Add redirect member.
5347 (redirect_ftype): New.
5348 (ui_out_redirect): Add prototype.
5349 * Makefile.in: Add rules for cli-logging.c.
5350 * NEWS: Mention "set logging".
5351
88a07d7c
EZ
53522003-06-27 Elena Zannoni <ezannoni@redhat.com>
5353
5354 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5355
4eb58876
AC
53562003-06-27 Andrew Cagney <cagney@redhat.com>
5357
5358 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5359 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5360 * avr-tdep.c (avr_call_dummy_address): Delete function.
5361 (avr_gdbarch_init): Do not set call_dummy_address.
5362
1549f619
EZ
53632003-06-27 Elena Zannoni <ezannoni@redhat.com>
5364
5365 * symfile.c (syms_from_objfile): Move variables to inner block.
5366 Move the checks for the non-mainline case a bit earlier to avoid
5367 doing some useless computations.
5368
3cb3398d
EZ
53692003-06-27 Elena Zannoni <ezannoni@redhat.com>
5370
5371 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5372
3799ccc6
EZ
53732003-06-26 Elena Zannoni <ezannoni@redhat.com>
5374
5375 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5376 sections.
5377
ce1f6491
MC
53782003-06-26 Michael Chastain <mec@shout.net>
5379
5380 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5381 gdb/testsuite/gdb.c++/pr-1210.exp.
5382
d958dfd0
AC
53832003-06-26 Andrew Cagney <cagney@redhat.com>
5384
5385 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5386 altivec_expression.h and altivec_registers.h.
5387
d31431ed
AC
53882003-06-26 Andrew Cagney <cagney@redhat.com>
5389
5390 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5391 info->mach when MIPS16. Patch suggested by Fred Fish.
5392
714b1282
AC
53932003-06-26 Andrew Cagney <cagney@redhat.com>
5394
5395 * utils.c (internal_vproblem): Print the problem to a reason
5396 buffer and then pass to query. Make the msg variable more local.
5397
42efa47a
AC
53982003-06-26 Andrew Cagney <cagney@redhat.com>
5399
5400 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5401 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5402 * gdbarch.h, gdbarch.c: Re-generate.
5403 * frame-base.c (default_frame_args_address): Update. Use
5404 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5405 not available.
5406 (default_frame_locals_address): Ditto for
5407 DEPRECATED_FRAME_LOCALS_ADDRESS.
5408 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5409 (vax_frame_num_args): Update.
5410 (vax_gdbarch_init): Update.
5411 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5412 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5413 * mcore-tdep.c (mcore_gdbarch_init): Update.
5414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5415 * ia64-tdep.c (ia64_gdbarch_init): Update.
5416 * symtab.h (address_class): Update comments.
5417 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5418 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5419 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5420 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5421 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5422 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5423 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5424 * alpha-mdebug-tdep.c: Update.
5425 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5426
8ffd9b1b
AJ
54272003-06-26 Andreas Jaeger <aj@suse.de>
5428
5429 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5430 of SSE registers so that varargs functions work. Rework handling
5431 of passing arguments on the stack.
5432 (x86_64_store_return_value): Return double and float values in SSE
5433 register.
5434
e8ac10a6
MC
54352003-06-24 Michael Chastain <mec@shout.net>
5436
5437 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5438 the "constructor breakpoints ignored" bug.
5439
986af8e6
DC
54402003-06-25 David Carlton <carlton@kealia.com>
5441
5442 * MAINTAINERS: Update e-mail address.
5443
d64558a5
JB
54442003-06-24 Jim Blandy <jimb@redhat.com>
5445
e538d2d7
JB
5446 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5447
02631ec0
JB
5448 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5449 function.
5450 (ppc_linux_init_abi): Register it as the
5451 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5452
e716d87a
JB
5453 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5454 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5455 method.
5456
d64558a5
JB
5457 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5458 (ppc64_standard_linkage_target): Use it.
5459
449a5da4
AC
54602003-06-23 Andrew Cagney <cagney@redhat.com>
5461
5462 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5463 for 0 "int0" and 4 "int32" sized registers.
5464 * gdbtypes.c (builtin_type_int0): Define.
5465 (build_gdbtypes): Initialize builtin_type_int0.
5466 * gdbtypes.h (builtin_type_int0): Declare.
5467
b2a02dda
SC
54682003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5469
5470 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5471 as characters are unsigned.
5472
fba3138e
DJ
54732003-06-22 Daniel Jacobowitz <drow@mvista.com>
5474
5475 PR gdb/1179
5476 * dwarfread.c (struct_type): Skip static fields without crashing.
5477
f6c8180b
AC
54782003-06-22 Andrew Cagney <cagney@redhat.com>
5479
5480 GDB 6.0 branch created.
f2c06f52
AC
5481 * README: Update.
5482 * PROBLEMS: Update. Empty.
5483 * NEWS: Update.
f6c8180b 5484
ae822768
DJ
54852003-06-22 Daniel Jacobowitz <drow@mvista.com>
5486
5487 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5488 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5489
261de166
AC
54902003-06-22 Andrew Cagney <cagney@redhat.com>
5491
5492 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5493 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5494 Velikov.
5495
30e94205
DJ
54962003-06-22 Daniel Jacobowitz <drow@mvista.com>
5497
5498 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5499 compilers.
5500
9e14d721
DJ
55012003-06-21 Daniel Jacobowitz <drow@mvista.com>
5502
5503 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5504 argument of val_print.
5505 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5506 to the address argument of baseclass_offset or target_read_memory.
5507 Do add it to the argument of cp_print_value_fields.
5508
a4b8ebc8
AC
55092003-06-21 Andrew Cagney <cagney@redhat.com>
5510
5511 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5512 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5513 instead of 0..NUM_REGS.
5514 (mips_register_reggroup_p): New function.
5515 (mips_pseudo_register_write): New function.
5516 (mips_pseudo_register_read): New function.
5517 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5518 based on the register's type.
5519 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5520 cooked.
5521 (mips_get_saved_register): Simplify. Assert that REGNO is a
5522 pseudo / cooked.
5523 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5524 (mips_register_type): Replace mips_register_virtual_type. Map
5525 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5526 when available.
5527 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5528 that the register is cooked / virtual.
5529 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5530 Only get the extra info when needed.
5531 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5532 (mips32_heuristic_proc_desc): Fetch the cooked register.
5533 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5534 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5535 (mips_print_register): Use gdbarch_register_type, instead of
5536 REGISTER_VIRTUAL_TYPE.
5537 (print_gp_register_row): Use gdbarch_register_type, instead of
5538 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5539 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5540 Print the pseudo / cooked registers.
5541 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5542 Print the pseudo / cooked registers.
5543 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5544 REG_NUM is pseudo / cooked.
5545 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5546 (mips_n32n64_xfer_return_value): Ditto.
5547 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5548 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5549 (mips_register_sim_regno): New function.
5550 (mips_gdbarch_init): Set deprecated_register_byte,
5551 register_group_p, pseudo_register_write, pseudo_register_read,
5552 register_sim_regno, and num_pseudo_regs. Set register_type,
5553 instead of register_virtual_type.
5554 * Makefile.in (mips-tdep.o): Update dependencies.
5555 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5556 REGISTER_VIRTUAL_TYPE.
5557 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5558 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5559 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5560 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5561 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5562
325ed089
DJ
55632003-06-21 Daniel Jacobowitz <drow@mvista.com>
5564
5565 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5566 * cli/cli-cmds.c: Include "gdb_vfork.h".
5567 (shell_escape): Use vfork.
5568
f0e7d0e8
AC
55692003-06-21 Andrew Cagney <cagney@redhat.com>
5570
c57bb9fa
AC
5571 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5572 32 bit floating-point register saves.
5573
6e51443a
AC
5574 * frame.h (deprecated_unwind_get_saved_register): Delete.
5575 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5576 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5577 and deprecated_get_next_frame_hack instead of
5578 deprecated_unwind_get_saved_register.
5579
ed183c7c
AC
5580 * mips-tdep.c (mips_dump_tdep): Do not print
5581 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5582
f0e7d0e8
AC
5583 * frame.c (get_frame_register): New function.
5584 (frame_unwind_register_signed): New function.
5585 (get_frame_register_signed): New function.
5586 (frame_unwind_register_unsigned): New function.
5587 (get_frame_register_unsigned): New function.
5588 * frame.h: Add comments on naming schema.
5589 (get_frame_register, frame_unwind_register_signed): Declare.
5590 (get_frame_register_signed, get_frame_register_signed): Declare.
5591 (frame_unwind_register_unsigned): Declare.
5592 (get_frame_register_unsigned): Declare.
5593
2224d941
TR
55942003-06-20 Theodore A. Roth <troth@openavr.org>
5595
5596 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5597
8619218d
TR
55982003-06-20 Theodore A. Roth <troth@openavr.org>
5599
5600 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5601 (avr_read_sp): Ditto.
5602
0b1b50c0
DJ
56032003-06-20 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5606 * config/arm/nm-linux.h: Likewise.
5607 * config/arm/tm-linux.h: Likewise.
5608 * config/ia64/nm-linux.h: Likewise.
5609 * config/ia64/tm-ia64.h: Likewise.
5610 * config/s390/tm-linux.h: Likewise.
5611 * config/s390/tm-s390.h: Likewise.
5612 * s390-nat.c: Likewise.
5613 * s390-tdep.c: Likewise.
5614
5615 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5616 * config/ia64/linux.mt: Likewise.
5617 * config/m68k/linux.mh: Likewise.
5618 * config/mips/linux.mt: Likewise.
5619 * config/powerpc/linux.mh: Likewise.
5620 * config/sh/linux.mt: Likewise.
5621
c8c18e65
KW
56222003-06-19 Kris Warkentin <kewarken@qnx.com>
5623
5624 * solib.c (solib_open): Change tests for whether to search
5625 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5626 comments.
5627
dcccef2e
TR
56282003-06-19 Theodore A. Roth <troth@openavr.org>
5629
5630 * avr-tdep.c (avr_frame_address): Delete function.
5631 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5632 set_gdbarch_frame_args_address.
5633
5861a190
AC
56342003-06-19 Andrew Cagney <cagney@redhat.com>
5635
5636 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5637 (REGISTER_CONVERT_FROM_TYPE): Delete.
5638 (mips_register_convert_to_type): Delete declaration.
5639 (mips_register_convert_from_type): Delete declaration.
5640 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5641 kernel/.
5642
0274a8ce
MS
56432003-06-19 Michael Snyder <msnyder@redhat.com>
5644
5645 * linux-nat.h: New file.
5646 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5647 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5648 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5649 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5650 (linux_make_note_section): Iterate over lwps instead of threads.
5651 (linux_do_thread_registers): Use lwp instead of merged pid.
5652 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5653 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5654 Add dependency on linux_nat_h.
5655
adf5f719
TR
56562003-06-19 Theodore A. Roth <troth@openavr.org>
5657
5658 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5659
6766a268
DJ
56602003-06-19 Daniel Jacobowitz <drow@mvista.com>
5661
5662 * varobj.c (get_type, get_target_type): Use check_typedef.
5663
1171114a
DJ
56642003-06-19 Daniel Jacobowitz <drow@mvista.com>
5665
5666 * breakpoint.c (insert_catchpoint): Call internal_error.
5667
adcf68a2
TR
56682003-06-19 Theodore A. Roth <troth@openavr.org>
5669
5670 * avr-tdep.c (avr_push_dummy_code): Delete function.
5671 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5672
ea67f13b
DJ
56732003-06-19 Daniel Jacobowitz <drow@mvista.com>
5674
5675 * arch-utils.c (default_prepare_to_proceed): Remove.
5676 (generic_prepare_to_proceed): Remove.
5677 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5678 (generic_prepare_to_proceed): Remove prototype.
5679 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5680 * gdbarch.c: Regenerate.
5681 * gdbarch.h: Regenerate.
5682 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5683 * hppah-nat.c (hppa_switched_threads): Remove.
5684 * infrun.c (prepare_to_proceed): New static function, copied from
5685 generic_prepare_to_proceed. Remove select_it argument.
5686 (proceed): Call prepare_to_proceed.
5687 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5688 variables.
5689 (ptrace_wait): Don't set the removed variables.
5690 (hppa_switched_threads): Remove.
5691 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5692 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5693 (lin_lwp_prepare_to_proceed): Remove prototype.
5694 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5695 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5696
4add8633
TR
56972003-06-18 Theodore A. Roth <troth@openavr.org>
5698
5699 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5700 trad-frame.h.
5701 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5702 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5703 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5704 (AVR_PROLOGUE_*): Enumerate prologue types.
5705 (struct frame_extra_info): Remove.
5706 (struct avr_unwind_cache): Define.
5707 (avr_write_sp): Delete function.
5708 (avr_read_fp): Ditto.
5709 (avr_init_extra_frame_info): Ditto.
5710 (avr_pop_frame): Ditto.
5711 (avr_frame_saved_pc): Ditto.
5712 (avr_saved_pc_after_call): Ditto.
5713 (avr_push_return_address): Ditto.
5714 (avr_frame_chain): Ditto.
5715 (avr_store_struct_return): Ditto.
5716 (avr_push_arguments): Ditto.
5717 (avr_scan_prologue): Update comments. Changed to set up the info for
5718 cache unwinding. Now returns end of prologue PC.
5719 (avr_skip_prologue): Better handling of functions lacking a prologue
5720 by using avr_scan_prologue.
5721 (avr_scan_arg_moves): New function.
5722 (avr_saved_regs_unwinder): Ditto.
5723 (avr_frame_unwind_cache): Ditto.
5724 (avr_unwind_pc): Ditto.
5725 (avr_frame_this_id): Ditto.
5726 (avr_frame_prev_register): Ditto.
5727 (avr_frame_p): Ditto.
5728 (avr_frame_base_address ): Ditto.
5729 (avr_unwind_dummy_id): Ditto.
5730 (avr_push_dummy_code): Ditto.
5731 (push_stack_item): Ditto.
5732 (pop_stack_item): Ditto.
5733 (avr_push_dummy_call): Ditto.
5734 (struct stack_item): Define.
5735 (avr_frame_unwind): Declare structure.
5736 (avr_frame_base): Ditto.
5737 (avr_gdbarch_init): Remove calls to
5738 set_gdbarch_deprecated_init_frame_pc,
5739 set_gdbarch_deprecated_target_read_fp,
5740 set_gdbarch_deprecated_dummy_write_sp,
5741 set_gdbarch_deprecated_fp_regnum,
5742 set_gdbarch_deprecated_push_arguments,
5743 set_gdbarch_deprecated_push_return_address,
5744 set_gdbarch_deprecated_pop_frame,
5745 set_gdbarch_deprecated_store_struct_return,
5746 set_gdbarch_deprecated_frame_init_saved_regs,
5747 set_gdbarch_deprecated_init_extra_frame_info,
5748 set_gdbarch_deprecated_frame_chain,
5749 set_gdbarch_deprecated_frame_saved_pc,
5750 set_gdbarch_deprecated_saved_pc_after_call.
5751 Add calls to set_gdbarch_push_dummy_call,
5752 set_gdbarch_push_dummy_code,
5753 frame_unwind_append_predicate,
5754 frame_base_set_default,
5755 set_gdbarch_unwind_dummy_id,
5756 set_gdbarch_unwind_pc.
5757 Wrap a long line.
5758
7be04a68
MS
57592003-06-18 Corinna Vinschen <vinschen@redhat.com>
5760
5761 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5762 registers for H8/300S.
5763 (h8300_print_registers_info): Ditto.
8ffd9b1b 5764 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5765
ae087d01
DJ
57662003-06-18 Daniel Jacobowitz <drow@mvista.com>
5767
5768 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5769 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5770 (lin_lwp_wait): Likewise. Update comments.
5771 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5772 (pull_pid_from_list, linux_record_stopped_pid): New.
5773
07d8f827
SC
57742003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5775
5776 * ada-lang.c (scan_discrim_bound): Name first argument.
5777 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5778 declared by ALL_BLOCK_SYMBOLS.
5779
7cb47b14
SC
57802003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5781
5782 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5783 ("regcache.h"): Include it.
5784 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5785
6ad8ae5c
DJ
57862003-06-17 Daniel Jacobowitz <drow@mvista.com>
5787
5788 * NEWS: Mention gdbserver detach change and "disconnect" command.
5789 * infcmd.c (disconnect_command): New function.
5790 (_initialize_infcmd): Add ``disconnect'' command.
5791 * remote.c (remote_async_detach): Delete.
5792 (remote_detach): Merge remote_async_detach.
5793 (remote_disconnect): New.
5794 (init_remote_ops): Set to_disconnect.
5795 (init_remote_cisco_ops): Likewise.
5796 (init_remote_async_ops): Likewise. Use remote_detach.
5797 * target.c (cleanup_target): Default to_disconnect.
5798 (update_current_target): Inherit to_disconnect.
5799 (target_disconnect, debug_to_disconnect): New functions.
5800 (setup_target_debug): Set to_disconnect.
5801 * target.h (struct target_ops): Add to_disconnect.
5802 (target_disconnect): Add prototype.
5803
687595f9
DJ
58042003-06-17 Daniel Jacobowitz <drow@mvista.com>
5805
5806 * breakpoint.c (insert_catchpoint): New function.
5807 (insert_breakpoints): Use catch_exceptions to call
5808 insert_catchpoint. Disable catchpoints if they fail to insert.
5809
29239a8f
DJ
58102003-06-17 Daniel Jacobowitz <drow@mvista.com>
5811
5812 * symfile.c (reread_symbols): Clear sym_private.
5813
2cdf3c63
AC
58142003-06-17 Andrew Cagney <cagney@redhat.com>
5815
5816 * trad-frame.h (struct frame_info): Add opaque declaration.
5817 * remote-fileio.h (struct cmd_list_element): Add opaque
5818 declaration.
5819 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5820 comments.
5821
cf0e1e0d
DJ
58222003-06-17 Daniel Jacobowitz <drow@mvista.com>
5823
5824 * remote.c (remote_prepare_to_store): Replace call to
5825 deprecated_read_register_bytes with multiple regcache_raw_read
5826 calls.
5827
192cdb19
KW
58282003-06-17 Kris Warkentin <kewarken@qnx.com>
5829
5830 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5831 (nto_find_and_open_solib): Likewise.
5832 (nto_init_solib_absolute_prefix): Likewise.
5833 (_initialize_nto_tdep): Fix indentation.
5834
89929b45
KW
58352003-06-17 Kris Warkentin <kewarken@qnx.com>
5836
5837 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5838
46019f27
KW
58392003-06-17 Kris Warkentin <kewarken@qnx.com>
5840
5841 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5842
1a38736e
JB
58432003-06-17 Jim Blandy <jimb@redhat.com>
5844
5845 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5846
3605c34a
TR
58472003-06-16 Theodore A. Roth <troth@openavr.org>
5848
5849 * avr-tdep.c (avr_extract_return_value): New function.
5850 (avr_gdbarch_init): Set extract_return_value method.
5851
870b3035
AC
58522003-06-16 Andrew Cagney <cagney@redhat.com>
5853
5854 * frame.h (deprecated_get_next_frame_hack): Declare.
5855 * frame.c (legacy_saved_regs_prev_register): Only require
5856 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5857 there are always saved regs.
5858 (deprecated_generic_get_saved_register): Do not require
5859 DEPRECATED_FRAME_INIT_SAVED_REGS.
5860 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5861 use frame ID unwind instead.
5862 (deprecated_get_next_frame_hack): New function.
5863
63d47a7d
CV
58642003-06-16 Corinna Vinschen <vinschen@redhat.com>
5865
5866 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5867 (h8300_push_dummy_call): ...this function. Some minor optimization.
5868 (h8300_push_return_address): Remove.
5869 (h8300_gdbarch_init): Remove calls to
5870 set_gdbarch_deprecated_dummy_write_sp,
5871 set_gdbarch_deprecated_push_arguments and
5872 set_gdbarch_deprecated_push_return_address.
5873 Add call to set_gdbarch_push_dummy_call.
5874
4bb1dc5e
CV
58752003-06-16 Corinna Vinschen <vinschen@redhat.com>
5876
5877 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5878 (E_PSEUDO_EXR_REGNUM): Ditto.
5879 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5880 registers into safe registers.
4bb1dc5e
CV
5881 (h8300_skip_prologue): Check for stm instruction to push registers
5882 used for register variables onto stack.
5883 (gdb_print_insn_h8300): Remove.
5884 (h8300_examine_prologue): Add a comment.
5885 (h8300_register_name): Take pseudo registers into account.
5886 (h8300s_register_name): Ditto.
5887 (h8300sx_register_name): Ditto.
5888 (h8300_print_register): Ditto.
5889 (h8300_print_registers_info): Define "nice" printing order.
5890 (h8300_saved_pc_after_call): Take pseudo registers into account.
5891 (h8300_register_type): Ditto. Return type used for remote connection
5892 when requesting real CCR or EXR register, return actual type when
5893 requesting pseudo CCR or EXR.
5894 (h8300_pseudo_register_read): New function.
5895 (h8300_pseudo_register_write): Ditto.
5896 (h8300_dbg_reg_to_regnum): Ditto.
5897 (h8300s_dbg_reg_to_regnum): Ditto.
5898 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5899 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5900 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5901 set_gdbarch_print_insn architecture dependent.
5902 Call set_gdbarch_pseudo_register_read and
5903 set_gdbarch_pseudo_register_write.
5904 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5905
a59fe496
AC
59062003-06-16 Andrew Cagney <cagney@redhat.com>
5907
5908 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5909 * gdbarch.h, gdbarch.c: Re-generate.
5910 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5911 * s390-tdep.c (s390_gdbarch_init): Update.
5912 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5913 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5914 * mips-tdep.c (mips_gdbarch_init): Update.
5915 * mcore-tdep.c (mcore_gdbarch_init): Update.
5916 * cris-tdep.c (cris_gdbarch_init): Update.
5917 * infcall.c (call_function_by_hand): Update.
5918 * ia64-tdep.c (ia64_push_arguments): Update comment.
5919 * frame.c (legacy_get_prev_frame): Do not assume
5920 SAVE_DUMMY_FRAME_TOS_P.
5921 * dummy-frame.c (find_dummy_frame): Update comment.
5922
6f4e5a41
AC
59232003-06-16 Andrew Cagney <cagney@redhat.com>
5924
5925 * regcache.c (do_cooked_read): Do not use register_valid_p.
5926
72fab697
TR
59272003-06-15 Theodore A. Roth <troth@openavr.org>
5928
5929 * avr-tdep.c (avr_register_type): Remove a blank line.
5930 (avr_scan_prologue): Correct some comments.
5931
e3d8b004
TR
59322003-06-15 Theodore A. Roth <troth@openavr.org>
5933
5934 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5935 prologue types.
8ffd9b1b 5936 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5937 option.
5938 Add code to scan -mcall-prologues for mega devices.
5939
866b76ea
TR
59402003-06-15 Theodore A. Roth <troth@openavr.org>
5941
5942 * avr-tdep.c (avr_register_byte): Delete function.
5943 (avr_register_raw_size): Delete function.
5944 (avr_register_virtual_size): Delete function.
5945 (avr_register_virtual_type): Delete function.
5946 (avr_register_type): New function.
5947 (avr_address_to_pointer): Remove unused code.
5948 (avr_read_fp): Need to read FP as two separate bytes due to change to
5949 avr_register_type() usage.
5950 (avr_gdbarch_init): Don't set deprecated_register_size.
5951 Don't set deprecated_register_bytes.
5952 Don't set deprecated_register_byte.
5953 Don't set deprecated_register_raw_size.
5954 Don't set deprecated_max_register_raw_size.
5955 Don't set deprecated_register_virtual_size.
5956 Don't set deprecated_max_register_virtual_size.
5957 Don't set deprecated_register_virtual_type.
5958 Set register_type method.
5959
3993f6b1
DJ
59602003-06-15 Daniel Jacobowitz <drow@mvista.com>
5961
5962 * Makefile.in (linux-nat.o): Add rule.
5963 * linux-nat.c: New file.
5964 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5965 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5966 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5967 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5968 * config/arm/linux.mh (NATDEPFILES): Likewise.
5969 * config/i386/linux.mh (NATDEPFILES): Likewise.
5970 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5971 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5972 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5973 * config/mips/linux.mh (NATDEPFILES): Likewise.
5974 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5975 * config/s390/s390.mh (NATDEPFILES): Likewise.
5976 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5977
786a90bb
MK
59782003-06-15 Mark Kettenis <kettenis@gnu.org>
5979
5980 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5981 replace out-of-date comment.
5982
3bd3f01e
AC
59832003-06-15 Andrew Cagney <cagney@redhat.com>
5984
5985 * rdi-share/host.h (Fail): Change to a varargs function.
5986 * remote-rdi.c (Fail): Update.
8ffd9b1b 5987
de5b9bb9
MK
59882003-06-15 Mark Kettenis <kettenis@gnu.org>
5989
5990 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5991 (i386_convert_register_p, i386_register_to_value,
5992 i386_register_from_value): Handle types longer than 8 bytes.
5993
d532c08f
MK
59942003-06-15 Mark Kettenis <kettenis@gnu.org>
5995
5996 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5997 Move floating-point code to new function in i387-tdep.c.
5998 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5999 New functions containing code moved here from i386-tdep.c.
6000 * i387-tdep.h: Add opaque declaration for `struct type'.
6001 (i387_register_to_value, i387_value_to_register): New prototypes.
6002 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6003 (x86_64_init_abi): Set convert_register_p, register_to_value and
6004 value_to_register here.
8ffd9b1b 6005
42c466d7
AC
60062003-06-14 Andrew Cagney <cagney@redhat.com>
6007
6008 * mips-tdep.c (mips_register_to_value): Make static.
6009 (mips_value_to_register): Make static.
6010 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6011 * ia64-tdep.c (ia64_register_raw_size): Make static.
6012 (ia64_register_virtual_size): Make static.
6013 (ia64_register_byte): Make static.
6014 * i387-tdep.c: Include "i387-tdep.h".
6015 (print_387_control_word): Delete function.
6016 (print_387_status_word): Delete function.
6017 (print_387_status_bits): Delete function.
6018 (print_387_control_bits): Delete function.
6019 * Makefile.in (i387-tdep.o): Update dependencies.
6020 * rdi-share/host.h (Fail): Declare.
6021 * remote-rdi.c (Fail): Update to match declaration.
6022
2a9cda49
AC
60232003-06-14 Andrew Cagney <cagney@redhat.com>
6024
6025 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6026 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6027 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6028 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6029 * README: Delete reference to remote-array.
6030 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6031 (remote-array.o): Delete target.
6032 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6033 * remote-array.c: Delete file.
6034
ff2e87ac
AC
60352003-06-14 Andrew Cagney <cagney@redhat.com>
6036 Mark Kettenis <kettenis@gnu.org>
6037
6038 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6039 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6040 parameter with "frame".
6041 * gdbarch.h, gdbarch.c: Re-generate.
6042 * frame.h (put_frame_register): Declare.
6043 * frame.c (put_frame_register): New function.
6044 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6045 (legacy_register_to_value): Rewrite, use "frame" to get the
6046 register value.
6047 (legacy_value_to_register): Rewrite, use "frame" to find the
6048 register's location before storing.
6049 * arch-utils.h (legacy_convert_register_p): Update.
6050 (legacy_register_to_value, legacy_value_to_register): Update.
6051 * findvar.c (value_from_register): Rewrite, eliminate use of
6052 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6053 "frame" to REGISTER_TO_VALUE.
6054 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6055 lval_reg_frame_relative + lval_register branch of the switch. Do
6056 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6057 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6058 I386_EDI_REGNUM): New defines.
6059 (i386_next_regnum, i386_convert_register_p,
6060 i386_register_to_value, i386_value_to_register): New functions.
6061 (i386_register_convertible, i386_register_convert_to_virtual,
6062 i386_convert_to_raw): Remove functions.
6063 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6064 value_to_register instead of register_convertible,
6065 register_convert_to_virtual and register_convert_to_raw.
6066 * mips-tdep.c (mips_convert_register_p): New function.
6067 (mips_value_to_register): Replace mips_register_convert_from_type.
6068 (mips_register_to_value): Replace mips_register_convert_to_type.
6069 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6070 register_to_value.
6071 * alpha-tdep.c (alpha_convert_register_p): Update.
6072 (alpha_value_to_register): Update, store the register.
6073 (alpha_register_to_value): Update, fetch the register.
6074
98be1e77
TR
60752003-06-14 Theodore A. Roth <troth@openavr.org>
6076
6077 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6078 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6079 Don't set deprecated_call_dummy_words.
6080 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6081 Don't set remote_translate_xfer_address.
6082 (avr_io_reg_read_command): Remove commented out debug printf.
6083 Wrap a long line.
6084
57bc6122
TR
60852003-06-14 Theodore A. Roth <troth@openavr.org>
6086
6087 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6088 causes gdb to seg fault.
6089
eb01fc62
DJ
60902003-06-14 Daniel Jacobowitz <drow@mvista.com>
6091
6092 * sparc-nat.c (fetch_inferior_registers): Correct
6093 a reference to "registers".
6094
3b3e6bee
DJ
60952003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6096
6097 * Makefile.in (exc_request_U_h): Define
6098 (exc_request_S_h): Likewise.
6099 (msg_reply_S_h): Likewise.
6100 (msg_U_h): Likewise.
6101 (notify_S_h): Likewise.
6102 (process_reply_S_h): Likewise.
6103 (gnu-nat.o): Depend on gdb_obstack_h
6104 * gnu-nat.c: Include "gdb_obstack.h".
6105
b8de8283
AC
61062003-06-13 Andrew Cagney <cagney@redhat.com>
6107
6108 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6109 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 6110
f3be58bc
AC
61112003-06-13 Andrew Cagney <cagney@redhat.com>
6112
6113 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6114 when deprecated REGISTER macros can be deleted.
6115 * gdbarch.h, gdbarch.c: Re-generate.
6116
4c0122c8
JB
61172003-06-13 Jim Blandy <jimb@redhat.com>
6118
6119 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6120 Linux entry point symbols for _dl_debug_state, too.
6121
3e210248
AC
61222003-06-13 Andrew Cagney <cagney@redhat.com>
6123
6124 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6125 available, do not use the FP register, and always save the TOS.
6126 * dummy-frame.c (dummy_frame_this_id): Do not assert
6127 SAVE_DUMMY_FRAME_TOS.
6128 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6129 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6130 (i386_push_dummy_call): Add 8 to the returned SP.
6131 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6132 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6133 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6134 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6135 (x86_64_push_dummy_call): Return "sp + 16".
6136 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6137 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6138 save_dummy_frame_tos.
6139
0b65af49
JB
61402003-06-13 Jim Blandy <jimb@redhat.com>
6141
6142 * frv-tdep.c (frv_use_struct_convention): Delete static
6143 declaration for function deleted in my change of 2003-06-12.
6144
4ea2465e
TR
61452003-06-13 Theodore A. Roth <troth@openavr.org>
6146
6147 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6148 (avr_pointer_to_address): Shift code addrs left 1 bit.
6149 (avr_convert_from_func_ptr_addr): Delete function since operation is
6150 better handled by avr_address_to_pointer and avr_pointer_to_address.
6151 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6152
1581182a
MK
61532003-06-13 Mark Kettenis <kettenis@gnu.org>
6154
6155 From Kelley Cook <kelleycook@wideopenwest.com>:
6156 * configure.host: Accept i[34567]86 variants.
6157 * configure.tgt: Likewise.
6158 * nlm/configure.in: Likewise.
6159 * nlm/configure: Regenerated.
6160
7aa1783e
RE
61612003-06-13 Richard Earnshaw <rearnsha@arm.com>
6162
6163 * arm-tdep.c (solib-svr4.h): Dont' include it.
6164 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6165 * arm-linux-tdep.c: ... here. Make static.
6166 (arm_linux_init_abi): Register it.
6167 (solib-svr4.h): Include it.
6168 * Makefile.in: Update dependencies.
6169 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6170 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6171
0261a0d0
CV
61722003-06-13 Corinna Vinschen <vinschen@redhat.com>
6173
6174 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6175 indicate registers used for return values.
6176 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6177 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6178 members.
6179 (h8300_init_extra_frame_info): Ditto.
6180 (h8300_frame_locals_address): Removed.
6181 (h8300_frame_args_address): Removed.
6182 (h8300_extract_return_value): Use new regcache structure. Only care
6183 for 16 bit CPUs.
6184 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6185 (h8300_store_return_value): Use new regcache structure. Only care
6186 for 16 bit CPUs.
6187 (h8300h_store_return_value): Same function for 32 bit CPUs.
6188 (h8300_store_struct_return): Removed.
6189 (h8300_extract_struct_value_address): Use new regcache structure.
6190 (h8300h_extract_struct_value_address): Removed.
6191 (h8300_push_dummy_code): New function.
6192 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6193 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6194 set_gdbarch_store_return_value architecture dependent.
6195 Call set_gdbarch_push_dummy_code and
6196 set_gdbarch_extract_struct_value_address.
6197 Remove calls to set_gdbarch_frame_args_address,
6198 set_gdbarch_frame_locals_address,
6199 set_gdbarch_deprecated_store_struct_return,
6200 set_gdbarch_deprecated_extract_return_value,
6201 set_gdbarch_deprecated_extract_struct_value_address,
6202 set_gdbarch_deprecated_call_dummy_words and
6203 set_gdbarch_deprecated_sizeof_call_dummy_words.
6204
055c394a
CV
62052003-06-13 Corinna Vinschen <vinschen@redhat.com>
6206
6207 * h8300-tdep.c (h8300_register_byte): Remove.
6208 (h8300h_register_byte): Remove.
6209 (h8300_register_virtual_type): Remove. Substitute by...
6210 (h8300_register_type): New function.
6211 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6212 (h8300h_extract_struct_value_address): Ditto.
6213 (h8300_gdbarch_init): Drop calls to
6214 set_gdbarch_deprecated_register_byte and
6215 set_gdbarch_deprecated_register_virtual_type.
6216 Add call to set_gdbarch_register_type.
6217
9c04cab7
AC
62182003-06-13 Andrew Cagney <cagney@redhat.com>
6219
6220 * gdbarch.sh: Update comments on registers.
6221 (deprecated_register_byte): Rename register_byte.
6222 (deprecated_register_raw_size): Rename register_raw_size.
6223 (deprecated_register_virtual_size): Rename register_virtual_size.
6224 (deprecated_register_virtual_type): Rename register_virtual_type.
6225 * gdbarch.h, gdbarch.c: Re-generate.
6226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6227 * vax-tdep.c (vax_gdbarch_init): Update.
6228 * v850-tdep.c (v850_gdbarch_init): Update.
6229 * sparc-tdep.c (sparc_gdbarch_init): Update.
6230 * sh-tdep.c (sh_gdbarch_init): Update.
6231 * s390-tdep.c (s390_gdbarch_init): Update.
6232 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6233 * ns32k-tdep.c: Update.
6234 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6235 * mips-tdep.c (mips_gdbarch_init): Update.
6236 * mcore-tdep.c (mcore_gdbarch_init): Update.
6237 * m68k-tdep.c (m68k_gdbarch_init): Update.
6238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6239 * ia64-tdep.c (ia64_gdbarch_init): Update.
6240 * hppa-tdep.c (hppa_gdbarch_init): Update.
6241 * h8300-tdep.c (h8300_gdbarch_init): Update.
6242 * frv-tdep.c (frv_gdbarch_init): Update.
6243 * cris-tdep.c (cris_gdbarch_init): Update.
6244 * avr-tdep.c (avr_gdbarch_init): Update.
6245 * alpha-tdep.c (alpha_gdbarch_init): Update.
6246 * arm-tdep.c (arm_gdbarch_init): Update.
6247
b060cbea
AC
62482003-06-13 Andrew Cagney <cagney@redhat.com>
6249
6250 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6251 mips_o32_use_struct_convention with always_use_struct_convention.
6252
0fc9922a
DC
62532003-06-12 David Carlton <carlton@kealia.com>
6254
6255 * cp-namespace.c (cp_set_block_scope): Comment out
6256 processing_has_namespace_info branch.
6257
1fd35568
JB
62582003-06-12 Jim Blandy <jimb@redhat.com>
6259
f470a70a
JB
6260 Recognize and skip 64-bit PowerPC Linux linkage functions.
6261 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6262 insn_pattern, insns_match_pattern, d_field, ds_field): New
6263 functions, macros, and types for working with PPC instructions.
6264 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6265 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6266 ppc64_skip_trampoline_code): New functions, variables, and macros
6267 for recognizing and skipping linkage functions.
6268 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6269 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6270
49ff75ad
JB
6271 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6272 register offsets for both the 32- and 64-bit interfaces.
6273
bd918c83
JB
6274 Actually finish the job started by my change of 2003-05-29.
6275 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6276 other #definition of this.
6277 (ppc_linux_skip_trampoline_code): Remove declaration.
6278 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6279 static.
6280 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6281 method for GDBARCH.
6282
6283 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6284 'long' on ppc64-*-linux*.
6285
f8c59253
JB
6286 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6287 isn't #defined, assume the register doesn't exist: act as if
6288 tdep->ppc_mq_regnum were -1.
6289
8fbb30b1
JB
6290 * configure.host, configure.tgt: Add entries for
6291 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6292 powerpc/linux.mt.
6293 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6294 New files.
6295
1fd35568
JB
6296 * arch-utils.c (always_use_struct_convention): New function.
6297 * arch-utils.h (always_use_struct_convention): New prototype.
6298 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6299 (alpha_gdbarch_init): Register always_use_struct_convention,
6300 instead of alpha_use_struct_convention.
6301 * cris-tdep.c (cris_use_struct_convention): Delete.
6302 (cris_gdbarch_init): Register always_use_struct_convention,
6303 instead of cris_use_struct_convention.
6304 * frv-tdep.c (frv_use_struct_convention): Delete.
6305 (frv_gdbarch_init): Register always_use_struct_convention,
6306 instead of frv_use_struct_convention.
6307 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6308 (h8300_gdbarch_init): Register always_use_struct_convention,
6309 instead of h8300_use_struct_convention.
e3305dd9 6310 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
6311 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6312 instead of mips_o32_use_struct_convention.
6313
e14e6e9c
AC
63142003-06-12 Andrew Cagney <cagney@redhat.com>
6315
6316 * wince.c: Include "mips-tdep.h".
6317 * mips-tdep.h (mips_next_pc): Declare.
6318 * mcore-tdep.c: Make more local functions static.
6319 * Makefile.in (wince.o): Update dependencies.
6320
2335f48e
DC
63212003-06-12 David Carlton <carlton@kealia.com>
6322
6323 * symtab.c (lookup_symbol_aux_minsyms): Replace
6324 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6325 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6326 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6327 SYMBOL_NATURAL_NAME.
6328
f70a7d61
AS
63292003-06-12 Andreas Schwab <schwab@suse.de>
6330
6331 * Makefile.in (tuiDisassem.o): Update dependencies.
6332
b6429628
DC
63332003-06-12 David Carlton <carlton@bactrian.org>
6334
6335 * symtab.h: Delete declaration of make_symbol_overload_list.
6336 Add declaration of lookup_partial_symbol.
6337 * symtab.c (remove_params): Move to cp-support.c.
6338 (overload_list_add_symbol, make_symbol_overload_list)
6339 (sym_return_val_size, sym_return_val_index): Ditto.
6340 (lookup_partial_symbol): Make extern.
6341 * cp-support.h: Add declaration of make_symbol_overload_list.
6342 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6343 symtab.h, and block.h.
6344 (remove_params): Move here from symtab.c.
6345 (overload_list_add_symbol, make_symbol_overload_list)
6346 (sym_return_val_size, sym_return_val_index): Ditto.
6347 * valops.c: Include cp-support.h.
6348 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6349 frame_h, and block_h.
6350 (valops.o): Depend on cp_support_h.
6351
084edea5
CV
63522003-06-12 Corinna Vinschen <vinschen@redhat.com>
6353
6354 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6355 substitute by NUM_REGS throughout.
6356 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6357 (h8300s_register_name): New function for H8S registers.
6358 (h8300sx_register_name): Ditto for H8SX registers.
6359 (h8300_print_register): Revise register printing, avoid depending
6360 on 32 bit long.
0261a0d0 6361 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
6362 (h8300h_register_byte): New function for any other architecture.
6363 (h8300_register_raw_size): Remove.
6364 (h8300_register_virtual_type): Revise to return actually useful
6365 type.
6366 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6367 (h8300h_extract_struct_value_address): New function for any other
6368 architecture.
6369 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6370 set_gdbarch_register_name, set_gdbarch_register_byte,
6371 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6372 Remove calls to set_gdbarch_deprecated_register_size,
6373 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6374 set_gdbarch_deprecated_max_register_raw_size,
6375 set_gdbarch_register_virtual_size and
6376 set_gdbarch_deprecated_max_register_virtual_size entirely.
6377 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6378 set_gdbarch_long_double_bit.
6379
06194148
JJ
63802003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6381
8ffd9b1b
AJ
6382 * doublest.c (convert_doublest_to_floatformat): When dealing
6383 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
6384 processing a full 32 bits of mantissa.
6385
de4f826b
DC
63862003-06-11 David Carlton <carlton@bactrian.org>
6387
6388 * dictionary.h: New.
6389 * dictionary.c: New.
6390 * block.h: Add opaque declaration for struct dictionary.
6391 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6392 'sym' members.
6393 (BLOCK_DICT): New macro.
6394 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6395 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6396 BLOCK_SHOULD_SORT.
6397 (ALL_BLOCK_SYMBOLS): Update definition.
6398 * Makefile.in (SFILES): Add dictionary.c.
6399 (dictionary_h): New.
6400 (COMMON_OBS): Add dictionary.o.
6401 (dictionary.o): New.
6402 (ada-lang.o): Depend on dictionary_h.
6403 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6404 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6405 (mi-cmd-stack.o): Ditto.
6406 (gdbtk-cmds.o): Update dependencies.
6407 (gdbtk-stack.o): Ditto.
6408 * ada-lang.c: Include dictionary.h.
6409 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6410 (fill_in_ada_prototype, debug_print_block): Ditto.
6411 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6412 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6413 'is_sorted'.
6414 * mdebugread.c: Include dictionary.h.
6415 (struct parse_stack): Delete 'maxsyms' member.
6416 (parse_symbol): Update calls to new_block. Delete calls to
6417 shrink_block. Use dictionary methods.
6418 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6419 Update calls to new_symtab. Don't maintain maxsyms data.
6420 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6421 (add_symbol): Just call dict_add_symbol.
6422 (new_symtab): Delete 'maxsyms' argument.
6423 (new_symtab): Update calls to new_block.
6424 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6425 (shrink_block): Delete function.
6426 (fixup_sigtramp): Update call to new_block. Add symbol via
6427 dict_add_symbol.
6428 * jv-lang.c: Include dictionary.h.
6429 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6430 appropriately. Set class_symtab->free_func. Make sure the
6431 blockvector is big enough to hold two blocks.
6432 (add_class_symtab_symbol): Use dictionary methods.
6433 (free_class_block): New function.
6434 (type_from_class): Replace explicit iteration by
6435 ALL_BLOCK_SYMBOLS.
6436 * symtab.h (struct symtab): Replace 'free_ptr' method by
6437 'free_func'.
6438 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6439 sort_symtab_syms.
6440 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6441 sort_symtab_syms.
6442 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6443 Include dictionary.h.
6444 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6445 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6446 sort_symtab_syms.
6447 * objfiles.c: Include dictionary.h.
6448 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6449 * buildsym.c: Include dictionary.h.
6450 (finish_block): Use dictionary methods.
6451 (end_symtab): Set free_func to NULL, not free_ptr.
6452 * tracepoint.c: Include dictionary.h.
6453 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6454 (scope_info): Ditto.
6455 * stack.c: Include dictionary.h.
6456 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6457 (print_block_frame_labels, print_frame_arg_vars)
6458 (print_frame_args): Ditto.
6459 * symmisc.c (free_symtab_block): Use dictionary methods.
6460 (dump_symtab): Ditto.
6461 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6462 Include dictionary.h.
6463 * symfile.h: Delete declarations of sort_block_syms,
6464 sort_symtab_syms.
6465 * symfile.c (sort_block_syms): Delete.
6466 (sort_symtab_syms): Delete.
6467 * symtab.c: Include dictionary.h.
6468 (lookup_block_symbol): Use dictionary iterators.
6469 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6470 (search_symbols, make_symbol_completion_list): Ditto.
6471 (make_symbol_overload_list): Ditto.
6472 * valops.c (value_of_local): Use dict_empty.
6473 Include dictionary.h.
6474
a31f978c
JB
64752003-06-11 J. Brobecker <brobecker@gnat.com>
6476
6477 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6478
526e70c0
DC
64792003-06-11 David Carlton <carlton@bactrian.org>
6480
6481 * block.h (BLOCK_SHOULD_SORT): Delete.
6482 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6483 blocks.
6484 * ada-lang.c (ada_add_block_symbols): Ditto.
6485 * symfile.c (sort_block_syms): Delete.
6486 (sort_symtab_syms): Ditto.
6487 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6488 declarations.
6489 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6490 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6491 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6492 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6493 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6494 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6495 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6496
33c08150
JJ
64972003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6498
8ffd9b1b 6499 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6500 bits to 128.
6501
781a750d
AC
65022003-06-11 Andrew Cagney <cagney@redhat.com>
6503
6504 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6505 REGISTER_CONVERTIBLE.
6506 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6507 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6508 * gdbarch.h, gdbarch.c: Re-generate.
6509 * arch-utils.h (deprecated_register_convertible_not): Rename
6510 generic_register_convertible_not.
6511 * arch-utils.c (deprecated_register_convertible_not): Rename
6512 generic_register_convertible.
6513 (legacy_convert_register_p, legacy_register_to_value): Update.
6514 * sh-tdep.c (sh64_push_arguments): Update.
6515 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6516 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6517 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6518 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6519 * arch-utils.c (legacy_value_to_register): Update.
6520 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6521 (rs6000_register_convert_to_raw): Make parameter "from" const.
6522 * mips-tdep.c (mips_gdbarch_init): Update.
6523 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6524 * infcmd.c (default_print_registers_info): Update.
6525 * ia64-tdep.c (ia64_gdbarch_init): Update.
6526 (ia64_register_convert_to_raw): Make parameter "from" const.
6527 * i386-tdep.c (i386_gdbarch_init): Update.
6528 (i386_register_convert_to_raw): Update.
6529
cd90e54f
AC
65302003-06-11 Andrew Cagney <cagney@redhat.com>
6531
6532 * remote-fileio.c: Include "remote-fileio.h".
6533 * Makefile.in (remote-fileio.o): Update dependencies.
6534 (remote_fileio_h): Fix typo.
6535
a78f21af
AC
65362003-06-11 Andrew Cagney <cagney@redhat.com>
6537
6538 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6539 (xstormy16_save_dummy_frame_tos): Make static.
6540 (_initialize_xstormy16_tdep): Add declaration.
6541 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6542 * v850-tdep.c: Make local functions static.
6543 (_initialize_v850_tdep): Add declaration.
6544 * sparc-tdep.c: Make local functions static.
6545 (_initialize_sparc_tdep): Add declaration.
6546 * sh-tdep.c: Make local functions static.
6547 (_initialize_sh_tdep): Add declaration.
6548 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6549 * s390-tdep.c: Make local functions static.
6550 (_initialize_s390_tdep): Add declaration.
6551 * dbxread.c (find_stab_function_addr): Make static.
6552 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6553 * ocd.c (_initialize_remote_ocd): Add declaration.
6554 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6555 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6556 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6557 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6558 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6559 * remote-array.c (_initialize_array): Add declaration.
6560 (_initialize_remote_monitors): Add declaration.
6561 * remote-mips.c: Make local functions static.
6562 (_initialize_remote_mips): Add declaration.
6563 * mcore-tdep.c: Make all local functions static.
6564 (_initialize_mcore_tdep): Add declaration.
6565 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6566 * abug-rom.c (_initialize_abug_rom): Add declaration.
6567 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6568 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6569 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6570 * remote-est.c (_initialize_est): Add declaration.
6571 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6572 (m68hc11_call_dummy_address): Make static.
6573 * ia64-tdep.c: Make local functions static.
6574 (_initialize_ia64_tdep): Add declaration.
6575 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6576 * monitor.c (monitor_wait_filter): Make static.
6577 (_initialize_remote_monitors): Add declaration.
6578 * remote-hms.c (_initialize_remote_hms): Add declaration.
6579 * remote-e7000.c (fetch_regs_from_dump): Make static.
6580 (expect_n): Make static.
6581 (_initialize_remote_e7000): Add declaration.
6582 * ser-e7kpc.c: Always include "defs.h".
6583 (_initialize_ser_e7000pc): Add declaration.
6584 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6585 * cris-tdep.c: Make all but one function static.
6586 (_initialize_cris_tdep): Add declaration.
6587 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6588 * solib.c (update_solib_list): Make static.
6589 (_initialize_solib): Add declaration.
6590 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6591 (_initialize_avr_tdep): Add declaration.
6592 * remote-rdi.c (voiddummy): Make static.
6593 (_initialize_remote_rdi): Add declaration.
6594 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6595 * remote-rdp.c (send_rdp): Make static.
6596 (_initialize_remote_rdp): Add declaration.
6597 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6598
cbcdb1f5
CV
65992003-06-11 Corinna Vinschen <vinschen@redhat.com>
6600
6601 * remote-fileio.c: Make ari happy.
6602
a191ea8d
JB
66032003-06-10 J. Brobecker <brobecker@gnat.com>
6604
6605 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6606 fetching the trailing bytes of the buffer we are about to write.
6607
0ef75e11
AC
66082003-06-10 Andrew Cagney <cagney@redhat.com>
6609
6610 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6611 * Makefile.in (remote-fileio.o): Update dependencies.
6612 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6613 include <setjmp.h>, or <sys/types.h> conditional on USG.
6614 (remote_fio_jmp_buf): Delete global variable.
6615
449092f6 66162003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6617 Martin M. Hunt <hunt@redhat.com>
449092f6 6618
559fa028
AC
6619 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6620 (SFILES): Add remote-fileio.c.
6621 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6622 dependencies for building remote.o.
449092f6
CV
6623 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6624 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6625 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6626 static storage class.
6627 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6628 'F' packet.
6629 (_initialize_remote): Call initialize_remote_fileio().
6630 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6631 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6632 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6633 (captured_main): Initialize new ui_files.
6634 * ui-file.c: Add read and fgets input functions.
6635 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6636 (null_file_read): New function.
6637 (ui_file_read): New function.
6638 (set_ui_file_read): New function.
6639 (stdio_file_read): New function.
6640 * ui-file.h: New type ui_file_read_ftype.
6641 (set_ui_file_read): Declare.
6642 (ui_file_read): Declare.
6643
248de703
AC
66442003-06-09 Andrew Cagney <cagney@redhat.com>
6645
6646 * frame.h (deprecated_unwind_get_saved_register): Rename
6647 generic_unwind_get_saved_register, update comments.
6648 * mips-tdep.c (mips_get_saved_register): Update.
6649 * frame.c (deprecated_unwind_get_saved_register): Update.
6650
0ed8aa57
AC
66512003-06-09 Andrew Cagney <cagney@redhat.com>
6652
6653 * vax-tdep.c (vax_frame_locals_address): Delete function.
6654 (vax_gdbarch_init): Do not set frame_locals_address.
6655 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6656 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6657 * s390-tdep.c (s390_frame_args_address): Delete function.
6658 (s390_gdbarch_init): Do not set frame_args_address or
6659 frame_locals_address.
6660 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6661 (ns32k_gdbarch_init): Do not set frame_locals_address.
6662 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6663 (hppa_frame_locals_address): Delete function.
6664 (hppa_gdbarch_init): Do not set frame_args_address, or
6665 frame_locals_address.
6666 * arm-tdep.c (arm_frame_args_address): Delete.
6667 (arm_frame_locals_address): Delete.
6668 (arm_gdbarch_init): Do not set frame_args_address, or
6669 frame_locals_address.
6670
983a287a
AC
66712003-06-09 Andrew Cagney <cagney@redhat.com>
6672
6673 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6674 * gdbarch.h, gdbarch.c: Re-generate.
6675 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6676 * arch-utils.c (frame_num_args_unknown): Delete function.
6677 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6678 (frame_info): Use FRAME_NUM_ARGS_P.
6679 * arm-tdep.c (arm_frame_num_args): Delete function.
6680 (arm_gdbarch_init): Do not set frame_num_args.
6681 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6682 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6683 (hppa_gdbarch_init): Do not set frame_num_args.
6684 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6685 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6686 frame_num_args to default frame_num_args_unknown.
6687 * v850-tdep.c (v850_gdbarch_init): Ditto.
6688 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6689 * sh-tdep.c (sh_gdbarch_init): Ditto.
6690 * s390-tdep.c (s390_gdbarch_init): Ditto.
6691 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6692 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6693 * mips-tdep.c (mips_gdbarch_init): Ditto.
6694 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6695 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6696 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6697 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6698 * i386-tdep.c (i386_gdbarch_init): Ditto.
6699 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6700 * frv-tdep.c (frv_gdbarch_init): Ditto.
6701 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6702 * cris-tdep.c (cris_gdbarch_init): Ditto.
6703 * avr-tdep.c (avr_gdbarch_init): Ditto.
6704 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6705
8d3b0994
AC
67062003-06-09 Andrew Cagney <cagney@redhat.com>
6707
6708 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6709 (print_frame_args): Moved to "stack.c".
6710 * stack.c: Include "gdb_assert.h".
6711 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6712 (print_frame_args): Moved from "printcmd.c".
6713 * frame.h (print_frame_args): Delete declaration.
6714 * Makefile.in (stack.o): Update dependencies.
6715
25e3a86b
AC
67162003-06-08 Andrew Cagney <cagney@redhat.com>
6717
6718 * frame.c (get_prev_frame): Remove reference to
6719 frame_args_address_correct in comments.
6720 * frame-base.c (default_frame_args_address): Delete code
6721 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6722 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6723 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6724 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6725 (vax_frame_args_address_correct): Delete declaration.
6726
a9e5fdc2
AC
67272003-06-08 Andrew Cagney <cagney@redhat.com>
6728
6729 * gdbarch.sh (UNWIND_SP): Add.
6730 * gdbarch.h, gdbarch.c: Re-generate.
6731 * frame.c (frame_sp_unwind): New function.
6732 (get_frame_sp): New function.
6733 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6734 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6735 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6736 value.
6737 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6738 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6739
8983bd83
AC
67402003-06-08 Andrew Cagney <cagney@redhat.com>
6741
7fec2c59
AC
6742 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6743 REMOTE_BREAKPOINT.
6744 * remote.c: Update.
6745 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6746 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6747 * config/m68k/tm-sun3.h: Update.
6748 * config/m68k/tm-m68klynx.h: Update.
6749 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6750
8983bd83
AC
6751 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6752 trad_frame". Update comments.
6753 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6754 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6755 (trad_frame_register_value, trad_frame_prev_register): Update.
6756
b9362cc7
AC
67572003-06-08 Andrew Cagney <cagney@redhat.com>
6758
6759 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6760 from GCC's acinclude.m4.
6761 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6762 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6763 * main.c (error_init): Delete declaration.
6764 * defs.h (error_init): Declare.
6765 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6766 (rs6000_convert_from_func_ptr_addr): Make static.
6767 (_initialize_rs6000_tdep): Add declaration.
6768 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6769 (show_commands, set_verbose, show_history): Delete declaration.
6770 * top.h (set_verbose): Add declaration.
6771 (show_history, set_history, show_commands): Add declaration.
6772 (do_restore_instream_cleanup): Add declaration.
6773 * objc-lang.c (specialcmp): Make static.
6774 (print_object_command): Make static.
6775 (find_objc_msgsend): Make static.
6776 (find_objc_msgcall_submethod_helper): Make static.
6777 (find_objc_msgcall_submethod): Make static.
6778 (_initialize_objc_language): Add declaration.
6779 (find_implementation_from_class): Make static.
6780 (find_implementation): Make static.
6781 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6782 * objc-lang.h (lookup_struct_typedef): Add declaration.
6783 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6784 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6785 (do_restore_user_call_depth): Make static.
6786 (do_restore_instream_cleanup): Delete declaration.
6787 (dont_repeat): Delete declaration.
6788 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6789 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6790 * reggroups.c (_initialize_reggroup): Add declaration.
6791 * cp-support.c (_initialize_cp_support): Add declaration.
6792 * cp-abi.c (_initialize_cp_abi): Add declaration.
6793 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6794 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6795 (_initialize_gnu_v3_abi): Add declaration.
6796 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6797 (_initialize_gnu_v2_abi): Add declaration.
6798 * frame-base.c (_initialize_frame_base): Add declaration.
6799 * doublest.c (floatformat_from_length): Make static.
6800 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6801 * frame.c (create_sentinel_frame): Make static.
6802 (_initialize_frame): Add declaration.
6803 * top.c (do_catch_errors): Make static.
6804 (gdb_rl_operate_and_get_next_completion): Make static.
6805 * typeprint.c: Include "typeprint.h".
6806 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6807 (sentinel_frame_this_id): Make static.
6808 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6809 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6810 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6811 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6812 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6813 * maint.c (maintenance_print_architecture): Make static.
6814 * signals/signals.c (_initialize_signals): Add declaration.
6815 * std-regs.c (_initialize_frame_reg): Add declaration.
6816 * jv-exp.y (push_variable): ISO C definition.
6817 (push_qualified_expression_name): Ditto.
6818 * memattr.c (_initialize_mem): Add declaration.
6819 * remote.c (remote_check_watch_resources): Make static.
6820 (remote_stopped_by_watchpoint): Make static.
6821 (remote_stopped_data_address): Make static.
6822 * d10v-tdep.c (nr_dmap_regs): Make static.
6823 (a0_regnum): Make static.
6824 (d10v_frame_unwind_cache): Make static.
6825 (d10v_frame_p): Make static.
6826 * osabi.c (show_osabi): Make static.
6827 (_initialize_gdb_osabi): Add extern declaration.
6828 * gdbtypes.c (make_qualified_type): Make static.
6829 (safe_parse_type): Make static.
6830 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6831 * macrotab.c (macro_bcache_free): Make static.
6832 * interps.c (interp_set_quiet): Make static.
6833 (interpreter_exec_cmd): Make static.
6834 * stack.h (select_frame_command): New file.
6835 * stack.c: Include "stack.h".
6836 (select_frame_command_wrapper): Delete function.
6837 (select_frame_command): Make global.
6838 * infcall.c: Include "infcall.h".
6839 * linespec.c: Include "linespec.h".
6840 * symfile.c (sections_overlap): Make static.
6841 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6842 * charset.c (_initialize_charset): Add missing prototype.
6843 * regcache.c (init_legacy_regcache_descr): Make static.
6844 (do_regcache_xfree): Make static.
6845 (regcache_xfer_part): Make static.
6846 (_initialize_regcache): Add missing prototype.
6847 * breakpoint.c (parse_breakpoint_sals): Make static.
6848 (breakpoint_sals_to_pc): Make static.
6849 * interps.h (clear_interpreter_hooks): ISO C declaration.
6850 * Makefile.in (stack_h): Define.
6851 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6852 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6853
a0f267c7
AC
68542003-06-08 Andrew Cagney <cagney@redhat.com>
6855
6856 * Makefile.in (d10v-tdep.o): Update dependencies.
6857 (SFILES): Add trad-frame.c.
6858 (trad_frame_h): Define.
6859 (COMMON_OBS): Add trad-frame.o.
6860 (trad-frame.o): Specify dependencies.
6861 * d10v-tdep.c: Include "trad-frame.h".
6862 (saved_regs_unwinder): Delete function.
6863 (d10v_frame_prev_register): Use trad_frame_prev_register.
6864 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6865 trad_frame", delete "regs" and "prev_sp".
6866 (prologue_find_regs): Use trad-frame.
6867 * trad-frame.h, trad-frame.c: New files.
6868
4538b4f4
MK
68692003-06-08 Mark Kettenis <kettenis@gnu.org>
6870
6871 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6872
a0273b2f
AF
68732003-06-07 Adam Fedor <fedor@gnu.org>
6874
6875 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6876 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6877 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6878 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6879 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6880 Use it.
6881
3a6c3343
AC
68822003-06-07 Andrew Cagney <cagney@redhat.com>
6883
6884 * symfile.h: Re-indent, clean up comments.
6885
b46e02f6
AC
68862003-06-07 Andrew Cagney <cagney@redhat.com>
6887
6888 * inferior.h (deprecated_write_sp): Replace
6889 generic_target_write_sp.
6890 * regcache.c (deprecated_write_sp): Replace
6891 generic_target_write_sp.
6892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6893 * vax-tdep.c (vax_gdbarch_init): Update.
6894 * v850-tdep.c (v850_gdbarch_init): Update.
6895 * sparc-tdep.c (sparc_gdbarch_init): Update.
6896 * sh-tdep.c (sh_gdbarch_init): Update.
6897 * s390-tdep.c (s390_gdbarch_init): Update.
6898 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6899 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6900 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6901 * mcore-tdep.c (mcore_gdbarch_init): Update.
6902 * m68k-tdep.c (m68k_gdbarch_init): Update.
6903 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6904 * ia64-tdep.c (ia64_gdbarch_init): Update.
6905 * h8300-tdep.c (h8300_gdbarch_init): Update.
6906 * frv-tdep.c (frv_gdbarch_init): Update.
6907 * cris-tdep.c (cris_gdbarch_init): Update.
6908 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6909
a42e117c
AC
69102003-06-07 Andrew Cagney <cagney@redhat.com>
6911
6912 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6913 Assert that PC_REGNUM is valid.
6914 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6915
bd1ce8ba
AC
69162003-06-07 Andrew Cagney <cagney@redhat.com>
6917
6918 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6919 * gdbarch.h, gdbarch.c: Regenerate.
6920 * mn10300-tdep.c: Include "gdb_assert.h".
6921 (mn10300_read_fp): New function.
6922 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6923 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6924 * ia64-tdep.c: Include "gdb_assert.h".
6925 (ia64_read_fp): New function.
6926 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6927 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6928 * regcache.c (generic_target_read_sp): Delete function.
6929 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6930 * inferior.h (generic_target_read_sp): Delete declaration.
6931 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6932 generic_target_read_sp.
6933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6934 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6935 * sh-tdep.c (sh_gdbarch_init): Ditto.
6936 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6937 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6938
ec5cbaec
AC
69392003-06-07 Andrew Cagney <cagney@redhat.com>
6940
6941 * gdbarch.sh: Comment each field of startup_gdbarch.
6942 * gdbarch.h, gdbarch.c: Re-generate.
6943
cde9ea48
AC
69442003-06-07 Andrew Cagney <cagney@redhat.com>
6945
6946 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6947 * gdbarch.h, gdbarch.c: Re-generate.
6948 * regcache.c: Update comments on read_pc et.al.
6949 (generic_target_read_pc): Delete function.
6950 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6951 * inferior.h (generic_target_read_pc): Delete declaration.
6952 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6953 generic_target_read_pc.
6954 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6955 * sh-tdep.c (sh_gdbarch_init): Ditto.
6956 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6957 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6958
9a90a780
AC
69592003-06-07 Andrew Cagney <cagney@redhat.com>
6960
6961 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6962 "index" with "special_local_sect". Use strcmp instead of STREQ.
6963 Append period to coments.
6964
a39a16c4
MM
69652003-06-06 Mark Mitchell <mark@codesourcery.com>
6966
6967 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6968 (elfstab_offset_sections): Likewise.
6969 * gdb-stabs.h (stab_section_info): Likewise.
6970 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6971 * objfiles.c (objfile_relocate): Likewise.
6972 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6973 * remote.c (get_offsets): Likewise.
6974 (remote_cisco_objfile_relocate): Likewise.
6975 * somread.c (som_symfile_offsets): Likewise.
6976 * symfile.c (alloc_section_addr_info): New function.
6977 (build_section_addr_info_from_section_tab): Use it.
6978 (free_section_addr_info): Adjust.
6979 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6980 (syms_from_objfile): Allocate local_addr dynamically.
6981 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6982 dynamically.
6983 (add_symbol_file_command): Allocate sect_opts dynamically.
6984 (reread_symbols): Avoid use of SECT_OFF_MAX.
6985 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6986 (alloc_section_addr_info): Declare it.
6987 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6988 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6989 dynamically.
6990 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6991
20c6c2f8
AC
69922003-06-06 Andrew Cagney <cagney@redhat.com>
6993
6994 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6995 (d10v_frame_unwind_cache): Do not set "return_pc".
6996
884a26c8
MS
69972003-06-06 Michael Snyder <msnyder@redhat.com>
6998
6999 * h8300-tdep.c: Make tidy (long lines).
7000
088ce440
ML
70012003-06-06 Michal Ludvig <mludvig@suse.cz>
7002
8ffd9b1b 7003 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
7004 to regcache_collect().
7005
7d773d96
JB
70062003-06-05 J. Brobecker <brobecker@gnat.com>
7007
7008 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7009 pc_in_sigtramp multiarch method.
7010 (hppa_hpux_som_init_abi): Use it.
7011 (hppa_hpux_elf_init_abi): Likewise.
7012 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7013 macro has been multiarched.
7014 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7015 macro here, as hppa64 isn't multiarched yet.
7016
1df6926e
AC
70172003-06-05 Andrew Cagney <cagney@redhat.com>
7018
7019 * Makefile.in (value_h): Add $(frame_h).
7020 * value.h: Include "frame.h".
7021 (struct value): Replace "frame_addr" with "frame_id".
7022 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7023 * values.c (allocate_value): Use VALUE_FRAME_ID.
7024 (value_copy): Use VALUE_FRAME_ID.
7025 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7026 * valops.c (value_assign): Update. Use frame_find_by_id.
7027
6b53acc6
ML
70282003-06-05 Michal Ludvig <mludvig@suse.cz>
7029
7030 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7031 in each pass.
7032
4d9850d3
JJ
70332003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7034
7035 * thread-db.c (check_event): For create/death event breakpoints,
7036 loop through all messages to ensure that we read the message
7037 corresponding to the breakpoint we are at.
7038
8efca6ba
MS
70392003-06-04 Michael Snyder <msnyder@redhat.com>
7040
7041 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7042
0912c7f2
MK
70432003-06-04 Mark Kettenis <kettenis@gnu.org>
7044
7045 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7046 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7047 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7048 when handling .eh_frame sections.
7049
4e370325
JB
70502003-06-04 J. Brobecker <brobecker@gnat.com>
7051
7052 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7053 prepare_to_proceed procedure instead of the hppa-specific one.
7054 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7055
b757528f 70562003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7057
b757528f
JJ
7058 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7059 * config.in: Regenerated.
7060 * configure.in: Add test for syscall function and check for
7061 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7062 * configure: Regenerated.
7063 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7064 <sys/syscall.h>.
7065 (kill_lwp): New function that uses tkill syscall or
7066 uses kill, depending on whether threading model is nptl or not.
7067 All callers of kill() changed to use kill_lwp().
7068 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7069 see if all threads have already exited in the nptl model.
7070 (stop_and_resume_callback): New callback function used by the
7071 lin_lwp_wait thread exit handling code.
7072 (stop_wait_callback): Check for threads already having exited and
7073 delete such threads fromt the lwp list when discovered.
7074 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 7075
b757528f
JJ
7076 Roland McGrath <roland@redhat.com>
7077 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7078 nptl libthread_db.
7079
087779b1
RH
70802003-06-03 Richard Henderson <rth@redhat.com>
7081
b21fd293
RH
7082 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7083 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7084 (alpha_sigtramp_frame_prev_register): Likewise.
7085 (alpha_heuristic_frame_prev_register): Likewise.
7086 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7087
8ffd9b1b 7088 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
7089 alpha-specific register id names.
7090 (alpha_mdebug_frame_unwind_cache): Likewise.
7091 (alpha_mdebug_frame_prev_register): Likewise.
7092
baa490c4
RH
70932003-06-03 Richard Henderson <rth@redhat.com>
7094
7095 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7096 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7097 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7098 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7099 unwind routines.
7100 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7101 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7102 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7103
7104 * alpha-linux-tdep.c: Remove unnecessary includes.
7105 * Makefile.in (alpha-linux-tdep.o): Update.
7106
71072003-06-03 Richard Henderson <rth@redhat.com>
7108
7109 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7110 (alphabsd_fill_fpreg): Likewise.
7111
f534e522
JB
71122003-06-03 J. Brobecker <brobecker@gnat.com>
7113
7114 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7115 references to struct frame_info fields by calls to the equivalent
7116 accessors. Necessary now that frame_info is opaque.
7117
4035536b
JB
71182003-06-03 J. Brobecker <brobecker@gnat.com>
7119
7120 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7121 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7122 structure, field no longer exists.
7123
0bd79c5c
JB
71242003-06-03 J. Brobecker <brobecker@gnat.com>
7125
7126 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7127 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7128
37bb6d9f
JB
71292003-06-03 J. Brobecker <brobecker@gnat.com>
7130
7131 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7132 references to struct frame_info fields by calls to the equivalent
7133 accessors. Necessary now that frame_info is opaque.
7134
852ee05c
JB
71352003-06-03 J. Brobecker <brobecker@gnat.com>
7136
7137 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7138 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7139 structure, field no longer exists.
7140
7d58c67d
TR
71412003-06-03 Theodore A. Roth <troth@openavr.org>
7142
8ffd9b1b 7143 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
7144 accumulation of the size of all registers instead of blindly using
7145 DEPRECATED_REGISTER_BYTES.
7146
0a48e7e8
MS
71472003-06-03 Michael Snyder <msnyder@redhat.com>
7148
7149 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7150 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7151 for h8300sx.
7152
9798ab0d
JB
71532003-06-03 J. Brobecker <brobecker@gnat.com>
7154
7155 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7156 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7157
00b037e2
AC
71582003-06-03 Andrew Cagney <cagney@redhat.com>
7159
7160 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7161 (sparc_convert_to_raw): Delete function.
7162 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7163 register_convert_to_virtual.
7164
043b2f77
JJ
71652003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7166
7167 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7168 layer if not dealing with a statically-linked threaded program.
7169
f43caff8
KW
71702003-06-03 Kris Warkentin <kewarken@qnx.com>
7171
7172 * solib.c (solib_open): Update comment to reflect actual search order.
7173
ae1e7417
AC
71742003-06-03 Andrew Cagney <cagney@redhat.com>
7175
7176 * frame.c (get_frame_memory_signed): New function.
7177 (get_frame_memory, get_frame_memory_unsigned): New function.
7178 (get_frame_arch): New function.
7179 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7180 (get_frame_memory, get_frame_unsigned_memory): Declare.
7181 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7182 get_frame_memory_unsigned and get_frame_arch.
7183 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7184
cb123844
RG
71852003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7186
7187 * MAINTAINERS (write after approval): Add myself.
7188
1bb792e9
JB
71892003-06-03 Jim Blandy <jimb@redhat.com>
7190
7191 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7192 elements of gregset_t are 64 bits each, but access registers
7193 are still 32 bits, so they're packed two per gregset_t
7194 element. Unpack/pack them properly.
7195
aee8d8ba
DC
71962003-06-02 David Carlton <carlton@bactrian.org>
7197
7198 * linespec.c (find_methods): Break out code into
7199 add_matching_methods and add_constructors.
7200 (add_matching_methods): New.
7201 (add_constructors): Ditto.
7202
bf7488d2
AC
72032003-06-02 Andrew Cagney <cagney@redhat.com>
7204
bf7488d2
AC
7205 * sparc-tdep.c (sparc_print_registers): Delete call to
7206 REGISTER_CONVERTIBLE.
7207 (sparc_gdbarch_init): Do not set register_convertible.
7208 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7209 * frv-tdep.c (frv_gdbarch_init): Ditto.
7210 * cris-tdep.c (cris_gdbarch_init): Ditto.
7211
adedef68
EZ
72122003-06-02 Elena Zannoni <ezannoni@redhat.com>
7213
8ffd9b1b 7214 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
7215 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7216 (syms_from_objfile): Ditto.
7217
650fcc91
AS
72182003-06-03 Andreas Schwab <schwab@suse.de>
7219
7220 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7221 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7222
df4a182b
RH
72232003-06-02 Richard Henderson <rth@redhat.com>
7224
7225 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7226 a member of all_reggroup.
7227
c483c494
RH
72282003-06-02 Richard Henderson <rth@redhat.com>
7229
7230 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7231 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7232 (alpha_lds, alpha_sts): New.
7233 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 7234 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
7235 restructure and fail for type sizes other than 4 or 8.
7236 (alpha_value_to_register): Similarly.
7237 (alpha_extract_return_value): Use alpha_sts.
7238 (alpha_store_return_value): Use alpha_lds.
7239 (alpha_gdbarch_init): Update hooks.
7240
b38b6be2
RH
72412003-06-02 Richard Henderson <rth@redhat.com>
7242
7243 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7244 regnum identifiers.
7245 (alpha_sigtramp_register_address): Likewise.
7246
98a8e1e5
RH
72472003-06-02 Richard Henderson <rth@redhat.com>
7248
7249 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7250 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7251 * alpha-tdep.h: Declare them.
7252
7253 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7254 Remove zerobuf. Don't error on UNIQUE.
7255 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7256 (ALPHA_REGSET_UNIQUE): Provide default.
7257 (supply_gregset): Use alpha_supply_int_regs.
7258 (fill_gregset): Use alpha_fill_int_regs.
7259 (supply_fpregset): Use alpha_supply_fp_regs.
7260 (fill_fpregset): Use alpha_fill_fp_regs.
7261 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7262 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7263 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7264 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7265 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7266 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7267
67dfac52
RH
72682003-06-02 Richard Henderson <rth@redhat.com>
7269
f75d70cc
RH
7270 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7271
67dfac52
RH
7272 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7273 (alpha_store_return_value): Likewise.
7274
0cf566ec
DC
72752003-06-02 David Carlton <carlton@math.stanford.edu>
7276
7277 * block.c (contained_in): Add 'const' to arguments.
7278 (block_function): Ditto.
7279 * block.h: Update declarations for block_function and
7280 contained_in.
7281
cdef89d0
DC
72822003-06-02 David Carlton <carlton@math.stanford.edu>
7283
7284 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7285 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7286 * p-valprint.c (pascal_val_print): Ditto.
7287 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7288
72667056
RH
72892003-06-02 Richard Henderson <rth@redhat.com>
7290
98a8e1e5
RH
7291 * alpha-tdep.c (alpha_push_dummy_call): Use
7292 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 7293
8ffd9b1b 7294 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
7295 sign-extension of 32-bit values.
7296 (alpha_store_return_value): Similarly.
0ede8eca 7297
98a8e1e5
RH
7298 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7299 (alpha_extract_return_value): Likewise.
7300 (alpha_store_return_value): Likewise.
7b5e1cb3 7301
98a8e1e5
RH
7302 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7303 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 7304
98a8e1e5
RH
7305 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7306 (alpha_extract_struct_value_address): Likewise.
7307 (alpha_store_return_value): Likewise.
7308 (alpha_store_struct_return): Remove.
7309 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 7310
98a8e1e5
RH
7311 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7312 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7313 macros where appropriate.
7314 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7315 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 7316
98a8e1e5
RH
7317 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7318 for SP, GP; void_func_ptr for PC; non-language-specific types
7319 for all others.
7320 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 7321
6dd77b81
RH
73222003-06-02 Richard Henderson <rth@redhat.com>
7323
7324 * top.h (lim_at_start): Declare.
7325 * main.c (captured_main): Set it.
7326 * top.c (lim_at_start): Define.
7327 (command_loop): Use it instead of &environ.
7328 * event-top.c (command_handler): Likewise.
7329
f4dbdb54
JT
73302003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7331
7332 * mipsnbsd-tdep.c: Update copyright years.
7333 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7334
8f285956
RH
73352003-06-01 Richard Henderson <rth@redhat.com>
7336
98a8e1e5
RH
7337 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7338 (alpha-linux-tdep.o): Update dependencies.
7339 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7340 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 7341
615967cb
RH
73422003-06-01 Richard Henderson <rth@redhat.com>
7343
98a8e1e5
RH
7344 * alpha-tdep.c (alpha_register_reggroup_p): New.
7345 (alpha_gdbarch_init): Register it.
615967cb 7346
b59661bd
AC
73472003-06-02 Andrew Cagney <cagney@redhat.com>
7348
7349 * dwarfread.c: Eliminate "register"
7350 (decode_die_type): Eliminate assignment within "if".
7351 (struct_type, decode_array_element_type): Ditto.
7352 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7353 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7354 (decode_modified_type, completedieinfo): Ditto.
7355 * block.c: Eliminate "register".
7356 (blockvector_for_pc_sect): Eliminate assignment within "if".
7357 * cp-support.h (struct symbol): Opaque declaration.
7358 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7359
5ef165c2
RH
73602003-06-01 Richard Henderson <rth@redhat.com>
7361
98a8e1e5
RH
7362 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7363 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 7364
143985b7
AF
73652003-06-01 Adam Fedor <fedor@gnu.org>
7366
7367 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7368 * gdbarch.[ch]: Regenerate.
7369 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7370 (hppa_gdbarch_init): Set it in the gdbarch vector.
7371 * i386-tdep.c (i386_fetch_pointer_argument): New
7372 (i386_gdbarch_init): Set it into gdbarch.
7373 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7374 (rs6000_gdbarch_init): Set it in gdbarch.
7375 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7376 (sparc_gdbarch_init): Set it in gdbarch.
7377
ae0167b9
AC
73782003-06-01 Andrew Cagney <cagney@redhat.com>
7379
7c0b4a20
AC
7380 * defs.h (extract_address): Delete declaration.
7381 * findvar.c (extract_address): Delete function.
7382 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7383 extract_address with the inline equivalent,
7384 extract_unsigned_integer.
7385 (xstormy16_extract_struct_value_address): Ditto.
7386 (xstormy16_pointer_to_address): Ditto.
7387 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7388 * v850-tdep.c (v850_push_arguments): Ditto.
7389 (v850_extract_return_value): Ditto.
7390 (v850_extract_struct_value_address): Ditto.
7391 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7392 (sparcnbsd_get_longjmp_target_64): Ditto.
7393 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7394 (get_longjmp_target): Ditto.
7395 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7396 (sh64_extract_struct_value_address): Ditto.
7397 (sh_push_arguments): Ditto.
7398 (sh64_push_arguments): Ditto.
7399 * remote-vxsparc.c (vx_read_register): Ditto.
7400 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7401 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7402 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7403 * mipsv4-nat.c (get_longjmp_target): Ditto.
7404 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7405 * mips-nat.c (get_longjmp_target): Ditto.
7406 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7407 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7408 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7409 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7410 * irix5-nat.c (get_longjmp_target): Ditto.
7411 * irix4-nat.c (get_longjmp_target): Ditto.
7412 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7413 (ia64_push_arguments): Ditto.
7414 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7415 * h8300-tdep.c (h8300_push_arguments): Ditto.
7416 (h8300_store_return_value): Ditto.
7417 (h8300_extract_struct_value_address): Ditto.
7418 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7419 (frv_push_arguments): Ditto.
7420 * avr-tdep.c (avr_pointer_to_address): Ditto.
7421 (avr_push_arguments): Ditto.
7422 * arm-tdep.c (arm_push_dummy_call): Ditto.
7423 (arm_get_longjmp_target): Ditto.
7424 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7425 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7426 (alpha_get_longjmp_target): Ditto.
7427
ae0167b9
AC
7428 * solib-irix.c (extract_mips_address): Inline extract_address,
7429 replacing it with extract_signed_integer.
7430 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7431 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7432 (first_link_map_member, open_symbol_file_object): Ditto.
7433 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7434 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7435 (LM_NEXT, LM_NAME): Ditto.
7436
44d88583
RH
74372003-06-01 Richard Henderson <rth@redhat.com>
7438
98a8e1e5
RH
7439 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7440 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7441 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7442 (alpha_cannot_store_register): Likewise.
7443 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7444 * alpha-nat.c (supply_gregset): Likewise.
7445 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7446
310e9b6a
AC
74472003-06-01 Andrew Cagney <cagney@redhat.com>
7448
7449 * infcall.c (call_function_by_hand): Update comment on
7450 DEPRECATED_DUMMY_WRITE_SP.
7451
7452 * mips-tdep.c (mips_gdbarch_init): Do not set
7453 deprecated_dummy_write_sp.
7454 (mips_eabi_push_dummy_call): Set the SP register.
7455 (mips_o64_push_dummy_call): Set the SP register.
7456 (mips_o32_push_dummy_call): Set the SP register.
7457 (mips_n32n64_push_dummy_call): Set the SP register.
7458
5ab84872
RH
74592003-06-01 Richard Henderson <rth@redhat.com>
7460
98a8e1e5
RH
7461 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7462 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7463 (supply_gregset): Likewise.
7464 * alpha-tdep.c (alpha_store_return_value): Likewise.
7465 (alpha_get_longjmp_target): Likewise.
7466 (alpha_register_name): Constify array.
7467 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7468 deprecated_register_size, deprecated_register_bytes,
7469 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7470 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7471 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7472
09cc52fd
RH
74732003-06-01 Richard Henderson <rth@redhat.com>
7474
7475 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7476 from arg_reg_buffer to regcache to avoid double conversion.
7477
c7f16359
MK
74782003-06-01 Mark Kettenis <kettenis@gnu.org>
7479
7480 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7481 SP_REGNUM.
7482 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7483 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7484
7131cb6e
RH
74852003-06-01 Richard Henderson <rth@redhat.com>
7486
98a8e1e5
RH
7487 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7488 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7489
f3e0f90b
RH
74902003-06-01 Richard Henderson <rth@redhat.com>
7491
98a8e1e5
RH
7492 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7493 not overlapping PC_REGNUM.
f3e0f90b 7494
c88e30c0
RH
74952003-06-01 Richard Henderson <rth@redhat.com>
7496
98a8e1e5
RH
7497 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7498 alpha_push_arguments. Don't dump argument register data to
7499 the target stack. Fix float and 128-bit long double semantics.
7500 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7501 (alpha_fix_call_dummy): Remove.
7502 (alpha_call_dummy_words): Remove.
7503 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7504
f1a559ae
RH
75052003-06-01 Richard Henderson <rth@redhat.com>
7506
7507 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7508
5e045346
AC
75092003-06-01 Andrew Cagney <cagney@redhat.com>
7510
95404a3e
AC
7511 * mips-tdep.c (is_mips16_addr): New function.
7512 (make_mips16_addr, unmake_mips16_addr): New functions.
7513 (pc_is_mips16, mips_fetch_instruction): Use.
7514 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7515 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7516 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7517 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7518 TARGET_MIPS.
7519 * config/mips/tm-mips.h: Update copyright.
7520 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7521 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7522 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7523 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7524 (TM_PRINT_INSN_MACH): Delete.
7525 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7526
5e045346
AC
7527 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7528 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7529 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7530 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7531 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7532 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7533 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7534 mips*-*-riscos* and mips*-*-sysv* onto mips.
7535 * config/mips/mips64.mt: New file.
7536 * config/mips/mips.mt: New file.
7537 * config/mips/littlemips.mt: Delete file.
7538 * config/mips/decstation.mt: Delete file.
7539 * config/mips/vr4300el.mt: Delete file.
7540 * config/mips/vr5000el.mt: Delete file.
7541 * config/mips/vr5000.mt: Delete file.
7542 * config/mips/vr4100.mt: Delete file.
7543 * config/mips/vr4xxxel.mt: Delete file.
7544 * config/mips/vr4300.mt: Delete file.
7545 * config/mips/vr4xxx.mt: Delete file.
7546 * config/mips/bigmips.mt: Delete file.
7547 * config/mips/bigmips64.mt: Delete file.
7548 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7549 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7550 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7551 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7552 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7553 "tm-bigmips.h".
7554 * config/mips/tm-irix3.h: Ditto.
7555 * config/mips/tm-mipsv4.h: Ditto.
7556 * config/mips/tm-embed.h: Ditto.
7557 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7558 "tm-bigmips64.h".
7559 * config/mips/tm-vr5000el.h: Delete file.
7560 * config/mips/tm-tx39l.h: Delete file.
7561 * config/mips/tm-vr4300el.h: Delete file.
7562 * config/mips/tm-vr4xxxel.h: Delete file.
7563 * config/mips/tm-vr4300.h: Delete file.
7564 * config/mips/tm-vr4100.h: Delete file.
7565 * config/mips/tm-vr4xxx.h: Delete file.
7566 * config/mips/tm-vr5000.h: Delete file.
7567 * config/mips/tm-embedl64.h: Delete file.
7568 * config/mips/tm-embedl.h: Delete file.
7569 * config/mips/tm-embed64.h: Delete file.
7570 * config/mips/tm-bigmips64.h: Delete file.
7571 * config/mips/tm-bigmips.h: Delete file.
7572
2473a4a9
MK
75732003-06-01 Mark Kettenis <kettenis@gnu.org>
7574
97a5b208
MK
7575 Fix gdb/1216.
7576 * shnbsd-nat.c: Include "sh-tdep.h".
7577
2473a4a9
MK
7578 From Richard Henderson <rth@redhat.com>:
7579 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7580
e0f7ec59
AC
75812003-05-31 Andrew Cagney <cagney@redhat.com>
7582
7583 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7584 forward declaration.
7585 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7586 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7587 (mips_find_saved_regs): Use set_reg_offset.
7588 (mips_frame_init_saved_regs): Delete function.
7589 (mips_pop_frame): Call mips_find_saved_regs instead of
7590 DEPRECATED_FRAME_INIT_SAVED_REGS.
7591
68dcc709
AC
75922003-05-31 Andrew Cagney <cagney@redhat.com>
7593
7594 * mips-tdep.c (mips_gdbarch_init): Do not set
7595 deprecated_max_register_raw_size, register_virtual_size, and
7596 deprecated_max_register_virtual_size.
7597
cfc14b3a
MK
75982003-05-31 Mark Kettenis <kettenis@gnu.org>
7599
6405b0a6
MK
7600 * i386-tdep.c: Include "dwarf2-frame.h".
7601 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7602 * Makefile.in (i386-tdep.o): Update dependencies.
7603
cfc14b3a
MK
7604 * dwarf2-frame.c, dwarf2-frame.h: New files.
7605 * Makefile.in (SFILES): Add dwarf2-frame.c.
7606 (dwarf2_frame_h): Define.
7607 (COMMON_OBS): Add dwarf2-frame.o.
7608 (dwarf2-frame.o): Add dependencies.
7609
6a2751d2
AJ
76102003-05-31 Andreas Jaeger <aj@suse.de>
7611
7612 * x86-64-linux-nat.c: Fix comment.
7613
1c3545ae
MK
76142003-05-31 Mark Kettenis <kettenis@gnu.org>
7615
10f93086
MK
7616 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7617 function signature.
7618
1c3545ae
MK
7619 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7620 have a sigcontext_addr handler.
7621 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7622 sigcontext_addr handler.
7623
e11c53d2
AC
76242003-05-31 Andrew Cagney <cagney@redhat.com>
7625
7626 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7627 (print_fp_register_row): Replace do_fp_register_row.
7628 (mips_print_fp_register): Add "file" and "frame" parameters.
7629 (mips_print_register): Add "file" and "frame" parameters.
7630 (mips_print_registers_info): Replace mips_do_registers_info.
7631 (mips_gdbarch_init): Set print_registers_info instead of
7632 deprecated_do_registers_info.
7633 (mips_read_fp_register_single): Add "frame" parameter.
7634 (mips_read_fp_register_double): Add "frame" parameter.
7635
a3386186
MK
76362003-05-31 Mark Kettenis <kettenis@gnu.org>
7637
70913449
MK
7638 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7639 Fixes a bug where GDB would print the wrong register names for
7640 targets without SSE.
7641
2b5e0749
MK
7642 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7643 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7644 registers.
7645
7646 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7647 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7648 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7649 TDEP->sc_sp_offset.
7650
a3386186
MK
7651 From Michal Ludvig <mludvig@suse.cz>:
7652 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7653 and `sc_num_regs'.
7654 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7655 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7656 I386_ST0_REGNUM): Move here from...
7657 * i386-tdep.c: ... here.
7658 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7659 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7660 registers if possible.
7661 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7662 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7663 Remove variables.
7664 (i386bsd_sc_reg_offset): New variable.
7665 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7666 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7667 TDEP->sc_sp_offset.
7668 (i386fbsd_sc_reg_offset): New variable.
7669 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7670 TDEP->sc_num_regs.
7671 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7672 variables.
7673 (i386fbsd4_sc_reg_offset): New variable.
7674 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7675 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7676 TDEP->sc_sp_offset.
7677 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7678 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7679 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7680 Remove variables.
7681 (i386nbsd_sc_reg_offset): New variable.
7682 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7683 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7684 TDEP->sc_sp_offset.
7685 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7686 Remove variables.
7687 (i386obsd_sc_reg_offset): New variable.
7688 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7689 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7690 TDEP->sc_sp_offset.
7691 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7692 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7693 for frame pointer offset in `struct sigcontext'.
7694
25ab4790
AC
76952003-05-31 Andrew Cagney <cagney@redhat.com>
7696
7697 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7698 architecture methods call_dummy_words, sizeof_call_dummy_words,
7699 push_return_address, store_struct_return, and fix_call_dummy. Set
7700 push_dummy_call instead of deprecated_push_arguments.
7701 (mips_store_struct_return): Delete function.
7702 (mips_fix_call_dummy): Delete function.
7703 (mips_push_return_address): Delete function.
7704 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7705 RA_REGNUM and T9_REGNUM.
7706 (mips_n32n64_push_dummy_call): Ditto for
7707 mips_n32n64_push_arguments.
7708 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7709 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7710
6a65450a
AC
77112003-05-31 Andrew Cagney <cagney@redhat.com>
7712
7713 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7714 "dummy_addr" to "bp_addr".
7715 * infcall.c (call_function_by_hand): Pass "funaddr" to
7716 gdbarch_push_dummy_call.
7717 * gdbarch.h, gdbarch.c: Re-generate.
7718 * i386-tdep.c (i386_push_dummy_call): Update.
7719 * arm-tdep.c (arm_push_dummy_call): Update.
7720 * d10v-tdep.c (d10v_push_dummy_call): Update.
7721
c4f35dd8
MK
77222003-05-31 Mark Kettenis <kettenis@gnu.org>
7723
7724 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7725 variable declarations.
7726 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7727 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7728 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7729 x86_64_init_frame_pc, x86_64_init_frame_pc,
7730 x86_64_function_has_prologue): Remove prototypes.
7731 (X86_64_NUM_GREGS): New define.
7732 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7733 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7734 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7735 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7736 XMM1_REGNUM): Remove defines.
7737 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7738 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7739 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7740 X86_64_XMM1_REGNUM): New defines.
7741 (struct x86_64_register_info): Renamed from `struct
7742 register_info'. Remove `size' member.
7743 (x86_64_register_info_table): Remove variable.
7744 (x86_64_register_info): New variable.
7745 (X86_64_NUM_REGS): New define.
7746 (X86_64_NUM_GREGS): Remove define.
7747 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7748 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7749 Remove variables.
7750 (x86_54_dwarf2_reg_to_regnum): Remove function.
7751 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7752 (x86_64_dwarf_reg_to_regnum): New function.
7753 (x86_64_register_name): Rewrite.
7754 (x86_64_register_raw_size): Remove function.
7755 (x86_64_register_byte_table): Remove variable.
7756 (x86_64_register_byte): Remove function.
7757 (x86_64_register_virtual_type): Remove function.
7758 (x86_64_register_type): New function.
7759 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7760 x86_64_register_convert_to_raw): Remove functions.
7761 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7762 (x86_64_use_struct_convention): Make static. Adjust for renamed
7763 defines.
7764 (x86_64_frame_init_saved_regs): Remove function.
7765 (x86_64_push_arguments): Make static. Change to accept a regcache
7766 as argument.
7767 (x86_64_store_return_value, x86_64_extract_return_value): Make
7768 static. Rewrite based on i386 counterparts.
7769 (x86_64_push_dummy_call): New function.
7770 (X86_64_NUM_SAVED_REGS): New define.
7771 (x86_64_register_number): Remove function.
7772 (x86_64_store_struct_return): Remove function.
7773 (x86_64_frameless_function_invocation,
7774 x86_64_function_has_prologue): Remove functions.
7775 (PROLOG_BUFSIZE): Remove define.
7776 (struct x86_64_frame_cache): New structure.
7777 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7778 x86_64_frame_cache, x86_64_frame_this_id,
7779 x86_64_frame_prev_register, x86_64_frame_p,
7780 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7781 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7782 functions.
7783 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7784 variables.
7785 (x86_64_skip_prologue): Rewrite in terms of
7786 x86_64_analyze_prologue.
7787 (x86_64_frame_base_address): New function.
7788 (x86_64_frame_base): New variable.
7789 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7790 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7791 set deprecated_fp_regnum, deprecated_register_size,
7792 deprecated_register_bytes, register_raw_size, register_byte,
7793 register_virtual_type, register_convertiable,
7794 register_convert_to_virtual, convert_to_raw,
7795 deprecated_get_saved_register, deprecated_target_read_fp,
7796 deprecated_push_arguments, deprecated_push_return_address,
7797 deprecated_pop_frame, deprecated_store_struct_return,
7798 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7799 frameless_function_invocation, deprecated_frame_saved_pc,
7800 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7801 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7802 deprecated_init_frame_pc and virtual_frame_pointer. Call
7803 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7804 and x86_64_frame_p. Call frame_base_set_default to register
7805 x86_64_frame_base.
7806 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7807 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7808 (_initialize_x86_64_tdep): Remove function.
7809 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7810 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7811 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7812 define.
7813 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7814 (x86_64_linux_sigcontext_addr): Rewrite.
7815 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7816 x86_64_linux_frame_saved_pc): Remove functions.
7817 (x86_64_linux_pc_in_sigtramp): Renamed from
7818 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7819 trampoline.
7820 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7821 Remove_functions.
7822 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7823 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7824 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7825 (x86_64_regmap): Rename to regmap.
7826 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7827 x86_64_num_gregs.
7828 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7829 x86_64_regmap.
7830 (x86_64_fxsave_offset): Remove function.
7831 (supply_fpregset): Simply call x86_64_supply_fxsave.
7832 (fill_fpregset): Simply call x86_64_fill_fxsave.
7833 (fetch_inferior_registers, store_inferior_registers): Avoid
7834 asignment in if-statement.
7835 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7836 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7837 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7838 (fetch_core_registers): Remove function.
7839 (linux_elf_core_fns): Remove.
7840 (offsetoff): Don't define.
7841 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7842 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7843 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7844 add core-regset.o.
7845 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7846 protection against multiple includes instead of NM_X86_64_h. Add
7847 various comments. Include "config/nm-linux.h". Don't include
7848 <signal.h>.
7849 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7850 GET_THREAD_SIGNALS): Remove defines.
7851 (x86_64_register_u_addr, kernel_u_size,
7852 lin_thread_get_thread_signals): Remove prototypes.
7853 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7854 [HAVE_LINK_H]: Don't include "solib.h".
7855 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7856 * config/i386/tm-x86-64linux.h: Fix comments.
7857 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7858 x86-64-tdep.o): Update dependencies.
7859
c25083af
AC
78602003-05-30 Andrew Cagney <cagney@redhat.com>
7861
c8f55a7b
AC
7862 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7863 Change parameter type to a "struct regcache *".
7864
c25083af
AC
7865 * gdbarch.sh: Regardless of the multi-arch level, always define
7866 the macro when not already defined.
7867 * gdbarch.h, gdbarch.c: Re-generate.
7868
fbe586ae
RH
78692003-05-30 Richard Henderson <rth@redhat.com>
7870
7871 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7872 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7873 (alpha_mdebug_frame_this_id): Likewise.
7874 (alpha_mdebug_frame_prev_register): Likewise.
7875 (alpha_mdebug_frame_base_address): Likewise.
7876 (alpha_mdebug_frame_locals_address): Likewise.
7877 (alpha_mdebug_frame_args_address): Likewise.
7878 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7879 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7880 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7881 loop increment.
7882 (alpha_heuristic_frame_this_id): Make static.
7883 (alpha_heuristic_frame_prev_register): Likewise.
7884 (alpha_heuristic_frame_base_address): Likewise.
7885 * alpha-tdep.h: Update.
7886
acd5c798
MK
78872003-05-30 Mark Kettenis <kettenis@gnu.org>
7888
7889 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7890 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7891 defenitions.
7892 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7893 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7894 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7895 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7896 I386_ST0_REGNUM): New defines.
7897 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7898 codestream_get): Remove define.
7899 (codestream_next_addr, condestream_addr, condestream_buf,
7900 codestream_off, codestream_cnt): Remove variables.
7901 (codestream_fill, codestream_seek, codestream_read): Remove
7902 functions.
7903 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7904 functionality.
7905 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7906 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7907 i386_frame_saved_pc, i386_saved_pc_after_call,
7908 i386_frame_num_args, i386_frame_init_saved_regs,
7909 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7910 i386_push_arguments): Remove functions.
7911 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7912 functionality. Use i386_analyze_prologue instead of
7913 i386_get_frame_setup.
7914 (I386_NUM_SAVED_REGS): New define.
7915 (struct i386_frame_cache): New structure.
7916 (i386_alloc_frame_cache, i386_analyze_struct_return,
7917 i386_skip_probe, i386_analyze_frame_setup,
7918 i386_analyze_register_saves, i386_analyze_prologue,
7919 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7920 i386_frame_prev_register, i386_sigtramp_frame_cache,
7921 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7922 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7923 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7924 New functions.
7925 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7926 New variables.
7927 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7928 I386_EAX_REGNUM and I386_EDX_REGNUM.
7929 (i386_extract_return_value, i386_store_return_value): Use
7930 I386_ST0_REGNUM where appropriate.
7931 (i386_extract_struct_value_address): Rewrite to use extract_address.
7932 (i386_svr4_pc_in_sigtramp): Add comment.
7933 (i386_svr4_sigcontext_addr): Rewrite.
7934 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7935 TDEP->sc_sp_offset.
7936 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7937 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7938 of new defines. Set push_dummy_call, don't set
7939 deprecated_push_arguments, deprecated_push_return_address,
7940 deprecated_pop_frame. Don't set parm_boundary. Don't set
7941 deprecated_frame_chain, deprecated_frame_saved_pc,
7942 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7943 save_dummy_frame_tos, unwind_pc. Call
7944 frame_unwind_append_predicate and frame_base_set_default. Don't
7945 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7946 Don't set frameless_function_invocation. Don't set
7947 deprecated_register_bytes, deprecated_register_size,
7948 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7949 * i386-linux-tdep.c: Fix formatting in some comments.
7950 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7951 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7952 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7953 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7954 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7955 redundant parentheses.
7956 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7957 (i386_linux_sigcontext_addr): Use it. Rewrite.
7958 (find_minsym_and_objfile): Change name of second argument.
7959 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7960 changed. Use frame_pc_unwind instead of
7961 DEPRECATED_SAVED_PC_AFTER_CALL.
7962 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7963 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7964 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7965 unwinder.
7966 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7967 "dummy-frame.h".
7968 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7969 (_initialize_i386_cygwin_tdep): New prototype.
7970 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7971 deprecated_frame_chain_valid.
7972 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7973 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7974 Rely on the SVR4 defaults.
7975 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7976 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7977
c89b70f1
AC
79782003-05-30 Andrew Cagney <cagney@redhat.com>
7979
7980 * infcall.c (call_function_by_hand): Always call
7981 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7982
85b32d22
RH
79832003-05-30 Richard Henderson <rth@redhat.com>
7984
c89b70f1
AC
7985 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7986 increment.
85b32d22 7987
bfe51b1e
JB
79882003-05-29 Jim Blandy <jimb@redhat.com>
7989
7990 Use gdbarch methods for solib stuff on PowerPC Linux.
7991 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7992 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7993 show through.
7994 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7995 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7996 giving the same effect as the #definitions above.
7997
1abf022c
AF
79982003-05-29 Adam Fedor <fedor@gnu.org>
7999
8000 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8001 (find_implementation_from_class): Replace it with the standard
8002 case i.e. do nothing.
8003
d2427a71
RH
80042003-05-29 Richard Henderson <rth@redhat.com>
8005
8006 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8007 (alpha_linux_sigtramp_offset): Use it. Make static.
8008 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8009 update for new frame model.
8010 * alpha-mdebug-tdep.c: New file.
8011 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8012 (alpha_osf1_init_abi): Install it.
8013 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8014 (linked_proc_desc_table): Remove.
8015 (alpha_frame_past_sigtramp_frame): Remove.
8016 (alpha_dynamic_sigtramp_offset): Remove.
8017 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8018 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8019 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8020 (push_sigtramp_desc): Remove.
8021 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8022 (alpha_cannot_store_register): Likewise.
8023 (alpha_sigcontext_addr): Remove.
8024 (alpha_find_saved_regs): Remove.
8025 (alpha_frame_init_saved_regs): Remove.
8026 (alpha_init_frame_pc_first): Remove.
8027 (read_next_frame_reg): Remove.
8028 (alpha_frame_saved_pc): Remove.
8029 (alpha_saved_pc_after_call): Remove.
8030 (temp_proc_desc, temp_saved_regs): Remove.
8031 (alpha_about_to_return): Remove.
8032 (cached_proc_desc): Remove.
8033 (alpha_frame_chain): Remove.
8034 (alpha_print_extra_frame_info): Remove.
8035 (alpha_init_extra_frame_info): Remove.
8036 (alpha_frame_locals_address): Remove.
8037 (alpha_frame_args_address): Remove.
8038 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8039 (alpha_push_dummy_frame): Remove.
8040 (alpha_pop_frame): Remove.
8041 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8042 (alpha_read_insn): New.
8043 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8044 for different insn encodings.
8045 (alpha_in_lenient_prologue): Remove.
8046 (struct alpha_sigtramp_unwind_cache): New.
8047 (alpha_sigtramp_frame_unwind_cache): New.
8048 (alpha_sigtramp_register_address): New.
8049 (alpha_sigtramp_frame_this_id): New.
8050 (alpha_sigtramp_frame_prev_register): New.
8051 (alpha_sigtramp_frame_unwind): New.
8052 (alpha_sigtramp_frame_p): New.
8053 (struct alpha_heuristic_unwind_cache): New.
8054 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8055 don't count nop insns that occur between functions.
8056 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8057 heuristic_proc_desc, but without the mdebug wrapping.
8058 (alpha_heuristic_frame_this_id): New.
8059 (alpha_heuristic_frame_prev_register): New.
8060 (alpha_heuristic_frame_unwind): New.
8061 (alpha_heuristic_frame_p): New.
8062 (alpha_heuristic_frame_base_address): New.
8063 (alpha_heuristic_frame_base): New.
8064 (alpha_unwind_dummy_id): New.
8065 (alpha_unwind_pc): New.
8066 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8067 frame related deprecated initializations; install replacements.
8068 (alpha_dump_tdep): Remove.
8069 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8070 (alpha_read_insn, alpha_after_prologue,
8071 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8072 alpha_heuristic_frame_prev_register,
8073 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8074 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8075 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8076 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8077
93ec1121
AC
80782003-05-29 Andrew Cagney <cagney@redhat.com>
8079
8080 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8081 dependant on the availability of ASSERT_FUNCTION.
8082 (ASSERT_FUNCTION): Do not define when there is no function name.
8083
98f08d3d
KB
80842003-05-29 Kevin Buettner <kevinb@redhat.com>
8085
8086 From Jimi X <jimix@watson.ibm.com>:
8087 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8088
0897f59b
JB
80892003-05-28 Jim Blandy <jimb@redhat.com>
8090
8091 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8092 argument to ptrace to int; the system headers should give it the
8093 right type, and pointers don't fit in ints on powerpc64-*-*.
8094
14898363
L
80952003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8096
8097 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8098 DW_TAG_catch_block.
8099
a7a48797
EZ
81002003-05-26 Elena Zannoni <ezannoni@redhat.com>
8101
8102 * stabsread.c (dbx_lookup_type): Make static.
8103 (read_type): Ditto.
8104 (add_undefined_type): Ditto.
8105 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8106 not export.
8107
f5479e9c
EZ
81082003-05-26 Elena Zannoni <ezannoni@redhat.com>
8109
8110 * hpread.c (hpread_has_name): Make static.
8111 (hpread_psymtab_to_symtab): Ditto.
8112 (file_exists): Ditto.
8113 (hpread_call_pxdb): Ditto.
8114 (hpread_pxdb_needed): Ditto.
8115 (hpread_quick_traverse): Ditto.
8116 (hpread_get_header): Ditto.
8117 (hpread_get_lntt): Ditto.
8118 (hpread_get_slt): Ditto.
8119 (class_of): Ditto.
8120
eb2e12d7
AS
81212003-05-25 Andreas Schwab <schwab@suse.de>
8122
78bf922a
AS
8123 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8124 stack_align and deprecated_extra_stack_alignment_needed.
8125 (m68k_stack_align): Delete.
8126
eb2e12d7
AS
8127 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8128 (m68k_register_virtual_size): Likewise.
8129 (altos_skip_prologue): Remove obsolete function.
8130 (isi_frame_num_args): Likewise.
8131 (news_frame_num_args): Likewise.
8132 (m68k_fix_call_dummy): Make static.
8133 (m68k_push_dummy_frame): Likewise.
8134 (m68k_pop_frame): Likewise.
8135 (m68k_skip_prologue): Likewise.
8136 (m68k_frame_init_saved_regs): Likewise.
8137 (m68k_saved_pc_after_call): Likewise.
8138 (m68k_get_longjmp_target): Make multi-arch.
8139 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8140 structure. Register m68k_get_longjmp_target if enabled.
8141 * m68k-tdep.h (struct gdbarch_tdep): Define.
8142 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8143
8144 * Makefile.in (config.status): Also depend on configure.tgt
8145 and configure.host.
8146 (m68klinux-tdep.o): Update dependencies.
8147 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8148 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8149 (M68K_LINUX_JB_PC): Define.
8150 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8151 and take additional parameter.
8152 (m68k_linux_sigtramp_saved_pc): Update.
8153 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8154 m68k_linux_pc_in_sigtramp, in_plt_section,
8155 find_solib_trampoline_target.
8156 * config/m68k/tm-linux.h: Don't include any tm headers.
8157 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8158 (JB_ELEMENT_SIZE): Likewise.
8159 (JB_PC): Likewise.
8160 (GET_LONGJMP_TARGET): Likewise.
8161 (IN_SIGTRAMP): Likewise.
8162 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8163
eb2c22dc
MK
81642003-05-25 Mark Kettenis <kettenis@gnu.org>
8165
8166 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8167 (sparc32_push_arguments): Re-implement by calling
8168 sparc32_do_push_arguments.
8169
44b7b84e
MK
81702003-05-25 Mark Kettenis <kettenis@gnu.org>
8171
8172 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8173 SPARC_O1_REGNUM): New defines.
8174 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8175 (sparc32_store_return_value): New function.
8176 (sparc_extract_struct_value_address): Rewrite to operate on a
8177 regcache.
8178 (sparc_gdbarch_init): Don't set
8179 deprecated_extract_struct_value_address. Set
8180 extract_struct_value_address instead. Don't set
8181 deprecated_extract_return_value and deprecated_store_return_value
8182 for 32-bit targets. Set extract_return_value and
8183 store_return_value instead.
8184 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7bb11558 8185 DEPRECATED_EXTRACT_RETURN_VALUE,
44b7b84e
MK
8186 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8187 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8188 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8189 (sparc_store_return_value): Remove prototype.
8190 (sparc32_store_return_value): New prototype.
8191 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8192 Adjust prototypes.
8193
f6ad61e3
MK
81942003-05-24 Mark Kettenis <kettenis@gnu.org>
8195
8196 * sparcnbsd-tdep.c: Include "gdb_string.h".
8197
b276f1bb
AC
81982003-05-23 Andrew Cagney <cagney@redhat.com>
8199
8200 * p-valprint.c (pascal_val_print): Replace extract_address with
8201 the inline equivalent extract_unsigned_integer.
8202 * jv-valprint.c (java_value_print): Ditto.
8203 * ada-valprint.c (ada_val_print_1): Ditto.
8204 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8205
e76c5fcc
TR
82062003-05-23 Theodore A. Roth <troth@openavr.org>
8207
8208 * blockframe.c (frameless_look_for_prologue): Remove unused
8209 after_prologue variable.
8210
2cdd89cb
MK
82112003-05-23 Mark Kettenis <kettenis@gnu.org>
8212
8213 * blockframe.c (get_pc_function_start): Rewrite to avoid
8214 asignments in if-statements.
8215
182d43bc
EZ
82162003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8217
8218 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 8219 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
8220 files, don't relocate absolute symbols (and do use mst_abs).
8221
e8f3fcdd
AC
82222003-05-23 Andrew Cagney <cagney@redhat.com>
8223
8224 * objc-lang.c: Include "gdb_assert.h".
8225 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8226 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8227 (gdb_check, gdb_check_fatal): Delete functions.
8228 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8229 gdb_assert.
8230 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8231 * Makefile.in (objc-lang.o): Update dependencies.
8232
3c23e6fb
ILT
82332003-05-22 Ian Lance Taylor <ian@airs.com>
8234
8235 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8236 with fprintf_filtered, not fprintf_unfiltered.
8237
af1342ab
AC
82382003-05-22 Andrew Cagney <cagney@redhat.com>
8239
8240 * stack.c (frame_info): Inline extract_address, replacing it with
8241 extract_unsigned_integer.
8242 * findvar.c (unsigned_pointer_to_address): Ditto.
8243 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8244 * dwarf2expr.c (dwarf2_read_address): Ditto.
8245 * frame.c (frame_pc_unwind): Update comment.
8246 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8247
47e242ec
JJ
82482003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8249
8250 * infptrace.c (detach): Call print_sys_errmsg rather than
8251 perror_with_name to issue warning message when errno is non-zero
8252 after calling ptrace detach.
8253
e2ac8128
JB
82542003-05-21 J. Brobecker <brobecker@gnat.com>
8255
8256 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8257 macro definitions from here...
8258 * hppa-tdep.c: ...to there.
8259
92b3541e
KB
82602003-05-20 Kevin Buettner <kevinb@redhat.com>
8261
8262 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8263 register_ptrace_addr(). Fix all callers.
8264
55809acb
AS
82652003-05-21 Andreas Schwab <schwab@suse.de>
8266
8267 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8268 dependencies.
8269 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8270 end.
8271 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8272 (_initialize_m68k_linux_tdep): New function.
8273 (m68k_linux_frame_saved_pc): Make static.
8274 (m68k_linux_extract_return_value): Likewise.
8275 (m68k_linux_store_return_value): Likewise.
8276 (m68k_linux_extract_struct_value_address): Likewise.
8277 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8278 Remove.
8279 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8280 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8281 (DEPRECATED_FRAME_SAVED_PC): Remove.
8282
0fbc10f7
KW
82832003-05-20 Kris Warkentin <kewarken@qnx.com>
8284
8285 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8286 regset numbering rather than our own.
8287
58da2eb2
DC
82882003-05-19 David Carlton <carlton@bactrian.org>
8289
8290 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8291
1fcb5155
DC
82922003-05-19 David Carlton <carlton@bactrian.org>
8293
8294 Partial fix for PR c++/827.
8295 * cp-support.h: Include symtab.h.
8296 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8297 * cp-namespace.c: Update contributors.
8298 (cp_lookup_symbol_nonlocal): New.
8299 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8300 (lookup_symbol_file): Ditto.
8301 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8302 * block.h: Declare block_scope, block_using, block_global_block.
8303 * block.c (block_scope): New.
8304 (block_using, block_global_block): Ditto.
8305 * Makefile.in (cp_support_h): Depend on symtab_h.
8306 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8307
5f9a71c3
DC
83082003-05-19 David Carlton <carlton@bactrian.org>
8309
8310 * language.h (struct language_defn): Add 'la_value_of_this'
8311 and 'la_lookup_symbol_nonlocal' members.
8312 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8313 lookup_symbol_static, lookup_symbol_global,
8314 lookup_symbol_aux_block.
8315 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8316 if we should search fields of this and how to do static/global
8317 lookup.
8318 (lookup_symbol_aux_block): Make extern.
8319 (basic_lookup_symbol_nonlocal): New.
8320 (lookup_symbol_static, lookup_symbol_global): Ditto.
8321 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8322 'la_lookup_symbol_nonlocal' members.
8323 * c-lang.c (c_language_defn, cplus_language_defn)
8324 (asm_language_defn, minimal_language_defn): Ditto.
8325 * jv-lang.c (java_language_defn): Ditto.
8326 * language.c (unknown_language_defn, auto_language_defn)
8327 (local_language_defn): Ditto.
8328 * m2-lang.c (m2_language_defn): Ditto.
8329 * objc-lang.c (objc_language_defn): Ditto.
8330 * scm-lang.c (scm_language_defn): Ditto.
8331 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8332 * p-lang.c (pascal_language_defn): Ditto for both.
8333 * Makefile.in (f-lang.o): Depend on value_h.
8334 (p-lang.o): Ditto.
8335
89a9d1b1
DC
83362003-05-19 David Carlton <carlton@bactrian.org>
8337
8338 * block.h: Declare block_static_block.
8339 * block.c (block_static_block): New.
8340 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8341 lookup_symbol_aux_local, calling block_static_block instead.
8342 (lookup_symbol_aux_local): Delete 'static_block' argument.
8343
eed3f8ab
DC
83442003-05-19 David Carlton <carlton@bactrian.org>
8345
8346 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8347
a09d8bda
ML
83482003-05-19 Michal Ludvig <mludvig@suse.cz>
8349
8350 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8351 register numbers mapping.
8352
69636828
AF
83532003-05-18 Adam Fedor <fedor@gnu.org>
8354
8355 * symtab.c (completion_list_objc_symbol): New function.
8356 (make_symbol_completion_list): Use it to add ObjC symbols
8357 when looking though the list.
8358 (language_search_unquoted_string): New function.
8359 (make_file_symbol_completion_list): Use it.
8360
55baeb84
AS
83612003-05-18 Andreas Schwab <schwab@suse.de>
8362
d0b45d99
AS
8363 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8364 dependencies.
8365 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8366 as m68k_linux_extract_return_value.
8367 (DEPRECATED_STORE_RETURN_VALUE): Define as
8368 m68k_linux_store_return_value.
8369 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8370 m68k_linux_extract_struct_value_address.
8371 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8372 get_next_frame, get_frame_base, get_frame_pc.
8373 (m68k_linux_frame_saved_pc): Use get_frame_base.
8374 (m68k_linux_extract_return_value): New function.
8375 (m68k_linux_store_return_value): New function.
8376 (m68k_linux_extract_struct_value_address): New function.
8377 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8378
55baeb84
AS
8379 * c-exp.y (typebase): Remove duplicate occurence of
8380 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 8381 of lookup_signed_typename.
55baeb84 8382
b6b08ebf
MK
83832003-05-18 Mark Kettenis <kettenis@gnu.org>
8384
8385 * dwarf2loc.c (find_location_expression): Change type of second
8386 argument to `size_t *'.
8387 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8388 for size variable.
8389
5ad1c190
DC
83902003-05-18 David Carlton <carlton@bactrian.org>
8391
8392 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8393 'linkage_name'. Add comment.
8394 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8395 'linkage_name'.
8396 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8397 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8398 (lookup_block_symbol): Ditto.
8399
b8b527c5
AC
84002003-05-16 Andrew Cagney <cagney@redhat.com>
8401
8402 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8403 * gdbarch.h, gdbarch.c: Re-generate.
8404 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8405 * TODO (REGISTER_BYTES): Delete reference.
8406 * alpha-tdep.c (alpha_gdbarch_init): Update.
8407 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8408 * x86-64-tdep.c (x86_64_init_abi): Update.
8409 * vax-tdep.c (vax_gdbarch_init): Update.
8410 * v850-tdep.c (v850_gdbarch_init): Update.
8411 * sparc-tdep.c (sparc_gdbarch_init): Update.
8412 * sh-tdep.c (sh_gdbarch_init): Update.
8413 * s390-tdep.c (s390_gdbarch_init): Update.
8414 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8415 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8416 (ns32k_gdbarch_init_32382): Update.
8417 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8418 * mcore-tdep.c (mcore_gdbarch_init): Update.
8419 * m68k-tdep.c (m68k_gdbarch_init): Update.
8420 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8421 * ia64-tdep.c (ia64_gdbarch_init): Update.
8422 * i386-tdep.c (i386_gdbarch_init): Update.
8423 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8424 * hppa-tdep.c (hppa_gdbarch_init): Update.
8425 * h8300-tdep.c (h8300_gdbarch_init): Update.
8426 * frv-tdep.c (frv_gdbarch_init): Update.
8427 * cris-tdep.c (cris_gdbarch_init): Update.
8428 * avr-tdep.c (avr_gdbarch_init): Update.
8429 * arm-tdep.c (arm_gdbarch_init): Update.
8430 * sparc-tdep.c (sparc_pop_frame): Update.
8431 * rs6000-tdep.c (rs6000_pop_frame): Update.
8432 * remote.c (init_remote_state): Update.
8433 (remote_prepare_to_store): Update.
8434 * remote-vx.c (vx_prepare_to_store): Update.
8435 * remote-sds.c (sds_fetch_registers): Update.
8436 (sds_prepare_to_store): Update.
8437 * remote-array.c: Update.
8438 * regcache.c (init_legacy_regcache_descr): Update.
8439 (init_regcache_descr): Update.
8440 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8441 (mips_o64_extract_return_value): Update.
8442 * irix5-nat.c (fetch_core_registers): Update.
8443 * irix4-nat.c (fetch_core_registers): Update.
8444 * i386-tdep.h: Update.
8445 * hppa-tdep.c (pa_do_registers_info): Update.
8446 (pa_do_strcat_registers_info): Update.
8447 * cris-tdep.c (cris_register_bytes_ok): Update.
8448 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8449 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8450 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8451 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8452 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8453 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8454 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8455 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8456 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8457 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8458 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8459 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8460 (REGISTER_BYTES_OK): Update.
8461 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8462 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8463
ee2842e2
ILT
84642003-05-16 Ian Lance Taylor <ian@airs.com>
8465
8466 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8467 (vax_print_insn, print_insn_arg): Remove static functions.
8468 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8469 print_insn_vax from opcodes library.
8470 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8471
973177d3
AC
84722003-05-15 Andrew Cagney <cagney@redhat.com>
8473
aaab4dba
AC
8474 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8475 * target.h (memory_breakpoint_from_pc): Delete declaration.
8476 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8477 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8478 * monitor.c (monitor_insert_breakpoint): Use
8479 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8480 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8481 * gdbarch.h, gdbarch.c: Re-generate.
8482 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8483 (sparc_gdbarch_init): Set breakpoint_from_pc to
8484 sparc_breakpoint_from_pc.
8485 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8486 (BREAKPOINT_FROM_PC): Define.
8487 (sparc_breakpoint_from_pc): Declare.
8488 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8489 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8490 (BREAKPOINT_FROM_PC): Define.
8491 (BREAKPOINT): Delete macro.
8492 * target.h: Update comment.
8493 * s390-tdep.c (s390_gdbarch_init): Update comments.
8494 * remote.c: Update comments.
8495 * remote-mips.c: Update comments.
8496 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8497 * mem-break.c: Update comment.
8498 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8499 (ia64_memory_insert_breakpoint): Update.
8500 * config/sparc/tm-sparc.h: Update comment.
8501 * config/pa/tm-hppa64.h: Update comment.
8502 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8503 (rs6000_breakpoint_from_pc): Update.
8504 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8505 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8506 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8507 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8508 (mips_breakpoint_from_pc): Update.
8509 (mips_dump_tdep): Update.
8510
e06963ff
AC
8511 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8512 * minsyms.c (lookup_minimal_symbol): Inline
8513 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8514
973177d3
AC
8515 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8516 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8517 * p-lang.c (pascal_printstr): Ditto.
8518 * objc-lang.c (objc_printstr): Ditto.
8519 * m2-lang.c (m2_printstr): Ditto.
8520 * jv-valprint.c (java_print_value_fields): Ditto.
8521 * f-lang.c (f_printstr): Ditto.
8522 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8523 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8524 for repeat_count_threshold.
8525 * Makefile.in (cp-valprint.o): Update dependencies.
8526
5ea2bd7f 85272003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8528
5ea2bd7f
JJ
8529 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8530 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8531 they start with mov r2,r12. Support skipping over indirect stores
8532 of the input registers. Upon hitting a non-nop branch instruction
8533 or predicated instruction, bail out by setting lim_pc to the current
8534 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8535 beyond our calculated value and we have trust_limit set,
8536 use the lim_pc value.
8537
cc8c88f3
AC
85382003-05-15 Andrew Cagney <cagney@redhat.com>
8539
8540 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8541 generic_find_dummy_frame.
8542 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8543 (deprecated_generic_find_dummy_frame): Update.
8544 (deprecated_read_register_dummy): Update.
8545 * frame.c (deprecated_generic_get_saved_register): Update.
8546
909cd28e
TR
85472003-05-15 Theodore A. Roth <troth@openavr.org>
8548
8549 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8550 (avr_gdbarch_init): Set breakpoint_from_pc method.
8551
b923b08d
AC
85522003-05-15 Andrew Cagney <cagney@redhat.com>
8553
8554 * regcache.c (build_regcache): Set deprecated_register_valid
8555 directly.
8556 (deprecated_grub_regcache_for_register_valid): Delete function.
8557 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8558 declaration.
8559
ae2f03ac 85602003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8561
8562 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8563 * symtab.c (lookup_symbol_aux): Delete calls to
8564 lookup_symbol_aux_minsyms.
8565 (lookup_symbol_aux_minsyms): Comment out function and
8566 prototype. Delete lookup by mangled name.
ae2f03ac 8567
18ec9831
KB
85682003-05-14 Kevin Buettner <kevinb@redhat.com>
8569
8570 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8571 correctly indicate an empty stack and ``stack_allocated'' to the
8572 indicate the number of elements initially allocated.
8573 (dwarf_expr_grow_stack): Simplify method for computing new
8574 stack size. Don't loop infinitely if ``stack_len'' is zero.
8575 (execute_stack_op): Move ``ctx->in_reg'' initialization
8576 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8577 be used in conjuction with DW_OP_piece. Revise error message
8578 accordingly.
8579
de18ac1f
TR
85802003-05-14 Theodore A. Roth <troth@openavr.org>
8581
8582 * MAINTAINERS: Update my email address.
8583 * avr-tdep.c: Ditto.
8584
176620f1
EZ
85852003-05-14 Elena Zannoni <ezannoni@redhat.com>
8586
8587 * symtab.h (enum domain_enum): Rename from namespace_enum.
8588 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8589 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8590 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8591 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8592 TYPES_NAMESPACE, METHODS_NAMESPACE.
8593 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8594 (struct symbol, struct partial_symbol): Rename field
8595 'namespace_enum namespace' to 'domain_enum domain'.
8596 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8597 Delete old define kludge for namespace.
8598
8599 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8600 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8601 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8602 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8603 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8604 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8605 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8606 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8607 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8608 occurrences of the above.
8609
b7f31508
ILT
86102003-05-14 Ian Lance Taylor <ian@airs.com>
8611
8612 * Makefile.in (install-only): Use $(SHELL) when running
8613 mkinstalldirs.
8614
2fdbdd39
ILT
86152003-05-13 Ian Lance Taylor <ian@airs.com>
8616
a208d82c
ILT
8617 * MAINTAINERS (write after approval): Add myself.
8618
2fdbdd39
ILT
8619 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8620 second and third arguments.
8621 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8622 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8623
fbd9dcd3
AC
86242003-05-13 Andrew Cagney <cagney@redhat.com>
8625
8626 * defs.h (store_address): Delete declaration.
8627 findvar.c (store_address): Delete function.
8628 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8629 store_unsigned_integer.
8630 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8631 * v850-tdep.c (v850_push_arguments): Ditto.
8632 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8633 * sh-tdep.c (sh64_get_saved_register): Ditto.
8634 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8635 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8636 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8637 (mips_get_saved_register): Ditto.
8638 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8639 (find_func_descr, ia64_push_arguments): Ditto.
8640 * i386-tdep.c (i386_push_arguments): Ditto.
8641 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8642 * frv-tdep.c (frv_push_arguments): Ditto.
8643 * frame.c (legacy_saved_regs_prev_register): Ditto.
8644 (deprecated_generic_get_saved_register): Ditto.
8645 * findvar.c (unsigned_address_to_pointer): Ditto.
8646 * dwarf2read.c (dwarf2_const_value): Ditto.
8647 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8648 * alpha-tdep.c (alpha_push_arguments): Ditto.
8649
6760f9e6
JB
86502003-05-12 J. Brobecker <brobecker@gnat.com>
8651
8652 * NEWS: Mention that the hppa-hpux port has been partially
8653 multiarched (32bit ABIT only, so far).
8654
30e221b4
AC
86552003-05-11 Andrew Cagney <cagney@redhat.com>
8656
8657 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8658 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8659 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8660 sim/testsuite/sim/arm/misaligned2.ms, and
8661 sim/testsuite/sim/arm/misaligned3.ms.
8662 * disasm.h (struct ui_file): Add opaque struct declaration.
8663 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8664 * frame.h (struct ui_file): Ditto.
8665
dea7f9ba
MK
86662003-05-11 Mark Kettenis <kettenis@gnu.org>
8667
8668 * value.h: Pretty print.
8669
01986c48
MK
86702003-05-10 Mark Kettenis <kettenis@gnu.org>
8671
8672 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8673
123a958e
AC
86742003-05-08 Andrew Cagney <cagney@redhat.com>
8675
8676 * regcache.h (max_register_size): Delete declaration.
8677 * regcache.c (max_register_size): Delete function.
8678 (struct regcache_descr): Delete field "max_register_size".
8679 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8680 registers fit in MAX_REGISTER_SIZE.
8681 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8682 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8683 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8684 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8685 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8686 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8687 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8688 * dve3900-rom.c, hppa-tdep.c: Ditto.
8689
eb294659
DC
86902003-05-08 David Carlton <carlton@math.stanford.edu>
8691
8692 * valops.c (push_word): Fix typo.
8693
d9d9c31f
AC
86942003-05-08 Andrew Cagney <cagney@redhat.com>
8695
8696 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8697 * gdbarch.h: Re-generate.
8698 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8699 (legacy_max_register_raw_size): Delete declaration.
8700 * regcache.c (legacy_max_register_raw_size): Delete function.
8701 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8702 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8703 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8704 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8705 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8706 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8707 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8708 * findvar.c, dwarf2cfi.c: Ditto.
8709
22540ece
AC
87102003-05-08 Andrew Cagney <cagney@redhat.com>
8711
8712 * mips-tdep.c (read_signed_register): New function, moved to here
8713 from "regcache.c".
8714 (read_signed_register_pid): Ditto.
8715 * regcache.c (read_signed_register_pid): Delete function, moved to
8716 "mips-tdep.c".
8717 (read_signed_register): Ditto.
8718 * regcache.h (read_signed_register): Delete declaration.
8719 (read_signed_register_pid): Delete declaration.
8720
0c92afe8
AC
87212003-05-08 Andrew Cagney <cagney@redhat.com>
8722
8723 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8724 * gdbarch.h: Re-generate.
8725 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8726 (legacy_max_register_virtual_size): Delete declaration.
8727 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8728 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8729 * tracepoint.c (memrange_sortmerge): Ditto.
8730 * sparc-tdep.c (sparc_print_registers): Ditto.
8731 * regcache.c (legacy_max_register_virtual_size): Delete function.
8732
6037b830
JB
87332002-05-08 J. Brobecker <brobecker@gnat.com>
8734
8735 * fork-child.c (escape_bang_in_quoted_argument): New function.
8736 (fork_inferior): Escape '!' characters in quoted arguments
8737 only when needed.
8738
5d62c8b1
JB
87392003-05-08 J. Brobecker <brobecker@gnat.com>
8740
8741 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8742 the language of the CU is not currently supported by GDB.
8743
20a0e81d
JB
87442003-05-08 J. Brobecker <brobecker@gnat.com>
8745
8746 * defs.h (language): Add language_minimal enum value.
8747 * c-lang.c (minimal_language_defn): New language definition.
8748 (_initialize_c_language): Add the new minimal language to the list
8749 of languages known to GDB.
8750
710ee10a
KB
87512003-05-08 Kevin Buettner <kevinb@redhat.com>
8752
8753 * frame.c (get_frame_type): Don't attempt to lazily initialize
8754 frame's unwinder for legacy frames.
8755
1750fa04
AC
87562003-05-07 Andrew Cagney <cagney@redhat.com>
8757
8758 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8759 and "regcache" parameters.
8760 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8761
ddf9f258 87622003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8763
8764 * dwarf2read.c (dwarf_decode_lines): Only use output of
8765 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8766 the current address.
8767
87767c29
AC
87682003-05-07 Andrew Cagney <cagney@redhat.com>
8769
8770 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8771 code.
8772
5e7b2f39
JB
87732003-05-07 Jim Blandy <jimb@redhat.com>
8774
8775 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8776 'maint info symtabs' and 'maint info psymtabs'.
8777 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8778 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8779 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8780 Declarations updated.
8781 * maint.c (maintenance_list_command): Delete.
8782 (_initialize_maint_cmds): Update calls to add_cmd.
8783 * gdbcmd.h (maintenancelistlist): Delete declaration.
8784 * cli/cli-cmds.c (maintenancelistlist): Delete.
8785 (init_cmd_lists): Don't initialize it.
8786 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8787
f6684c31
AC
87882003-05-07 Andrew Cagney <cagney@redhat.com>
8789
8790 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8791 "regcache".
8792 (d10v_print_registers_info): Update.
8793 (d10v_dmap_register, d10v_imap_register): Delete functions.
8794 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8795 and "imap_register".
8796 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8797 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8798 * arch-utils.c (generic_remote_translate_xfer_address): Add
8799 "regcache" and "gdbarch" parameters.
8800 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8801 parameter. Change class to multi-arch.
8802 * gdbarch.h, gdbarch.c: Re-generate.
8803 * remote.c (remote_xfer_memory): Use
8804 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8805
e4846b08
JJ
88062003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8807
8808 * infrun.c (prev_pc): Move declaration ahead of proceed().
8809 (proceed): Refresh prev_pc value before resuming.
8810 (stop_stepping): Remove code to refresh prev_pc.
8811
6b71b8ac
KW
88122003-05-06 Kris Warkentin <kewarken@qnx.com>
8813
8814 * nto-tdep.c: Removed stray comment.
8815
47979a4b
KW
88162003-05-06 Kris Warkentin <kewarken@qnx.com>
8817
8818 * i386-nto-tdep.c: Fix old K&R function definitions.
8819 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8820 Also change add_show_from_set() call to add_setshow_cmd().
8821 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8822
00905d52
AC
88232003-05-05 Andrew Cagney <cagney@redhat.com>
8824
8825 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8826 (fprint_dummy_frames): New function.
8827 (maintenance_print_dummy_frames): New function.
8828 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8829 * frame.c (fprint_frame_id): Make global.
8830 * frame.h (fprint_frame_id): Declare.
8831 * Makefile.in (dummy-frame.o): Update dependencies.
8832
b1e29e33
AC
88332003-05-05 Andrew Cagney <cagney@redhat.com>
8834
8835 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8836 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8837 SIZEOF_CALL_DUMMY_WORDS.
8838 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8839 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8840 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8841 CALL_DUMMY_BREAKPOINT_OFFSET.
8842 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8843 CALL_DUMMY_START_OFFSET.
8844 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8845 * gdbarch.h, gdbarch.c: Re-generate.
8846 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8847 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8848 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8849 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8850 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8851 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8852 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8853 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8854 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8855 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8856 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8857 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8858 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8859 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8860 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8861
88622003-05-05 Kris Warkentin <kewarken@qnx.com>
8863
8864 * configure.tgt: Add i[3456]86-*-nto*.
8865 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8866 * nto-tdep.c: New file. Neutrino target support routines.
8867 * nto-tdep.h: New file. Neutrino target header.
8868 * config/tm-qnxnto.h: New file.
8869 * config/i386/i386nto.mt: New file.
8870 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8871
0ce3d317
AC
88722003-05-04 Andrew Cagney <cagney@redhat.com>
8873
8874 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8875 (load_infrun_state): Ditto.
8876 (struct thread_info): Drop "prev_func_name" field.
8877 * thread.c (load_infrun_state): Update.
8878 (save_infrun_state): Update.
8879 * infrun.c (prev_func_name): Delete variable.
8880 (init_wait_for_inferior): Do not clear prev_func_name.
8881 (stop_stepping, keep_going, context_switch): Do not swap
8882 prev_func_name.
8883 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8884 instead of PC_IN_SIGTRAMP.
8885
46654a5b
AC
88862003-05-04 Andrew Cagney <cagney@redhat.com>
8887
8888 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8889 REGISTER_BYTE with register_offset_hack.
8890 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8891 that REGISTER_BYTE is consistent with the regcache.
8892 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8893 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8894
14b08c1b
MK
88952003-05-04 Mark Kettenis <kettenis@gnu.org>
8896
04c8243f
MK
8897 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8898 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8899
14b08c1b
MK
8900 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8901
c7a11e01
JB
89022003-05-03 J. Brobecker <brobecker@gnat.com>
8903
8904 From Thierry Schneider <tpschneider1@yahoo.com>
8905 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8906 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8907 (mi-cmd-symbol.o): Add rule.
8908
7043d8dc
AC
89092003-05-03 Andrew Cagney <cagney@redhat.com>
8910
8911 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8912 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8913 * gdbarch.h, gdbarch.c: Re-generate.
8914 * d10v-tdep.c (d10v_push_dummy_code): New function.
8915 (d10v_gdbarch_init): Set push_dummy_code.
8916 * infcall.c (legacy_push_dummy_code): New function.
8917 (generic_push_dummy_code): New function.
8918 (push_dummy_code): New function.
8919 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8920 instead of dummy_addr, to push_dummy_call. Move call to
8921 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8922 switch.
8923 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8924
92bf2b80
AC
89252003-05-03 Andrew Cagney <cagney@redhat.com>
8926
8927 * disasm.h (print_insn): Declare.
8928 * disasm.c (init_gdb_disassemble_info): New function.
8929 (gdb_disassembly): Call init_gdb_disassemble_info.
8930 (gdb_print_insn): New function.
8931 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8932 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8933 * mcore-tdep.c: Include "disasm.h"
8934 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8935 * d10v-tdep.c: Include "disasm.h".
8936 (display_trace): Call gdb_print_insn, instead of print_insn.
8937 (print_insn): Delete function.
8938 * printcmd.c: Include "disasm.h".
8939 (print_insn): Delete function.
8940 (print_formatted): Call gdb_print_insn, instead of print_insn.
8941 * Makefile.in (printcmd.o): Update dependencies.
8942 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8943
27d94c49
AC
89442003-05-02 Andrew Cagney <cagney@redhat.com>
8945
82de1e5b
AC
8946 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8947 PC_REGNUM, re-indent.
8948 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8949 PC_REGNUM isn't set.
8950
27d94c49
AC
8951 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8952 * gdbarch.h, gdbarch.c: Re-generate.
8953 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8954 register_virtual_size, pc_regnum, or register_bytes.
8955 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8956 (d10v_register_type): Use D10V_PC_REGNUM.
8957 (d10v_print_registers_info, d10v_read_pc): Ditto.
8958 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8959 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8960
a9c0dc7f
DC
89612003-05-02 David Carlton <carlton@bactrian.org>
8962
8963 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8964 the name with mstrsave.
8965
e33d66ec
EZ
89662003-05-02 Elena Zannoni <ezannoni@redhat.com>
8967
8968 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8969 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8970 (host_charset_name, target_charset_name): New vars for use by
8971 set/show commands.
8972 (host_charset_enum, target_charset_enum): New enums for set/show
8973 commands.
8974 (set_charset_sfunc, set_host_charset_sfunc,
8975 set_target_charset_sfunc): New functions.
8976 (set_host_charset, set_target_charset): Make static.
8977 (list_charsets, set_host_charset_command,
8978 set_target_charset_command): Delete functions.
8979 (show_charset_command): Rewrite as....
8980 (show_charset): Hook this up with the set/show command mechanism.
8981 (_initialize_charset): Change names of charsets to match the
8982 set/show enums. Use host_charset_name and target_charset_name.
8983 Use set/show mechanism for charset, host-charset, target-charset
8984 commands. Do not make 'show host-charset' and 'show
8985 target-charset' be aliases of 'show charset'.
8986
8987 * charset.h (set_host_charset, set_target_charset): Don't export,
8988 they are not used outside the file.
8989
2b6fd0d8
AC
89902003-05-01 Andrew Cagney <cagney@redhat.com>
8991
8992 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8993 (gdb_disassembly): Make "di" non static, always initialize and
8994 cleanup. Always use dis_asm_read_memory.
8995 (gdb_dis_asm_read_memory): Delete function.
8996
6ae2f580
AC
89972003-05-01 Andrew Cagney <cagney@redhat.com>
8998
8999 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9000 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9001
810ecf9f
AC
90022003-04-30 Andrew Cagney <cagney@redhat.com>
9003
9004 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9005 "tm_print_insn_info".
9006 (TARGET_PRINT_INSN_INFO): Delete macro.
9007 (dis_asm_read_memory): Delete function declaration.
9008 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9009 (tm_print_insn_info): Delete variable definition.
9010 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9011 * gdbarch.h, gdbarch.c: Re-generate.
9012 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9013 "deprecated_tm_print_insn_info".
9014 * mcore-tdep.c (mcore_dump_insn): Ditto.
9015 * mips-tdep.c (mips_gdbarch_init): Ditto.
9016 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9017 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9018 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9019 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9020 instead of TARGET_PRINT_INSN_INFO, add comment.
9021 * s390-tdep.c (s390_get_frame_info): Instead of
9022 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9023 (s390_check_function_end, s390_is_sigreturn): Ditto.
9024 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9025 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9026 * disasm.c: Include "gdbcore.h".
9027 (_initialize_disasm): New function, initialize
9028 "deprecated_tm_print_insn_info".
9029 (deprecated_tm_print_insn_info): New variable.
9030 (dis_asm_read_memory): Moved from "corefile.c", made static.
9031 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9032 * Makefile.in (disasm.o): Update dependencies.
9033
07020390
AC
90342003-04-30 Andrew Cagney <cagney@redhat.com>
9035
9036 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9037
a9fa03de
AF
90382003-04-29 Adam Fedor <fedor@gnu.org>
9039
9040 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9041 * infcall.c (find_function_addr): Make non-static.
9042 * infcall.h (find_function_addr): Declare.
9043 * Makefile.in (eval.o): Update dependencies.
9044
1bae87b9
AF
90452003-04-28 Adam Fedor <fedor@gnu.org>
9046
9047 * symtab.c (symbol_find_demangled_name): Check for and demangle
9048 ObjC symbols.
9049 (symbol_init_demangled_name): Init for language_objc as well.
9050
0ba6dca9
AC
90512003-04-28 Andrew Cagney <cagney@redhat.com>
9052
9053 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9054 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9055 * gdbarch.h, gdbarch.c: Re-generate.
9056 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9057 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9058 * inferior.h (deprecated_read_fp): Rename read_fp.
9059 (generic_target_read_fp): Delete declaration.
9060 * regcache.c (generic_target_read_fp): Delete function.
9061 (deprecated_read_fp): Replace read_fp, use
9062 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9063 * d10v-tdep.c (d10v_read_fp): Delete function.
9064 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9065
9066 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9067 deprecated_target_read_fp to generic_target_read_fp.
9068 * sh-tdep.c (sh_gdbarch_init): Ditto.
9069 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9070 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9071 * frv-tdep.c (frv_gdbarch_init): Ditto.
9072
9073 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9074 deprecated_fp_regnum.
9075 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9076 * vax-tdep.c (vax_gdbarch_init): Ditto.
9077 * v850-tdep.c (v850_gdbarch_init): Ditto.
9078 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9079 * sh-tdep.c (sh_gdbarch_init): Ditto.
9080 * s390-tdep.c (s390_gdbarch_init): Ditto.
9081 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9082 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9083 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9084 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9085 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9086 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9087 * i386-tdep.c (i386_gdbarch_init): Ditto.
9088 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9089 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9090 * frv-tdep.c (frv_gdbarch_init): Ditto.
9091 * cris-tdep.c (cris_gdbarch_init): Ditto.
9092 * avr-tdep.c (avr_gdbarch_init): Ditto.
9093 * arm-tdep.c (arm_gdbarch_init): Ditto.
9094 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9095
9096 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9097 * v850-tdep.c (v850_gdbarch_init): Ditto.
9098 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9099 * sh-tdep.c (sh_gdbarch_init): Ditto.
9100 * s390-tdep.c (s390_gdbarch_init): Ditto.
9101 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9102 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9103 * mips-tdep.c (mips_gdbarch_init): Ditto.
9104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9105 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9106 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9107 * frv-tdep.c (frv_gdbarch_init): Ditto.
9108 * avr-tdep.c (avr_gdbarch_init): Ditto.
9109 * arm-tdep.c (arm_gdbarch_init): Ditto.
9110
9111 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9112 DEPRECATED_FP_REGNUM.
9113 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9114 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9115 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9116 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9117 (sparc32_register_virtual_type): Ditto.
9118 * sh-tdep.c (sh64_frame_chain): Ditto.
9119 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9120 (sh_nofp_frame_init_saved_regs): Ditto.
9121 (sh64_nofp_frame_init_saved_regs): Ditto.
9122 (sh_fp_frame_init_saved_regs): Ditto.
9123 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9124 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9125 * procfs.c (procfs_fetch_registers): Ditto.
9126 (procfs_store_registers): Ditto.
9127 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9128 (store_inferior_registers, fetch_core_registers): Ditto.
9129 (fetch_kcore_registers, clear_regs): Ditto.
9130 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9131 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9132 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9133 * nlm/i386.c (do_status): Ditto.
9134 * mipsv4-nat.c (supply_gregset): Ditto.
9135 * mips-tdep.c: Ditto for comments.
9136 * mips-nat.c (fetch_inferior_registers): Ditto.
9137 (store_inferior_registers, fetch_core_registers): Ditto.
9138 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9139 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9140 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9141 (i386_do_pop_frame, i386_register_type): Ditto.
9142 * hppa-tdep.c (hppa_frame_chain): Ditto.
9143 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9144 (hppa_pop_frame, hppa_read_fp): Ditto.
9145 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9146 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9147 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9148 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9149 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9150 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9151 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9152 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9153 * blockframe.c: Ditto for comments.
9154 * arch-utils.h: Ditto for comments.
9155 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9156 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9157 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9158 * alpha-tdep.h: Ditto for comments.
9159 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9160 (alpha_cannot_store_register): Ditto.
9161 (alpha_push_dummy_frame): Ditto.
9162 * alpha-nat.c (supply_gregset): Ditto.
9163
9164 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9165 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9166 * config/sparc/tm-sparc.h: Update comment.
9167
9168 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9169 deprecated_read_fp instead of TARGET_READ_FP.
9170 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9171 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9172 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9173 deprecated_read_fp instead of read_fp.
9174 * s390-tdep.c (s390_push_arguments): Ditto.
9175 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9176 * frame.h: Ditto in comments.
9177 * frame.c (legacy_get_prev_frame): Ditto.
9178 * dummy-frame.c (dummy_frame_this_id): Ditto.
9179 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9180
d7a27068
AC
91812003-04-28 Andrew Cagney <cagney@redhat.com>
9182
9183 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9184 * gdbarch.h, gdbarch.c: Re-generate.
9185 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9186 * vax-tdep.c (_initialize_vax_tdep): Update.
9187 * v850-tdep.c (_initialize_v850_tdep): Update.
9188 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9189 * s390-tdep.c (_initialize_s390_tdep): Update.
9190 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9191 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9192 * mips-tdep.c (_initialize_mips_tdep): Update.
9193 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9194 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9195 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9196 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9197 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9198 * frv-tdep.c (_initialize_frv_tdep): Update.
9199 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9200 (_initialize_cris_tdep): Update.
9201 * arch-utils.c (legacy_print_insn): Update.
9202 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9203
d2630e69
AF
92042003-04-26 Adam Fedor <fedor@gnu.org>
9205
9206 * linespec.c (decode_objc): New function to decode ObjC calls
9207 (decode_line_1): Check for ObjC calls (using decode_objc)
9208 * Makefile (linespec.o): Update dependencies.
9209
3086aeae
DJ
92102003-04-26 Daniel Jacobowitz <drow@mvista.com>
9211
9212 * breakpoint.h (struct breakpoint_ops): New.
9213 (struct breakpoint): Add ops member.
9214
9215 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9216 (mention): Use new breakpoint ops member.
9217 (set_raw_breakpoint): Initialize ops field to NULL.
9218 (print_exception_catchpoint, print_one_exception_catchpoint)
9219 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9220 (gnu_v3_exception_catchpoint_ops): New.
9221 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9222
1fbec6c3
AF
92232003-04-25 Adam Fedor <fedor@gnu.org>
9224
9225 * Makefile.in (COMMON_OBS): Add objc-lang.o
9226
0ef21242
AC
92272003-04-25 Andrew Cagney <cagney@redhat.com>
9228
9229 * d10v-tdep.c (print_insn): Delete function.
9230 (display_trace): Use TARGET_PRINT_INSN.
9231 (_initialize_d10v_tdep): Do not set tm_print_insn.
9232 (d10v_gdbarch_init): Set print_insn.
9233
f75493ed
AC
92342003-04-25 Andrew Cagney <cagney@redhat.com>
9235
9236 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9237 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9238 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9239 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9240 (nr_dmap_regs, a0_regnum): ... new functions.
9241 (d10v_print_registers_info): Use a0_regnum, use register_size.
9242 (d10v_register_byte): Delete function.
9243 (d10v_register_raw_size): Delete function.
9244 (d10v_register_type): Use a0_regnum.
9245 (d10v_print_registers_info): Use a0_regnum.
9246 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9247 (d10v_gdbarch_init): Do not set register_byte or
9248 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9249 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9250 extract_address.
9251 (trace_command): Use XCALLOC.
9252 (print_insn): Delete reference to tm_print_insn.
9253 (saved_regs_unwinder): Use store_unsigned_integer instead of
9254 store_address.
9255 * frame.h (FRAME_OBSTACK_CALLOC): Define
9256
2202b100
DC
92572003-04-25 David Carlton <carlton@bactrian.org>
9258
9259 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9260
4e45ca2e
AF
92612003-04-24 Adam Fedor <fedor@gnu.org>
9262
9263 * objc-lang.c: Include "valprint.h"
9264 * Makefile.in (objc-lang.o): Update dependencies.
9265
93de3e7f
AF
92662003-04-24 Adam Fedor <fedor@gnu.org>
9267
8ffd9b1b 9268 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
9269 architecture dependant compilation and mark as unimplemented
9270 (until they get put in the gdbarch vector).
9271
0f20eeea
DC
92722003-04-23 David Carlton <carlton@bactrian.org>
9273
9274 * cp-support.c (cp_find_first_component): Accept 'operator' in
9275 more locations.
9276
74cfe982
AC
92772003-04-23 Andrew Cagney <cagney@redhat.com>
9278
9279 * infcall.c (call_function_by_hand): Eliminate redundant
9280 indentation. Move "saved_async" and "old_cleanups" to where they
9281 are needed.
8ffd9b1b 9282
52557533
AC
92832003-04-23 Andrew Cagney <cagney@redhat.com>
9284
9285 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9286 and "buffer". Move the "name" code to where it is needed.
9287
158775de
AC
92882003-04-23 Andrew Cagney <cagney@redhat.com>
9289
9290 * infcall.c (call_function_by_hand): Move variables "start_sp",
9291 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9292 code to ON_STACK switch branch.
8ffd9b1b 9293
ebc7896c
AC
92942003-04-23 Andrew Cagney <cagney@redhat.com>
9295
9296 * infcall.c (call_function_by_hand): Make declaration of "i",
9297 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9298 lint.
9299
d727590f
AC
93002003-04-23 Andrew Cagney <cagney@redhat.com>
9301
9302 * infcall.c (call_function_by_hand): Delete variable
9303 "n_method_args". Localize "param_type"'s declaration to the loop
9304 that it is used. Reinstate code assigning to said variable -
9305 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9306 Rationalize code using "param_type".
9307
d585e13a
AC
93082003-04-22 Andrew Cagney <cagney@redhat.com>
9309
9310 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9311 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9312 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9313 to DEPRECATED_PUSH_RETURN_ADDRESS.
9314
051caad9
KB
93152003-04-22 Kevin Buettner <kevinb@redhat.com>
9316
9317 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9318 on the DWARF2 register number prior to fetching a register.
9319
77296879
JB
93202003-04-22 J. Brobecker <brobecker@gnat.com>
9321
9322 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9323 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 9324 this macro was always set to 0.
77296879
JB
9325 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9326 considering the fact that this macro was always set to 0.
9327 * hppa-tdep.h (hppa_store_return_value): Likewise.
9328 (hppa_extract_return_value): Likewise.
9329
4252f1df
JB
93302003-04-22 J. Brobecker <brobecker@gnat.com>
9331
9332 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9333 the hppa-pro target only.
9334
14604c6b
JB
93352003-04-21 J. Brobecker <brobecker@gnat.com>
9336
9337 Ongoing multi-arch conversion effort for HP/UX:
9338 * config/pa/tm-hppa.h: Move all macro that are no longer
9339 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9340 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9341
77eb01d1
JB
93422003-04-21 J. Brobecker <brobecker@gnat.com>
9343
9344 * config/pa/tm-hppa.h: Obsolete a section that was only used
9345 for hppa-pro.
9346
61995b3b
JB
93472003-04-21 J. Brobecker <brobecker@gnat.com>
9348
9349 Ongoing multi-arch conversion for HP/UX.
9350 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9351 if already defined (allows hppa64 to stay non-multiarched for now).
9352 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9353
4aa79dcc
AC
93542003-04-21 Andrew Cagney <cagney@redhat.com>
9355
9356 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9357
0f751ff2
AC
93582003-04-21 Andrew Cagney <cagney@redhat.com>
9359
9360 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9361 "i386_num_mmx_regs".
9362
04714b91
AC
93632003-04-21 Andrew Cagney <cagney@redhat.com>
9364
9365 * infcall.c: New file.
9366 * infcall.h: New file.
9367 * valarith.c: Include "infcall.h".
9368 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9369 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9370 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9371 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9372 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9373 (SFILES): Add "infcall.c"
9374 (COMMON_OBS): Add "infcall.o".
9375 (infcall.o): Specify dependencies.
9376 * value.h (call_function_by_hand): Delete declaration.
9377 * inferior.h (run_stack_dummy): Delete declaration.
9378 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9379 (run_stack_dummy): Move to "infcall.c", merged into
9380 call_function_by_hand.
9381 * valops.c (call_function_by_hand): Moved to "infcall.c".
9382 (find_function_addr, value_arg_coerce): Ditto.
9383 (unwindonsignal_p, coerce_float_to_double): Ditto.
9384 (_initialize_valops): Move "set/show coerce-float-to-double", and
9385 "set/show unwindonsignal" commands to "infcall.c".
9386 * v850-tdep.c, target.h: Update comments.
9387 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9388 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9389 (sh64_init_extra_frame_info): Update comments.
9390 * mn10300-tdep.c: Update comments.
9391 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9392 * config/sparc/tm-sparc.h: Update comments.
9393 * breakpoint.h: Update comments.
9394 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9395 * arm-tdep.c: Update comment.
9396
f9d3c2a8
MK
93972003-04-19 Mark Kettenis <kettenis@gnu.org>
9398
c40e1eab
MK
9399 * i386-tdep.c (i386_num_register_names): New variable.
9400 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9401 (MM0_REGNUM): Remove redundant parentheses in define.
9402 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9403 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9404 i386_mxcsr_regnum_p): Remove redundant parentheses.
9405 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 9406
94ea66b3
MK
9407 * i386-tdep.c (i386_extract_return_value,
9408 i386_store_return_value): Correct check for availability of
9409 floating-point registers.
9410
54299a1d
MK
9411 * i386-tdep.c (i386_frame_num_args): Remove function.
9412 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9413
c86c27af
MK
9414 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9415 mmx_regnum_to_fp_regnum. Adjust all callers.
9416
f9d3c2a8
MK
9417 * i386-tdep.c (i386_get_longjmp_target): Use
9418 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9419 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9420 extract_address.
9421
94ba74a9
MK
94222003-04-19 Mark Kettenis <kettenis@gnu.org>
9423
9424 * core-regset.c: Update comments to reflect reality. Re-order
9425 includes.
9426 (fetch_core_registers): Use switch instead of if. Remove
9427 redundant prototype.
9428
4074e13c
JB
94292003-04-18 Jim Blandy <jimb@redhat.com>
9430
9431 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9432 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9433
e3ab4aba
RH
94342003-04-17 Richard Henderson <rth@redhat.com>
9435
9436 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9437
627bf7c1
EZ
94382003-04-17 Michael Snyder <msnyder@redhat.com>
9439 Karen Bennet <bennet@redhat.com>
9440
9441 Committed by Elena Zannoni <ezannoni@redhat.com>
9442 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9443
514621a9
EZ
94442003-04-17 Elena Zannoni <ezannoni@redhat.com>
9445
9446 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9447 value if the return type is void.
514621a9 9448
b4acd559
JJ
94492003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9450
9451 * thread-db.c: Reindented.
8ffd9b1b 9452
530b167e 94532003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9454
9455 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9456 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9457 as types.
9458
0a48e7e8
MS
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
8ffd9b1b 9482
ab9fe00e
KB
94832003-04-16 Kevin Buettner <kevinb@redhat.com>
9484
610a3745 9485 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9486 the size of ``long double'' to 16, instead of 8.
9487
e64a344c
MK
94882003-04-16 Mark Kettenis <kettenis@gnu.org>
9489
9490 * i386-linux-nat.c: Add some whitespace to make things more
9491 readable.
9492 (fetch_register, store_register, fetch_inferior_registers,
9493 store_inferior_registers): Get rid of assignment in if-statement.
9494 (store_register): Fix typo in error message.
9495
25d41031
AC
94962003-04-16 Andrew Cagney <cagney@redhat.com>
9497
9498 * utils.c (xmmalloc): Always allocate something, matches
9499 libiberty/xmalloc's semantics.
9500 (xmrealloc, xmcalloc): Ditto.
9501
c50901fd
AC
95022003-04-16 Andrew Cagney <cagney@redhat.com>
9503
9504 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9505 update comments.
9506 (get_frame_type): Initialize unwind and type when needed.
9507 (get_frame_id, frame_register_unwind): Ditto.
9508
f81824a9
AC
95092003-04-16 Andrew Cagney <cagney@redhat.com>
9510
9511 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9512 obsolete.
9513 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9514 * sparcl-stub.c: Obsolete file.
9515 * config/sparc/tm-sparclet.h: Obsolete file.
9516 * sparclet-stub.c: Obsolete file.
9517 * sparclet-rom.c: Obsolete file.
9518 * sparcl-tdep.c: Obsolete file.
9519 * config/sparc/tm-sparclite.h: Obsolete file.
9520 * config/sparc/sparclite.mt: Obsolete file.
9521 * config/sparc/sparclet.mt: Obsolete file.
9522 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9523 sparc86x-*-* obsolete.
9524
9219021c
DC
95252003-04-15 David Carlton <carlton@math.stanford.edu>
9526
9527 * Makefile.in (SFILES): Add cp-namespace.c.
9528 (COMMON_OBS): Add cp-namespace.o.
9529 (block.o): Depend on gdb_obstack_h and cp_support_h.
9530 (buildsym.o): Depend on cp_support_h.
9531 (cp-namespace.o): New.
9532 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9533 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9534 (dwarf2read.o): Depend on cp_support_h.
9535 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9536 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9537 processing_current_namespace.
9538 (read_namespace): Update processing_current_namespace; check for
9539 anonymous namespaces.
9540 (dwarf2_name): New function.
9541 (dwarf2_extension): Ditto.
9542 * cp-support.h: Update copyright, contributors.
9543 Add inclusion guards.
9544 Add opaque declaration for structs obstack, block, symbol.
9545 (struct using_direct): New struct.
9546 Add declarations for cp_find_first_component,
9547 cp_entire_prefix_len, processing_has_namespace_info,
9548 processing_current_namespace, cp_is_anonymous,
9549 cp_add_using_directive, cp_initialize_namespace,
9550 cp_finalize_namespace, cp_set_block_scope,
9551 cp_scan_for_anonymous_namespaces.
9552 * cp-namespace.c: New file.
9553 * cp-support.c: Update copyright.
9554 Include ctype.h, gdb_assert.h, gdbcmd.h.
9555 New variable maint_cplus_cmd_list.
9556 (cp_find_first_component): New function.
9557 (cp_entire_prefix_len, maint_cplus_command)
9558 (first_component_command, _initialize_cp_support): Ditto.
9559 * buildsym.c: Include cp-support.h.
9560 New variable using_list.
9561 (add_symbol_to_list): Check for anonymous namespaces.
9562 (finish_block): Set block's scope.
9563 (start_symtab): Initialize C++ namespace support.
9564 (end_symtab): Finalize C++ namespace support.
9565 * block.h: Add opaque declarations for structs
9566 block_namespace_info, using_direct, and obstack.
9567 Add declarations for block_set_scope and block_set_using.
9568 (struct block): Add 'language_specific' member.
9569 (BLOCK_NAMESPACE): New macro.
9570 * block.c: Include gdb_obstack.h and cp-support.h.
9571 (struct block_namespace_info): New struct.
9572 (block_set_scope): New function.
9573 (block_set_using, block_initialize_namespace): Ditto.
9574
d5a921c9
KB
95752003-04-14 Kevin Buettner <kevinb@redhat.com>
9576
9577 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9578 (locate_base): Return early if there aren't any link map offsets.
9579 (svr4_solib_create_inferior_hook): Warn if shared library support
9580 is unavailable.
9581
d2a52b27
DC
95822003-04-14 David Carlton <carlton@math.stanford.edu>
9583
9584 * symtab.c (symbol_set_names): Add prefix when storing Java names
9585 in hash table. Fix for PR java/1039.
9586
980cae7a
DC
95872003-04-14 David Carlton <carlton@math.stanford.edu>
9588
9589 * symtab.c (symbol_set_names): Rename 'name' arg to
9590 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9591 * symtab.h: Change 'name' argument in declaration of
9592 symbol_set_names to 'linkage_name'.
9593 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9594
e227b13c
AC
95952003-04-14 Andrew Cagney <cagney@redhat.com>
9596
9597 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9598 return the fully sign-extended register value.
9599 (get_frame_pointer): Ditto.
9600 (mips_pop_frame): Initialize "proc_desc" after checking for a
9601 dummy frame.
9602
36712a20
AC
96032003-04-14 Andrew Cagney <cagney@redhat.com>
9604
9605 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9606 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9607 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9608 (mips_push_register): Delete function.
9609 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9610 PUSH_FP_REGNUM.
9611
44ea7b70
JB
96122003-04-14 Jim Blandy <jimb@redhat.com>
9613
9614 * symmisc.c: #include "gdb_regex.h".
9615 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9616 functions.
9617 * maint.c (maintenance_list_command): New function.
9618 (_initialize_maint_cmds): Register the above as commands.
9619 * symtab.h (maintenance_list_symtabs,
9620 maintenance_list_psymtabs): New declarations.
9621 * cli/cli-cmds.c (maintenancelistlist): New variable.
9622 (init_cmd_lists): Initialize it.
9623 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9624 * gdbcmd.h (maintenancelistlist): New declaration.
9625 * Makefile.in (symmisc.o): Update dependencies.
9626
2d0c7962
EZ
96272003-04-14 Elena Zannoni <ezannoni@redhat.com>
9628
9629 * s390-nat.c: Include asm/types.h for addr_t.
9630
1947a811
CV
96312003-04-14 Corinna Vinschen <vinschen@redhat.com>
9632
9633 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9634 actually incoming type.
9635
adb616d7
AC
96362003-04-13 Andrew Cagney <cagney@redhat.com>
9637
9638 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9639 get_next_frame and get_frame_saved_regs.
9640
9b5e151c
AC
96412003-04-13 Andrew Cagney <cagney@redhat.com>
9642
9643 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9644 of gdbarch_num_regs.
9645
ef6e7e13
AC
96462003-04-13 Andrew Cagney <cagney@redhat.com>
9647
9648 * frame.h: Mention what replaced what in "struct frame_info".
9649 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9650 deprecated_update_frame_base_hack and
9651 deprecated_update_frame_pc_hack.
9652 * hppa-tdep.c: Ditto.
9653
61fbb938
DJ
96542003-04-13 Daniel Jacobowitz <drow@mvista.com>
9655
9656 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9657 to read_reg and update its comment. Remove regnum member.
9658 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9659 Don't call read_reg when setting in_reg. Call read_reg to get
9660 the frame base if it's in a register. Return the register number
9661 on the stack instead of in the context. Remove extra arguments
9662 to read_reg.
9663 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9664 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9665 the register number on the expression stack.
9666 (needs_frame_read_reg): Remove extra arguments.
9667
0d53c4c4
DJ
96682003-04-13 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9671 made non-static.
9672 (execute_stack_op): All callers updated.
9673 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9674 * dwarf2loc.c (find_location_expression): New function.
9675 (dwarf_expr_frame_base): Call it.
9676 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9677 (dwarf2_tracepoint_var_ref): New function, broken out from
9678 locexpr_tracepoint_var_ref.
9679 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9680 Make static.
9681 (loclist_read_variable, loclist_read_needs_frame): New functions.
9682 (loclist_describe_location, loclist_tracepoint_var_ref): New
9683 functions.
9684 (dwarf2_loclist_funcs): New struct location_funcs.
9685 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9686 (struct dwarf2_locexpr_baton): Add comments.
9687 (dwarf2_loclist_funcs): New extern.
9688 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9689 base_address and base_known.
9690 (dwarf_loc_buffer): New variable.
9691 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9692 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9693 (dwarf2_has_info): Initialize dwarf_loc_offset.
9694 (dwarf2_build_psymtabs): Read in .debug_loc.
9695 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9696 DWARF_LOC_SIZE.
9697 (psymtab_to_symtab_1): Likewise. Move base address calculation
9698 here, from...
9699 (dwarf2_get_pc_bounds): ... here. Use the base address from
9700 cu_header.
9701 (dwarf2_symbol_mark_computed): Handle location lists.
9702
6aca59a3
DJ
97032003-04-13 Daniel Jacobowitz <drow@mvista.com>
9704
9705 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9706 if the linkage name demangled successfully.
9707
aca1fcd0
MK
97082003-04-13 Mark Kettenis <kettenis@gnu.org>
9709
97095916
MK
9710 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9711 disassmbly_flavour): Removed.
9712
aca1fcd0
MK
9713 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9714
562a961f
MK
97152003-04-13 Mark Kettenis <kettenis@gnu.org>
9716
9717 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9718
bd013d54
AC
97192003-04-12 Andrew Cagney <cagney@redhat.com>
9720
9721 * frame.h (struct frame_info): Move definition from here ...
9722 * frame.c (struct frame_info): ... to here.
9723
167ef8b1
AC
97242003-04-12 Andrew Cagney <cagney@redhat.com>
9725
9726 * gdbthread.h (save_infrun_state): Delete parameter
9727 "prev_func_start".
9728 (struct thread_info): Delete field "prev_func_start".
9729 (load_infrun_state): Ditto.
9730 * thread.c (load_infrun_state, save_infrun_state): Update.
9731 * infrun.c (prev_func_start): Delete variable.
9732 (context_switch, init_wait_for_inferior): Update.
9733 (stop_stepping, keep_going): Update.
9734
da3331ec
AC
97352003-04-12 Andrew Cagney <cagney@redhat.com>
9736
9737 * gdbarch.sh: Add missing opaque declarations.
9738 * gdbarch.h: Regnerate.
9739 * symtab.h: Add missing opaque declarations.
9740 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9741 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9742 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9743 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9744 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9745 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9746 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9747 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9748 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9749 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9750 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9751 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9752 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9753
18adea3f
AC
97542003-04-11 Andrew Cagney <cagney@redhat.com>
9755
9756 * frame.c (get_frame_id): Return this frame's "id".
9757 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9758 function start.
9759 (legacy_saved_regs_this_id): Replace function body with
9760 internal-error.
9761 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9762 FRAME_OBSTACK_ZALLOC.
9763 (create_new_frame): Mark the frame ID as valid.
9764
2252e863
AO
97652003-04-11 Alexandre Oliva <aoliva@redhat.com>
9766
9767 * Makefile.in (libbfd_h): Added missing setting.
9768 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9769 according to the selected ABI.
9770
a8245ab8
JJ
97712003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9772
9773 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9774
6913c89a
AC
97752003-04-11 Andrew Cagney <cagney@redhat.com>
9776
9777 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9778 SAVED_PC_AFTER_CALL.
9779 * gdbarch.h, gdbarch.c: Regenerate.
9780 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9781 * x86-64-tdep.c (x86_64_init_abi): Update.
9782 * vax-tdep.c (vax_gdbarch_init): Update.
9783 * v850-tdep.c (v850_gdbarch_init): Update.
9784 * sparc-tdep.c (sparc_gdbarch_init): Update.
9785 * sh-tdep.c (sh_gdbarch_init): Update.
9786 * s390-tdep.c (s390_gdbarch_init): Update.
9787 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9788 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9789 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9790 * mips-tdep.c (mips_gdbarch_init): Update.
9791 * mcore-tdep.c (mcore_gdbarch_init): Update.
9792 * m68k-tdep.c (m68k_gdbarch_init): Update.
9793 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9794 * ia64-tdep.c (ia64_gdbarch_init): Update.
9795 (ia64_saved_pc_after_call): Update declaration.
9796 * i386ly-tdep.c (i386lynx_init_abi): Update.
9797 * i386-tdep.c (i386_gdbarch_init): Update.
9798 * hppa-tdep.c (hppa_gdbarch_init): Update.
9799 * h8300-tdep.c (h8300_gdbarch_init): Update.
9800 * frv-tdep.c (frv_gdbarch_init): Update.
9801 * cris-tdep.c (cris_gdbarch_init): Update.
9802 * avr-tdep.c (avr_gdbarch_init): Update.
9803 * arm-tdep.c (arm_gdbarch_init): Update.
9804 * alpha-tdep.c (alpha_gdbarch_init): Update.
9805 * ns32knbsd-nat.c (frame_num_args): Update.
9806 * ns32k-tdep.c (umax_frame_num_args): Update.
9807 * mips-tdep.c (mips_init_frame_pc_first): Update.
9808 * infrun.c (step_over_function): Update.
9809 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9810 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9811 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9812 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9813 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9814 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9815 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9816 * arch-utils.c (init_frame_pc_default): Update.
9817 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9818 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9819 declaration.
8ffd9b1b 9820
38edeab8
AC
98212003-04-11 Andrew Cagney <cagney@redhat.com>
9822
9823 * i387-tdep.c: Update copyright.
9824 (i387_to_double): Delete function.
9825 (double_to_i387): Delete function.
9826
81f8a206
AC
98272003-04-10 Andrew Cagney <cagney@redhat.com>
9828
9829 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9830 frame's function's address. Simplify.
9831 (d10v_frame_unwind_cache): Check that the frame's function is
9832 non-zero.
9833
6e691f7a
JB
98342003-04-10 Jim Blandy <jimb@redhat.com>
9835
9836 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9837 call to set_gdbarch_deprecated_push_arguments.
9838
7f78e237
AC
98392003-04-10 Andrew Cagney <cagney@redhat.com>
9840
9841 * frame.c (fprint_frame_id): New function.
9842 (fprint_frame_type, fprint_frame): New function.
9843 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9844 (create_sentinel_frame, get_frame_id): Ditto.
9845 (frame_id_p, frame_id_eq): Ditto.
9846 (frame_id_inner, create_new_frame): Ditto.
9847 (legacy_get_prev_frame, get_prev_frame): Ditto.
9848 (deprecated_update_frame_pc_hack): Ditto.
9849 (frame_register_unwind): Ditto.
9850 (deprecated_update_frame_base_hack): Ditto.
9851
f870b49b
CV
98522003-04-10 Corinna Vinschen <vinschen@redhat.com>
9853
9854 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9855 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9856 frame_chain function.
9857 * Makefile.in: Add dependencies due to above change.
9858
7c86889b
CV
98592003-04-10 Corinna Vinschen <vinschen@redhat.com>
9860
9861 * blockframe.c (legacy_frame_chain_valid): Move call to
9862 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9863 inside_entry_file.
9864
d0a55772
AC
98652003-04-09 Andrew Cagney <cagney@redhat.com>
9866
9867 * frame.h (struct frame_id): Replace "pc" and "base" with
9868 "stack_addr" and "code_addr". Update comments.
9869 (frame_id_build): Update parameter names and comment.
9870 (struct frame_info): Replace "id_p" and "id" with "this_id".
9871 * dummy-frame.c (dummy_frame_this_id): Update.
9872 * breakpoint.c (print_one_breakpoint): Update.
9873 * frame.c (get_frame_id): Update.
9874 (get_frame_base, frame_id_build): Update.
9875 (create_sentinel_frame, legacy_get_prev_frame): Update.
9876 (deprecated_update_frame_base_hack): Update.
9877 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9878 (frame_id_inner): Ditto.
9879
ac16bf07
AC
98802003-04-09 Andrew Cagney <cagney@redhat.com>
9881
9882 * defs.h (gdb_print_host_address): Make "addr" parameter a
9883 pointer constant.
9884 * utils.c (gdb_print_host_address): Update.
9885
366cfc9e
KB
98862003-04-09 Kevin Buettner <kevinb@redhat.com>
9887
9888 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9889 register number for R0 is 0.
9890
cd983b5c
JB
98912003-04-09 J. Brobecker <brobecker@gnat.com>
9892
9893 * frame.h (struct gdbarch): Add opaque structure definition
9894 to avoid a compilation warning on LynxOS 4.0.
9895
d1340264
AC
98962003-04-09 Andrew Cagney <cagney@redhat.com>
9897
9898 * frame.h (struct frame_info): Delete field "pc". Replace
9899 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9900 structure.
9901 * frame.c (frame_pc_unwind): Update.
9902 (create_sentinel_frame): Do not set "pc".
9903 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9904 (get_frame_pc): Call frame_pc_unwind.
9905 (deprecated_update_frame_pc_hack): Update.
9906 (create_new_frame): Use "pc" not "->pc".
9907
90a6fffb
AC
99082003-04-09 Andrew Cagney <cagney@redhat.com>
9909
9910 * frame.c (get_frame_id): Eliminate code updating "frame".
9911 (legacy_get_prev_frame): Ditto.
9912 (get_frame_base): Return id.base directly.
9913 (deprecated_update_frame_base_hack): Update "id.base".
9914 * frame.h (struct frame_info): Delete field "frame".
9915
2fbce691
AC
99162003-04-09 Andrew Cagney <cagney@redhat.com>
9917
9918 * NEWS: Mention that the "Sequent family" is obsolete.
9919 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9920 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9921 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9922 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9923 * config/i386/tm-ptx4.h: Obsolete file.
9924 * config/i386/tm-ptx.h: Obsolete file.
9925 * symm-tdep.c: Obsolete file.
9926 * config/i386/symmetry.mt: Obsolete file.
9927 * config/i386/tm-symmetry.h: Obsolete file.
9928 * symm-nat.c: Obsolete file.
9929 * config/i386/nm-symmetry.h: Obsolete file.
9930 * config/i386/xm-symmetry.h: Obsolete file.
9931 * config/i386/symmetry.mh: Obsolete file.
9932 * config/i386/nm-ptx4.h: Obsolete file.
9933 * config/i386/ptx4.mh: Obsolete file.
9934 * config/i386/ptx.mt: Obsolete file.
9935 * config/i386/ptx.mh: Obsolete file.
9936 * config/i386/xm-ptx4.h: Obsolete file.
9937 * config/i386/xm-ptx.h: Obsolete file.
9938
78c43945
AC
99392003-04-09 Andrew Cagney <cagney@redhat.com>
9940
9941 Obsolete mips*-*-mach3*.
9942 * NEWS: Mention that mips*-*-mach3* is obsolete.
9943 * m3-nat.c: Obsolete file.
9944 * config/nm-m3.h: Obsolete file.
9945 * config/mips/tm-mipsm3.h: Obsolete file.
9946 * config/mips/mipsm3.mt: Obsolete file.
9947 * config/mips/mipsm3.mh: Obsolete file.
9948 * config/mips/xm-mipsm3.h: Obsolete file.
9949 * mipsm3-nat.c: Obsolete file.
9950 * configure.host: Obsolete mips-dec-mach3*.
9951 * configure.tgt: Obsolete mips*-*-mach3*.
9952
f1908289
AC
99532003-04-09 Andrew Cagney <cagney@redhat.com>
9954
9955 * doublest.h: Update copyright.
9956 (deprecated_store_floating, deprecated_extract_floating): Rename
9957 store_floating and extract_floating. Update comments.
9958 * doublest.c: Update copyright.
9959 (extract_floating_by_length): Replace extract_floating.
9960 (store_floating_by_length): Replace store_floating.
9961 (deprecated_extract_floating): New function.
9962 (deprecated_store_floating): New function.
9963 (extract_typed_floating): Call extract_floating_by_length.
9964 (store_typed_floating): Call store_floating_by_length.
9965 * x86-64-tdep.c (x86_64_store_return_value): Update.
9966 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9967 (sh64_extract_return_value): Update.
9968 (sh_sh4_register_convert_to_virtual): Update.
9969 (sh_sh64_register_convert_to_virtual): Update.
9970 (sh_sh4_register_convert_to_raw): Update.
9971 (sh_sh64_register_convert_to_raw): Update.
9972 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9973 (rs6000_register_convert_to_raw): Update.
9974 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9975 (ia64_register_convert_to_raw): Update.
9976 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9977 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9978 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9979 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9980 (alpha_register_convert_to_raw): Update.
9981
4443bd83
AC
99822003-04-08 Andrew Cagney <cagney@redhat.com>
9983
9984 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9985 * gdbarch.h, gdbarch.c: Re-generate.
9986 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9987 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9988 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9989 conditionally, use frame_pc_unwind as an alternative. Add
9990 comments.
9991 * arch-utils.c (init_frame_pc_default): Only call
9992 SAVED_PC_AFTER_CALL when available.
9993
c0236d92
EZ
99942003-04-08 Elena Zannoni <ezannoni@redhat.com>
9995
fbe586ae 9996 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9997 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9998 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9999 (start_remote): Ditto.
10000 (handle_inferior_event): Ditto.
10001 (save_inferior_status): Ditto.
10002 (restore_inferior_status): Ditto.
10003 * infcmd.c (attach_command): Ditto.
10004 * fork-child.c (startup_inferior): Ditto.
fbe586ae 10005 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
10006 * alpha-tdep.c (heuristic_proc_start): Ditto.
10007 * mips-tdep.c (heuristic_proc_start): Ditto.
10008 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10009 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10010 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10011 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10012 * remote-vx.c (vx_create_inferior): Ditto.
10013
100142003-04-08 Elena Zannoni <ezannoni@redhat.com>
10015
10016 * infrun.c (stop_soon_quietly): Make it an enum, to better
10017 override the default behavior of handle_inferior_event.
10018 (clear_proceed_status): Update uses of stop_soon_quietly to
10019 reflect that it is now an enum.
10020 (start_remote): Ditto.
10021 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10022 is set to handle the new GNU/Linux kernel behavior for
10023 attach/sigstop. Update uses of stop_soon_quietly.
10024 * inferior.h (enum stop_kind): New enum.
10025 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10026 Reset normal handle_inferior_event behavior, afterwards.
10027 * fork-child.c (startup_inferior): Update.
10028 * alpha-tdep.c (heuristic_proc_start): Update.
10029 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10030 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10031 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10032 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10033 * remote-vx.c (vx_create_inferior): Update.
10034 * mips-tdep.c (heuristic_proc_start): Update.
10035
1211bce3
EZ
100362003-04-07 Elena Zannoni <ezannoni@redhat.com>
10037
10038 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 10039 be freed more than once, causing wild memory corruptions.
1211bce3 10040 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 10041 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 10042 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 10043 with the "core" target.
1211bce3 10044
f0ef6b29
KB
100452003-04-07 Kevin Buettner <kevinb@redhat.com>
10046
10047 * mips-tdep.c (mips_print_fp_register): New function, created from
10048 do_fp_register_row(). Registers are now (also) printed as hex.
10049 Only one register is printed per row.
10050 (mips_print_register, do_fp_register_row): Print floating point
10051 registers with mips_print_fp_register().
10052
8cf71652
AC
100532003-04-06 Andrew Cagney <cagney@redhat.com>
10054
5e488a7b
AC
10055 * valprint.h (inspect_it): Add extern declaration.
10056 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10057 (selectors_info, classes_info): Ditto.
10058 (find_objc_msgcall): Fix indentation.
10059 (objc_printstr): Delete extern declarations.
10060
8cf71652
AC
10061 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10062
e6ba3bc9
AC
100632003-04-06 Andrew Cagney <cagney@redhat.com>
10064
10065 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10066 Update comment.
10067 * frame.c (legacy_saved_regs_this_id): Update.
10068 (legacy_get_prev_frame): Update.
10069 * xstormy16-tdep.c: Update comment.
10070 * sparc-tdep.c (sparc_frame_chain): Update comment.
10071 * blockframe.c (legacy_frame_chain_valid): Update.
10072
55e1d7e7
AC
100732003-04-06 Andrew Cagney <cagney@redhat.com>
10074
996179ee
AC
10075 * valprint.c (val_print_type_code_int): Delete #ifdef
10076 PRINT_TYPELESS_INTEGER code.
10077
55e1d7e7
AC
10078 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10079 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10080 multi-arch definition.
10081 * gdbarch.h: Re-generate.
10082
43bd9a9e
AC
100832003-04-05 Andrew Cagney <cagney@redhat.com>
10084
10085 Eliminate FRAME_FIND_SAVED_REGS.
10086 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10087 Change FSR parameter to a pointer.
10088 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10089 Assume FSR parameter is a pointer.
10090 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10091 Make fsr a pointer.
10092 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10093 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10094 saved_regs a pointer.
10095 (hppa_frame_saved_pc): Ditto.
10096 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10097 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10098 pointer.
10099 (restore_pc_queue): Make fsr a pointer.
10100 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10101 (hppa_frame_chain): Make saved_regs a pointer, call
10102 hppa_frame_init_saved_regs.
10103 * sparc-tdep.c: Include "gdb_assert.h".
10104 (sparc_frame_find_saved_regs): Replace internal_error with
10105 gdb_assert.
10106 * remote-vxsparc.c (vx_read_register): Delete reference to
10107 FRAME_FIND_SAVED_REGS.
10108 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10109 * gdbarch.h: Regenerate.
10110 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10111 (deprecated_get_frame_saved_regs): Delete declaration.
10112 (struct frame_saved_regs): Delete definition.
10113 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10114 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10115 (hppa_frame_find_saved_regs): Delete declaration.
10116 (FRAME_FIND_SAVED_REGS): Delete macro.
10117 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10118 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10119 FRAME_FIND_SAVED_REGS in comment.
10120
be41e9f4
AC
101212003-04-05 Andrew Cagney <cagney@redhat.com>
10122
10123 * frame.c (frame_func_unwind, get_frame_func): New functions.
10124 * frame.h (get_frame_func, frame_func_unwind): Declare.
10125 (struct frame_info): Add field "prev_func" for caching the
10126 previous frame's function address.
10127 * arm-tdep.c (arm_frameless_function_invocation): Combine
10128 get_pc_function_start and get_frame_pc into get_frame_func.
10129 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10130 (sh64_nofp_frame_init_saved_regs): Ditto.
10131 * s390-tdep.c (s390_function_start): Ditto.
10132 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10133 (rs6000_frameless_function_invocation): Ditto.
10134 (rs6000_frame_saved_pc): Ditto.
10135 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10136 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10137 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10138 (i386_frame_init_saved_regs): Ditto.
10139 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10140 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10141 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10142 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10143 * blockframe.c (frameless_look_for_prologue): Ditto.
10144
a01dd7cc
AC
101452003-04-05 Andrew Cagney <cagney@redhat.com>
10146
10147 * frame.c (legacy_get_prev_frame): Link prev to next at the
10148 function start. Update comments.
10149
5e5592e6
AC
101502003-04-05 Andrew Cagney <cagney@redhat.com>
10151
10152 * frame.c (get_frame_id): Update comment.
10153 (legacy_get_prev_frame): Update comment.
10154 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10155 * gdbarch.h: Regenerate.
10156 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10157 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10158
6fba5002
AC
101592003-04-05 Andrew Cagney <cagney@redhat.com>
10160
10161 * stack.c (print_frame_info): Use get_frame_pc.
10162
7df05f2b
AC
101632003-04-04 Andrew Cagney <cagney@redhat.com>
10164
10165 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10166 the frame's type from the unwinder.
10167 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10168 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10169 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10170 (get_frame_base_address): Use get_frame_type.
10171 (get_frame_locals_address, get_frame_args_address): Ditto.
10172 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10173 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10174 (struct frame_info): Add comment explaining why the frame contains
10175 a "type" field.
10176 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10177 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10178 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10179 NORMAL_FRAME.
10180 * frame-unwind.h: Include "frame.h".
10181 (struct frame_unwind): Add "type" field.
10182 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 10183
11889732
AC
101842003-04-04 Andrew Cagney <cagney@redhat.com>
10185
10186 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10187 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10188 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10189 get_frame_base.
10190 (d10v_unwind_dummy_id): Use frame_id_build.
10191 * frame.c (find_frame_sal): Use get_frame_pc.
10192 (create_new_frame): Use deprecated_update_frame_pc_hack and
10193 deprecated_update_frame_base_hack.
10194 (create_sentinel_frame): Add comment about ->pc going away.
10195 (get_prev_frame): Add comment about ->pc going away.
10196 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10197 frame_id_build, deprecated_update_frame_pc_hack and
10198 deprecated_update_frame_base_hack.
10199 (select_frame): Use get_frame_pc.
10200 (legacy_saved_regs_this_id): Use frame_id_build.
10201
50c46a0d
EZ
102022003-04-04 Elena Zannoni <ezannoni@redhat.com>
10203
fbe586ae
RH
10204 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10205 signed integer case.
10206 (classify_argument): Handle enumerations and references.
50c46a0d 10207
50bbdbd9
AC
102082003-04-04 Andrew Cagney <cagney@redhat.com>
10209
10210 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10211 ID to NULL.
10212
36018d2e
AF
102132003-04-01 Adam Fedor <fedor@gnu.org>
10214
10215 * gdb/objc-lang.c (selectors_info): Replace calls to
10216 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10217 SYMBOL_NATURAL_NAME.
10218 (classes_info, find_methods): Likewise.
10219
35cec841
KB
102202003-04-03 Kevin Buettner <kevinb@redhat.com>
10221
10222 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10223 ``mach'' to the value determined by bfd_default_set_arch_mach().
10224
43136899
BR
102252003-04-02 Bob Rossi <bob_rossi@cox.net>
10226
10227 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10228 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10229 (mi-cmd-file.o): Update dependencies.
10230
040b99fd
KB
102312003-04-01 Kevin Buettner <kevinb@redhat.com>
10232
10233 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10234 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10235
9a3d7dfd
AF
102362003-04-01 Adam Fedor <fedor@gnu.org>
10237
10238 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10239 * language.h (struct language_defn): Add la_demangle.
10240 (language_demangle): Declare.
10241 * language.c (language_demangle): New function.
10242 (unk_lang_demangle): Likewise.
10243 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 10244 Add ukn_lang_demangle.
9a3d7dfd 10245 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 10246 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
10247 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10248 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10249 * jv-lang.c (java_demangle): New function
10250 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
10251 * objc-lang.c (objc_demangle): Add options argument
10252 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
10253 * maint.c (maintenance_demangle): Replace switch with
10254 call to language_demangle.
10255 * utils.c (fprintf_symbol_filtered): Likewise.
10256
5e074003
AC
102572003-04-01 Andrew Cagney <cagney@redhat.com>
10258
10259 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10260 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10261 PRINT_TYPELESS_INTEGER.
10262 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10263 PUSH_RETURN_ADDRESS.
10264
270cb5d6
AC
102652003-04-01 Andrew Cagney <cagney@redhat.com>
10266
10267 * Makefile.in (d10v-tdep.o): Update dependencies.
10268 * d10v-tdep.c: Include "frame-base.h".
10269 (d10v_frame_unwind): Make constant.
10270 (d10v_frame_base_address): New function.
10271 (d10v_frame_base): New variable.
10272 (d10v_gdbarch_init): Set frame_base default.
10273 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10274 comment for base.
10275 (d10v_frame_unwind_cache): Set and use "prev_sp".
10276 (d10v_frame_this_id): Use the previous frame's inner most stack
10277 address and this frame's func address for the frame ID. Use
10278 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 10279
6bfb3e36
AC
102802003-04-01 Andrew Cagney <cagney@redhat.com>
10281
10282 * frame.h (get_frame_locals_address, get_frame_args_address):
10283 Refer to the base address, instead of the address of the first
10284 local or parameter.
8ffd9b1b 10285
da62e633
AC
102862003-04-01 Andrew Cagney <cagney@redhat.com>
10287
10288 Add frame debug info addresses:
10289 * frame-base.c: New file.
10290 * frame-base.h: New file.
10291 * frame.h (struct frame_base): Add opaque declaration.
10292 (get_frame_base): Update comment.
10293 (get_frame_base_address): Declare.
10294 (get_frame_locals_address): Declare.
10295 (get_frame_args_address): Declare.
10296 (struct frame_info): Add "base" and "base_cache". Update
10297 comments on the unwinder.
10298 * frame.c: Include "frame-base.h".
10299 (get_frame_locals_address): New function.
10300 (get_frame_base_address): New function.
10301 (get_frame_args_address): New function.
10302 * findvar.c (read_var_value): Use get_frame_locals_address and
10303 get_frame_args_address.
10304 * stack.c (frame_info): Use get_frame_locals_address and
10305 get_frame_args_address.
10306 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10307 moved to "frame-base.c".
10308 * printcmd.c (print_frame_nameless_args): Ditto.
10309 * symtab.h (address_class): Update comments.
10310 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10311 get_frame_base_address.
10312 * dwarf2expr.c (execute_stack_op): Ditto.
10313 * Makefile.in (frame_base_h): Define.
10314 (frame.o): Update dependencies.
10315 (frame-base.o): Add dependencies.
10316 (SFILES): Add frame-base.c.
10317 (COMMON_OBS): Add frame-base.o.
10318
3d30e9c2
AC
103192003-04-01 Andrew Cagney <cagney@redhat.com>
10320
10321 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10322 CALL_DUMMY_LENGTH): Ditto.
10323 * gdbarch.c: Re-generate.
10324 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10325 (CALL_DUMMY_LENGTH): Delete macro.
10326 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10327 * arm-tdep.c (arm_gdbarch_init): Ditto.
10328 * avr-tdep.c (avr_gdbarch_init): Ditto.
10329 * cris-tdep.c (cris_gdbarch_init): Ditto.
10330 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10331 * frv-tdep.c (frv_gdbarch_init): Ditto.
10332 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10333 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10334 * i386-tdep.c (i386_gdbarch_init): Ditto.
10335 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10336 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10337 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10338 * mips-tdep.c (mips_gdbarch_init): Ditto.
10339 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10340 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10341 * s390-tdep.c (s390_gdbarch_init): Ditto.
10342 * sh-tdep.c (sh_gdbarch_init): Ditto.
10343 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10344 * v850-tdep.c (v850_gdbarch_init): Ditto.
10345 * vax-tdep.c (vax_gdbarch_init): Ditto.
10346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10347
ce0c7262
CV
103482003-04-01 Corinna Vinschen <vinschen@redhat.com>
10349
10350 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10351
73dd234f
AC
103522003-04-01 Andrew Cagney <cagney@redhat.com>
10353
10354 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10355 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10356 * gdbarch.h, gdbarch.c: Re-generate.
10357 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10358 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10359 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10360 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10361 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10362 * infcmd.c (run_stack_dummy): Simplify assuming
10363 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10364 * infrun.c (handle_inferior_event): Ditto.
10365 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10366 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10367 * arm-tdep.c (arm_gdbarch_init): Ditto.
10368 * avr-tdep.c (avr_gdbarch_init): Ditto.
10369 * cris-tdep.c (cris_gdbarch_init): Ditto.
10370 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10371 * frv-tdep.c (frv_gdbarch_init): Ditto.
10372 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10373 * i386-tdep.c (i386_gdbarch_init): Ditto.
10374 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10376 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10377 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10378 * mips-tdep.c (mips_gdbarch_init): Ditto.
10379 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10380 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10381 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10382 * s390-tdep.c (s390_gdbarch_init): Ditto.
10383 * sh-tdep.c (sh_gdbarch_init): Ditto.
10384 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10385 * v850-tdep.c (v850_gdbarch_init): Ditto.
10386 * vax-tdep.c (vax_gdbarch_init): Ditto.
10387 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10388
97606a13
DJ
103892003-04-01 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * symfile.c (symfile_relocate_debug_section): Update call to
10392 bfd_simple_get_relocated_section_contents.
10393
e8ab51f7
AC
103942003-03-31 Andrew Cagney <cagney@redhat.com>
10395
10396 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10397 * gdbarch.h, gdbarch.c: Regenerate.
10398 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10399 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10400 available.
10401 * frame.h (generic_fix_call_dummy): Delete declaration.
10402 * dummy-frame.h: Update comment.
10403 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10404 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10405 fix_call_dummy.
10406 * sh-tdep.c (sh_gdbarch_init): Ditto.
10407 * s390-tdep.c (s390_gdbarch_init): Ditto.
10408 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10409 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10411 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10412 * i386-tdep.c (i386_gdbarch_init): Ditto.
10413 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10414 * frv-tdep.c (frv_gdbarch_init): Ditto.
10415 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10416 * cris-tdep.c (cris_gdbarch_init): Ditto.
10417 * avr-tdep.c (avr_gdbarch_init): Ditto.
10418 * arm-tdep.c (arm_gdbarch_init): Ditto.
10419
018d1b48
JB
104202003-03-31 J. Brobecker <brobecker@gnat.com>
10421
10422 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10423 (INIT_FRAME_AP): Likewise.
10424 (EXTRA_FRAME_INFO): Likewise.
10425
e9a2674e
AC
104262003-03-31 Andrew Cagney <cagney@redhat.com>
10427
10428 * gdbarch.sh: Include "symfile.h".
10429 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10430 * gdbarch.h, gdbarch.c: Re-generate.
10431 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10433 call_dummy_address, the default is at entry_point_address.
10434 * v850-tdep.c (v850_gdbarch_init): Ditto.
10435 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10436 * sh-tdep.c (sh_gdbarch_init): Ditto.
10437 * s390-tdep.c (s390_gdbarch_init): Ditto.
10438 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10439 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10440 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10441 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10442 * i386-tdep.c (i386_gdbarch_init): Ditto.
10443 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10444 * frv-tdep.c (frv_gdbarch_init): Ditto.
10445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10446 * cris-tdep.c (cris_gdbarch_init): Ditto.
10447 * arm-tdep.c (arm_gdbarch_init): Ditto.
10448
e8a8712a
AC
104492003-03-31 Andrew Cagney <cagney@redhat.com>
10450
10451 * gdbarch.sh (CALL_DUMMY_P): Delete.
10452 * gdbarch.h, gdbarch.c: Re-generate.
10453 * inferior.h (CALL_DUMMY_P): Delete macro.
10454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10455 * vax-tdep.c (vax_gdbarch_init): Update.
10456 * v850-tdep.c (v850_gdbarch_init): Update.
10457 * sparc-tdep.c (sparc_gdbarch_init): Update.
10458 * sh-tdep.c (sh_gdbarch_init): Update.
10459 * s390-tdep.c (s390_gdbarch_init): Update.
10460 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10461 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10462 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10463 * mips-tdep.c (mips_gdbarch_init): Update.
10464 * mcore-tdep.c (mcore_gdbarch_init): Update.
10465 * m68k-tdep.c (m68k_gdbarch_init): Update.
10466 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10467 * ia64-tdep.c (ia64_gdbarch_init): Update.
10468 * i386-tdep.c (i386_gdbarch_init): Update.
10469 * h8300-tdep.c (h8300_gdbarch_init): Update.
10470 * frv-tdep.c (frv_gdbarch_init): Update.
10471 * d10v-tdep.c (d10v_gdbarch_init): Update.
10472 * cris-tdep.c (cris_gdbarch_init): Update.
10473 * breakpoint.c (deprecated_frame_in_dummy): Update.
10474 * avr-tdep.c (avr_gdbarch_init): Update.
10475 * alpha-tdep.c (alpha_gdbarch_init): Update.
10476 * arm-tdep.c (arm_gdbarch_init): Update.
10477 * dummy-frame.c (dummy_frame_this_id): Update comments.
10478 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10479 * frame.c (legacy_get_prev_frame): Ditto.
10480 * valops.c (call_function_by_hand): Delete function.
10481 (hand_function_call): Rename to call_function_by_hand
10482
ed234cf8
AC
104832003-03-30 Andrew Cagney <cagney@redhat.com>
10484
10485 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10486 * value.h (struct value): Update comment.
ed234cf8 10487
06c77151
AC
104882003-03-30 Andrew Cagney <cagney@redhat.com>
10489
6c2b5168
AC
10490 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10491 D10V_FP_REGNUM.
10492 (d10v_gdbarch_init): Do not set fp_regnum.
10493
06c77151
AC
10494 * frame.c (get_frame_base): Force ID initialization.
10495 (get_prev_frame): Move computation of the frame ID from here ...
10496 (get_frame_id): ... to here.
10497 (legacy_get_prev_frame): Mark the frame ID as valid.
10498 * frame.h (struct frame_info): Add field "id_p".
10499
97a1a11c
MK
105002003-03-30 Mark Kettenis <kettenis@gnu.org>
10501
10502 * i386-tdep.c (i386_store_struct_return): Removed.
10503 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10504
6c0e89ed
AC
105052003-03-30 Andrew Cagney <cagney@redhat.com>
10506
10507 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10508 * gdbarch.h, gdbarch.c: Regenerate.
10509 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10510 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10511 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10512 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10513 * i386-tdep.c (i386_gdbarch_init): Ditto.
10514 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10515 * cris-tdep.c (cris_gdbarch_init): Ditto.
10516 * vax-tdep.c (vax_gdbarch_init): Ditto.
10517 * s390-tdep.c (s390_gdbarch_init): Ditto.
10518 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10519 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10520 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10521 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10522 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10523 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10524 * sparc-tdep.c (sparc_gdbarch_init): Update.
10525 * sh-tdep.c (sh_gdbarch_init): Update.
10526 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10527 * mips-tdep.c (mips_gdbarch_init): Update.
10528 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10529 * ia64-tdep.c (ia64_gdbarch_init): Update.
10530 * frv-tdep.c (frv_gdbarch_init): Update.
10531 * avr-tdep.c (avr_gdbarch_init): Update.
10532 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10533 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10534 instead of when push_dummy_call is not available.
8ffd9b1b 10535
f7dd6af2
AC
105362003-03-30 Andrew Cagney <cagney@redhat.com>
10537
10538 * infttrace.c: Include "gdbthread.h".
10539 (parent_attach_all): Fix function signature.
10540 (call_ptrace): Update call.
10541 * Makefile.in (infttrace.o): Update dependencies.
10542
28f617b3
AC
105432003-03-30 Andrew Cagney <cagney@redhat.com>
10544
10545 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10546 PUSH_RETURN_ADDRESS.
10547 * gdbarch.h, gdbarch.c: Regenerate.
10548 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10549 * x86-64-tdep.c (x86_64_init_abi): Update.
10550 * v850-tdep.c (v850_gdbarch_init): Update.
10551 * sparc-tdep.c (sparc_gdbarch_init): Update.
10552 * sh-tdep.c (sh_gdbarch_init): Update.
10553 * s390-tdep.c (s390_gdbarch_init): Update.
10554 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10555 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10556 * mips-tdep.c (mips_gdbarch_init): Update.
10557 * mcore-tdep.c (mcore_gdbarch_init): Update.
10558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10559 * ia64-tdep.c (ia64_gdbarch_init): Update.
10560 * i386-tdep.c (i386_gdbarch_init): Update.
10561 * h8300-tdep.c (h8300_gdbarch_init): Update.
10562 * frv-tdep.c (frv_gdbarch_init): Update.
10563 * cris-tdep.c (cris_gdbarch_init): Update.
10564 * avr-tdep.c (avr_gdbarch_init): Update.
10565 * arm-tdep.c (arm_gdbarch_init): Update.
10566 * valops.c (hand_function_call): Update.
10567
4d628cd7
AC
105682003-03-29 Andrew Cagney <cagney@redhat.com>
10569
10570 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10571 sizeof_call_dummy_words.
10572 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10573 define.
10574 * gdbarch.h: Regenerate.
8ffd9b1b 10575
65e82032
AC
105762003-03-29 Andrew Cagney <cagney@redhat.com>
10577
10578 * infttrace.h: New file.
10579 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10580 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10581 (hpread_read_doc_function_type): Detect an initialized type1.
10582 (hpread_quick_traverse): Initialize mod_name_string.
10583 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10584 (som_solib_get_solib_by_pc): Declare.
10585 (so_lib_thread_start_addr): Declare.
10586 (no_shared_libraries): Declare.
10587 * somread.c (init_import_symbols): Make static. Add forward
10588 declaration.
10589 * config/pa/nm-hppah.h: Include "infttrace.h" for
10590 parent_attach_all.
10591 (hppa_insert_hw_watchpoint): Declare.
10592 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10593 * hppah-nat.c: Include "gdb_string.h".
10594 (parent_attach_all): Delete extern declaration, moved to
10595 "infttrace.h".
10596 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10597 int.
10598 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10599 * Makefile.in (infttrace_h): Define.
10600 (hpread.o): Update dependencies.
10601 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10602 * hppa-hpux-tdep.c: Include "gdb_string.h".
10603 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10604 * infrun.c (handle_inferior_event): Always initialize
10605 stepped_after_stopped_by_watchpoint. Add default and remove
10606 fallthrough in switch statement.
10607 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10608 parameter to int.
10609 (hppa_remove_hw_watchpoint): Ditto.
10610
2c3bbe77
AC
106112003-03-29 Andrew Cagney <cagney@redhat.com>
10612
10613 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10614 offset.
10615
2dd604e7
RE
106162003-03-29 Richard Earnshaw <rearnsha@arm.com>
10617
10618 * arm-tdep.c (arm_push_arguments): Delete.
10619 (struct stack_item): New type.
10620 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10621 (arm_store_struct_return): Delte.
10622 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10623 arm_push_arguments or arm_store_struct_return.
10624
e8933a55
AC
106252003-03-28 Andrew Cagney <cagney@redhat.com>
10626
10627 * Makefile.in (d10v-tdep.o): Update dependencies.
10628 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10629 * d10v-tdep.c: Include "remote.h".
10630 (target_resume_hook): Delete extern declaration.
10631 (target_wait_loop_hook): Ditto.
10632 (tdisassemble_command): Eliminate assignment in "if" conditional.
10633 (d10v_ts2_register_sim_regno): Eliminate call to
10634 legacy_register_sim_regno.
10635 (d10v_ts3_register_sim_regno): Ditto.
10636
6949171e
JJ
106372003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10638
10639 * thread.c: Reindented.
10640 * lin-lwp.c: Ditto.
10641 * linux-proc.c: Ditto.
10642
98c7071f
BR
106432003-03-28 Bob Rossi <bob_rossi@cox.net>
10644
fbe586ae 10645 * MAINTAINERS (write after approval): Add myself.
98c7071f 10646
5edc9ca6
TR
106472003-03-27 Theodore A. Roth <troth@openavr.org>
10648
10649 * objc-exp.y: Add missing semi-colons.
10650
378bfd1b
AC
106512003-03-27 Andrew Cagney <cagney@redhat.com>
10652
10653 * regcache.c (write_sp): Delete function and references.
10654 * inferior.h (write_sp): Delete declaration.
10655 * valops.c (hand_function_call): Replace write_sp with
10656 TARGET_WRITE_SP.
10657 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10658 (sparc_pop_frame): Ditto.
8ffd9b1b 10659
56056df7
AC
106602003-03-27 Andrew Cagney <cagney@redhat.com>
10661
10662 * NEWS: Mention removal of support for hppa*-*-bsd* and
10663 hppa*-*-osf* natives, and hppa*-*-pro* target.
10664 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10665 * config/pa/xm-pa.h: Obsolete file.
10666 * config/pa/xm-hppab.h: Obsolete file.
10667 * config/pa/nm-hppab.h: Obsolete file.
10668 * config/pa/tm-hppab.h: Obsolete file.
10669 * config/pa/tm-hppao.h: Obsolete file.
10670 * config/pa/nm-hppao.h: Obsolete file.
10671 * config/pa/tm-pro.h: Obsolete file.
10672 * config/pa/hppaosf.mt: Obsolete file.
10673 * config/pa/hppaosf.mh: Obsolete file.
10674 * config/pa/hppapro.mt: Obsolete file.
10675 * config/pa/hppabsd.mt: Obsolete file.
10676 * config/pa/hppabsd.mh: Obsolete file.
10677 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10678 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10679 hppa*-*-osf*.
10680
5873a88d
AC
106812003-03-27 Andrew Cagney <cagney@redhat.com>
10682
10683 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10684 push_arguments. Don't set push_return_address or write_sp.
10685 (d10v_push_dummy_call): Replace d10v_push_arguments.
10686 (d10v_push_return_address, d10v_write_sp): Delete function,
10687 handled by push_dummy_call.
10688
b81774d8
AC
106892003-03-26 Andrew Cagney <cagney@redhat.com>
10690
10691 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10692 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10693 regcache and dummy_addr parameters.
10694 * gdbarch.h, gdbarch.c: Re-generate.
10695 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10696 available; assume it will handle stack alignment and return
10697 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10698 legacy_push_arguments.
10699 (legacy_push_arguments): Rename default_push_arguments.
10700 * value.h (legacy_push_arguments): Rename default_push_arguments.
10701 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10702 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10703 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10704 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10705 * config/i386/tm-symmetry.h: Update.
10706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10707 * x86-64-tdep.c (x86_64_init_abi): Update.
10708 * v850-tdep.c (v850_gdbarch_init): Update.
10709 * sparc-tdep.c (sparc_gdbarch_init): Update.
10710 * sh-tdep.c (sh_gdbarch_init): Update.
10711 * s390-tdep.c (s390_gdbarch_init): Update.
10712 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10713 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10714 * mips-tdep.c (mips_gdbarch_init): Update.
10715 * mcore-tdep.c (mcore_gdbarch_init): Update.
10716 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10717 * ia64-tdep.c (ia64_gdbarch_init): Update.
10718 * i386-tdep.c (i386_gdbarch_init): Update.
10719 * hppa-tdep.c (hppa_gdbarch_init): Update.
10720 * h8300-tdep.c (h8300_gdbarch_init): Update.
10721 * frv-tdep.c (frv_gdbarch_init): Update.
10722 * d10v-tdep.c (d10v_gdbarch_init): Update.
10723 * cris-tdep.c (cris_gdbarch_init): Update.
10724 * avr-tdep.c (avr_gdbarch_init): Update.
10725 * arm-tdep.c (arm_gdbarch_init): Update.
10726 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10727 * alpha-tdep.c (alpha_gdbarch_init): Update.
10728
f541410f
DJ
107292003-03-26 Daniel Jacobowitz <drow@mvista.com>
10730
10731 * signals/signals.c (do_target_signal_to_host): Correct realtime
10732 signal range test.
10733
69f567ae
DJ
107342003-03-26 Daniel Jacobowitz <drow@mvista.com>
10735
10736 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10737 (struct sal_chain, map_catch_names): Remove.
10738 (catch_exception_command_1): Don't call
10739 handle_gnu_4_16_catch_command.
10740
d5d14a5a
DJ
107412003-03-26 Daniel Jacobowitz <drow@mvista.com>
10742
10743 From Mark Dettinger <dettinge@de.ibm.com>:
10744 * dwarf2cfi.c (read_2u): Increment pointer by two.
10745
bdd73e22
DJ
107462003-03-26 Daniel Jacobowitz <drow@mvista.com>
10747
10748 * signals/signals.c: Fix typos in last change.
10749
960cb555
DJ
107502003-03-26 Daniel Jacobowitz <drow@mvista.com>
10751
10752 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10753 not already defined. Use __SIGRTMIN if available.
10754 (target_signal_from_host): Remove SIGRTMIN block.
10755 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10756 the signal is within the realtime range.
10757
f636b87d
AF
107582003-03-25 Adam Fedor <fedor@gnu.org>
10759
10760 * Makefile.in (infrun.o): Add $(language_h)
10761 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10762 for language specific trampolines.
10763 * language.h (struct language_defn): Add skip_trampoline.
10764 (skip_language_trampoline): Declare.
10765 * language.c (unk_lang_trampoline, skip_language_trampoline):
10766 New functions.
10767 (unknown_language_defn, auto_language_defn, local_language_defn):
10768 Add ukn_lang_trampoline.
10769 * ada-lang.c (ada_language_defn): Add NULL for language
10770 specific skip_trampoline.
10771 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10772 scm-lang.c: Likewise.
10773 * objc-lang.c (objc_skip_trampoline): New function.
10774 (objc_language_defn): Add objc_skip_trampoline.
10775
28f617b3 107762003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10777
10778 * frame.c (get_prev_frame): Delay validating a frame's ID -
10779 non-NULL, didn't go backwards - until an attempt to unwind it to
10780 the previous frame.
10781
f933a9c5
AC
107822003-03-25 Andrew Cagney <cagney@redhat.com>
10783
10784 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10785 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10786 * gdbarch.h, gdbarch.c: Re-generate.
10787 * config/sparc/tm-sparc.h
10788 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10789 * sparc-tdep.c (sparc_gdbarch_init): Set
10790 deprecated_extra_stack_alignment_needed.
10791 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10792 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10793 extra_stack_alignment_needed.
10794 * v850-tdep.c (v850_gdbarch_init): Ditto.
10795 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10796 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10797 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10798 * cris-tdep.c (cris_gdbarch_init): Ditto.
10799 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10801
4183d812
AC
108022003-03-25 Andrew Cagney <cagney@redhat.com>
10803
10804 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10805 STORE_STRUCT_RETURN.
10806 * gdbarch.h, gdbarch.c: Regenerate.
10807 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10808 (d10v_push_arguments): Set the struct return register.
10809 (d10v_gdbarch_init): Update.
10810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10811 * x86-64-tdep.c (x86_64_init_abi): Update.
10812 * vax-tdep.c (vax_gdbarch_init): Update.
10813 * v850-tdep.c (v850_gdbarch_init): Update.
10814 * sparc-tdep.c (sparc_gdbarch_init): Update.
10815 * sh-tdep.c (sh_gdbarch_init): Update.
10816 * s390-tdep.c (s390_gdbarch_init): Update.
10817 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10818 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10819 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10820 * mips-tdep.c (mips_gdbarch_init): Update.
10821 * mcore-tdep.c (mcore_gdbarch_init): Update.
10822 * m68k-tdep.c (m68k_gdbarch_init): Update.
10823 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10824 * ia64-tdep.c (ia64_gdbarch_init): Update.
10825 * i386-tdep.c (i386_gdbarch_init): Update.
10826 * hppa-tdep.c (hppa_gdbarch_init): Update.
10827 * h8300-tdep.c (h8300_gdbarch_init): Update.
10828 * frv-tdep.c (frv_gdbarch_init): Update.
10829 * cris-tdep.c (cris_gdbarch_init): Update.
10830 * avr-tdep.c (avr_gdbarch_init): Update.
10831 * arm-tdep.c (arm_gdbarch_init): Update.
10832 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10833
1bf6d5cc
AC
108342003-03-25 Andrew Cagney <cagney@redhat.com>
10835
10836 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10837 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10838 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10839 * gdbarch.h, gdbarch.c: Regenerate.
10840 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10841 call_dummy_stack_adjust_p.
10842 * vax-tdep.c (vax_gdbarch_init): Ditto.
10843 * v850-tdep.c (v850_gdbarch_init): Ditto.
10844 * sh-tdep.c (sh_gdbarch_init): Ditto.
10845 * s390-tdep.c (s390_gdbarch_init): Ditto.
10846 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10847 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10848 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10849 * mips-tdep.c (mips_gdbarch_init): Ditto.
10850 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10851 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10852 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10853 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10854 * i386-tdep.c (i386_gdbarch_init): Ditto.
10855 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10856 * frv-tdep.c (frv_gdbarch_init): Ditto.
10857 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10858 * cris-tdep.c (cris_gdbarch_init): Ditto.
10859 * avr-tdep.c (avr_gdbarch_init): Ditto.
10860 * arm-tdep.c (arm_gdbarch_init): Ditto.
10861 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10862 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10863 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10864 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10865 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10866 call_dummy_stack_adjust_p.
10867 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10868 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10869 * sparc-tdep.c (sparc32_push_arguments): Update.
10870 * valops.c (hand_function_call): Update.
10871
71c08af0
CV
108722003-03-25 Corinna Vinschen <vinschen@redhat.com>
10873
10874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10875 set_gdbarch_char_signed.
10876
30757f90
RE
108772003-03-25 Richard Earnshaw <rearnsha@arm.com>
10878
10879 PR cli/548
10880 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10881
03d48a7d
RE
108822003-03-25 Richard Earnshaw <rearnsha@arm.com>
10883
10884 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10885 (_initialize_arm_tdep): Don't set tm_print_insn.
10886
2cf6873c
AF
108872003-03-24 Adam Fedor <fedor@gnu.org>
10888
10889 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10890 * objc-lang.h: Add multiple inclusion protection.
10891 (start_msglist, add_msglist, end_msglist): Additional declarations.
10892
17c0759e
RE
108932003-03-24 Richard Earnshaw <rearnsha@arm.com>
10894
10895 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10896 value was renamed to ARM_FLOAT_SOFT_FPA.
10897
618ce49f
AC
108982003-03-23 Andrew Cagney <cagney@redhat.com>
10899
10900 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10901 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10902 * gdbarch.h, gdbarch.c: Regenerate.
10903 * valops.c (hand_function_call): Update.
10904 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10905 * frame.c (legacy_saved_regs_this_id): Update.
10906 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10907 * dummy-frame.h: Update.
10908 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10909 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10910 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10911 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10912 * config/m68k/tm-sun3.h: Update.
10913 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10915 * x86-64-tdep.c (x86_64_init_abi): Update.
10916 * vax-tdep.c (vax_gdbarch_init): Update.
10917 * v850-tdep.c (v850_gdbarch_init): Update.
10918 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10919 * sh-tdep.c (sh_gdbarch_init): Update.
10920 * s390-tdep.c (s390_gdbarch_init): Update.
10921 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10922 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10923 (frame_get_saved_regs): Update.
10924 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10925 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10926 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10927 * mips-tdep.c (mips_gdbarch_init): Update.
10928 * mcore-tdep.c (mcore_gdbarch_init): Update.
10929 * m68k-tdep.c (m68k_gdbarch_init): Update.
10930 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10931 * ia64-tdep.c (ia64_gdbarch_init): Update.
10932 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10933 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10934 (i386_interix_back_one_frame): Update.
10935 * hppa-tdep.c (hppa_gdbarch_init): Update.
10936 (hppa_init_extra_frame_info): Update.
10937 * h8300-tdep.c (h8300_gdbarch_init): Update.
10938 * frv-tdep.c (frv_gdbarch_init): Update.
10939 * cris-tdep.c (cris_gdbarch_init): Update.
10940 * avr-tdep.c (avr_gdbarch_init): Update.
10941 * arm-tdep.c (arm_gdbarch_init): Update.
10942 * alpha-tdep.c (alpha_gdbarch_init): Update.
10943
fd50bc42
RE
109442003-03-22 Richard Earnshaw <rearnsha@arm.com>
10945
10946 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10947 (arm_get_fp_model): Declare.
10948 * arm-tdep.c (fp_model_strings): New string array.
10949 (arm_fp_model, current_fp_model): New variables.
10950 (arm_get_fp_model): New function.
10951 (arm_set_fp): New function.
10952 (set_fp_model_sfunc): New function.
10953 (show_fp_model): New function.
10954 (_initialize_arm_tdep): Add new command to set/show the FPU.
10955 (arm_extract_return_value): Use arm_get_fp_model.
10956 (arm_store_return_value): Likewise.
10957 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10958 to initialize the floating-point data types.
10959 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10960 model is FPA.
10961
26304000
RE
109622003-03-22 Richard Earnshaw <rearnsha@arm.com>
10963
10964 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10965 the current setting of each value.
10966 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10967 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10968 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10969 commands and add new version as subcommands of "set/show arm".
10970
afd7eef0
RE
109712003-03-22 Richard Earnshaw <rearnsha@arm.com>
10972
10973 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10974 (set_arm_command, show_arm_command): New functions.
10975 (_initialize_arm_tdep): Add them.
10976 (num_disassembly_options): Renamed from num_flavor_options.
10977 (valid_disassembly_styles): Renamed from valid_flavors.
10978 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10979 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10980 set_disassembly_flavor_sfunc.
10981 (set_disassembly_style): Renamed from set_disassembly_flavor.
10982 (arm_othernames): Updated.
10983 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10984 command. Add "set/show arm disassembly" commands. Deprecate
10985 "othernames" command.
10986
299a7944
RE
109872003-03-22 Richard Earnshaw <rearnsha@arm.com>
10988
10989 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10990 (arm-tdep.o): Depend on elf_arm_h.
10991
c1dac9e6
RE
109922003-03-22 Richard Earnshaw <rearnsha@arm.com>
10993
10994 * Makefile.in (coff_internal_h): Define.
10995 (arm-tdep.o): Update dependencies.
10996
2702d96c
RE
109972003-03-22 Richard Earnshaw <rearnsha@arm.com>
10998
10999 * arm-tdep.c (prologue_cache): Delete.
11000 (check_prologue_cache, save_prologue_cache): Delete.
11001 (arm_scan_prologue): Don't check or update the prologue_cache.
11002 (arm_gdb_arch_init): Don't initialize it.
11003 (_initialize_arm_tdep): Likewise.
11004
27d5d74b
SC
110052003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11006
11007 * MAINTAINERS (tui): Maintainer of tui code.
11008
1762d96d
CV
110092003-03-21 Corinna Vinschen <vinschen@redhat.com>
11010
11011 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11012 (i386-cygwin-tdep.o): Add dependencies.
11013 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11014 * i386-cygwin-tdep.c: New file.
11015 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11016 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11017
4c2e2391
AC
110182003-03-20 Andrew Cagney <cagney@redhat.com>
11019
f20d38b7
AC
11020 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11021 (handle_inferior_event): Remove code calling
11022 DYNAMIC_TRAMPOLINE_NEXTPC.
11023
0022b738
AC
11024 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11025 already has a full path.
11026
864dbc90
AC
11027 * main.c (gdb_main): Return 1.
11028 (captured_main): Call error to report an invalid interpreter.
11029
4c2e2391
AC
11030 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11031 * alpha-osf1-tdep.c: Include "gdb_string.h".
11032
5ef7553b
JB
110332003-03-19 J. Brobecker <brobecker@gnat.com>
11034
11035 Continuing work to convert the hppa targets to multiarch partial.
11036
11037 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11038 method, now that hppa_push_dummy_frame has a conformant prototype.
11039 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11040 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11041 for the switch to multiarch partial.
11042
7bde8967
KB
110432003-03-19 Kevin Buettner <kevinb@redhat.com>
11044
11045 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11046 when iss is issNull.
11047
b006a9e9
KB
110482003-03-18 Kevin Buettner <kevinb@redhat.com>
11049
11050 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11051 NUM_REGS bounds check.
11052
5e2e9765
KB
110532003-03-18 Kevin Buettner <kevinb@redhat.com>
11054
11055 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11056 * mips-tdep.c (gdb_assert.h): Include.
11057 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11058 (mips_register_name): Handle integer registers explicitly. Add
11059 bounds checking.
11060 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11061 (mips_lsi33k_reg_names): Don't list integer registers; they're
11062 handled by mips_register_name() now.
11063 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11064 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11065 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11066 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11067 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11068
a2867626
AC
110692003-03-18 Andrew Cagney <cagney@redhat.com>
11070
11071 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11072 a void pointer.
11073 * gdbtypes.h (print_scalar_formatted): Update declaration.
11074 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11075
06600e06
JB
110762003-03-18 J. Brobecker <brobecker@gnat.com>
11077
11078 * infrun.c (observer.h): Add #include.
11079 (normal_stop): Add call to observer_notify_normal_stop.
11080 * Makefile.in (infrun.o): Add dependency on observer.h.
11081
7daf4f5b
JB
110822003-03-18 J. Brobecker <brobecker@gnat.com>
11083
11084 Continuing work to convert the hppa targets to multiarch partial.
11085 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11086 parameter. Reformat comment.
11087 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11088 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11089 to match new profile.
11090
3371ccc0
JB
110912003-03-18 J. Brobecker <brobecker@gnat.com>
11092
11093 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11094 appear to be working in any case.
11095
4fbe891e
JB
110962003-03-18 J. Brobecker <brobecker@gnat.com>
11097
11098 * observer.c (observer_test_first_observer): New static variable.
11099 (observer_test_second_observer): Likewise.
11100 (observer_test_third_observer): Likewise.
11101 (observer_test_first_notification_function): New static function.
11102 (observer_test_second_notification_function): Likewise.
11103 (observer_test_third_notification_function): Likewise.
11104
a7ff40e7
JB
111052003-03-17 J. Brobecker <brobecker@gnat.com>
11106
11107 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11108 * somsolib.c (gdb_assert.h): Likewise.
11109 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11110 (somsolib.o): Likewise.
11111
26ca4152
AC
111122003-03-17 Andrew Cagney <cagney@redhat.com>
11113
11114 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11115 BFD. Simplify setting of di.endian.
11116
0a613259
AC
111172003-03-17 Andrew Cagney <cagney@redhat.com>
11118
11119 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11120 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11121
11122 From Elena Zannoni <ezannoni@redhat.com>
11123 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11124 vector and floating-point parameters.
11125 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11126 convention.
11127 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11128
1132738f
FN
111292003-03-17 Fernando Nasser <fnasser@redhat.com>
11130
11131 * MAINTAINERS: Remove my name from several maintainership roles.
11132
6dc42492
AC
111332003-03-17 Andrew Cagney <cagney@redhat.com>
11134
11135 Fix frame off-by-one bug.
11136 * frame-unwind.h (frame_this_id_ftype): Replace
11137 frame_unwind_id_ftype.
11138 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11139 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11140 with "prev_register".
11141 * frame-unwind.c (frame_unwind_find_by_pc): Return
11142 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11143 comment.
11144 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11145 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11146 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11147 (dummy_frame_unwind): Update.
11148 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11149 sentinel_frame_register_unwind.
11150 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11151 (sentinel_frame_unwinder): Update.
11152 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11153 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11154 * frame.c (create_sentinel_frame): Update. Initialize
11155 "prologue_cache" instead of "unwind_cache".
11156 (frame_register_unwind): Call this frame's prev_register with the
11157 next frame and this frame's prologue cache.
11158 (get_prev_frame): Simplify. Always call prev frame's this_id with
11159 this frame and prev frame's prologue cache. Document that this
11160 call is shifted one to the left when compared to the
11161 frame_register_unwind call.
11162 (legacy_saved_regs_prev_register): Replace
11163 frame_saved_regs_register_unwind.
11164 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11165 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11166 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11167 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11168 (d10v_frame_unwind): Update.
11169 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11170 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11171 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11172 "saved_regs" with "this_saved_regs".
11173
efd710d6
AC
111742003-03-16 Andrew Cagney <cagney@redhat.com>
11175
11176 * frame.c (frame_pop): Don't call target_store_registers. Fix
11177 problem reported by Mark Kettenis.
11178
4e259f09
MK
111792003-03-16 Mark Kettenis <kettenis@gnu.org>
11180
11181 * i386-tdep.c (i386_register_type): Renamed from
11182 i386_register_virtual_type. Adjust function signature.
11183 (i386_gdbarch_init): Set register_type instead of
11184 deprecated_max_register_raw_size,
11185 deprecated_max_register_virtual_size and register_virtual_type.
11186
055bb976
AC
111872003-03-14 Andrew Cagney <cagney@redhat.com>
11188
11189 * frame.c (get_prev_frame): When a legacy frame, always call
11190 legacy_get_prev_frame. Simplify unwind code using assumption that
11191 the unwinder is new.
11192 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11193 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11194 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11195
ac2adee5
AC
111962003-03-14 Andrew Cagney <cagney@redhat.com>
11197
11198 * frame.c (get_saved_register): Delete function.
11199 * frame.h (get_saved_register): Delete declaration.
11200 * xstormy16-tdep.c: Update comment.
11201 * regcache.h: Update comments.
11202 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11203 get_saved_register and extract_address, use
11204 frame_read_unsigned_register.
11205 (sparc_frame_saved_pc): Ditto.
11206 (sparc_get_saved_register): Instead of get_saved_register, use
11207 frame_register.
11208 (sparc_pop_frame): Ditto.
11209 * findvar.c: Update comments.
11210 (value_of_register): Call frame_register instead of
11211 get_saved_register.
11212 (value_from_register): Ditto.
11213 * config/sparc/tm-sparc.h: Update comment.
11214 * breakpoint.c: Update comment.
11215
129c1cd6
AC
112162003-03-14 Andrew Cagney <cagney@redhat.com>
11217
11218 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11219 GET_SAVED_REGISTER.
11220 * gdbarch.h, gdbarch.c: Re-generate.
11221 * frame.h: Update comments.
11222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11223 * x86-64-tdep.c (x86_64_init_abi): Update.
11224 * sparc-tdep.c (sparc_gdbarch_init): Update.
11225 * sh-tdep.c (sh_gdbarch_init): Update.
11226 * mips-tdep.c (mips_gdbarch_init): Update.
11227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11228 * cris-tdep.c (cris_gdbarch_init): Update.
11229 * ia64-tdep.c (ia64_gdbarch_init): Update.
11230 * frame.c (frame_register): Update.
11231 (get_saved_register): Update.
11232 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 11233
749b82f6
AC
112342003-03-13 Andrew Cagney <cagney@redhat.com>
11235
11236 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11237 * gdbarch.h, gdbarch.c: Regenerate.
11238 * valops.c (hand_function_call): Update comment.
11239 * stack.c (return_command): Update comment.
11240 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11241 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11243 * x86-64-tdep.c (x86_64_init_abi): Update.
11244 * vax-tdep.c (vax_gdbarch_init): Update.
11245 * v850-tdep.c (v850_gdbarch_init): Update.
11246 * sparc-tdep.c (sparc_gdbarch_init): Update.
11247 * sh-tdep.c (sh_gdbarch_init): Update.
11248 * s390-tdep.c (s390_gdbarch_init): Update.
11249 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11250 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11251 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11252 * mips-tdep.c (mips_gdbarch_init): Update.
11253 * mcore-tdep.c (mcore_gdbarch_init): Update.
11254 * m68k-tdep.c (m68k_gdbarch_init): Update.
11255 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11256 * ia64-tdep.c (ia64_gdbarch_init): Update.
11257 * i386-tdep.c (i386_gdbarch_init): Update.
11258 * hppa-tdep.c (hppa_gdbarch_init): Update.
11259 * h8300-tdep.c (h8300_gdbarch_init): Update.
11260 * frv-tdep.c (frv_gdbarch_init): Update.
11261 * cris-tdep.c (cris_gdbarch_init): Update.
11262 * avr-tdep.c (avr_gdbarch_init): Update.
11263 * arm-tdep.c (arm_gdbarch_init): Update.
11264 * alpha-tdep.c (alpha_gdbarch_init): Update.
11265
1594fa56
AC
112662003-03-13 Andrew Cagney <cagney@redhat.com>
11267
11268 * frame.c (legacy_frame_p): New function.
11269 (get_prev_frame): Use legacy_frame_p.
11270 * frame.h (legacy_frame_p): Declare.
11271
7717fda3
V
112722003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11273
fbe586ae 11274 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
11275 listing corrected.
11276
0c67cbe9
V
112772003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11278
fbe586ae 11279 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 11280
03febf99
AC
112812003-03-12 Andrew Cagney <cagney@redhat.com>
11282
11283 * frame.c (get_prev_frame): Rename the frame parameter to
11284 "this_frame".
11285 (get_next_frame, legacy_get_prev_frame): Ditto.
11286
0a1e1ca1
AC
112872003-03-12 Andrew Cagney <cagney@redhat.com>
11288
11289 * frame.c (get_current_frame): Check target_has_registers before
11290 checking target_has_stack.
11291 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11292 instead of deprecated_selected_frame.
11293 * findvar.c (value_of_register): Pass "frame", not
11294 deprecated_selected_frame, to value_of_builtin_reg.
11295
a66a9c23
AC
112962003-03-12 Andrew Cagney <cagney@redhat.com>
11297
11298 * regcache.c (regcache_cooked_write_signed): New function.
11299 (regcache_cooked_write_unsigned): New function.
11300 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11301 (regcache_cooked_read_signed): Fix regnum in range assertion.
11302 * regcache.h (regcache_cooked_write_signed): Declare.
11303 (regcache_cooked_write_unsigned): Declare.
11304
8bedc050
AC
113052003-03-12 Andrew Cagney <cagney@redhat.com>
11306
11307 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11308 * gdbarch.h, gdbarch.c: Re-generate.
11309 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11310 * x86-64-tdep.h: Update.
11311 * x86-64-tdep.c (x86_64_init_abi): Update.
11312 * v850-tdep.c (v850_gdbarch_init): Update.
11313 * sparc-tdep.c (sparc_gdbarch_init): Update.
11314 * sh-tdep.c (sh_gdbarch_init): Update.
11315 * s390-tdep.c (s390_gdbarch_init): Update.
11316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11317 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11318 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11319 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11320 * mips-tdep.c (mips_gdbarch_init): Update.
11321 * mcore-tdep.c (mcore_gdbarch_init): Update.
11322 * m68k-tdep.c (m68k_gdbarch_init): Update.
11323 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11324 * ia64-tdep.c (ia64_gdbarch_init): Update.
11325 * i386-tdep.c (i386_gdbarch_init): Update.
11326 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11327 * hppa-tdep.c (hppa_gdbarch_init): Update.
11328 * h8300-tdep.c (h8300_gdbarch_init): Update.
11329 * frv-tdep.c (frv_gdbarch_init): Update.
11330 * cris-tdep.c (cris_gdbarch_init): Update.
11331 * avr-tdep.c (avr_gdbarch_init): Update.
11332 * arm-tdep.c (arm_gdbarch_init): Update.
11333 * alpha-tdep.c (alpha_gdbarch_init): Update.
11334 * sh-tdep.c (sh_init_extra_frame_info): Update.
11335 (sh64_init_extra_frame_info): Update.
11336 * ns32knbsd-nat.c (frame_num_args): Update.
11337 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11338 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11339 (xstormy16_frame_chain_valid): Update.
11340 * vax-tdep.c (vax_saved_pc_after_call): Update.
11341 * v850-tdep.c (v850_frame_chain): Update.
11342 (v850_pop_frame): Update.
11343 (v850_init_extra_frame_info): Update.
11344 * sparc-tdep.c (setup_arbitrary_frame): Update.
11345 * ns32k-tdep.c (umax_frame_num_args): Update.
11346 * s390-tdep.c (s390_pop_frame_regular): Update.
11347 * mn10300-tdep.c (mn10300_frame_chain): Update.
11348 (mn10300_pop_frame_regular): Update.
11349 (mn10300_init_extra_frame_info): Update.
11350 * mips-tdep.c (mips_init_frame_pc_first): Update.
11351 (mips_frame_chain): Update.
11352 (mips_pop_frame): Update.
11353 * mcore-tdep.c (mcore_frame_chain): Update.
11354 (mcore_pop_frame): Update.
11355 (mcore_init_extra_frame_info): Update.
11356 * arch-utils.c (init_frame_pc_default): Update.
11357 * m68k-tdep.c (isi_frame_num_args): Update.
11358 (delta68_frame_num_args): Update.
11359 (news_frame_num_args): Update.
11360 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11361 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11362 (alpha_frame_chain): Update.
11363 (alpha_pop_frame): Update.
11364 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11365 (hppa_init_extra_frame_info): Update.
11366 (hppa_frame_chain): Update.
11367 (hppa_frame_chain_valid): Update.
11368 * cris-tdep.c (cris_init_extra_frame_info): Update.
11369 * avr-tdep.c (avr_init_extra_frame_info): Update.
11370 * arm-tdep.c (arm_frame_chain_valid): Update.
11371 (arm_init_extra_frame_info): Update.
11372 (arm_pop_frame): Update.
11373 * frame.c (frame_pc_unwind): Update.
11374 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11375 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11376 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11377 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11378 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11379 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11380
7a25a7c1
AC
113812003-03-12 Andrew Cagney <cagney@redhat.com>
11382
11383 Eliminate the need for POP_FRAME.
11384 * frame.c (do_frame_unwind_register): New function.
11385 (frame_pop): When no POP_FRAME, pop the frame using register
11386 unwind and a scratch regcache.
11387 (frame_saved_regs_pop): Delete function.
11388 (trad_frame_unwinder): Update.
11389 * d10v-tdep.c (d10v_frame_pop): Delete function.
11390 (d10v_frame_unwind): Update.
11391 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11392 (sentinel_frame_unwinder): Update.
11393 * dummy-frame.c (dummy_frame_pop): Delete function.
11394 (dummy_frame_unwind): Update.
11395 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11396 (struct frame_unwind): Update.
11397
2f38ef89
KB
113982003-03-11 Kevin Buettner <kevinb@redhat.com>
11399
11400 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11401 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11402 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11403 Do range checks on register number obtained from debugging info.
11404 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11405 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11406 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11407 mapping function.
11408 (do_fp_register_row): Fix typo which caused double type to be
11409 used when attempting to unpack a float.
11410
552f4abf
JB
114112003-03-11 J. Brobecker <brobecker@gnat.com>
11412
11413 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11414
e0d2ae16
AC
114152003-03-11 Andrew Cagney <cagney@redhat.com>
11416
11417 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11418 frame. Problem found by Corinna Vinschen.
11419
ddbfdd06
PM
114202003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11421
11422 * doublest.c (floatformat_from_length): Accept also
11423 the real size of 'long double' type.
11424
088b2ddc 114252003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11426
088b2ddc 11427 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11428 * breakpoint.c (bpstat_copy): Copy the command lines as well
11429 as the old value, to match what is freed in bpstat_clear.
11430
f56f77c1
DC
114312003-03-10 David Carlton <carlton@math.stanford.edu>
11432
11433 * minsyms.c (add_minsym_to_hash_table): Replace
11434 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11435 (compare_minimal_symbols, compact_minimal_symbols)
11436 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11437 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11438 of DEPRECATED_SYMBOL_MATCHES_NAME.
11439 (lookup_minimal_symbol_solib_trampoline): Ditto.
11440
5602984a
AC
114412003-03-10 Andrew Cagney <cagney@redhat.com>
11442
11443 * regcache.h (regcache_cooked_read_ftype): Define.
11444 (regcache_save, regcache_restore): Add a cooked_read parameter.
11445 * regcache.c (regcache_save, regcache_restore): Update.
11446 (do_cooked_read): New function.
11447 (regcache_cpy): Pass do_cooked_read to regcache_save and
11448 regcache_restore.
11449
8bedc050
AC
114502003-03-10 Andrew Cagney <cagney@redhat.com>
11451
11452 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11453 * gdbarch.h, gdbarch.c: Re-generate.
11454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11455 * x86-64-tdep.h: Update.
11456 * x86-64-tdep.c (x86_64_init_abi): Update.
11457 * v850-tdep.c (v850_gdbarch_init): Update.
11458 * sparc-tdep.c (sparc_gdbarch_init): Update.
11459 * sh-tdep.c (sh_gdbarch_init): Update.
11460 * s390-tdep.c (s390_gdbarch_init): Update.
11461 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11462 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11465 * mips-tdep.c (mips_gdbarch_init): Update.
11466 * mcore-tdep.c (mcore_gdbarch_init): Update.
11467 * m68k-tdep.c (m68k_gdbarch_init): Update.
11468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11469 * ia64-tdep.c (ia64_gdbarch_init): Update.
11470 * i386-tdep.c (i386_gdbarch_init): Update.
11471 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11472 * hppa-tdep.c (hppa_gdbarch_init): Update.
11473 * h8300-tdep.c (h8300_gdbarch_init): Update.
11474 * frv-tdep.c (frv_gdbarch_init): Update.
11475 * cris-tdep.c (cris_gdbarch_init): Update.
11476 * avr-tdep.c (avr_gdbarch_init): Update.
11477 * arm-tdep.c (arm_gdbarch_init): Update.
11478 * alpha-tdep.c (alpha_gdbarch_init): Update.
11479 * sh-tdep.c (sh_init_extra_frame_info): Update.
11480 (sh64_init_extra_frame_info): Update.
11481 * ns32knbsd-nat.c (frame_num_args): Update.
11482 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11483 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11484 (xstormy16_frame_chain_valid): Update.
11485 * vax-tdep.c (vax_saved_pc_after_call): Update.
11486 * v850-tdep.c (v850_frame_chain): Update.
11487 (v850_pop_frame): Update.
11488 (v850_init_extra_frame_info): Update.
11489 * sparc-tdep.c (setup_arbitrary_frame): Update.
11490 * ns32k-tdep.c (umax_frame_num_args): Update.
11491 * s390-tdep.c (s390_pop_frame_regular): Update.
11492 * mn10300-tdep.c (mn10300_frame_chain): Update.
11493 (mn10300_pop_frame_regular): Update.
11494 (mn10300_init_extra_frame_info): Update.
11495 * mips-tdep.c (mips_init_frame_pc_first): Update.
11496 (mips_frame_chain): Update.
11497 (mips_pop_frame): Update.
11498 * mcore-tdep.c (mcore_frame_chain): Update.
11499 (mcore_pop_frame): Update.
11500 (mcore_init_extra_frame_info): Update.
11501 * arch-utils.c (init_frame_pc_default): Update.
11502 * m68k-tdep.c (isi_frame_num_args): Update.
11503 (delta68_frame_num_args): Update.
11504 (news_frame_num_args): Update.
11505 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11506 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11507 (alpha_frame_chain): Update.
11508 (alpha_pop_frame): Update.
11509 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11510 (hppa_init_extra_frame_info): Update.
11511 (hppa_frame_chain): Update.
11512 (hppa_frame_chain_valid): Update.
11513 * cris-tdep.c (cris_init_extra_frame_info): Update.
11514 * avr-tdep.c (avr_init_extra_frame_info): Update.
11515 * arm-tdep.c (arm_frame_chain_valid): Update.
11516 (arm_init_extra_frame_info): Update.
11517 (arm_pop_frame): Update.
11518 * frame.c (frame_pc_unwind): Update.
11519 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11520 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11521 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11522 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11523 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11524 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11525
12cc2063
AC
115262003-03-10 Andrew Cagney <cagney@redhat.com>
11527
11528 * gdbarch.sh (gdbarch_unwind_pc): New method.
11529 * gdbarch.h, gdbarch.c: Regenerate.
11530 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11531 but use read_pc and FRAME_SAVED_PC as fall backs.
11532 (frame_saved_regs_pc_unwind): Delete function.
11533 (trad_frame_unwinder): Update.
11534 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11535 (struct frame_unwind): Update.
11536 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11537 (dummy_frame_unwind): Update.
11538 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11539 (sentinel_frame_unwinder): Update.
11540 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11541 (d10v_frame_unwind): Update.
11542 (d10v_unwind_pc): New function.
11543 (d10v_gdbarch_init): Set unwind_pc.
11544
ef840a37
AC
115452003-03-10 Andrew Cagney <cagney@redhat.com>
11546
a2ce2e56
AC
11547 * gdbarch.h: Re-generate.
11548
ef840a37
AC
11549 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11550 PC.
11551 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11552 the PC register.
11553
08f3424b
MK
115542003-03-08 Mark Kettenis <kettenis@gnu.org>
11555
11556 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11557
1248ede2
AC
115582003-03-08 Andrew Cagney <cagney@redhat.com>
11559
11560 * cli-out.c: Update copyright.
11561 (cli_out_data): Define typedef. Use instead of ui_out_data.
11562
f49bacc8
AC
115632003-03-08 Andrew Cagney <cagney@redhat.com>
11564
11565 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11566 the result.
11567
9b05f993
AC
115682003-03-07 Andrew Cagney <cagney@redhat.com>
11569
11570 * gdbarch.sh: Don't generate two macro definitions when an
11571 undefined macro taking no arguments.
11572 * gdbarch.h: Regenerate.
8ffd9b1b 11573
166f4c7b
ML
115742002-03-07 Michal Ludvig <mludvig@suse.cz>
11575
11576 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11577 (x86_64_unwind_dummy_id): New functions.
11578 (x86_64_init_abi): Register these two new functions.
11579
6d686a84
ML
115802003-03-07 Michal Ludvig <mludvig@suse.cz>
11581
11582 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11583 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11584 separate function.
11585 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11586
6314f104
AC
115872003-03-05 Andrew Cagney <cagney@redhat.com>
11588
11589 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11590 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11591 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11592 to use unwind_dummy_id when a dummy frame.
11593 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11594 predicate.
11595 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11596
ceea5145
AC
115972003-03-05 Andrew Cagney <cagney@redhat.com>
11598
11599 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11600 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11601 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11602 values.
11603
0d843116
AC
116042003-03-05 Andrew Cagney <cagney@redhat.com>
11605
11606 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11607 (struct d10v_unwind_cache): Delete field "frameless". Replace
11608 "next_addr" with "sp_offset". Add "r11_offset".
11609 (d10v_frame_unwind_cache): Update.
11610 (prologue_find_regs): Update. When "mv r11, sp", save the
11611 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11612 RN was saved in r11_offset.
11613
b2579786
AC
116142003-03-05 Andrew Cagney <cagney@redhat.com>
11615
11616 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11617 cached PC value in the next frame.
11618
218e5956
AC
116192003-03-05 Andrew Cagney <cagney@redhat.com>
11620
11621 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11622 "id_unwind_cache" with "id".
11623 (frame_id_unwind): Delete declaration.
11624 * frame.c (frame_id_unwind): Delete function.
11625 (get_prev_frame): Call the frame id unwind method directly. Store
11626 the returned next frame's ID value in NEXT_FRAME. Note that there
11627 is a problem with the wrong unwind ID being called with the wrong
11628 unwind cache.
11629
ed363b1b
DJ
116302003-03-05 Daniel Jacobowitz <drow@mvista.com>
11631
11632 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11633
fe1f4a5e
DJ
116342003-03-05 James Ingham <jingham@apple.com>
11635 Daniel Jacobowitz <drow@mvista.com>
11636
11637 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11638 (auto_cp_abi): New variable.
11639 (current_cp_abi, num_cp_abis): Make static.
11640 (CP_ABI_MAX): Define.
11641 (cp_abis): Turn into an array.
11642 (value_virtual_fn_field): Fix formatting.
11643 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11644 takes a pointer.
11645 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11646 (list_cp_abis, _initialize_cp_abi): New functions.
11647 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11648 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11649 switch_to_cp_abi. Update prototype for register_cp_abi.
11650 * Makefile.in (cp-abi.o): Update dependencies.
11651 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11652 instead of switch_to_cp_abi.
11653 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11654 register_cp_abi.
11655 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11656 register_cp_abi.
11657 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11658
e4adbba9
DJ
116592003-03-05 Daniel Jacobowitz <drow@mvista.com>
11660
11661 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11662 * dwarf2loc.c: Include "regcache.h".
11663 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11664 register_size.
11665 * Makefile.in (dwarf2loc.o): Update dependencies.
11666
91ccbfc1
TR
116672003-03-04 Theodore A. Roth <troth@openavr.org>
11668
11669 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11670 number of io registers reported by remote target is not a multiple of
11671 step.
11672
3d4e8fd2
DC
116732003-03-04 David Carlton <carlton@math.stanford.edu>
11674
11675 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11676 (lookup_symbol_aux_psymtabs): Update call to
11677 lookup_partial_symbol.
11678 (lookup_transparent_type, find_main_psymtab)
11679 (make_symbol_overload_list): Ditto.
11680
ed42d87b
KH
116812003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11682
11683 * MAINTAINERS (Write after approval): Update my email address.
11684
a0ed5532
AC
116852003-03-03 Andrew Cagney <cagney@redhat.com>
11686
11687 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11688 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11689 predicate. Replace MAX_REGISTER_RAW_SIZE.
11690 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11691 MAX_REGISTER_VIRTUAL_SIZE.
11692 * regcache.c (legacy_max_register_raw_size): New function.
11693 (legacy_max_register_virtual_size): New function.
11694 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11695 (MAX_REGISTER_RAW_SIZE): Define.
11696 (legacy_max_register_raw_size): Declare.
11697 (legacy_max_register_virtual_size): Declare.
11698 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11699 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11700 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11701 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11702 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11703 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11704 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11705 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11706 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11707 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11708 * vax-tdep.c (vax_gdbarch_init): Update.
11709 * v850-tdep.c (v850_gdbarch_init): Update.
11710 * sparc-tdep.c (sparc_gdbarch_init): Update.
11711 * sh-tdep.c (sh_gdbarch_init): Update.
11712 * s390-tdep.c (s390_gdbarch_init): Update.
11713 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11714 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11715 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11716 * mips-tdep.c (mips_gdbarch_init): Update.
11717 * mcore-tdep.c (mcore_gdbarch_init): Update.
11718 * m68k-tdep.c (m68k_gdbarch_init): Update.
11719 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11720 * ia64-tdep.c (ia64_gdbarch_init): Update.
11721 * i386-tdep.c (i386_gdbarch_init): Update.
11722 * hppa-tdep.c (hppa_gdbarch_init): Update.
11723 * h8300-tdep.c (h8300_gdbarch_init): Update.
11724 * frv-tdep.c (frv_gdbarch_init): Update.
11725 * cris-tdep.c (cris_gdbarch_init): Update.
11726 * avr-tdep.c (avr_gdbarch_init): Update.
11727 * arm-tdep.c (arm_gdbarch_init): Update.
11728 * alpha-tdep.c (alpha_gdbarch_init): Update.
11729 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11730 max_register_raw_size or max_register_virtual_size.
11731
8e437497
DC
117322003-03-03 David Carlton <carlton@math.stanford.edu>
11733
11734 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11735 SYMBOL_MATCHES_NAME, add comment.
11736 (SYMBOL_MATCHES_NATURAL_NAME): New.
11737 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11738 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11739 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11740 * symtab.c (lookup_partial_symbol): Use
11741 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11742 unhelpful comment.
11743 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11744 SYMBOL_MATCHES_NAME.
11745 Fix for PR c++/33.
11746
25120b0d
DC
117472003-03-03 David Carlton <carlton@math.stanford.edu>
11748
11749 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11750 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11751 by regexp matching against SYMBOL_NATURAL_NAME.
11752
78a11fb4
DC
117532003-03-03 David Carlton <carlton@math.stanford.edu>
11754
11755 * linespec.c (find_method): Extract code into collect_methods.
11756 (collect_methods): New.
11757
645dd519
MK
117582003-03-02 Mark Kettenis <kettenis@gnu.org>
11759
b4700d91
MK
11760 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11761 get_frame_base.
11762
645dd519
MK
11763 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11764 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11765
0aa7e1aa
SC
117662003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11767
8ffd9b1b 11768 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11769 and not regnum when summing the size of all registers up to regnum.
11770
f30ee0bc
AC
117712003-03-01 Andrew Cagney <cagney@redhat.com>
11772
11773 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11774 FRAME_INIT_SAVED_REGS.
11775 * gdbarch.h, gdbarch.c: Regenerate.
11776 * stack.c (frame_info): Update.
11777 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11778 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11779 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11780 * ns32k-tdep.c (ns32k_pop_frame): Update.
11781 * mips-tdep.c (mips_pop_frame): Update.
11782 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11783 * ia64-tdep.c (ia64_frame_chain): Update.
11784 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11785 (ia64_frameless_function_invocation): Update.
11786 (ia64_init_extra_frame_info): Update.
11787 (ia64_pop_frame_regular): Update.
11788 * frame.h (struct frame_info): Update comment.
11789 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11790 * frame.c (frame_saved_regs_register_unwind): Update.
11791 (frame_saved_regs_register_unwind): Update.
11792 (deprecated_generic_get_saved_register): Update.
11793 * cris-tdep.c: Update comment.
11794 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11795 Rename macro.
11796 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11797 * x86-64-tdep.c (x86_64_init_abi): Update.
11798 * vax-tdep.c (vax_gdbarch_init): Update.
11799 * v850-tdep.c (v850_gdbarch_init): Update.
11800 * sparc-tdep.c (sparc_gdbarch_init): Update.
11801 * sh-tdep.c (sh_gdbarch_init): Update.
11802 * s390-tdep.c (s390_gdbarch_init): Update.
11803 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11804 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11805 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11806 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11807 * mips-tdep.c (mips_gdbarch_init): Update.
11808 * mcore-tdep.c (mcore_gdbarch_init): Update.
11809 * m68k-tdep.c (m68k_gdbarch_init): Update.
11810 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11811 * ia64-tdep.c (ia64_gdbarch_init): Update.
11812 * i386-tdep.c (i386_gdbarch_init): Update.
11813 * frv-tdep.c (frv_gdbarch_init): Update.
11814 * avr-tdep.c (avr_gdbarch_init): Update.
11815 * arm-tdep.c (arm_gdbarch_init): Update.
11816 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11817
42fa7c0f
AC
118182003-03-01 Andrew Cagney <cagney@redhat.com>
11819
11820 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11821 option enum and switch. When no windows, set the interpreter to
11822 INTERP_CONSOLE.
8ffd9b1b 11823
49c7e338
AC
118242003-03-01 Andrew Cagney <cagney@redhat.com>
11825
11826 * main.c (captured_main): Replace magic option characters with an
11827 enum.
11828
e9582e71
AC
118292003-03-01 Andrew Cagney <cagney@redhat.com>
11830
11831 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11832 INIT_EXTRA_FRAME_INFO.
11833 * gdbarch.h, gdbarch.c: Regenerate.
11834 * arm-tdep.c: Update comments.
11835 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11836 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11837 * frame.h, avr-tdep.c: Ditto.
11838 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11839 (create_new_frame, legacy_get_prev_frame): Ditto.
11840 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11841 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11843 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11844 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11845 * v850-tdep.c (v850_gdbarch_init): Ditto.
11846 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11847 * sh-tdep.c (sh_gdbarch_init): Ditto.
11848 * s390-tdep.c (s390_gdbarch_init): Ditto.
11849 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11850 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11851 * mips-tdep.c (mips_gdbarch_init): Ditto.
11852 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11854 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11855 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11856 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11857 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11858 * frv-tdep.c (frv_gdbarch_init): Ditto.
11859 * cris-tdep.c (cris_gdbarch_init): Ditto.
11860 * avr-tdep.c (avr_gdbarch_init): Ditto.
11861 * arm-tdep.c (arm_gdbarch_init): Ditto.
11862 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11863 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11864
35cac7cf
AC
118652003-03-01 Andrew Cagney <cagney@redhat.com>
11866
11867 * gdbarch.sh (register_type): New function with predicate.
11868 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11869 * gdbarch.h, gdbarch.c: Re-generate.
11870 * arch-utils.c (generic_register_byte): Use generic_register_size.
11871 (generic_register_size): When available, use
11872 gdbarch_register_type.
11873 * regcache.c (init_regcache_descr): When available, initialize the
11874 register type array using gdbarch_register_type. If the
11875 architecture supplies gdbarch_register_type, do not use the legacy
11876 regcache layout.
11877 * d10v-tdep.c (d10v_register_type): Replace
11878 d10v_register_virtual_type.
11879 (d10v_gdbarch_init): Set register_type instead of
11880 register_virtual_type.
11881
7b83296f
AC
118822003-03-01 Andrew Cagney <cagney@redhat.com>
11883
11884 * Makefile.in (ax-gdb.o): Update dependencies.
11885 * ax-gdb.c: Include "regcache.h".
11886 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11887 * findvar.c (value_of_register): Ditto.
11888 * infcmd.c (default_print_registers_info): Ditto.
11889
eadc1c87
MK
118902003-03-01 Mark Kettenis <kettenis@gnu.org>
11891
11892 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11893 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11894
14143612
MK
118952003-03-01 Mark Kettenis <kettenis@gnu.org>
11896
11897 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11898 of STREQ.
11899
a55cc764
DJ
119002003-02-28 Daniel Jacobowitz <drow@mvista.com>
11901
11902 * Makefile.in (dwarf2loc.o): Update dependencies.
11903 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11904 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11905 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11906 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11907 (locexpr_tracepoint_var_ref): New function.
11908 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11909
08a617da
AC
119102003-02-28 Andrew Cagney <cagney@redhat.com>
11911
11912 * regcache.c (register_size): New function.
11913 * regcache.h (register_size): Declare
11914 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11915 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11916
4224873a
DC
119172003-02-28 David Carlton <carlton@math.stanford.edu>
11918
11919 * linespec.c (decode_compound): Extract code into find_method.
11920 (find_method): New.
11921
ccdc5d7f
JB
119222003-02-28 J. Brobecker <brobecker@gnat.com>
11923
11924 * Makefile.in: Add rules to build and link in observer.o.
11925
974e8ced
JB
119262003-02-27 J. Brobecker <brobecker@gnat.com>
11927
11928 * observer.c: Minor comments edits.
11929
7a28f973
JB
119302003-02-27 J. Brobecker <brobecker@gnat.com>
11931
11932 * observer.h, observer.c: New file.
11933
27cddce2
AC
119342003-02-27 Andrew Cagney <cagney@redhat.com>
11935
11936 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11937
b94a41a1
SC
119382003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11939
11940 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11941 (M6812_OP_STS_EXT): Likewise.
11942 (m6811_prologue): Use the above to recognize prologue.
11943 (m6812_prologue): Likewise.
11944
c8be8951
DC
119452003-02-27 David Carlton <carlton@math.stanford.edu>
11946
11947 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11948 SYMBOL_PRINT_NAME.
11949 (compare_psymbols): Ditto.
11950 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11951
d05bb1fc
MS
119522003-02-27 Michael Snyder <msnyder@redhat.com>
11953
4e845cd3
MS
11954 * f-lang.c (build_fortran_types): New function.
11955 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11956 * doublest.c (extract_floating): Fix warning text.
11957
f3824013
AC
119582003-02-27 Andrew Cagney <cagney@redhat.com>
11959
11960 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11961 predicate. Replaces PUSH_DUMMY_FRAME.
11962 * gdbarch.h, gdbarch.c: Regnerate.
11963 * valops.c (hand_function_call): Update. Call
11964 generic_push_dummy_frame directly.
11965 * vax-tdep.c (vax_gdbarch_init): Update.
11966 * sparc-tdep.c (sparc_gdbarch_init): Update.
11967 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11968 * m68k-tdep.c (m68k_gdbarch_init): Update.
11969 * hppa-tdep.c (hppa_gdbarch_init): Update.
11970 * alpha-tdep.c (alpha_gdbarch_init): Update.
11971 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11972 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11973 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11974 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11975 push_dummy_frame to generic_push_dummy_frame.
11976 * v850-tdep.c (v850_gdbarch_init): Ditto.
11977 * sh-tdep.c (sh_gdbarch_init): Ditto.
11978 * s390-tdep.c (s390_gdbarch_init): Ditto.
11979 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11980 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11981 * mips-tdep.c (mips_gdbarch_init): Ditto.
11982 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11983 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11984 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11985 * i386-tdep.c (i386_gdbarch_init): Ditto.
11986 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11987 * frv-tdep.c (frv_gdbarch_init): Ditto.
11988 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11989 * cris-tdep.c (cris_gdbarch_init): Ditto.
11990 * avr-tdep.c (avr_gdbarch_init): Ditto.
11991 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11992
ad188201
KB
119932003-02-26 Kevin Buettner <kevinb@redhat.com>
11994
11995 * mips-tdep.c (show_mips_abi): New function.
11996 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11997 command ``show mips abi''.
11998
6b37567a 119992003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 12000
6b37567a 12001 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 12002 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
12003 more sline entries have been seen for the function.
12004
d3e0a5bf
MC
120052003-02-26 Michael Chastain <mec@shout.net>
12006
12007 * configure: Regenerate with autoconf 000227.
12008
18972eea
MC
120092003-02-26 Michael Chastain <mec@shout.net>
12010
12011 Close PR build/660.
12012 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12013 for old libc5/glibc.
12014 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12015
0bbde931
KW
120162003-02-26 Kris Warkentin <kewarken@qnx.com>
12017
12018 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12019 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12020
27ca5dad
MC
120212003-02-26 Michael Chastain <mec@shout.net>
12022
12023 * configure.in: New variable HAVE_UINTPTR_T.
12024 * configure, config.in: Regenerated.
12025
6f88d630
DJ
120262003-02-26 Daniel Jacobowitz <drow@mvista.com>
12027
12028 Fix PR build/1097.
12029 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12030
b14185ce
AC
120312003-02-25 Andrew Cagney <cagney@redhat.com>
12032
12033 * frame.c (get_prev_frame): Add comment on check for
12034 inside_entry_func. Only check for inside_entry_file when not a
12035 dummy and not a sentinel. Check that the new frame is not inner
12036 to the old frame.
12037
ac2bd0a9
AC
120382003-02-25 Andrew Cagney <cagney@redhat.com>
12039
12040 * frame.c (frame_debug): New variable.
12041 (_initialize_frame): Add "set/show debug frame" command.
12042 (get_prev_frame): When frame_debug, print reason why unwind
12043 failed.
12044
b18a0fd2
MC
120452003-02-25 Michael Chastain <mec@shout.net>
12046
12047 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12048 to avoid uintptr_t definition problems.
12049
22abf04a
DC
120502003-02-25 David Carlton <carlton@math.stanford.edu>
12051
12052 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12053 (SYMBOL_LINKAGE_NAME): Ditto.
12054 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12055 SYMBOL_LINKAGE_NAME.
12056 (struct general_symbol_info): Expand comment.
12057 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12058 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12059 (SYMBOL_MATCHES_REGEXP): Ditto.
12060 * symtab.c (symbol_natural_name): New function.
12061 * objfiles.h: Replace all uses of SYMBOL_NAME by
12062 DEPRECATED_SYMBOL_NAME.
12063 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12064 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12065 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12066 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12067 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12068 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12069 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12070 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12071 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12072 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12073 * ada-exp.y: Ditto.
12074 * ada-exp.y: Update copyright.
12075 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12076 * cp-valprint.c: Ditto.
12077
1a5848f6
JJ
120782003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12079
12080 * infptrace.c (detach): Do not flag error if ptrace detach fails
12081 and errno is set to ESRCH.
12082
7343d46a
AC
120832003-02-24 Andrew Cagney <cagney@redhat.com>
12084
12085 * infptrace.c (udot_info): Change type of udot_off to long. Use
12086 paddr when printing udot_off's value.
12087
49fa1dc2
DC
120882003-02-24 David Carlton <carlton@math.stanford.edu>
12089
12090 * symtab.c (make_symbol_overload_list): Only read in partial
12091 symtabs containing a matching partial symbol.
12092
0fe19209
DC
120932003-02-24 David Carlton <carlton@math.stanford.edu>
12094
12095 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12096 do the comparison, not strcmp.
12097 * symfile.c (compare_psymbols): Ditto.
12098 * defs.h: Declare strcmp_iw_ordered.
12099 * utils.c (strcmp_iw_ordered): New function.
12100
8e3ee7b5
JB
121012003-02-24 Jim Blandy <jimb@redhat.com>
12102
12103 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12104 support, shared libs): Remove my name from here, to better reflect
12105 reality.
12106
7df1a324
KW
121072003-02-24 Kris Warkentin <kewarken@qnx.com>
12108
12109 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12110 (target_ops): Add to_have_continuable_watchpoint.
12111 * target.c (update_current_target): Add INHERIT line for
12112 to_have_continuable_watchpoint.
12113 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12114 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12115 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12116 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12117
d1c76907
EZ
121182003-02-24 Elena Zannoni <ezannoni@redhat.com>
12119
12120 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12121 maintainership.
12122
2610b0bf
KW
121232003-02-24 Kris Warkentin <kewarken@qnx.com>
12124
f46169db
KW
12125 * solib.c (solib_open): Call target defined search function after
12126 failing with solib-search-path.
12127 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12128 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 12129
9a3c34fe
KW
121302003-02-24 Kris Warkentin <kewarken@qnx.com>
12131
f46169db 12132 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 12133
2417dd25
SC
121342003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12135
12136 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12137
b631436b
SC
121382003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12139
12140 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12141 (m68hc11_add_reggroups): New function.
12142 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12143 (m68hc11_gdbarch_init): Install the reggroups.
12144 (_initialize_m68hc11_tdep): Initialize them.
12145
0aa8c1e4
JW
121462003-02-21 James E Wilson <wilson@tuliptree.org>
12147
12148 * MAINTAINERS: Update my email address.
12149
50ceaba5
DC
121502003-02-21 David Carlton <carlton@math.stanford.edu>
12151
12152 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12153
4c2df51b
DJ
121542003-02-21 Daniel Jacobowitz <drow@mvista.com>
12155
12156 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12157 * symtab.h: Add opaque declarations of struct axs_value and
12158 struct agent_expr.
12159 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12160 (struct location_funcs): New type.
12161 (struct symbol): Add "loc" to aux_value.
12162 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12163 * dwarf2read.c: Include "dwarf2expr.h".
12164 (dwarf2_symbol_mark_computed): New function.
12165 (read_func_scope): Use it.
12166 (var_decode_location): New function.
12167 (new_symbol): Use it.
12168 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12169
12170 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12171 (dwarf2expr_h, dwarf2loc_h): New variables.
12172 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12173 (dwarf2expr.o, dwarf2loc.o): New rules.
12174 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12175 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12176 LOC_COMPUTED_ARG.
12177 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12178 * m2-exp.y (yylex): Likewise.
12179 * printcmd.c (address_info, print_frame_args): Likewise.
12180 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12181 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12182 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12183 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12184 * symtab.c (lookup_block_symbol): Likewise.
12185
5784d15e
AF
121862003-02-20 Adam Fedor <fedor@gnu.org>
12187
12188 * symtab.h: Remove objc_specific struct
12189 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12190 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12191 Have language_objc use cplus_specific struct.
12192
d4cad8db
TT
121932003-02-20 Tom Tromey <tromey@redhat.com>
12194
12195 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12196 TYPE_NAME, when printing a String value. PR java/1075.
12197
2f9a90b4
AF
121982003-02-20 Adam Fedor <fedor@gnu.org>
12199
d38074a8 12200 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 12201 * objc-lang.c (find_methods): Make static.
2f9a90b4 12202
6f17862b
CF
122032003-02-20 Christopher Faylor <cgf@redhat.com>
12204
12205 * win32-nat.c (get_image_name): Check return value from
12206 ReadProcessMemory.
12207 (child_xfer_memory): Ditto.
12208
715d1656
AO
122092003-02-20 Alexandre Oliva <aoliva@redhat.com>
12210
12211 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12212 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12213 '${exec_prefix}' (in addition to the expansion thereof) as
12214 relocatable.
12215 * configure: Rebuilt.
12216
b1262a02
DC
122172003-02-20 David Carlton <carlton@math.stanford.edu>
12218
12219 * symtab.c (search_symbols): Revert the search_symbols part of my
12220 2002-12-23 patch. Add comment.
12221
7134143f
DJ
122222002-02-20 Daniel Jacobowitz <drow@mvista.com>
12223
12224 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12225 * dbxread.c (elfstab_build_psymtabs): Don't call
12226 install_minimal_symbols.
12227 (stabsect_build_psymtabs): Likewise.
12228 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12229 earlier.
12230 * somread.c (som_symfile_read): Call install_minimal_symbols
12231 and do_cleanups earlier.
12232 * nlmread.c (nlm_symfile_read): Likewise.
12233 * mdebugread.c (elfmdebug_build_psymtabs): Call
12234 install_minimal_symbols and make appropriate cleanups.
12235
cf466558
KB
122362003-02-20 Kevin Buettner <kevinb@redhat.com>
12237
12238 * solib.c (reload_shared_libraries): New function.
12239 (_initialize_solib): Add callbacks for ``set solib-search-path''
12240 and ``set solib-absolute-prefix''.
12241
de5ad195
DC
122422003-02-20 David Carlton <carlton@math.stanford.edu>
12243
12244 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12245 expand comment.
12246 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12247 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12248 * ada-typeprint.c (ada_typedef_print): Ditto.
12249 * ax-gdb.c (gen_var_ref): Ditto.
12250 * breakpoint.c (print_one_breakpoint): Ditto.
12251 * buildsym.c (finish_block): Ditto.
12252 * c-valprint.c (c_val_print): Ditto.
12253 * expprint.c (print_subexp): Ditto.
12254 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
12255 * infcmd.c (jump_command): Ditto.
12256 * linespec.c (decode_line_2, decode_compound): Ditto.
12257 * maint.c (maintenance_translate_address): Ditto.
12258 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
12259 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12260 Ditto.
8ffd9b1b
AJ
12261 * p-valprint.c (pascal_val_print): Ditto.
12262 * stabsread.c (define_symbol): Ditto.
de5ad195 12263 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
12264 (print_frame_arg_vars, return_command): Ditto.
12265 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12266 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
12267 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12268 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
12269 (rbreak_command): Ditto.
12270 * tracepoint.c (tracepoints_info): Ditto.
12271 * typeprint.c (typedef_print): Ditto.
12272 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
12273 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12274 * ada-typeprint.c: Update Copyright.
12275 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12276 * tracepoint.c, cli/cli-cmds.c: Ditto.
12277
f796e4be
KB
122782003-02-20 Kevin Buettner <kevinb@redhat.com>
12279
12280 * frame.c (generic_unwind_get_saved_register): Make non-static.
12281 * frame.h (generic_unwind_get_saved_register): Declare.
12282 * mips-tdep.c (read_next_frame_reg): Fetch register from
12283 current regcache when frame is NULL.
12284 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12285 that must be NULL.
12286 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12287 instead of frame_register_unwind().
12288
836cc9f4
AC
122892003-02-20 Andrew Cagney <ac131313@redhat.com>
12290
12291 * remote-sim.c (gdbsim_insert_breakpoint)
12292 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12293 code.
12294
501eef12
AC
122952003-02-20 Andrew Cagney <ac131313@redhat.com>
12296
12297 * remote.c (_initialize_remote): Add commands "set/show remote
12298 hardware-watchpoint-limit" and "set/show remote
12299 hardware-breakpoint-limit".
12300 (remote_hw_watchpoint_limit): Initialize to -1.
12301 (remote_hw_breakpoint_limit): Ditto.
12302 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12303
1b6bc7e0
CF
123042003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12305
12306 * coff-pe-read.c: New file - support reading of minimal symbols from a
12307 portable executable using the export table.
12308 * coff-pe-read.h: New file.
12309 * coffread.c: Include coff-pe-read.h.
12310 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12311 debugging symbols found.
12312 * Makefile.in (SFILES): Add coff-pe-read.o.
12313 (coff_pe_read_h): Define.
12314 (COMMON_OBS): Add coff-pe-read.o.
12315 (coffread.o): Add coff_pe_read_h dependency.
12316 (coff-pe-read.o): New target.
12317
fe898f56
DC
123182003-02-19 David Carlton <carlton@math.stanford.edu>
12319
12320 * Makefile.in (SFILES): Add block.c.
12321 (block_h): New.
12322 (COMMON_OBS): Add block.o.
12323 (block.o): New.
12324 (x86-64-tdep.o): Add $(block_h).
12325 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12326 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12327 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12328 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12329 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12330 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12331 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12332 * value.h: Add opaque declaration for struct block.
12333 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12334 * ada-lang.h: Ditto.
12335 * x86-64-tdep.c: #include "block.h"
12336 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12337 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12338 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12339 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12340 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12341 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12342 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12343 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12344 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12345 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12346 * symtab.c (block_function): Ditto.
12347 (contained_in): Ditto.
12348 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12349 block.h. Add opaque declaration for struct block.
12350 * symtab.h: Move block_function and contained_in declarations to
12351 block.h. Add opaque declarations for struct block, struct
12352 blockvector.
12353 (struct block): Move to block.h.
12354 (struct blockvector): Ditto.
12355 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12356 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12357 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12358 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12359 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12360 Ditto.
12361 * block.c: New file.
12362 * block.h: New file.
12363
173345b5
TR
123642003-02-19 Theodore A. Roth <troth@openavr.org>
12365
12366 * avr-tdep.c (avr_extract_return_value): Remove function.
12367 (avr_store_return_value): Remove function.
12368 (avr_extract_struct_value_address): Remove function.
12369 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12370
338ef23d
AC
123712003-02-19 Andrew Cagney <ac131313@redhat.com>
12372
12373 * rs6000-tdep.c: Include "gdb_assert.h".
12374 (registers_e500): Add "acc" and "spefscr".
12375 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12376 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12377 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12378 really is "r0".
12379 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12380
5412f5f3
KS
123812003-02-18 Keith Seitz <keiths@redhat.com>
12382
12383 * Makefile.in: Add gdbtk-interps.c.
12384
881324eb
KB
123852003-02-18 Kevin Buettner <kevinb@redhat.com>
12386
12387 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12388 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12389
6a2f5abf
AC
123902003-02-18 Andrew Cagney <cagney@redhat.com>
12391
12392 * symtab.h (struct objfile): Add opaque declaration.
12393
54c7009d
EZ
123942003-02-18 Elena Zannoni <ezannoni@redhat.com>
12395
12396 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
12397 * dbxread.c (process_one_symbol): Use last_function_start rather
12398 than function_start_offset to find the real beginning of the
12399 current function. The latter is just the text section offset on
12400 some systems, the former is always the real function start.
54c7009d 12401
7ee6d7eb
AC
124022003-02-17 Andrew Cagney <cagney@redhat.com>
12403
12404 * configure.in: Revert ${target} != ${host}.
12405
2846da9b
AC
124062003-02-17 Andrew Cagney <ac131313@redhat.com>
12407
12408 * configure.in (Makefile): Use the test ${target} != ${host},
12409 instead of the absence of the "nm.h" file, to determine of the
12410 configuration non-native.
12411 * configure: Regenerate.
8ffd9b1b 12412
3b27aeea
EZ
124132003-02-14 Elena Zannoni <ezannoni@redhat.com>
12414
fbe586ae 12415 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12416
12417 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12418 conditionalize tui_active test.
12419 (lookup_cmd_1): Ditto.
12420
b0b1c2c0
MK
124212003-02-14 Mark Kettenis <kettenis@gnu.org>
12422
12423 * configure.in: Add check for _etext.
12424 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12425 available.
12426 * config.in, configure: regenerated.
12427
8f05cde5
DJ
124282003-02-14 Daniel Jacobowitz <drow@mvista.com>
12429
12430 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12431
021e7609
AC
124322003-02-14 Andrew Cagney <ac131313@redhat.com>
12433
12434 * main.c (tui_version): Delete variable.
12435 (captured_main): When --tui, set interpreter_p to "tui" instead of
12436 enabling tui_version.
12437 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12438 tui_version.
12439 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12440 * cli/cli-cmds.c (disassemble_command): Ditto.
12441 * defs.h (tui_version): Delete declaration.
12442 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12443 (tui-interp.o): Add rules.
12444 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12445
e325dcec
CF
124462003-02-14 Christopher Faylor <cgf@redhat.com>
12447
36ffb041 12448 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12449 just-loaded dll.
12450
c4f90d87
JM
124512003-02-12 Jason Molenda (jmolenda@apple.com)
12452
fbe586ae
RH
12453 * symmisc.c (print_objfile_statistics): Include information about
12454 the number of psymtabs and symtabs in each object file.
c4f90d87 12455
e46e5ccd
KS
124562003-02-13 Keith R Seitz <keiths@redhat.com>
12457
12458 * main.h (struct captured_main_args): Add interpreter_p.
12459 * main.c (captured_main): Initialize interpreter_p from context.
12460 * gdb.c (main): Set interpreter_p argument.
12461 * Makefile.in (gdb.o): Add dependency for interps.h.
12462
fe97fe9c
AC
124632003-02-12 Andrew Cagney <ac131313@redhat.com>
12464
12465 * event-top.c (cli_command_loop): Delete declaration.
12466 (_initialize_event_loop): Delete function setting event_loop_hook.
12467 * event-top.h (cli_command_loop): Declare. Update copyright.
12468 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12469 * interps.c (current_interp_command_loop): When event_loop_p, call
12470 cli_command_loop.
12471
1cdac4ef
AC
124722003-02-12 Andrew Cagney <ac131313@redhat.com>
12473
12474 * interps.h (interp_command_loop_ftype): Change return type to
12475 void.
12476
48037ead
ML
124772003-02-12 Michal Ludvig <mludvig@suse.cz>
12478
12479 * x86-64-tdep.c (x86_64_extract_return_value)
12480 (x86_64_store_return_value): Use regcache instead of regbuf.
12481 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12482 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12483
033afc63
AC
124842003-02-11 Andrew Cagney <ac131313@redhat.com>
12485
12486 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12487 * aclocal.m4: Regenerate.
12488 * configure: Regenerate.
12489
12490 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12491 TCL_LD_SEARCH_FLAGS.
12492
40d02bca
ML
124932003-02-10 Michal Ludvig <mludvig@suse.cz>
12494
12495 * dwarf2cfi.c: Reindented.
12496
11308a41
AC
124972003-02-09 Andrew Cagney <ac131313@redhat.com>
12498
12499 * interps.c (clear_interpreter_hooks): Convert function definition
12500 to ISO C.
12501
e1c1c0f6
DC
125022003-02-07 David Carlton <carlton@math.stanford.edu>
12503
12504 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12505
ab5d3da6
KB
125062003-02-07 Kevin Buettner <kevinb@redhat.com>
12507
12508 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12509 (struct type): ...to here.
12510 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12511 field.
12512 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12513 (replace_type): Set length on all type variants for a given type.
12514
b8a92b82
AC
125152003-02-07 Andrew Cagney <ac131313@redhat.com>
12516
12517 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12518 <sys/stat.h>.
12519 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12520
5cb316ef
AC
125212003-02-06 Andrew Cagney <ac131313@redhat.com>
12522
2555fe1a
AC
12523 * Makefile.in (symm-nat.o): Update dependencies.
12524 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12525 (lynx-nat.o, ia64-linux-nat.): Ditto.
12526 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12527 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12528 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12529
44270758
AC
12530 * Makefile.in (inflow_h): Define.
12531 (procfs.o, inflow.o, procfs.o): Update dependencies.
12532 * inftarg.c (child_stop): Delete extern declaration of
12533 inferior_process_group. Include "inflow.h".
12534 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12535 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12536 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12537 (our_process_group, inferior_process_group): Extern declarations.
12538
df8f7274
AC
12539 * procfs.c: Include "gdb_assert.h".
12540
5cb316ef
AC
12541 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12542 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12543 * jv-typeprint.c (java_type_print_base): Ditto.
12544 * typeprint.c (typedef_print): Eliminate STREQ.
12545 * cli/cli-script.c (define_command, define_command): Ditto.
12546 * main.c (captured_main): Ditto.
12547 * values.c (lookup_internalvar): Ditto.
12548 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12549 within `if' conditional.
12550 * linespec.c (decode_line_2): Ditto.
12551 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12552 (bfd_openw_with_cleanup): Ditto.
12553
2a28ccea
MK
125542003-02-07 Mark Kettenis <kettenis@gnu.org>
12555
12556 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12557 legacy_extract_return_value and store_return_value to
12558 legacy_return_value.
12559
786b8124
CF
125602003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12561
12562 * win32-nat.c (get_relocated_section_addrs): New function. Find
12563 section load addresses for symbol handling in relocated DLLs.
12564 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12565
b871e4ec
FF
125662003-02-05 Fred Fish <fnf@intrinsity.com>
12567
12568 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12569 '=' and '!='.
12570 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12571 with '&' and '=='.
12572 (angel_RDI_info): Ditto.
12573 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12574 with '&' and '!='.
12575 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12576
4389a95a 125772003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12578 Keith Seitz <keiths@redhat.com>
12579 Elena Zannoni <ezannoni@redhat.com>
12580 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12581
12582 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12583 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12584 (SUBDIR_MI_OBS): Add "mi-interp.o".
12585 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12586 (SFILES): Add "interps.c".
12587 (COMMON_OBS): Add "interps.o".
12588 (interps_h, mi_main_h): Define.
12589 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12590 (mi-main.o, main.o, event-top.o): Update dependencies.
12591 * cli/cli-interp.c: New file.
12592 * interps.h, interps.c: New files.
12593 * top.c: (gdb_init): Don't install the default interpreter, handed
12594 by captured_main.
12595 * main.c: Include "interps.h".
12596 (interpreter_p): Note that it should malloc'ed.
12597 (captured_command_loop): Call current_interp_command_loop.
12598 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12599 xfree and xstrdup when updating interpreter_p. Install the
12600 default interpreter. Add hack to stop mi1's copyright notice
12601 being encoded.
12602 * event-top.h (gdb_setup_readline): Declare.
12603 (gdb_disable_readline): Declare.
12604 * event-top.c: Include "interps.h".
12605 (display_gdb_prompt): Call current_interp_display_prompt_p.
12606 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12607 gdb_stdlog, and gdb_stdtarg.
12608 (_initialize_event_loop): Don't call gdb_setup_readline.
12609 * cli-out.c (cli_out_set_stream): New function.
12610 * cli-out.h (cli_out_set_stream): Declare.
12611
ff3b5810
MK
126122003-02-06 Mark Kettenis <kettenis@gnu.org>
12613
12614 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12615 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12616 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12617 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12618 config/i386/i386v42mp.mt: Removed.
12619
5b729aa5
MK
126202003-02-05 Mark Kettenis <kettenis@gnu.org>
12621
12622 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12623 GDB_OSABI_SOLARIS.
12624
8cc15142
MC
126252003-02-05 Michael Chastain <mec@shout.net>
12626
12627 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12628 2.12.1 and earlier versions.
12629
5aa5d4b9
AC
126302003-02-05 Andrew Cagney <ac131313@redhat.com>
12631
12632 Remove orphaned hosts, targets and files.
12633 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12634 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12635 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12636 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12637 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12638 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12639 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12640 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12641 * config/sparc/tm-sp64sim.h: Delete.
12642 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12643 hosts.
12644 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12645 mips*-dec-mach3* targets.
12646
b68767c1
MC
126472003-02-04 Michael Chastain <mec@shout.net>
12648
12649 * NEWS: Fix typo: sepcifying -> specifying.
12650
5ae7ca1d
MC
126512003-02-04 Michael Chastain <mec@shout.net>
12652
12653 * dwarfread.c: Add documentation on the state of dwarf-1,
12654 looking towards obsoletion.
12655
d08a4280
MC
126562003-02-03 Michael Chastain <mec@shout.net>
12657
12658 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12659 gdb/testsuite/gdb.c++/pr-1023.exp.
12660
e9be73e4
AC
126612003-02-04 Andrew Cagney <ac131313@redhat.com>
12662
12663 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12664 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12665
12666 * utils.c (init_page_info): Delete reference to MPW in comments.
12667 * main.c (captured_main): Delete #ifdef MPW.
12668
05d57f6f
AC
126692003-02-04 Andrew Cagney <ac131313@redhat.com>
12670
8ffd9b1b 12671 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12672 * monitor.c (monitor_expect): Obsolete reference to m32r.
12673 * configure.tgt: Mark m32r-*-elf* as obsolete.
12674 * MAINTAINERS: Mark m32k as obsolete.
12675 * m32r-rom.c: Obsolete file.
12676 * config/m32r/m32r.mt: Obsolete file.
12677 * config/m32r/tm-m32r.h: Obsolete file.
12678 * m32r-stub.c: Obsolete file.
12679 * m32r-tdep.c: Obsolete file.
12680
8b0e5691
AC
126812003-02-04 Andrew Cagney <ac131313@redhat.com>
12682
12683 * NEWS: Mention that the z8k-zilog-none is obsolete.
12684 * MAINTAINERS: Mark z8k as obsolete.
12685 * configure.tgt: Obsolete the z8k-*-coff* target.
12686 * config/z8k/z8k.mt: Obsolete file.
12687 * config/z8k/tm-z8k.h: Obsolete file.
12688 * z8k-tdep.c: Obsolete file.
12689
67f16606
AC
126902003-02-04 Andrew Cagney <ac131313@redhat.com>
12691
12692 * NEWS: Mention that the mn10200-elf is obsolete.
12693 * configure.tgt: Obsolete mn10200-*-* target.
12694 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12695 mention that the mn10200 is obsolete.
12696 * breakpoint.h: Ditto.
12697 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12698 * config/mn10200/mn10200.mt: Obsolete file.
12699 * config/mn10200/tm-mn10200.h: Obsolete file.
12700 * mn10200-tdep.c: Obsolete file.
12701
fd2299bd
AC
127022003-02-04 Andrew Cagney <ac131313@redhat.com>
12703
12704 * MAINTAINERS: Mark h8500 as obsolete.
12705 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12706 * findvar.c (value_from_register): Ditto.
12707 * h8500-tdep.c: Mark file as obsolete.
12708 * config/h8500/h8500.mt: Ditto.
12709 * config/h8500/tm-h8500.h: Ditto.
12710 * NEWS: Mention that h8500 is obsolete.
12711
eb9a305d
DC
127122003-02-04 David Carlton <carlton@math.stanford.edu>
12713
12714 * objfiles.c (allocate_objfile): Always set name. Add comment at
12715 start of function.
12716 * jv-lang.c (get_dynamics_objfile): Add comment.
12717
406fc7fb
DC
127182003-02-04 David Carlton <carlton@math.stanford.edu>
12719
12720 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12721 * printcmd.c (build_address_symbolic): Replace uses of
12722 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12723 SYMBOL_NAME, and asm_demangle.
12724 Update copyright.
12725
93d91629
DC
127262003-02-04 David Carlton <carlton@math.stanford.edu>
12727
12728 * linespec.c (decode_compound): Extract code into
12729 lookup_prefix_sym.
12730 (lookup_prefix_sym): New function.
12731
1c5cb38e
DC
127322003-02-04 David Carlton <carlton@math.stanford.edu>
12733
12734 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12735 FLOAT_COERCION_BADNESS.
12736 * gdbtypes.c (rank_one_type): Replace all uses of
12737 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12738
0cf824c9
JB
127392003-02-04 Jim Blandy <jimb@redhat.com>
12740
12741 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12742 section, let dwarf_macinfo_section point to it, not
12743 dwarf_loc_section.
12744
a2d356b0
DJ
127452003-02-04 Daniel Jacobowitz <drow@mvista.com>
12746
12747 Pointed out by Anton Blanchard <anton@samba.org>.
12748 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12749 (ppc_linux_at_sigtramp_return_path): Use it.
12750
2de7ced7
DJ
127512003-02-04 Daniel Jacobowitz <drow@mvista.com>
12752
12753 * defs.h (streq): Add prototype.
12754 * utils.c (streq): New function.
12755
12756 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12757 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12758 * mdebugread.c (new_symbol): Likewise.
12759 * stabsread.c (define_symbol): Likewise.
12760 * coffread.c (process_coff_symbol): Likewise.
12761 * dwarfread.c (new_symbol): Likewise.
12762
12763 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12764 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12765 here.
12766 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12767 SYMBOL_INIT_DEMANGLED_NAME.
12768 * objfiles.c: Include "hashtab.h".
12769 (allocate_objfile): Call htab_set_functions_ex for the
12770 demangled_names_hash.
12771 (free_objfile): Call htab_delete for the demangled_names_hash.
12772 * objfiles.h (struct htab): Add declaration.
12773 (struct objfile): Add demangled_names_hash.
12774 * symfile.c: Include "hashtab.h".
12775 (reread_symbols): Call htab_delete for the demangled_names_hash.
12776 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12777 SYMBOL_NAME in the bcache.
12778 * symtab.c: Include "hashtab.h". Update comments.
12779 (create_demangled_names_hash, symbol_set_names): New functions.
12780 (symbol_find_demangled_name): New function, broken out from
12781 symbol_init_demangled_names.
12782 (symbol_init_demangled_names): Use it.
12783 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12784 (SYMBOL_SET_NAMES): New macro.
12785 (symbol_set_names): Add prototype.
12786
15831452
JB
127872003-02-03 Jim Blandy <jimb@redhat.com>
12788
12789 Use a single, consistent representation for an empty minimal
12790 symbol table in an objfile.
12791 * objfiles.c (terminate_minimal_symbol_table): New function.
12792 (allocate_objfile): Call it.
12793 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12794 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12795 non-NULL.
15831452
JB
12796 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12797 objfile has minimal symbols, compare minimal_symbol_count to zero,
12798 instead of comparing msymbols with NULL.
12799 * objfiles.c (have_minimal_symbols): Same.
12800 * solib-sunos.c (solib_add_common_symbols): Call
12801 terminate_minimal_symbol_table.
12802 * symfile.c (reread_symbols): Same.
8ffd9b1b 12803
ffc65945
KB
128042003-02-03 Kevin Buettner <kevinb@redhat.com>
12805
12806 * s390-tdep.c (s390_address_class_type_flags)
12807 (s390_address_class_type_flags_to_name)
12808 (s390_address_class_name_to_type_flags): New functions.
12809 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12810 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12811
f211c6d4
MS
128122003-02-03 Michael Snyder <msnyder@redhat.com>
12813
12814 * arm-tdep.c: Fix spell-o in comment.
12815
659b0389
ML
128162003-02-03 Michal Ludvig <mludvig@suse.cz>
12817
12818 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12819 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12820 error messages to contain BFD filename.
659b0389 12821
3b31d625
EZ
128222003-02-02 Elena Zannoni <ezannoni@redhat.com>
12823
997b089a 12824 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12825 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12826 (do_mixed_source_and_assembly): Use
12827 make_cleanup_ui_out_tuple_begin_end and
12828 make_cleanup_ui_out_tuple_begin_end.
12829 (do_mixed_source_and_assembly): Ditto.
12830 * thread.c (do_captured_list_thread_ids): Ditto.
12831 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12832 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12833 ui_out_tuple_end): Delete prototypes.
12834 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12835 ui_out_list_end, ui_out_tuple_end): Delete.
12836
12837 From Kevin Buettner <kevinb@redhat.com>:
12838 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12839 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12840 (do_cleanup_table_end): New functions.
12841 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12842 Use cleanups to invoke_ui_out_tuple_end().
12843 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12844 * cli/cli-setshow.c (cmd_show_list): Use
12845 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12846
5b181d62
AC
128472003-02-02 Andrew Cagney <ac131313@redhat.com>
12848
12849 * frame.c (frame_unwind_register): New function.
12850 (frame_unwind_unsigned_register): Use.
12851 (frame_unwind_signed_register): Use.
12852 (frame_read_register): New function.
12853 * frame.h (frame_unwind_register): Declare.
12854 (frame_read_register): Declare.
12855
12856 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12857 and frame_unwind_register instead of read_memory, write_register
12858 and deprecated_write_register_bytes.
12859
5f601589
AC
128602003-02-02 Andrew Cagney <ac131313@redhat.com>
12861
12862 * frame.h: Note that namelen can be negative.
12863 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12864 NAME's length.
12865
12866 * NEWS: Mention that the d10v's `regs' command is deprecated.
12867 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12868 (d10v_print_registers_info): New function.
12869 (show_regs): Call d10v_print_registers_info.
12870 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12871
6a3fe0a4
MK
128722003-02-02 Mark Kettenis <kettenis@gnu.org>
12873
12874 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12875 lost in the previous patch.
12876
075559bc
AC
128772003-02-01 Andrew Cagney <ac131313@redhat.com>
12878
12879 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12880 * stack.c (print_frame_info_base): Output complete FRAME tuple
12881 for synthesized frames.
075559bc 12882
6789195b
AC
128832003-02-02 Andrew Cagney <ac131313@redhat.com>
12884
12885 * mips-nat.c (zerobuf): Delete.
12886 (fetch_inferior_registers): Alloc local zerobuf.
12887 (fetch_core_registers): Alloc local zerobuf.
12888 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12889 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12890 * thread-db.c (thread_db_store_registers): Ditto.
12891 * sh-tdep.c (sh_do_register): Ditto.
12892 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12893 * remote-sim.c (gdbsim_store_register): Ditto.
12894 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12895 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12896 * monitor.c (monitor_supply_register): Ditto.
12897 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12898 * mips-nat.c (fetch_inferior_registers): Ditto.
12899 * m68klinux-nat.c (fetch_register): Ditto.
12900 * lynx-nat.c (fetch_inferior_registers): Ditto.
12901 (fetch_inferior_registers): Ditto.
12902 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12903 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12904 (hpux_thread_store_registers): Ditto.
12905 * hppah-nat.c (fetch_register): Ditto.
12906 * hppab-nat.c (fetch_register): Ditto.
12907 * hppa-tdep.c (pa_register_look_aside): Ditto.
12908 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12909 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12910
e669114a
AC
129112003-02-01 Andrew Cagney <ac131313@redhat.com>
12912
12913 * gdbarch.sh: Explictly specify all method levels. When a
12914 variable with an empty level, provide a non-multi-arch default.
12915 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12916 * gdbarch.h: Re-generate.
12917 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12918 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12919
9a043c1d
AC
129202003-02-01 Andrew Cagney <ac131313@redhat.com>
12921
12922 * defs.h (host_pointer_to_address): Delete declaration.
12923 (address_to_host_pointer): Delete declaration.
12924 * utils.c (host_pointer_to_address): Delete function.
12925 (address_to_host_pointer): Delete function.
12926 * procfs.c (procfs_address_to_host_pointer): New function.
12927 * procfs.c (proc_set_watchpoint): Use.
12928 (procfs_can_use_hw_breakpoint): Update comments.
12929 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12930 (som_solib_add): Use.
12931 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12932 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12933
7ca9f392
AC
129342003-02-01 Andrew Cagney <ac131313@redhat.com>
12935
94bbfd30
AC
12936 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12937 strlen d_name.
12938
7ca9f392
AC
12939 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12940 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12941 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12942 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12943 (define_symbol): Update.
12944 * symfile.c (generic_load): Remove references to nindy.
12945 * symtab.c: Remove references to nindy.
12946
31a85ea2
AC
129472003-02-01 Andrew Cagney <ac131313@redhat.com>
12948
12949 * infcmd.c (print_float_info): Delete code conditional on
12950 FLOAT_INFO.
12951 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12952 * config/m68k/nm-apollo68b.h: Ditto.
12953 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12954 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12955 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12956
f6e85fc8
MK
129572003-02-01 Mark Kettenis <kettenis@gnu.org>
12958
6015b6a0
MK
12959 * config/i386/tm-i386os9k.h: Removed.
12960
f7a30bdf
MK
12961 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12962 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12963 they're identical to i[3456]86-*-sysv* now.
12964 * config/i386/i386v32.mh: Removed.
12965 * config/i386/xm-i386v32.h: Removed.
12966 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12967
28d52111
MK
12968 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12969
4d3f6bce
MK
12970 * config/i386/i386dgux.mh: Removed.
12971 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12972
f6e85fc8
MK
12973 * configure.in: Fix typo.
12974 * configure: Regenerated.
12975
53955967
DC
129762003-01-31 David Carlton <carlton@math.stanford.edu>
12977
12978 * dwarf2read.c (dwarf2_locate_sections): Set
12979 dwarf_ranges_section.
12980
b1364885
AC
129812003-01-31 Andrew Cagney <ac131313@redhat.com>
12982
8dbb1c65
AC
12983 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12984 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12985
8731e58e
AC
12986 * utils.c: Re-indent.
12987
b1364885
AC
12988 * config/djgpp/fnchange.lst: Delete nindy files.
12989 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12990 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12991 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12992 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12993 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12994 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12995 * Makefile.in (init.c): Remove nindy references.
12996 (saber_gdb): Delete rule.
12997 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12998 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12999 and a68v-nat.c.
13000 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13001 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13002 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13003 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13004 nindy-share/stop.h.
13005 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13006 * saber.suppress: Delete file.
13007
086df311
DJ
130082003-01-31 Daniel Jacobowitz <drow@mvista.com>
13009
13010 * dbxread.c (stabs_data): New static variable.
13011 (fill_symbuf): Support an in-memory buffer for stabs data.
13012 (stabs_seek): New function.
13013 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13014 (read_ofile_symtab): Use stabs_seek.
13015 (elfstab_build_psymtabs): Take an asection* instead of
13016 an offset and size. Relocate the stabs data if necessary.
13017 Save the section* for dbx_psymtab_to_symtab.
13018 * dwarf2read.c: Add section variables for each debug section.
13019 (dwarf2_locate_sections): Fill them in.
13020 (dwarf2_read_section): Take an asection* argument.
13021 Relocate the section contents if necessary.
13022 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13023 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13024 it to dwarf2_read_section.
13025 (dwarf2_build_frame_info): Update callers.
13026 * elfread.c (elf_symfile_read): Update call to
13027 elfstab_build_psymtabs.
13028 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13029 (DBX_STAB_SECTION): New macro.
8ffd9b1b 13030 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
13031 * symfile.c (symfile_dummy_outputs): New function.
13032 (symfile_relocate_debug_section): New function.
13033 * symfile.h (symfile_relocate_debug_section): Add prototype.
13034
87d1b352
RH
130352003-01-31 Richard Henderson <rth@redhat.com>
13036
13037 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13038 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13039 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13040 * alpha-tdep.c (alpha_register_name): Add "unique".
13041 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13042 (ALPHA_UNIQUE_REGNUM): New.
13043 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13044
c48861fb
AC
130452003-01-31 Andrew Cagney <ac131313@redhat.com>
13046
13047 * README: Remove reference to Ericsson 1800 monitor.
13048 * Makefile.in (remote-es.o): Delete rule.
13049 (ALLDEPFILES): Delete remote-es.c.
13050 * remote-es.c: Delete file.
13051 * config/m68k/es1800.mt: Delete file.
13052 * config/djgpp/fnchange.lst: Update.
13053 * configure.tgt: Delete m68*-ericsson-* target.
13054
d764a824
AF
130552003-01-31 Adam Fedor <fedor@gnu.org>
13056
13057 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13058 Remove duplicate/shadowing variable of same name.
13059
fe36c4f4
JB
130602003-01-30 Jim Blandy <jimb@redhat.com>
13061
13062 * symfile.c (find_separate_debug_file): Assert that the objfile's
13063 directory name we compute ends with a slash, and then assume that
13064 that's so everywhere we use it.
13065
cb741690
DJ
130662003-01-30 Daniel Jacobowitz <drow@mvista.com>
13067
13068 * valops.c (value_assign): Flush frame cache after stores to memory
13069 also.
13070
96ee5227
AC
130712003-01-30 Andrew Cagney <ac131313@redhat.com>
13072
13073 * Makefile.in (mon960-rom.o): Delete rule.
13074 * mon960-rom.c: Delete file.
13075
7f6104a9
AC
130762003-01-30 Andrew Cagney <ac131313@redhat.com>
13077
13078 * d10v-tdep.c: Include "frame-unwind.h".
13079 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13080 list.
13081 (next_addr, uses_frame): Delete.
13082 (struct d10v_unwind_cache): Define.
13083 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13084 Use info instead of next_addr and uses_frame globals.
13085 (d10v_frame_init_saved_regs): Delete function.
13086 (d10v_init_extra_frame_info): Delete function.
13087 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13088 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13089 init_frame_pc or frame_saved_pc.
13090 (d10v_pop_frame): Delete function.
13091 (do_d10v_pop_frame): Delete function.
13092 (d10v_frame_chain): Delete function.
13093 (d10v_frame_chain_valid): Delete function.
13094 (d10v_frame_pc_unwind): New function.
13095 (d10v_frame_id_unwind): New function.
13096 (saved_regs_unwinder): New function.
13097 (d10v_frame_register_unwind): New function.
13098 (d10v_frame_pop): New function.
13099 (d10v_frame_unwind): New variable.
13100 (d10v_frame_p): New function.
13101 (d10v_frame_saved_pc): Delete function.
13102 * Makefile.in (d10v-tdep.o): Update dependencies.
13103
cad2e848
JB
131042003-01-30 J. Brobecker <brobecker@gnat.com>
13105
13106 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13107 causing some regressions due to a change in the default value
13108 for this macro.
13109
af34e669
DJ
131102003-01-29 Richard Henderson <rth@redhat.com>
13111 Elena Zannoni <ezannoni@redhat.com>
13112 Daniel Jacobowitz <drow@mvista.com>
13113
13114 Fix PR gdb/961.
8ffd9b1b 13115 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
13116 variables.
13117 (RANGES_SECTION): New.
13118 (dwarf_ranges_buffer): New variable.
13119 (struct comp_unit_head): Add member "die".
13120 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13121 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13122 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13123 (dwarf2_locate_sections): Likewise.
13124 (dwarf2_build_psymtabs): Read .debug_ranges.
13125 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13126 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13127 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13128 Look for DW_AT_ranges and return the bounding box.
13129
baa93fa6
CF
131302003-01-29 Brian Ford <ford@vss.fsi.com>
13131
13132 * win32-nat.c (cygwin_pid): Removed as unused.
13133 (child_attach): Try fall back to Cygwin pid.
13134
c63f977f
JB
131352003-01-29 Jim Blandy <jimb@redhat.com>
13136
13137 * objfiles.h (struct objfile): Doc fix.
13138
d62d1979
AC
131392003-01-29 Andrew Cagney <ac131313@redhat.com>
13140
13141 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13142 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13143 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13144 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13145 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13146 (FRAME_SAVED_PC): Change to a function with predicate.
13147 * gdbarch.h, gdbarch.c: Re-generate.
13148
1ae18a04
AC
131492003-01-28 Andrew Cagney <ac131313@redhat.com>
13150
52287340
AC
13151 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13152
1ae18a04
AC
13153 * complaints.c (complain): Delete function.
13154 * complaints.h (struct deprecated_complaint): Delete definition.
13155 (complain): Delete declaration.
13156
f2c16bd6
KB
131572003-01-28 Kevin Buettner <kevinb@redhat.com>
13158
13159 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13160 dummy frames.
13161
a94dd1fd
AC
131622003-01-27 Andrew Cagney <ac131313@redhat.com>
13163
13164 * sentinel-frame.h, sentinel-frame.c: New files.
13165 * Makefile.in (frame.o): Update dependencies.
13166 (SFILES): Add sentinel-frame.c.
13167 (sentinel_frame_h): Define.
13168 (COMMON_OBS): Add sentinel-frame.o.
13169 (sentinel-frame.o): Specify dependencies.
13170 * frame.c: Include "sentinel-frame.h".
13171 (frame_register_unwind): Rewrite assuming that there is always a a
13172 ->next frame.
13173 (frame_register, generic_unwind_get_saved_register): Ditto.
13174 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13175 (create_sentinel_frame, unwind_to_current_frame): New functions.
13176 (get_current_frame): Rewrite using create_sentinel_frame and
13177 unwind_to_current_frame. When possible, always create a frame.
13178 (create_new_frame): Set next to the sentinel frame.
13179 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13180 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13181 ID cache when necessary.
13182 (frame_saved_regs_id_unwind): Use frame_relative_level.
13183 (deprecated_generic_get_saved_register): Use frame_relative_level,
13184 get_frame_saved_regs, get_frame_pc, get_frame_base and
13185 get_next_frame.
13186 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13187 frame_register.
13188
5378adc4
DJ
131892003-01-27 Daniel Jacobowitz <drow@mvista.com>
13190
13191 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13192
51ee2ddc
DJ
131932003-01-27 Daniel Jacobowitz <drow@mvista.com>
13194
13195 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13196 (maintenance_set_profile_cmd): Use error () instead of warning ().
13197
d9feb4e7
DJ
131982003-01-27 Daniel Jacobowitz <drow@mvista.com>
13199
13200 * configure.in: Check that -pg works if using --enable-profiling.
13201 Check for monstartup and _mcleanup regardless of --enable-profiling.
13202 * maint.c: Check for monstartup and _mcleanup before using them.
13203 * config.in: Regenerated.
13204 * configure: Regenerated.
13205
2d188dd3
NC
132062003-01-24 Nick Clifton <nickc@redhat.com>
13207
13208 * Add sh2e support:
13209
13210 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13211
13212 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13213 (sh2e_show_regs): New.
13214 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13215 * config/sh/tm-sh.h: Added sh2e to comments.
13216
cb3c37b2
JB
132172003-01-23 Jim Blandy <jimb@redhat.com>
13218
13219 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13220 symbols found)" message here; we haven't checked for a separate
13221 debug info file yet, so we don't know yet.
13222 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13223 we've looked everywhere. Also, there's no need to print a special
13224 message when we're loading the separate debug info file: the one
13225 symbol_file_add prints is fine.
13226
5b5d99cf
JB
132272003-01-23 Alexander Larsson <alexl@redhat.com>
13228 Jim Blandy <jimb@redhat.com>
13229
13230 Add support for executables whose debug info has been separated
13231 out into a separate file, leaving only a link behind.
13232 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13233 and separate_debug_objfile_backlink.
13234 (put_objfile_before): New declaration.
13235 * symfile.c: #include "filenames.h".
13236 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13237 debug info in a separate file, read that, too. Save the addrs
13238 argument, so we can use it again to read the separated debug info;
13239 syms_from_objfile modifies the table we pass it.
13240 (reread_symbols): After re-reading an objfile, call
13241 reread_separate_symbols to refresh its separate debug info
13242 objfile, if it has one.
13243 (reread_separate_symbols, find_separate_debug_file,
13244 get_debug_link_info, separate_debug_file_exists): New functions.
13245 (debug_file_directory): New global var.
13246 (_initialize_symfile): Initialize debug_file_directory, and
13247 provide the new `set debug-file-directory' command to let the user
13248 change it.
13249 * objfiles.c (free_objfile): If this objfile has its debug info in
13250 a separate objfile, free that one too. If this is itself a
13251 separate debug info objfile, clear our parent's backlink.
13252 (put_objfile_before): New function.
13253 * utils.c (gnu_debuglink_crc32): New function.
13254 * defs.h (gnu_debuglink_crc32): New declaration.
13255 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13256 * configure.in: Handle --with-separate-debug-dir config option.
13257 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13258 * acconfig.h (DEBUGDIR): New macro.
13259 * configure, aclocal.m4, config.in: Regenerated.
13260
7e8580c1
JB
132612003-01-22 Jim Blandy <jimb@redhat.com>
13262
7904e09f
JB
13263 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13264 like the old symbol_file_add, but taking new arguments: you can
13265 now pass in either a `struct section_addr_info' list to say where
13266 each section is loaded, or a `struct section_offsets' table. Pass
13267 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 13268 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
13269 with the appropriate quiescent values for the new arguments.
13270
7e8580c1
JB
13271 * symfile.c: #include "gdb_assert.h".
13272 (syms_from_objfile): Add the ability to pass in a section offset
13273 table directly, as an alternative to the section_addr_info table.
13274 Document arguments better.
13275 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13276 * symfile.h (syms_from_objfile): Update declaration.
13277 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13278 syms_from_objfile.
13279 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13280
d28f9cdf
DJ
132812003-01-22 Daniel Jacobowitz <drow@mvista.com>
13282
13283 Original patch by Tom Tromey <tromey@cygnus.com> and
13284 Jason Molenda <jmolenda@apple.com>.
13285 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13286 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13287 * NEWS: Mention profiling.
13288 * configure.in (--enable-gdbtk): Fix typo.
13289 (--enable-profiling): New. Set PROFILE_CFLAGS.
13290 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13291 Fill in function.
13292 (profiling_state): New variable.
13293 (mcleanup_wrapper): New function.
13294 (_initialize_maint): Remove NOTYET, fix call to
13295 add_setshow_boolean_cmd for "maint set profile".
13296 * configure: Regenerated.
13297
df21e465
MH
132982003-01-21 Martin M. Hunt <hunt@redhat.com>
13299
13300 * Makefile.in (install-gdbtk): Install PNG images too.
13301
73c1f219
AC
133022003-01-21 Andrew Cagney <ac131313@redhat.com>
13303
13304 * exec.c (text_start): Delete global variable.
13305 (exec_file_attach): Make text_start local to the function.
13306 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13307 * valops.c (hand_function_call): Delete code that handles
13308 BEFORE_TEXT_END and AFTER_TEXT_END.
13309 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13310 of CALL_DUMMY_LOCATION.
13311 * gdbarch.c: Regenerate.
13312 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13313 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13314 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13315 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13316 (text_end): Delete extern declaration.
13317
eb4f72c5
AC
133182003-01-21 Andrew Cagney <ac131313@redhat.com>
13319
13320 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13321 * blockframe.c (backtrace_below_main): Move to "frame.c".
13322 (frame_chain_valid): Delete check for backtrace_below_main.
13323 (_initialize_blockframe): Delete initialization, move ``set
13324 backtrace-below-main'' command to "frame.c".
13325 (do_flush_frames_sfunc): Delete function.
13326 * frame.c: Include "command.h" and "gdbcmd.h".
13327 (frame_type_from_pc): New function.
13328 (create_new_frame): Use frame_type_from_pc.
13329 (legacy_get_prev_frame): New function.
13330 (get_prev_frame): Rewrite. When an old style frame, call
13331 legacy_get_prev_frame. Otherwize, unwind the PC first.
13332 (_initialize_frame): Add ``set backtrace-below-main'' command.
13333 * Makefile.in (frame.o): Update dependencies.
13334
778ce8cc
AC
133352003-01-19 Andrew Cagney <ac131313@redhat.com>
13336
13337 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13338 DEPRECATED_REGISTERS_INFO.
13339
01c193c8
AC
133402003-01-19 Andrew Cagney <ac131313@redhat.com>
13341
13342 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13343 Maintainers'. Update `Various Maintainers'.
13344
dedc2a2b
AC
133452003-01-19 Andrew Cagney <ac131313@redhat.com>
13346
13347 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13348 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13349 Suppress actual parameters when `-'.
13350 * gdbarch.h, gdbarch.c: Regenerate.
13351
b7261c70
AC
133522003-01-19 Andrew Cagney <ac131313@redhat.com>
13353
13354 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13355 code handling dummy frames.
13356
dbe9fe58
AC
133572003-01-19 Andrew Cagney <ac131313@redhat.com>
13358
13359 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13360 (struct frame_unwind): Add field pop.
13361 * frame.h (frame_pop): Declare.
13362 * frame.c (frame_saved_regs_pop): New function.
13363 (trad_frame_unwinder): Add frame_saved_regs_pop.
13364 (frame_pop): New function.
13365 * dummy-frame.c (dummy_frame_pop): New function.
13366 (discard_innermost_dummy): New function.
13367 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13368 (dummy_frame_unwind): Add dummy_frame_pop.
13369 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13370 * valops.c (hand_function_call): Ditto.
13371 * stack.c (return_command): Ditto.
13372
570b8f7c
AC
133732003-01-18 Andrew Cagney <ac131313@redhat.com>
13374
13375 * cris-tdep.c: Fix function declaration indentation.
13376 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13377 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13378 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13379 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13380 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13381 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13382
133832003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
13384
13385 * README (Unpacking and Installation -- quick overview):
13386 Warn against ".../gdb-5.3/gdb/configure".
13387
494cca16
AC
133882003-01-18 Andrew Cagney <ac131313@redhat.com>
13389
13390 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13391 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13392 (struct frame_unwind): Declare opaque.
13393 (dummy_frame_p): Declare function.
13394 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13395 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13396 * dummy-frame.c: Include "frame-unwind.h".
13397 (dummy_frame_p): New function.
13398 (dummy_frame_unwind): New variable.
13399 * frame.c: Include "frame-unwind.h".
13400 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13401 to use the new unwind field.
13402 (set_unwind_by_pc): Delete function.
13403 (create_new_frame, get_prev_frame): Set unwind field using
13404 frame_unwind_find_by_pc.
13405 (trad_frame_unwind, trad_frame_unwinder): New variables.
13406 * frame.h (trad_frame_unwind): Declare variable.
13407 (frame_id_unwind_ftype): Delete declaration.
13408 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13409 (struct frame_unwind): Declare opaque.
13410 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13411 register_unwind with a single unwind pointer.
13412 * frame-unwind.h, frame-unwind.c: New files.
13413 * Makefile.in (SFILES): Add frame-unwind.c.
13414 (frame_unwind_h): Define.
13415 (COMMON_OBS): Add frame-unwind.o.
13416 (frame-unwind.o): Specify dependencies.
13417 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13418
4efb68b1
AC
134192003-01-18 Andrew Cagney <ac131313@redhat.com>
13420
13421 * ada-valprint.c: Eliminate PTR.
13422 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13423 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13424 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13425 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13426 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13427 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13428 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13429
a84d24ee
AC
134302003-01-17 Andrew Cagney <ac131313@redhat.com>
13431
762f08a3
AC
13432 * main.c (captured_main): Don't use PTR.
13433 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13434 * gdbtypes.c (lookup_primitive_typename): Ditto.
13435 (lookup_struct_elt_type): Ditto.
13436 * f-valprint.c (info_common_command): Ditto.
13437 (list_all_visible_commons): Ditto.
13438 * jv-typeprint.c (java_type_print_base): Ditto.
13439
a84d24ee
AC
13440 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13441 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13442 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13443 i386-interix-nat.c and i386-interix-tdep.c. Rename
13444 m68klinux-nat.c and m68klinux-tdep.c. Rename
13445 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13446 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13447 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13448 * main.c (captured_main): Use xfree, not free.
13449
c170fb60
AC
134502003-01-16 Andrew Cagney <ac131313@redhat.com>
13451
13452 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13453 ID back using a parameter.
13454 * frame.c (frame_id_unwind): Update call.
13455 (frame_saved_regs_id_unwind): Update.
13456 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13457 * dummy-frame.h (struct frame_id): Add opaque declaration.
13458 (dummy_frame_id_unwind): Update declaration.
13459
867f3898
AC
134602003-01-15 Andrew Cagney <ac131313@redhat.com>
13461
13462 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13463
40622be8 134642003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13465
40622be8 13466 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13467
ae66c1fc
EZ
134682003-01-14 Elena Zannoni <ezannoni@redhat.com>
13469
997b089a 13470 Fix PR gdb/898
ae66c1fc
EZ
13471 * breakpoint.c (until_break_command): Add new argument. Use it to
13472 decide whether to stop only at the current frame or not.
13473 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13474 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13475 call.
13476 (advance_command): New function.
13477 (_initialize_infcmd): Update help string for 'until' command.
13478 Add new 'advance' command.
13479
a04257e6
DC
134802003-01-14 David Carlton <carlton@math.stanford.edu>
13481
13482 * linespec.c (decode_line_1): Normalize comments.
13483 (set_flags): Ditto.
13484 (locate_first_half): Ditto.
13485 (decode_compound): Ditto.
13486 (symtab_from_filename): Ditto.
13487 (decode_all_digits): Ditto.
13488 (decode_dollar): Ditto.
13489 (find_methods): Ditto.
13490 (find_toplevel_char): Ditto.
13491
1bac305b
AC
134922003-01-13 Andrew Cagney <ac131313@redhat.com>
13493
13494 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13495 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13496 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13497 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13498 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13499 * language.c, language.h, m32r-tdep.c: Update copyright.
13500 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13501 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13502 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13503 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13504 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13505 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13506
25caa7a8
EZ
135072003-01-13 Elena Zannoni <ezannoni@redhat.com>
13508
13509 * stabsread.h (process_later, resolve_cfront_continuation):
13510 Obsolete.
13511 Update copyright years.
13512 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13513 Update copyright year.
13514 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13515 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13516 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13517 Update copyright year.
13518 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13519 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13520 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13521 (parse_partial_symbols): Obsolete cfront support.
13522 * stabsread.c
13523 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13524 macros.
13525 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13526 read_cfront_baseclasses, read_cfront_member_functions,
13527 resolve_cfront_continuation,read_cfront_static_fields,
13528 copy_cfront_struct_fields): Obsolete functions.
13529 (define_symbol, read_one_struct_field): Obsolete cfront support.
13530 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13531 Update Copyright year.
13532
7789c6f5
EZ
135332003-01-13 Elena Zannoni <ezannoni@redhat.com>
13534
13535 * stack.c (print_frame_info, print_stack_frame_base_stub,
13536 print_stack_frame_base, show_and_print_stack_frame_stub,
13537 show_and_print_stack_frame, print_only_stack_frame_stub,
13538 print_only_stack_frame): Delete functions.
13539 (print_stack_frame_stub): Call print_frame_info instead of
13540 print_frame_info_base.
13541 (print_frame_info_base): Rename to print_frame_info.
13542 (backtrace_command_1): Call print_frame_info, instead of
13543 print_frame_info_base.
13544 (current_frame_command): Call print_stack_frame, instead of
13545 print_only_stack_frame.
13546 (frame_command): Call print_stack_frame, instead of
13547 show_and_print_stack_frame.
13548 (up_command): Ditto.
13549 (down_command): Ditto.
13550 * frame.h (print_only_stack_frame): Delete prototype.
13551 * infrun.c (normal_stop): Call print_stack_frame, instead of
13552 show_and_print_stack_frame.
13553 * thread.c (info_threads_command): Call print_stack_frame, instead
13554 of print_only_stack_frame.
13555
3f5a3016
AC
135562003-01-13 Andrew Cagney <ac131313@redhat.com>
13557
d99ba314
AC
13558 * README (Graphical interface to GDB): Update URL. Point at
13559 gdb/links/.
13560
3f5a3016
AC
13561 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13562 version match.
13563
083ae935
DJ
135642003-01-13 Daniel Jacobowitz <drow@mvista.com>
13565
13566 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13567 lines.
13568
5365276c
DJ
135692003-01-13 Daniel Jacobowitz <drow@mvista.com>
13570
13571 * thread-db.c (attach_thread): Prototype.
13572 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13573 thread information (ti), and valid flags (th_valid, ti_valid).
13574 (attach_thread): Move target_pid_to_str call to after the thread
13575 is added to GDB's list. Initialize the cache.
13576 (thread_get_info_callback, thread_db_map_id2thr)
13577 (thread_db_get_info): New functions.
13578 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13579 (thread_db_store_registers, thread_db_thread_alive)
13580 (thread_db_get_thread_local_address): Use them.
13581 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13582 of calling error() for threads in unknown state.
13583
13584 (clear_lwpid_callback): New function.
13585 (thread_db_resume): Use it to clear the cache.
13586
9fc30b6b
DJ
135872003-01-13 Daniel Jacobowitz <drow@mvista.com>
13588
13589 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13590 (resume_callback): Remove dead code.
13591
8f871025
AC
135922003-01-13 Andrew Cagney <ac131313@redhat.com>
13593
13594 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13595 predicate.
13596 * gdbarch.h, gdbarch.c: Regenerate.
13597 * stack.c (frame_info): Only initialize the saved registers when
13598 FRAME_INIT_SAVED_REGS_P.
13599 * frame.c (frame_saved_regs_register_unwind): Assert
13600 FRAME_INIT_SAVED_REGS_P.
13601 (deprecated_generic_get_saved_register): Ditto.
13602
3f565f1e
DJ
136032003-01-13 Daniel Jacobowitz <drow@mvista.com>
13604
13605 * source.c (openp): Squelch warning about "filename".
13606
072b1022
DJ
136072003-01-13 Daniel Jacobowitz <drow@mvista.com>
13608
13609 * source.c (openp): If the file does not exist don't necessarily
13610 search the path.
13611
973ccf8b
DJ
136122003-01-13 Daniel Jacobowitz <drow@mvista.com>
13613
13614 Fix PR gdb/872.
13615 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13616 (integer_types_same_name_p): New function.
13617 (rank_one_type): Use it.
13618 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13619
030292b7
DJ
136202003-01-13 Daniel Jacobowitz <drow@mvista.com>
13621
13622 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13623 variables.
13624 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13625 * configure.in: Add --with-sysroot.
13626 * configure: Regenerated.
13627 * main.c (gdb_sysroot): New variable.
13628 (captured_main): Initialize gdb_sysroot.
13629 * defs.h (gdb_sysroot): New extern declaration.
13630 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13631
afb5d334
MC
136322003-01-12 Michael Chastain <mec@shout.net>
13633
13634 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13635
751ceeb4
MC
136362003-01-12 Michael Chastain <mec@shout.net>
13637
13638 * top.c (print_gdb_version): Bump copyright year to 2003.
13639
94cd26f8
DC
136402003-01-12 David Carlton <carlton@bactrian.org>
13641
13642 * linespec.c (symtab_from_filename): Rename variable 's' to
13643 'file_symtab'.
13644
1ce79225
AC
136452003-01-12 Andrew Cagney <ac131313@redhat.com>
13646
13647 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13648 dummy frame.
13649 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13650
fa1fd571
AC
136512003-01-12 Andrew Cagney <ac131313@redhat.com>
13652
13653 * d10v-tdep.c: Include "gdb_assert.h".
13654 (d10v_store_return_value): Rewrite to match current interface.
13655 (d10v_extract_struct_value_address): Ditto.
13656 (d10v_extract_return_value): Ditto.
13657 (d10v_gdbarch_init): Set store_restore_value,
13658 extract_struct_value_address and extract_return_value.
13659
68b8d23e
JB
136602003-01-12 J. Brobecker <brobecker@gnat.com>
13661
13662 * hpread.c (set_namestring): New procedure replacing the
13663 SET_NAMESTRING macro.
13664 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13665 by calls to set_namestring.
13666
136672003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13668
13669 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13670 a compilation warning.
13671 (hpread_process_one_debug_symbol): Likewise.
13672
88d262ca
DC
136732003-01-10 David Carlton <carlton@math.stanford.edu>
13674
13675 * linespec.c (decode_line_1): Rename variable 's' to
13676 'file_symtab'.
13677 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13678 (decode_dollar): Ditto.
13679 (decode_variable): Ditto.
13680 (symbol_found): Ditto.
13681
86669319
MC
136822003-01-09 Michael Chastain <mec@shout.net>
13683
13684 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13685
616a9dc4
CV
136862003-01-07 Corinna Vinschen <vinschen@redhat.com>
13687
13688 * win32-nat.c (set_process_privilege): New function.
13689 (child_attach): Call set_process_privilege() to enable the
13690 SE_DEBUG_NAME user privilege if available in process token.
13691
3269bcfa
JB
136922003-01-10 J. Brobecker <brobecker@gnat.com>
13693
13694 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13695 compilation error in the previous revision.
13696
2b0ee454
DC
136972003-01-09 David Carlton <carlton@math.stanford.edu>
13698
13699 * linespec.c: Update copyright.
13700
b3ba1b44
DJ
137012003-01-09 Daniel Jacobowitz <drow@mvista.com>
13702
13703 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13704 than inferior_ptid.
13705 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13706
4ef3f3be
AC
137072003-01-09 Andrew Cagney <ac131313@redhat.com>
13708
479ab5a0
AC
13709 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13710 Update comments.
13711 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13712 (frame_saved_regs_zalloc): Update.
13713 (frame_saved_regs_register_unwind): Update.
13714 (create_new_frame): Update.
13715 (get_prev_frame): Update.
13716 (frame_extra_info_zalloc): Update.
13717 (deprecated_get_frame_saved_regs): Update.
13718 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13719 * cris-tdep.c: Update comment.
13720
bde58177
AC
13721 * somsolib.h: Fix function indentation.
13722 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13723 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13724 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13725 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13726 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13727
4ef3f3be
AC
13728 * infrun.c (follow_fork): Use ISO C definition.
13729 * expprint.c (print_subexp): Use xfree instead of free.
13730 * charset.c: Include "gdb_string.h" instead of <string.h>.
13731 (register_iconv_charsets): Use ISO C definition.
13732 (host_charset, target_charset): Ditto.
13733 * Makefile.in (charset.o): Update dependencies.
13734 (mi-cmd-env.o): Update dependencies.
13735
1c615f7a
AC
137362003-01-08 Andrew Cagney <cagney@redhat.com>
13737
13738 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13739 get_frame_base.
13740
c9a1dc08
AC
137412003-01-08 Andrew Cagney <ac131313@redhat.com>
13742
13743 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13744 build directories. Save edited gdb output in Mbuild.log. If a
13745 build fails, remove any final GDB executable.
13746
dbad9d94
AC
137472003-01-08 Andrew Cagney <ac131313@redhat.com>
13748
13749 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13750 replacing hex constants with function names and stripping leading
13751 file name directory prefixes.
13752
8d357cca
AC
137532003-01-08 Andrew Cagney <cagney@redhat.com>
13754
13755 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13756 get_frame_base.
13757
bca02a8a
DC
137582003-01-08 David Carlton <carlton@math.stanford.edu>
13759
13760 * linespec.c (decode_line_1): Move code into decode_variable.
13761 (decode_variable): New function.
13762
7f8ab3a0
AC
137632003-01-08 Andrew Cagney <ac131313@redhat.com>
13764
13765 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13766
7b5849cc
AC
137672003-01-08 Andrew Cagney <cagney@redhat.com>
13768
13769 * cris-tdep.c (cris_frame_init_saved_regs): Use
13770 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13771 saved_regs buffer.
13772 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13773 (sh64_nofp_frame_init_saved_regs): Ditto.
13774 (sh_fp_frame_init_saved_regs): Ditto.
13775 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13776 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13777 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13778 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13779
72a5efb3
DJ
137802003-01-08 Daniel Jacobowitz <drow@mvista.com>
13781
13782 * minsyms.c (lookup_minimal_symbol): Update comment.
13783 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13784 (lookup_minimal_symbol_solib_trampoline): Likewise.
13785
11c02a10
AC
137862003-01-08 Andrew Cagney <cagney@redhat.com>
13787
aab3ea25
AC
13788 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13789 frame_relative_level.
13790
da50a4b7
AC
13791 * alpha-tdep.c: Use get_frame_extra_info.
13792 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13793 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13794 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13795 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13796
11c02a10
AC
13797 * alpha-tdep.c: Use get_next_frame.
13798 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13799 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13800 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13801 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13802 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13803 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13804 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13805
1e2330ba
AC
138062003-01-07 Andrew Cagney <cagney@redhat.com>
13807
13808 * alpha-tdep.c: Use get_frame_base.
13809 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13810 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13811 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13812 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13813 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13814 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13815 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13816 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13817
2d75187b
AC
138182003-01-07 Andrew Cagney <cagney@redhat.com>
13819
13820 * frame.c (deprecated_get_frame_context): New function.
13821 (deprecated_set_frame_context): New function.
13822 * frame.h (deprecated_get_frame_context): Declare.
13823 (deprecated_set_frame_context): Declare.
13824 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13825 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13826
483d36b2
AC
138272003-01-07 Andrew Cagney <cagney@redhat.com>
13828
13829 * frame.c (deprecated_set_frame_next_hack): New function.
13830 (deprecated_set_frame_prev_hack): New function.
13831 * frame.h (deprecated_set_frame_next_hack): Declare.
13832 (deprecated_set_frame_prev_hack): Declare.
13833 * mcore-tdep.c (analyze_dummy_frame): Use
13834 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13835 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13836
14e91ac5
DC
138372003-01-07 David Carlton <carlton@math.stanford.edu>
13838
13839 * linespec.c (decode_line_1): Move code into decode_dollar.
13840 (decode_dollar): New function.
13841
b0c6b05c
AC
138422003-01-07 Andrew Cagney <cagney@redhat.com>
13843
13844 * arm-tdep.c (arm_init_extra_frame_info): Use
13845 deprecated_update_frame_base_hack.
13846 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13847 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13848 (fix_frame_pointer): Ditto.
13849 (mn10300_analyze_prologue): Ditto.
13850
a00a19e9
AC
138512003-01-07 Andrew Cagney <cagney@redhat.com>
13852
13853 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13854 extra_info using frame_extra_info_zalloc.
13855 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13856 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13857 (sh64_init_extra_frame_info): Ditto.
13858 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13859 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13860 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13861 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13862 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13863 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13864 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13865 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13866 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13867 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13868 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13869 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13870
13871 * mn10300-tdep.c (analyze_dummy_frame): Use
13872 deprecated_set_frame_extra_info_hack.
13873 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13874
1fb4c65b
JB
138752003-01-07 J. Brobecker <brobecker@gnat.com>
13876
13877 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13878 class is not scText. These do not define "real" procedures.
13879 (parse_partial_symbols): Likewise.
13880
9fe7d6bf
MS
138812003-01-06 Michael Snyder <msnyder@redhat.com>
13882
13883 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13884
f6c609c4
AC
138852003-01-06 Andrew Cagney <ac131313@redhat.com>
13886
13887 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13888 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13889 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13890 deprecated_frame_xmalloc_with_cleanup.
13891 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13892 deprecated_frame_xmalloc.
13893 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13894 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13895
d995ff4b
AC
138962003-01-06 Andrew Cagney <cagney@redhat.com>
13897
84dc46cb
AC
13898 * x86-64-linux-tdep.c: Include "osabi.h".
13899 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13900
d995ff4b
AC
13901 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13902
66140c26
AC
139032003-01-06 Andrew Cagney <cagney@redhat.com>
13904
13905 * MAINTAINERS (Target Instruction Set Architectures): Update
13906 arm-elf. Can be built with -Werror, has been multiarched.
13907
13908 * value.h (unpack_long): Make buffer parameter constant.
13909 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13910 * scm-lang.h (scm_parse): Ditto.
13911 * defs.h (extract_typed_address, extract_address): Ditto.
13912 (extract_long_unsigned_integer): Ditto.
13913 * inferior.h (unsigned_pointer_to_address): Ditto.
13914 (signed_pointer_to_address): Ditto.
13915 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13916 * gdbarch.h, gdbarch.c: Regenerate.
13917 * findvar.c (extract_long_unsigned_integer): Update.
13918 (extract_address): Update.
13919 (extract_typed_address): Update.
13920 (unsigned_pointer_to_address): Update.
13921 * values.c (unpack_long): Update.
13922 (unpack_double): Update.
13923 (unpack_pointer): Update.
13924 (unpack_field_as_long): Update.
13925 * d10v-tdep.c (d10v_pointer_to_address): Update.
13926 * avr-tdep.c (avr_pointer_to_address): Update.
13927 * scm-lang.c (scm_unpack): Update.
13928 * findvar.c (signed_pointer_to_address): Update.
13929
b089b3da
ML
139302003-01-06 Michal Ludvig <mludvig@suse.cz>
13931
8ffd9b1b 13932 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13933 since it is in i386-tdep.c.
13934
aff87235
JB
139352003-01-06 J. Brobecker <brobecker@gnat.com>
13936
13937 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13938 failure introduced in the previous change.
13939
34f5e845
MC
139402003-01-05 Michael Chastain <mec@shout.net>
13941
13942 * README: Remove references to deleted remote-*.c files:
13943 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13944 remote-nrom.c, remote-os9k.c, remote-udi.c.
13945
28bcfd30
MK
139462003-01-05 Mark Kettenis <kettenis@gnu.org>
13947
13948 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13949 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13950 i386_get_longjmp_target.
13951
15a5b3ee
AC
139522003-01-05 Andrew Cagney <ac131313@redhat.com>
13953
13954 * arm-tdep.c (prologue_cache): Change to a pointer.
13955 (_initialize_arm_tdep): Allocate prologue_cache.
13956 (check_prologue_cache): Update.
13957 (save_prologue_cache): Update.
13958 (arm_gdbarch_init): Update.
13959
c263362b
DJ
139602003-01-04 Daniel Jacobowitz <drow@mvista.com>
13961
13962 * stabsread.c (update_method_name_from_physname): Call complaint()
13963 instead of error.
13964
51603483
DJ
139652003-01-04 Daniel Jacobowitz <drow@mvista.com>
13966
13967 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13968 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13969 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13970
13971 * blockframe.c: Include "gdbcmd.h" and "command.h".
13972 (backtrace_below_main): New variable.
13973 (file_frame_chain_valid, func_frame_chain_valid)
13974 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13975 (generic_func_frame_chain_valid): Remove functions.
13976 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13977 (_initialize_blockframe): New function.
13978 * Makefile.in (blockframe.o): Update dependencies.
13979 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13980 comment. Call frame_chain_valid ().
13981 * frame.h: Remove old prototypes. Add prototype for
13982 frame_chain_valid and update comments to match.
13983 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13984 Remove old comment.
13985 * gdbarch.h: Regenerated.
13986 * gdbarch.c: Regenerated.
13987
13988 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13989 set_gdbarch_frame_chain_valid.
13990 * avr-tdep.c (avr_gdbarch_init): Likewise.
13991 * cris-tdep.c (cris_gdbarch_init): Likewise.
13992 * frv-tdep.c (frv_gdbarch_init): Likewise.
13993 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13994 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13995 (i386_nw_init_abi): Likewise.
13996 (i386_gdbarch_init): Likewise.
13997 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13998 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13999 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14000 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14001 * mips-tdep.c (mips_gdbarch_init): Likewise.
14002 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14003 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14004 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14005 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14006 * s390-tdep.c (s390_gdbarch_init): Likewise.
14007 * sh-tdep.c (sh_gdbarch_init): Likewise.
14008 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14009 * v850-tdep.c (v850_gdbarch_init): Likewise.
14010 * vax-tdep.c (vax_gdbarch_init): Likewise.
14011 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14012
14013 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14014 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14015 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14016 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14017 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14018 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14019 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14020 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14021
b00a8037
DJ
140222002-01-04 Daniel Jacobowitz <drow@mvista.com>
14023
14024 * Makefile.in (acconfig_h): Remove incorrect macro.
14025 (config_h): Define.
14026 (osabi.o): Update dependencies.
14027 * configure.tgt: Set gdb_osabi based on target triplet.
14028 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14029 * configure: Regenerated.
14030 * config.in: Regenerated.
14031 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14032 (GDB_OSABI_DEFAULT): Define if not already defined.
14033 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14034 (set_osabi_string): New variables.
14035 (gdbarch_register_osabi): Add new OS ABI to
14036 gdb_osabi_available_names.
14037 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14038 (set_osabi, show_osabi): New functions.
14039 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14040
4be87837
DJ
140412003-01-04 Daniel Jacobowitz <drow@mvista.com>
14042
14043 * arch-utils.c (gdbarch_info_init): Set osabi to
14044 GDB_OSABI_UNINITIALIZED.
14045 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14046 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14047 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14048 * gdbarch.c: Regenerated.
14049 * gdbarch.h: Regenerated.
14050 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14051 there's no BFD.
14052 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14053 * osabi.h (enum gdb_osabi): Move to defs.h.
14054 (gdbarch_init_osabi): Update prototype.
14055 * defs.h (enum gdb_osabi): Moved here.
14056 * Makefile.in: Update dependencies.
14057
14058 * alpha-tdep.h: Don't include "osabi.h".
14059 (struct gdbarch_tdep): Remove osabi member.
14060 * alpha-tdep.c: Include "osabi.h".
14061 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14062 iterate over arches. Update call to gdbarch_init_osabi.
14063 (alpha_dump_tdep): Don't dump osabi.
14064 * alpha-linux-tdep.c: Include "osabi.h".
14065 * alpha-osf1-tdep.c: Include "osabi.h".
14066 * alphafbsd-tdep.c: Include "osabi.h".
14067 * alphanbsd-tdep.c: Include "osabi.h".
14068
14069 * arm-tdep.h: Don't include "osabi.h".
14070 (struct gdbarch_tdep): Remove osabi member.
14071 * arm-tdep.c: Include "osabi.h".
14072 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14073 iterate over arches. Update call to gdbarch_init_osabi.
14074 (arm_dump_tdep): Don't dump osabi.
14075 * arm-linux-tdep.c: Include "osabi.h".
14076 * armnbsd-tdep.c: Include "osabi.h".
14077
14078 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14079 Update call to gdbarch_init_osabi.
14080
14081 * i386-tdep.h: Don't include "osabi.h".
14082 (struct gdbarch_tdep): Remove osabi member.
14083 * i386-tdep.c: Include "osabi.h".
14084 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14085 iterate over arches. Update call to gdbarch_init_osabi.
14086 (i386_dump_tdep): Don't dump osabi.
14087 * i386-linux-tdep.c: Include "osabi.h".
14088 * i386-sol2-tdep.c: Include "osabi.h".
14089 * i386bsd-tdep.c: Include "osabi.h".
14090 * i386gnu-tdep.c: Include "osabi.h".
14091 * i386ly-tdep.c: Include "osabi.h".
14092 * i386nbsd-tdep.c: Include "osabi.h".
14093 * i386obsd-tdep.c: Include "osabi.h".
14094
14095 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14096 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14097 check osabi when iterating over arches. Update call to
14098 gdbarch_init_osabi.
14099 (mips_dump_tdep): Don't dump osabi.
14100
14101 * ns32k-tdep.h: Don't include "osabi.h".
14102 (struct gdbarch_tdep): Remove.
14103 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14104 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14105 allocate tdep. Update call to gdbarch_init_osabi.
14106 (ns32k_dump_tdep): Remove.
14107 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14108 * ns32knbsd-tdep.c: Include "osabi.h".
14109
14110 * ppc-tdep.h: Don't include "osabi.h".
14111 (struct gdbarch_tdep): Remove osabi member.
14112 * rs6000-tdep.c: Include "osabi.h".
14113 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14114 osabi when iterating over arches. Update call to
14115 gdbarch_init_osabi.
14116 (rs6000_dump_tdep): Don't dump osabi.
14117 * ppc-linux-tdep.c: Include "osabi.h".
14118 * ppcnbsd-tdep.c: Include "osabi.h".
14119
14120 * sh-tdep.h: Don't include "osabi.h".
14121 (struct gdbarch_tdep): Remove osabi member.
14122 * sh-tdep.c: Include "osabi.h".
14123 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14124 iterate over arches. Update call to gdbarch_init_osabi.
14125 (sh_dump_tdep): Don't dump osabi.
14126 * shnbsd-tdep.c: Include "osabi.h".
14127
14128 * sparc-tdep.c: Include "osabi.h".
14129 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14130 iterate over arches. Update call to gdbarch_init_osabi.
14131 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14132 tdep structure.
14133
14134 * vax-tdep.h: Don't include "osabi.h".
14135 (struct gdbarch_tdep): Remove.
14136 * vax-tdep.c: Include "osabi.h".
14137 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14138 iterate over arches. Don't allocate tdep. Update call
14139 to gdbarch_init_osabi.
14140 (vax_dump_tdep): Remove.
14141 (_initialize_vax_tdep): Update call to gdbarch_register.
14142
a881cf8e
DJ
141432003-01-04 Daniel Jacobowitz <drow@mvista.com>
14144
14145 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14146 entirely.
14147 (breakpoint_re_set_one): Don't fetch the value for a disabled
14148 watchpoint.
14149
1e698235
DJ
141502003-01-04 Daniel Jacobowitz <drow@mvista.com>
14151
14152 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14153 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14154 (COERCE_FLOAT_TO_DOUBLE): Remove.
14155 * gdbarch.c: Regenerate.
14156 * gdbarch.h: Regenerate.
14157 * Makefile.in: Remove value_h from gdbarch_h.
14158 * valops.c (coerce_float_to_double): New variable.
14159 (default_coerce_float_to_double): Remove.
14160 (standard_coerce_float_to_double): Remove.
14161 (value_arg_coerce): Use coerce_float_to_double.
14162 (_initialize_valops): Add "set coerce-float-to-double".
14163 * value.h (default_coerce_float_to_double): Remove prototype.
14164 (standard_coerce_float_to_double): Remove prototype.
14165
14166 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14167 prototyped.
14168 * mdebugread.c (parse_symbol): Likewise.
14169 * stabsread.c (define_symbol): Mark all functions as prototyped.
14170
14171 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14172 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14173 set_gdbarch_coerce_float_to_double.
14174 * arm-tdep.c (arm_gdbarch_init): Likewise.
14175 * frv-tdep.c (frv_gdbarch_init): Likewise.
14176 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14177 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14178 * mips-tdep.c (mips_gdbarch_init): Likewise.
14179 (mips_coerce_float_to_double): Remove.
14180 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14181 (rs6000_coerce_float_to_double): Remove.
14182 * s390-tdep.c (s390_gdbarch_init): Likewise.
14183 * sh-tdep.c (sh_gdbarch_init): Likewise.
14184 (sh_coerce_float_to_double): Remove.
14185 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14186 (sparc_coerce_float_to_double): Remove.
14187 * v850-tdep.c (v850_gdbarch_init): Likewise.
14188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14189 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14190 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14191 (hppa_coerce_float_to_double): Remove prototype.
14192 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14193
f436a26a
DJ
141942003-01-04 Daniel Jacobowitz <drow@mvista.com>
14195
14196 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14197
248f8055
DJ
141982003-01-04 Daniel Jacobowitz <drow@mvista.com>
14199
14200 Suggested by Stewart Brown <sb24@avaya.com>:
14201 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14202 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14203 (c_type_print_varspec_suffix): Likewise.
14204
72cfdc76
MK
142052003-01-04 Mark Kettenis <kettenis@gnu.org>
14206
bfd260bb
MK
14207 * configure.in: Don't set and AC_SUBST SUBDIRS.
14208 * configure: Regenerated.
14209
72cfdc76
MK
14210 * configure.in: Remove code dealing with shared libraries.
14211 * Makefile.in: Remove HLDFLAGS and HLDENV.
14212 * configure: Regenerated.
14213
c8b8a898
AC
142142003-01-04 Andrew Cagney <ac131313@redhat.com>
14215
14216 * frame.c (deprecated_frame_xmalloc): New function.
14217 (deprecated_set_frame_saved_regs_hack): New function.
14218 (deprecated_set_frame_extra_info_hack): New function.
14219 * frame.h (deprecated_frame_xmalloc): Declare.
14220 (deprecated_set_frame_saved_regs_hack): Declare.
14221 (deprecated_set_frame_extra_info_hack): Declare.
14222
14abd0fb
MK
142232003-01-04 Mark Kettenis <kettenis@gnu.org>
14224
8ee53726
MK
14225 * configure.in: Move code that provides the --enable-gdbtk option
14226 right after the code that handles the --enable-tui option, and
14227 polish it somewhat.
14228 * configure: Regenerated.
14229
14abd0fb
MK
14230 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14231 AC_CHECK_FUNCS and remove the old check for pread64.
14232 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14233 * acconfig.h (_GNU_SOURCE): Add.
14234 (HAVE_PREAD64): Remove.
14235 * configure, aclocal.m4, config.in: Regenerated.
14236
b2fb4676
AC
142372003-01-03 Andrew Cagney <ac131313@redhat.com>
14238
14239 * alpha-tdep.c: Use get_frame_saved_regs.
14240 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14241 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14242 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14243 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14244 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14245
8dcde887
MK
142462003-01-03 Mark Kettenis <kettenis@gnu.org>
14247
14248 * configure.in: Remove all use of the SUBDIRS variable; add
14249 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14250 code providing the --enable-multi-ice option, and move it right in
14251 front of the code that checks whether gdbserver is supported.
14252 Polish that too.
14253 * configure: Regenerated.
14254 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14255 @SUBDIRS@.
14256
8ccd593b
AC
142572003-01-03 Andrew Cagney <cagney@redhat.com>
14258
14259 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14260 * avr-tdep.c, cris-tdep.c: Ditto.
14261 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14262 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 14263
91151a06
MK
142642003-01-03 Mark Kettenis <kettenis@gnu.org>
14265
14266 * configure.in: Remove --enable-netrom option.
14267 * configure: Regenerated.
14268
8fe84d01
MK
142692003-01-03 Mark Kettenis <kettenis@gnu.org>
14270
14271 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14272 declaration for `struct re_pattern_buffer' instead.
14273 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14274
f0394be6
JB
142752003-01-03 J. Brobecker <brobecker@gnat.com>
14276
14277 * mdebugread.c (parse_symbol): Count until the stEnd matching
14278 the structure name.
14279
27e9bf90
MK
142802003-01-02 Mark Kettenis <kettenis@gnu.org>
14281
93d331ba
MK
14282 * configure.in: Remove --with-cpu option.
14283 subscripts. Remove evil changequotes here.
14284 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14285 * config.in, configure: Regenerated.
8ffd9b1b 14286
27e9bf90
MK
14287 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14288 * configure.in: Cleanup section that sources GDB and BFD configure
14289 subscripts. Remove evil changequotes here.
14290 * config.in, configure: Regenerated.
14291
50abf9e5
AC
142922003-01-02 Andrew Cagney <ac131313@redhat.com>
14293
14294 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14295 frame accessor methods.
14296 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14297 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14298 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14299 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14300 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14301 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14302 * z8k-tdep.c: Ditto.
8ffd9b1b 14303
287c1a40
MK
143042003-01-02 Mark Kettenis <kettenis@gnu.org>
14305
f5dbc56d
MK
14306 * configure.in: Remove UI_OUT configuration code.
14307 * ada-lang.c: Update assuming UI_OUT is always true.
14308 * Makefile.in (UIOUT_CFLAGS): Remove.
14309 * configure: Regenerated.
14310 * TODO: Remove blurb about elimination of -DUI_OUT.
14311
627af7ea
MK
14312 * configure.in: Move code that provides the --enable-gdbcli,
14313 --enable-gdbmi options right before the code that handles the
14314 --enable-tui option. Polish a bit.
14315 * configure: Regenerated.
14316
06825bd1
MK
14317 * configure.in: Rewrite check for GNU regex and the
14318 --without-included regex option, and move it into the "Checks for
14319 library functions" section. This makes us use the system regex
14320 again by default on systems with version 2 of the GNU C library.
14321 This was apparently broken.
14322 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14323 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14324 * config.in, configure: Regenerated.
14325
287c1a40
MK
14326 * configure.in: Move code that provides the --enable-tui option
14327 before the "Checks for libraries" section. Polish the code
14328 somewhat and set need_curses to yes if we build the TUI. Rewrite
14329 code that looks for a library providing termcap functionality to
14330 match more closely what's done in the Readline library, and move
14331 it into to the "Checks for libraries" section.
14332 * configure: Regenerated.
14333 * Makefile.in (TERMCAP): Remove variable.
14334 * config/i386/go32.mh (TERMCAP): Remove variable.
14335
684e56bf
AC
143362003-01-02 Andrew Cagney <ac131313@redhat.com>
14337
14338 * MAINTAINERS: Mention gdb_mbuild.sh.
14339 * gdb_mbuild.sh: Rewrite.
14340
e1ea1d75
MK
143412003-01-02 Mark Kettenis <kettenis@gnu.org>
14342
14343 * configure.in: Fix typo in last change.
14344 * config.in, configure: Regenerated.
14345
1b831c93
AC
143462003-01-02 Andrew Cagney <ac131313@redhat.com>
14347
14348 * valarith.c (value_binop): Delete obsolete code and comments.
14349 * configure.host: Ditto.
14350 * buildsym.h (make_blockvector): Ditto.
14351 * buildsym.c (make_blockvector): Ditto.
14352 * defs.h (enum language): Ditto.
14353 (chill_demangle): Ditto.
14354 * elfread.c (elf_symtab_read): Ditto.
14355 * dwarfread.c (CHILL_PRODUCER): Ditto.
14356 (set_cu_language): Ditto.
14357 (handle_producer): Ditto.
14358 * expprint.c (print_subexp): Ditto.
14359 * gdbtypes.c (chill_varying_type): Ditto.
14360 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14361 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14362 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14363 (chill_varying_type): Ditto.
14364 * language.h (_LANG_chill): Ditto.
14365 * language.c (binop_result_type, integral_type): Ditto.
14366 (character_type, string_type, structured_type): Ditto.
14367 (lang_bool_type, binop_type_check): Ditto.
14368 * stabsread.h (os9k_stabs): Ditto.
14369 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14370 (define_symbol, read_type, read_struct_fields): Ditto.
14371 (read_array_type, read_enum_type, read_huge_number): Ditto.
14372 (read_range_type, start_stabs): Ditto.
14373 * symfile.c (init_filename_language_table): Ditto.
14374 (add_psymbol_with_dem_name_to_list): Ditto.
14375 * symtab.c (symbol_init_language_specific): Ditto.
14376 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14377 * symtab.h (struct general_symbol_info): Ditto.
14378 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14379 * typeprint.c (typedef_print): Ditto.
14380 * utils.c (fprintf_symbol_filtered): Ditto.
14381 * valops.c (value_cast, search_struct_field, value_slice): Delete
14382 obsolete code.
14383 (varying_to_slice): Delete function.
14384 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14385 (varying_to_slice): Delete declaration.
14386 * MAINTAINERS: Update.
14387
8bb2c122
MK
143882003-01-02 Mark Kettenis <kettenis@gnu.org>
14389
97bf5e38
MK
14390 * configure.in: Reorganize "Checks for library functions section"
14391 a bit. Remove check for `btowc' and `isascii' functions.
14392 * configure: Regenerated.
14393
5ee754fc
MK
14394 * acconfig.h (_MSE_INT_H): Remove.
14395 * configure.in: Create "Checks for header files" section, and move
14396 appropriate tests there. Don't check for objlist.h, wchar.h,
14397 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14398 misdetection fix. Also add "Checks for types", "Checks for
14399 compiler characteristics" and "Checks for library functions"
14400 sections.
14401 * config.in, configure: Regenerated.
14402
8bb2c122
MK
14403 * configure.in: Create "Checks for programs" section, and move
14404 appropriate tests there.
14405
9a156167
MK
144062003-01-01 Mark Kettenis <kettenis@gnu.org>
14407
14408 * configure.in: Create "Checks for libraries" section, and move
14409 appropriate tests there. Cleanup check for wctype in libw. Use
14410 AC_SEARCH_LIBS to see whether we need libsocket.
14411 * configure: Regenerated.
14412
a80e2bcb 14413For older changes see ChangeLog-2002
c906108c
SS
14414\f
14415Local Variables:
14416mode: change-log
14417left-margin: 8
14418fill-column: 74
14419version-control: never
14420End:
This page took 1.120203 seconds and 4 git commands to generate.