*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
087f1027
MK
12003-11-13 Mark Kettenis <kettenis@gnu.org>
2
3 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
4
3882f37a
DC
52003-11-13 David Carlton <carlton@kealia.com>
6
7 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
8
a8cf2722
AC
92003-11-13 Andrew Cagney <cagney@redhat.com>
10
11 * arch-utils.h (selected_architecture_name): Declare.
12 (selected_byte_order): Declare.
13 * arch-utils.c (selected_byte_order): New function.
14 (selected_architecture_name): New function.
15 (target_architecture_auto): Make static.
16 (set_architecture_string): Make static.
17 (target_byte_order): Make static.
18 (target_byte_order_auto): Make static.
19 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
20 non-multi-arch definition.
21 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
22 (target_byte_order, target_architecture): Delete declaration.
23 (target_byte_order_auto, target_architecture_auto): Ditto.
24 * gdbarch.h: Re-generate.
25 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
26 "selected_byte_order".
27
475b6ddd
AC
282003-11-13 Andrew Cagney <cagney@redhat.com>
29
30 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
31
a22286a9
JB
322003-11-13 Jim Blandy <jimb@redhat.com>
33
34 * cp-namespace.c: Doc fix.
35
7bb11558
MS
362003-11-12 Michael Snyder <msnyder@redhat.com>
37
39add00a
MS
38 * sh64_tdep.c: Regularize some names.
39 (sh_sh64_register_name): Rename to sh64_register_name.
40 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
41 (sh_sh64_register_byte): Rename to sh64_register_byte.
42 (sh_sh64_build_float_register_type):
43 Rename to sh64_build_float_register_type.
44 (sh_sh64_register_convert_to_virtual):
45 Rename to sh64_register_convert_to_virtual.
46 (sh_sh64_register_convert_to_raw):
47 Rename to sh64_register_convert_to_raw.
48
2a314ed5
MS
49 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
50 sh64_media_reg_base_num, sh64_compact_reg_base_num,
51 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
52 sh64_extract_return_value, sh64_show_media_regs,
53 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
54 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
55 sh64_pseudo_register_read, sh64_pseudo_register_write,
56 sh64_do_pseudo_register, sh_compact_print_registers_info):
57 Delete unused variable 'tdep'.
58
7bb11558
MS
59 * sh64-tdep.c: Coding standard and spelling comment fixes.
60 (sh64_extract_return_value): Replace deprecated_store_floating
61 with store_typed_floating.
62 (sh_sh64_register_convert_to_raw): Replace
63 deprecated_store_floating with store_typed_floating.
64 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
65 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
66 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
67 sh64_extract_struct_value_address, sh64_pop_frame,
68 sh64_extract_return_value, sh64_store_return_value,
69 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
70 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
71 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
72 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
73 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
74 deprecated_register_virtual_type, deprecated_register_raw_size,
75 deprecated_max_register_raw_size, or
76 deprecated_max_register_virtual_size. Instead, just set
77 gdbarch_register_type.
39add00a
MS
78 (sh_sh64_register_raw_size): Delete.
79 (sh_sh64_register_virtual_size): Delete.
7bb11558 80
e7c27a73
DJ
812003-11-12 Daniel Jacobowitz <drow@mvista.com>
82
83 * dwarf2read.c (struct dwarf2_cu): New type.
84
85 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
86 dwarf2_cu structure to pass down.
87
88 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
89 (add_partial_enumeration, locate_pdi_sibling, process_die)
90 (read_file_scope, read_func_scope)
91 (read_lexical_block_scope, dwarf2_get_pc_bounds)
92 (dwarf2_add_field, dwarf2_attach_fields_to_type)
93 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
94 (read_structure_scope, read_enumeration, read_array_type)
95 (read_common_block, read_namespace, read_tag_pointer_type)
96 (read_tag_ptr_to_member_type, read_tag_reference_type)
97 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
98 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
99 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
100 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
101 (read_full_die. read_attribute_value, read_attribute)
102 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
103 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
104 (die_containing_type, type_at_offset, tag_type_to_type)
105 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
106 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
107
1640b821
DJ
1082003-11-12 Daniel Jacobowitz <drow@mvista.com>
109
110 PR breakpoints/1450
111 * breakpoint.c (insert_bp_location): Fix a logic error by returning
112 0 after a catchpoint fails.
113
d7891507
MC
1142003-11-11 Michael Chastain <mec.gnu@mindspring.com>
115
116 * mips-tdep.c (msymbol_size): Delete.
117
f594e5e9
MC
1182003-11-07 Michael Chastain <mec@shout.net>
119
120 * symtab.h (struct minimal_symbol): Add size.
121 * dbxread.c: Use it.
122 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
123 Rename to record_minimal_symbol.
124 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
125 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
126 (install_minimal_symbols): Ditto.
127 * objfiles.c (terminate_minimal_symbol_table): Ditto.
128 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
129 * m68hc11-tdep.c: Ditto.
130 * mips-tdep.c: Ditto.
131 * sh64-tdep.c: Ditto.
132
68e39e73
MC
1332003-11-10 Michael Chastain <mec.gnu@mindspring.com>
134
135 * MAINTAINERS: Change my e-mail address.
136
b60eb90d
AC
1372003-11-10 Andrew Cagney <cagney@redhat.com>
138
963e2bb7
AC
139 * gdbarch.sh (return_value): Replace "inval" and "outval" with
140 "readbuf" and "writebuf".
141 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
142 * d10v-tdep.c (d10v_return_value): Ditto.
143 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
144 (ppc_sysv_abi_broken_return_value): Ditto.
145 (ppc64_sysv_abi_return_value): Ditto.
146 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
147 (ppc_sysv_abi_return_value): Ditto.
148 (ppc_sysv_abi_broken_return_value): Ditto.
149 (ppc64_sysv_abi_return_value): Ditto.
150 * values.c (register_value_being_returned): Update call.
151 * stack.c (return_command): Update call.
152 * gdbarch.h, gdbarch.c: Re-generate.
153
8aa91c1e
AC
154 * target.h (struct target_ops): Order xfer buffer parameters "read
155 write" not "write read".
156 * bfd-target.c (target_bfd_xfer_partial): Update.
157 * remote.c (remote_xfer_partial): Update.
158 * inftarg.c (child_xfer_partial): Update.
159 * target.c (default_xfer_partial): Update.
160 (target_read_partial, target_write_partial): Update.
161 (debug_to_xfer_partial): Update.
162
100bcc3f
AC
163 * arch-utils.h, arch-utils.c: Fix typo in comment.
164
b60eb90d
AC
165 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
166 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1b3164d8
AC
167 (set_gdbarch_from_file): Call
168 "deprecated_current_gdbarch_select_hack".
b60eb90d 169
bf922ad9
AC
1702003-11-09 Andrew Cagney <cagney@redhat.com>
171
ebdba546
AC
172 * arch-utils.c (gdbarch_update_p): New function.
173 * gdbarch.sh (gdbarch_update_p): Delete function.
174 (find_arch_by_info, gdbarch_find_by_info): New functions.
3f030793 175 (deprecated_current_gdbarch_select_hack): New function.
ebdba546
AC
176 * gdbarch.c: Re-generate.
177
7de2341d
AC
178 * gdbarch.sh (clear_gdbarch_swap): Delete function.
179 (swapout_gdbarch_swap): Delete function.
180 (swapin_gdbarch_swap): Delete function.
181 (init_gdbarch_swap): Delete function.
182 (initialize_non_multiarch): Delete function.
183 (current_gdbarch_swap_in_hack): New function.
184 (current_gdbarch_swap_out_hack): New function.
185 (current_gdbarch_swap_init_hack): New function.
186 * gdbarch.c: Re-generate.
187
db446970
AC
188 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
189 parameter to "current_gdbarch". Add comment explaining why.
190 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
191 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
192 * gdbarch.c: Re-generate.
193
341e3d11
AC
194 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
195 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
196 * config/s390/xm-linux.h: Delete file.
197 * config/m88k/xm-delta88v4.h: Delete stray.
198
bf922ad9
AC
199 * Makefile.in (arch-utils.o): Update dependencies.
200 * arch-utils.c: Include "osabi.h".
201 (gdbarch_info_fill): New function.
202 * arch-utils.h (gdbarch_info_fill): Declare.
203 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
204 * gdbarch.c: Re-generate.
205
a3640c75
MK
2062003-11-09 Mark Kettenis <kettenis@gnu.org>
207 David S. Miller <davem@redhat.com>
208
209 * glibc-tdep.c, glibc-tdep.h: New files.
210 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
211 * config/i386/linux.mt (TDEPFILES): Likewise.
212 * i386-linux-tdep.c (glibc-tdep.h): Include.
213 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
214 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
215 * arm-linux-tdep.c (glibc-tdep.h): Include.
216 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
217 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
218 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
219 (glibc_tdep_h): Define.
220 (glibc-tdep.o): Add dependencies.
221 (arm-linux-tdep.o): Update dependencies.
222 (i386-linux-tdep.o): Likewise.
223
e60e0ab2
AC
2242003-11-09 Andrew Cagney <cagney@redhat.com>
225
226 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
227 * config/mips/nm-irix6.h: Delete file.
228 * config/mips/nm-linux.h: Update copyright.
229 (MIPS_GNULINUX_TARGET): Delete macro.
230 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
231 * config/mips/xm-irix6.h: Delete file.
232 * config/mips/linux.mh (XM_FILE): Delete definition.
233 * config/mips/xm-linux.h: Delete file.
234
181555e9
AC
2352003-11-09 Andrew Cagney <cagney@redhat.com>
236
237 * d10v-tdep.c (d10v_return_value): New function.
238 (d10v_use_struct_convention): Delete function.
239 (d10v_store_return_value): Delete function.
240 (d10v_extract_struct_value_address): Delete function.
241 (d10v_gdbarch_init): Set "return_value" instead of
242 "extract_return_value", "store_return_value",
243 "extract_struct_value_address", and "use_struct_convention".
244 (RET1_REGNUM): Delete const.
245
dea0c52f
MK
2462003-11-09 Mark Kettenis <kettenis@gnu.org>
247
248 From David S. Miller <davem@redhat.com>:
249 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
250 * gdbarch.c, gdbarch.h: Regenerated.
251 * arch-utils.c (generic_skip_solib_resolver): New function.
252 * arch-utils.h (generic_skip_solib_resolver): New prototype.
253 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
254
6314a349
AC
2552003-11-07 Andrew Cagney <cagney@redhat.com>
256
257 * top.c (print_gdb_version): Replace STREQ with strcmp.
258 * valops.c (value_struct_elt_for_reference): Ditto.
259 (value_struct_elt_for_reference): Ditto.
260 * symtab.c (gdb_mangle_name): Ditto.
261 (find_line_symtab): Ditto.
262 * symmisc.c (maintenance_print_symbols): Ditto.
263 * symfile.c (symbol_file_command): Ditto.
264 * stabsread.c (define_symbol, read_type): Ditto.
265 (cleanup_undefined_types, scan_file_globals): Ditto.
266 * solib.c (solib_map_sections): Ditto.
267 * solib-svr4.c (bfd_lookup_symbol): Ditto.
268 * rs6000-tdep.c (skip_prologue): Ditto.
269 * p-valprint.c (pascal_value_print): Ditto.
270 (pascal_object_is_vtbl_ptr_type): Ditto.
271 * objfiles.c (in_plt_section): Ditto.
272 * minsyms.c (lookup_minimal_symbol): Ditto.
273 (compact_minimal_symbols): Ditto.
274 (find_solib_trampoline_target): Ditto.
275 * mdebugread.c (parse_type): Ditto.
276 * language.c (set_language_command): Ditto.
277 (set_type_command, set_range_command): Ditto.
278 * f-lang.c (add_common_block): Ditto.
279 (add_common_block): Ditto.
280 (find_first_common_named): Ditto.
281 (patch_all_commons_by_name): Ditto.
282 * elfread.c (elf_locate_sections): Ditto.
283 (elf_locate_sections): Ditto.
284 (elfstab_offset_sections): Ditto.
285 * dwarf2read.c (dwarf2_locate_sections): Ditto.
286 * dbxread.c (add_old_header_file): Ditto.
287 (find_corresponding_bincl_psymtab): Ditto.
288 (read_dbx_symtab, process_one_symbol): Ditto.
289 * coffread.c (patch_opaque_types): Ditto.
290 * cli/cli-decode.c (delete_cmd): Ditto.
291 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
292 * c-typeprint.c (c_type_print_base): Ditto.
293 * breakpoint.c (bpstat_stop_status): Ditto.
294 (clear_command, breakpoint_re_set_one): Ditto.
295
49df298f
AC
2962003-11-07 Andrew Cagney <cagney@redhat.com>
297
298 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
299 * bcache.c (struct bstring): Make "length" an unsigned short, add
300 "half_hash".
301 (struct bcache): Add "half_hash_error_count".
302 (bcache): Compute and save the "half_hash". Compare the
303 "half_hash" before comparing the length. Update
304 half_hash_error_count.
305
f168dd80
AC
3062003-11-07 Andrew Cagney <cagney@redhat.com>
307
308 * inftarg.c (child_xfer_partial): New function
309 (init_child_ops): Set "to_xfer_partial".
310
05580c65
AC
3112003-11-07 Andrew Cagney <cagney@redhat.com>
312
313 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
314 set "return_value" instead of "use_struct_convention".
315 (ppc_linux_use_struct_convention): Delete function.
316 (ppc_linux_return_value): New function.
317 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
318 (ppc_sysv_abi_broken_return_value): New function.
319 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
320 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
321 static.
322 (ppc_sysv_abi_extract_return_value): Delete function.
323 (ppc_sysv_abi_broken_extract_return_value): Delete function.
324 (ppc_sysv_abi_store_return_value): Delete function.
325 (ppc_sysv_abi_broken_store_return_value): Delete function.
326 (ppc_sysv_abi_use_struct_convention): Delete function.
327 (ppc64_sysv_abi_use_struct_convention): Delete function.
328 (ppc64_sysv_abi_extract_return_value): Delete function.
329 (ppc64_sysv_abi_store_return_value): Delete function.
330 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
331 (ppcnbsd_init_abi): Set "return_value", instead of
332 "use_struct_convention", "extract_return_value", and
333 "store_return_value".
334 (ppcnbsd_use_struct_convention): Delete function.
335 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
336 (ppc_sysv_abi_return_value): Declare.
337 (ppc_sysv_abi_broken_return_value): Declare.
338 (ppc_sysv_abi_use_struct_convention): Delete.
339 (ppc_sysv_abi_store_return_value): Delete.
340 (ppc_sysv_abi_extract_return_value): Delete.
341 (ppc_sysv_abi_broken_store_return_value): Delete.
342 (ppc_sysv_abi_broken_extract_return_value): Delete.
343 (ppc64_sysv_abi_use_struct_convention): Delete.
344 (ppc64_sysv_abi_extract_return_value): Delete.
345 (ppc64_sysv_abi_store_return_value): Delete.
346 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
347 set "return_value" instead of "extract_return_value",
348 "store_return_value", and "use_struct_convention".
349
1763fba4
MK
3502003-11-07 Mark Kettenis <kettenis@gnu.org>
351
22c7ba1a
MK
352 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
353
1763fba4
MK
354 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
355 fscanf.
356
fc07cc2d
MK
3572003-11-07 Mark Kettenis <kettenis@gnu.org>
358
359 * fbsd-proc.c: Fix formatting.
360
6a748db6
KB
3612003-11-06 Kevin Buettner <kevinb@redhat.com>
362
363 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
364 Define.
365 (new_variant): Set name for iacc0_regnum.
366 (frv_register_name): Accommodate pseudo-registers.
367 (frv_register_type): Add case for iacc0_regnum.
368 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
369 (frv_gdbarch_init): Set number of pseudo registers. Establish
370 pseudo-register read/write methods.
371
bf896cb0
AC
3722003-11-06 Andrew Cagney <cagney@redhat.com>
373
374 * valops.c (destructor_name_p): Replace STREQN with strncmp.
375 * top.c (command_line_input): Ditto.
376 * objc-exp.y (yylex): Ditto.
377 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
378 * jv-exp.y (yylex): Ditto.
379 * f-exp.y (yylex): Ditto.
380 * event-top.c (command_line_handler): Ditto.
381 * environ.c (get_in_environ): Ditto.
382 (set_in_environ): Ditto.
383 * dwarfread.c (handle_producer): Ditto.
384 * dbxread.c (process_one_symbol): Ditto.
385 * c-typeprint.c (c_type_print_base): Ditto.
386 * c-exp.y (yylex): Ditto.
387
0b603eba
AC
3882003-11-06 Andrew Cagney <cagney@redhat.com>
389 Jeff Johnston <jjohnstn@redhat.com>
390
391 * target.c (add_target): Only set "to_xfer_partial" when NULL.
392 (init_dummy_target): Set "to_xfer_partial".
393
9cedbfec
AC
3942003-11-06 Andrew Cagney <cagney@redhat.com>
395
396 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
397 REGISTER_CONVENTION.
398
26bb91f3
DJ
3992003-11-06 Daniel Jacobowitz <drow@mvista.com>
400
401 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
402 static.
403
0bde7532
DJ
4042003-11-06 Daniel Jacobowitz <drow@mvista.com>
405
406 * breakpoint.c (remove_breakpoint): Take an bp_location
407 instead of a breakpoint argument. Check the bp_location's type.
408 Fix a reversed condition for hardware breakpoints.
409
410 (insert_bp_location): Update call to remove_breakpoint.
411 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
412 (remove_hw_watchpoints): Likewise.
413 (reattach_breakpoints): Likewise.
414 (detach_breakpoints): Likewise.
415 (delete_breakpoint): Likewise.
416
075f6582
DJ
4172003-11-06 Daniel Jacobowitz <drow@mvista.com>
418
419 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
420 (beakpoint_init_inferior): Likewise.
421 (breakpoint_here_p): Likewise. Only check addresses for software
422 or hardware breakpoints.
423 (breakpoint_inserted_here_p): Likewise.
424 (breakpoint_thread_match): Likewise. Correct comment.
425 (bpstat_have_active_hw_watchpoints): Likewise.
426 (check_duplicates): Likewise.
427
879bfdc2
DJ
4282003-11-06 Daniel Jacobowitz <drow@mvista.com>
429
430 * breakpoints.c (insert_bp_location): New function, broken out
431 from insert_breakpoints. Work on an bp_location instead of a
432 breakpoint.
433 (insert_breakpoints): Use it.
434
cf3a9e5b
DJ
4352003-11-06 Daniel Jacobowitz <drow@mvista.com>
436
437 * breakpoint.h (struct bp_location): Add section.
438 (struct breakpoint): Remove section.
439 * breakpoint.c (insert_breakpoints, remove_breakpoint)
440 (breakpoint_here_p, breakpoint_inserted_here_p)
441 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
442 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
443 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
444 section through loc.
445
ffce0d52
DJ
4462003-11-06 Daniel Jacobowitz <drow@mvista.com>
447
448 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
449 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
450
e049a4b5
DJ
4512003-11-06 Daniel Jacobowitz <drow@mvista.com>
452
453 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
454 arguments. Initialize owner and type for the new breakpoint
455 location item.
456 (set_raw_breakpoint): Update call to allocate_bp_location.
457
7cc221ef
DJ
4582003-11-06 Daniel Jacobowitz <drow@mvista.com>
459
460 * breakpoint.h (struct bp_location): Add a chain pointer.
461 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
462 macros.
463 (bp_location_chain): New variable.
464 (allocate_bp_location): New function.
465 (set_raw_breakpoint): Use it.
466 (delete_breakpoint): Remove ->loc from the bp_location_chain.
467
5cab636d
DJ
4682003-11-06 Daniel Jacobowitz <drow@mvista.com>
469
470 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
471 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 472 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
473 * breakpoint.c (condition_command, read_memory_nobpt)
474 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
475 (reattach_breakpoints, update_breakpoints_after_exec)
476 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
477 (breakpoint_init_inferior, breakpoint_here_p)
478 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
479 (breakpoint_thread_match, bpstat_stop_status)
480 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
481 (describe_other_breakpoints, check_duplicates)
482 (make_breakpoint_permanent, create_thread_event_breakpoint)
483 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
484 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
485 (watch_command_1, print_one_exception_catchpoint)
486 (clear_command, breakpoint_re_set_one): Adjust member accesses to
487 use the breakpoint's ->loc.
488 (set_raw_breakpoint): Likewise. Initialize ->loc.
489 (delete_breakpoint): Likewise. Free ->loc.
490
7be0c536
AC
4912003-11-05 Andrew Cagney <cagney@redhat.com>
492
4c7d882e
AC
493 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
494 macro.
495 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
496 * config/i386/tm-cygwin.h
497 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
498 * config/powerpc/tm-linux.h
499 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
500 (at_subroutine_call_instruction_target): Delete declaration.
501 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
502 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
503 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
504
7be0c536
AC
505 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
506 "struct bfd_section" and "struct bfd".
507 * target.h (struct section_table): Ditto.
508 * rs6000-nat.c (xcoff_relocate_core): Ditto.
509 * solib-svr4.c (elf_locate_base): Ditto.
510 * pa64solib.c (dld_cache_t): Ditto.
511 * objfiles.h (struct obj_section): Ditto.
512 * objfiles.c (add_to_objfile_sections): Ditto.
513 * exec.c (bfdsec_to_vmap): Ditto.
514 (add_to_section_table): Ditto.
515 (build_section_table): Ditto.
516 * corelow.c (get_core_register_section): Ditto.
517 * coffread.c (find_linenos): Ditto.
518 * elfread.c (elf_interpreter): Delete #if0'd function.
519
520 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
521 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
522 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
523 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
524
525 * arch-utils.h (generic_cannot_extract_struct_value_address):
526 Delete declaration.
527 * wince.c (_initialize_wince): Fix multi-line string.
528 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
529
d8fe84e3
EZ
5302003-11-05 Elena Zannoni <ezannoni@redhat.com>
531
532 * top.c (execute_command): Fix broken logic for command execution
533 while inferior is running in async mode.
534
cbdfc7c0
MK
5352003-11-06 Mark Kettenis <kettenis@gnu.org>
536
537 * dwarf2-frame.c (execute_cfa_program): Mark register as
538 REG_SAVED_REG for DW_CFA_register opcode.
539
dac94105
MK
5402003-11-05 Mark Kettenis <kettenis@gnu.org>
541
542 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
543 %rsp, %rip and %eflags to match ABI-change.
544
85bf2b91
JJ
5452003-11-05 Jeff Johnston <jjohnstn@redhat.com>
546
547 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
548 (ia64_gdbarch_init): Don't bother calculating the os.
549 Instead use the gdbarch_info struct and look at the osabi field.
550 Also use gdbarch_list_lookup_by_info() to look for a
551 candidate gdbarch.
552
cd31fb03
KB
5532003-11-05 Kevin Buettner <kevinb@redhat.com>
554
555 * frv-tdep.c (frv_register_byte): Delete.
556 (frv_extract_return_value, frv_store_return_value)
557 (frv_extract_struct_value_address): Don't call frv_register_byte().
558 Convert to non-deprecated form.
559 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
560 Convert calls to set_gdbarch_deprecated_extract_return_value(),
561 set_gdbarch_deprecated_store_return_value(), and
562 set_gdbarch_deprecated_extract_struct_value_address() into
563 non-deprecated forms.
564
0a056982
AC
5652003-11-05 Andrew Cagney <cagney@redhat.com>
566
567 * mips-tdep.c (mips_dump_tdep): Do not print
568 PRINT_EXTRA_FRAME_INFO.
569 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
570 Rename PRINT_EXTRA_FRAME_INFO.
571 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
572 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
573 (mips_print_extra_frame_info): Delete declaration.
574 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
575
29e0a062
EZ
5762003-11-05 Elena Zannoni <ezannoni@redhat.com>
577
578 * coffread.c (coff_symtab_read): Remove passing of info parameter
579 to prim_record_minimal_symbol_and_info.
580
8af580fc
EZ
5812003-11-05 Elena Zannoni <ezannoni@redhat.com>
582
583 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
584 (decode_base_type): Delete ifdeffed out code.
585
507836c0
AC
5862003-11-04 Andrew Cagney <cagney@redhat.com>
587
588 * symtab.c (find_active_alias): Delete function.
589 (lookup_block_symbol): Delete alias code.
590 * stabsread.c (resolve_live_range): Delete function.
591 (add_live_range): Delete function.
592 (resolve_symbol_reference): Delete function.
593 (define_symbol): Delete live range and alias code.
594 (scan_file_globals): Delete alias code.
595 * symtab.h (SYMBOL_RANGES): Delete macro.
596 (struct range_list): Delete structure.
597 (struct symbol): Delete field "ranges".
598 (SYMBOL_ALIASES): Delete macro.
599 (struct alias_list): Delete structure.
600 (struct symbol): Delete field "aliases".
601
1083b3bc
MS
6022003-11-04 Michael Snyder <msnyder@redhat.com>
603
604 * MAINTAINERS: Remove myself as owner of breakpoints and
605 of sparc/solaris.
606
474e5826
CV
6072003-11-03 Corinna Vinschen <vinschen@redhat.com>
608
609 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
610 (sh_sh4al_dsp_register_name): Ditto.
611 (sh4_nofpu_show_regs): Ditto.
612 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
613 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
614
2160782c
AC
6152003-11-03 Andrew Cagney <cagney@redhat.com>
616
617 * bcache.c: Include "gdb_assert.h".
618 (struct bcache): Add fields "expand_count" and
619 "expand_hash_count".
620 (expand_hash_table): Update the expand counts.
621 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
622 on object sizes and hashes.
623 * Makefile.in (bcache.o): Update dependencies.
624
85302095
AC
6252003-11-03 Andrew Cagney <cagney@redhat.com>
626
627 * exec.c (xfer_memory): Eliminate xfer_fn.
628
526eef89
KB
6292003-10-31 Kevin Buettner <kevinb@redhat.com>
630
631 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
632 (opcodes/frv-desc.h): Include.
633 (iacc0h_regnum, iacc0l_regnum): Define.
634 (last_spr_regnum, frv_num_regs): Update.
635 (new_variant): Don't supply default names for holes in the SPRs.
636 Supply names for iacc0h_regnum and iacc0l_regnum.
637 (frv_register_type): Use symbolic constants first_fpr_regnum and
638 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
639 builtin_type_int instead of builtin_type_int32.
640 (frv_register_sim_regno): New function.
641 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
642 * Makefile.in (gdb_sim_frv_h): Define.
643 (frv-tdep.o): Update dependencies.
644
9e815ec2
AC
6452003-10-31 Andrew Cagney <cagney@redhat.com>
646
647 * avr-tdep.c (avr_frame_this_id): Do not call
648 deprecated_inside_entry_file.
649 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
650 * m32r-tdep.c (m32r_frame_this_id): Ditto.
651 * d10v-tdep.c (d10v_frame_this_id): Ditto.
652 * arm-tdep.c (arm_prologue_this_id): Ditto.
653 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
654
e372db49
JB
6552003-10-31 Jim Blandy <jimb@redhat.com>
656
657 * elfread.c (elf_symtab_read): Allocate correct number of tail
658 elements to sectinfo structure. (Fix from Woody LaRue.)
659
e8bcf01f
AC
6602003-10-31 Andrew Cagney <cagney@redhat.com>
661
662 * stack.c (return_command): Use get_frame_type, instead of
663 CALL_DUMMY_HAS_COMPLETED.
664 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
665 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
666
4c05fe53
MK
6672003-10-31 Mark Kettenis <kettenis@gnu.org>
668
669 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
670 explicitly specify size of array.
671 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
672 TDEP->sc_num_regs.
673
c8b91b89
AC
6742003-10-31 Andrew Cagney <cagney@redhat.com>
675
676 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
677 function.
678 (s390_gdbarch_init): Set extract_struct_value_address.
679 * arch-utils.c (generic_cannot_extract_struct_value_address):
680 Delete function.
681 * arch-utils.h (generic_cannot_extract_struct_value_address):
682 Delete definition.
683
fdfb6fc8
MK
6842003-10-31 Mark Kettenis <kettenis@gnu.org>
685
686 * i386-linux-nat.c (fetch_core_registers): Remove.
687 (linux_elf_core_fns): Remove.
688 (_initialize_i386_linux_nat): Remove.
689
2f4950cd
AC
6902003-10-31 Andrew Cagney <cagney@redhat.com>
691
692 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
693 "exec.h".
694 (exec_entry_point): New function.
695 (enable_break): Create a "tmp_bfd_target", use that and
696 entry_point_address when computing the relocation offset.
697 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
698 * Makefile.in (solib-svr4.o): Update dependencies.
699
bba2d28d
AC
7002003-10-31 Andrew Cagney <cagney@redhat.com>
701
702 * defs.h (XZALLOC): Define.
703 * target.h (struct target_ops): Add "to_data";
704 * bfd-target.h, bfd-target.c: New files.
705 * Makefile.in (SFILES): Add "bfd-target.c".
706 (COMMON_OBS): Add "bfd-target.o".
707 (bfd-target.o): Specify dependencies.
708 (bfd_target_h): Define.
709 * defs.h (XZALLOC): Define.
710
6066c3de
AC
7112003-10-31 Andrew Cagney <cagney@redhat.com>
712
713 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
714 adjust_breakpoint_address.
715 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
716 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
717 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
718 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
719
4b8a223f
AC
7202003-10-31 Andrew Cagney <cagney@redhat.com>
721
722 * target.h (struct target_ops): Replace "to_read_partial" and
723 "to_write_partial" with "to_xfer_partial". Update comments.
724 * target.c (debug_to_write_partial): Delete function.
725 (debug_to_xfer_partial): Replace debug_to_read_partial.
726 (add_target, update_current_target, setup_target_debug): Set
727 "to_xfer_partial" instead of "to_read_partial" and
728 "to_write_partial".
729 (default_xfer_partial): Replace "default_write_partial".
730 (default_read_partial): Delete.
731 (target_read_partial, target_write_partial): Call
732 "to_xfer_partial".
733 * remote.c (init_remote_ops): Set "to_xfer_partial".
734 (init_remote_async_ops): Ditto.
735 (remote_xfer_partial): Replace "remote_read_partial".
736
66a72d25
MK
7372003-10-31 Mark Kettenis <kettenis@gnu.org>
738
739 * i386-tdep.c (i386_supply_fpregset): Support floating-point
740 registers in `fxsave' format.
741 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
742
9a12a2a0
MK
7432003-10-30 Mark Kettenis <kettenis@gnu.org>
744
e9f1aad5
MK
745 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
746 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
747 TDEP->gregset_num_regs and tdep->sizeof_gregset.
748
bb489b3c
MK
749 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
750 specify size of array.
751 (i386_linux_init_abi): Remove initialization of
752 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
753 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
754
da285bc4
MK
755 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
756 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
757 core-regset.o.
758
9a12a2a0
MK
759 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
760 the ELF header.
761
0e24ac5d
MK
7622003-10-29 Mark Kettenis <kettenis@gnu.org>
763
6d6d8e9c
MK
764 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
765 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
766 core-regset.o.
767
25e60c9b
MK
768 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
769
0e24ac5d
MK
770 * corelow.c: Include "arch-utils.h", "regset.h" and
771 "gdb_assert.h".
772 (core_gdbarch): New variable.
773 (sniff_core_bfd): Don't sniff if we have support for register sets
774 in CORE_GDBARCH.
775 (core_close): Reset CORE_GDBARCH.
776 (core_open): Initialize CORE_GDBARCH.
777 (get_core_register_section): Use register sets if they are
778 supported by CORE_GDBARCH.
779 (get_core_registers): Don't print error message if we have support
780 for register sets in CORE_GDBARCH.
781
0a0a4ac3
AC
7822003-10-29 Andrew Cagney <cagney@redhat.com>
783
784 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
785 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
786
7b097ae3
MK
7872003-10-29 Mark Kettenis <kettenis@gnu.org>
788
789 * objfiles.h (clear_objfile_data): New prototype.
790 * objfiles.c (clear_objfile_data): New function.
791 * symfile.c (reread_symbols): Clear per-objfile data.
792
46f45a4a
JJ
7932003-10-28 Jeff Johnston <jjohnstn@redhat.com>
794
795 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
796 printf_unfiltered instead of printf_filtered for output messages.
797 (add_symbol_file_command): Ditto.
798 (reread_symbols): Ditto.
799 (overlay_auto_command): Ditto.
800 (overlay_manual_command): Ditto.
801 (overlay_off_command): Ditto.
802
2b026650
MK
8032003-10-27 Mark Kettenis <kettenis@gnu.org>
804
805 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
806 (gdbarch_from_bfd): New function.
807 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
808 deprecated_select_gdbarch_hack.
809 * arch-utils.h (gdbarch_from_bfd): New prototype.
810
0bcad584 8112003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
812
813 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
814 arch_info. Use warning instead of fprintf_filtered. Do not use
815 deprecated bfd_printable_arch_mach.
816
7f398216
KB
8172003-10-26 Kevin Buettner <kevinb@redhat.com>
818
819 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
820 Delete.
821 (frv_register_type): Rename from frv_register_virtual_type. Add
822 ``struct gdbarch *'' parameter.
823 (frv_gdbarch_init): Delete calls to the following functions:
824 set_gdbarch_deprecated_size(),
825 set_gdbarch_deprecated_register_bytes(),
826 set_gdbarch_deprecated_register_raw_size(),
827 set_gdbarch_deprecated_max_register_raw_size(),
828 set_gdbarch_deprecated_register_virtual_size(),
829 set_gdbarch_deprecated_max_register_virtual_size(),
830 set_gdbarch_deprecated_register_virtual_size(),
831 set_gdbarch_deprecated_register_virtual_type().
832 Add call to function set_gdbarch_register_type().
833
bcf48cc7
MK
8342003-10-26 Mark Kettenis <kettenis@gnu.org>
835
6c7de422
MK
836 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
837 FDOFF_REGNUM): Remove defines.
838 * win32-nat.c (do_child_fetch_inferior_registers): Include
839 "i387-tdep.h".
3e685d41 840 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
841 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
842 undefine I387_ST0_REGNUM.
843
f783586b
MK
844 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
845 * x86-64-tdep.c (x86_64_store_return_value): Use
846 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
847
bcf48cc7
MK
848 Change register numbers to enumartion values.
849 * i386-tdep.h (enum i386_regnum): New.
850 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
851 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
852 I386_ST0_REGNUM): Remove defines.
853 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
854 I386_EDI_REGNUM): Remove defines.
855
b6591e8b
AC
8562003-10-24 Andrew Cagney <cagney@redhat.com>
857
858 * target.c: Include "gdbcore.h".
859 (get_target_memory, get_target_memory_unsigned): New functions.
860 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
861 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
862 Use get_target_memory_unsigned.
863 * Makefile.in (target.o): Update dependencies.
864
5f724446
AC
8652003-10-24 Andrew Cagney <cagney@redhat.com>
866
ce2826aa
AC
867 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
868 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
869 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
870 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
871 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
872
5f724446
AC
873 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
874 (can_run_code_for): Use the OO term "singleton".
875
fc70c2a0
AC
8762003-10-23 Andrew Cagney <cagney@redhat.com>
877
878 * Makefile.in (stack.o): Add $(regcache_h).
879 * stack.c: Include "regcache.h"
880 (return_command): Rewrite. Use get_frame_id and
881 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
882 about unhandled return-values.
883 * value.h (set_return_value): Delete declaration.
884 * values.c (set_return_value): Delete function.
885
4afcc598
JJ
8862003-10-23 Jeff Johnston <jjohnstn@redhat.com>
887
888 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
889 (pseudo_regs): Add comment regarding register stack registers.
890 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
891 (floatformat_valid): New static routine.
892 (floatformat_ia64_ext): Add name field and set up is_valid routine
893 to floatformat_valid().
894 (examine_prologue): For the previous cfm, use
895 frame_unwind_register()
896 if the cfm is not stored in a register-stack register. Save the
897 previous cfm value in the prev_cfm field. Add debug output.
898 (ia64_frame_this_id): Use frame_id_build_special() to also register
899 the bsp. Add debug output.
900 (ia64_sigtramp_frame_this_id): Ditto.
901 (ia64_frame_prev_register): Look at cache saved_regs for a few more
902 registers and also add some checks for framelessness before accepting
903 current register values for fields such as return address. For cfm,
904 use the cached prev_cfm field if available. Add comment to explain
905 PSR logic. Add debug output.
906 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
907 as part of initialization.
908 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
909 calculated. Cache the bsp and cfm values.
910 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
911 instead of using ia64_frame_prev_register() which doesn't expect most
912 registers to be saved. The saved values for bsp and sp
913 can be taken from the cache. Add debug output.
914 (ia64_push_dummy_call): Use frame_id_build_special() to also register
915 the bsp.
916
6cfae0bc
JB
9172003-10-23 Jim Blandy <jimb@redhat.com>
918
919 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
920 architecture the current arch can run code for --- but not if it's
921 a superset.
922 (can_run_code_for): New function.
923
fcd182f9
JW
9242003-10-22 James E Wilson <wilson@specifixinc.com>
925
926 * MAINTAINERS: Move myself from paper trail section back to write
927 after approval section.
928
4646aa9d
AC
9292003-10-22 Andrew Cagney <cagney@redhat.com>
930
931 * exec.h: New file.
932 * win32-nat.c: Include "exec.h".
933 * solib.c: Include "exec.h".
934 * target.h (build_section_table): Delete declaration.
935 * somsolib.c: Include "exec.h".
936 (exec_ops): Delete extern declaration.
937 * rs6000-nat.c: Update copyright. Include "exec.h".
938 (exec_ops): Delete extern declaration.
939 * pa64solib.c: Update copyright. Include "exec.h".
940 (exec_ops): Delete extern declaration.
941 * exec.c: Update copyright. Include "exec.h".
942 * corelow.c: Update dependencies. Include "exec.h".
943 * Makefile.in (exec_h): Define.
944 (exec.o, somsolib.o): Update dependencies.
945 (pa64solib.o, corelow.o): Update dependencies.
946
0088c768
AC
9472003-10-22 Andrew Cagney <cagney@redhat.com>
948
949 * target.c: Include "gdb_assert.h" (target_read): Call
950 "target_read_partial", not "target_write_partial".
951 (default_read_partial, default_write_partial): New function.
952 (target_read_partial, target_write_partial): Simplify, assume that
953 there is always a read/write method.
954 (update_current_target, add_target): Always set "to_read_partial"
955 and "to_write_partial".
956 (target_write, target_read): Fail on a zero byte transfer.
957 * Makefile.in (target.o): Update dependencies.
958 * target.h: Update copyright date.
959 (target_object): Fix typo.
960
e2d0e7eb
AC
9612003-10-22 Andrew Cagney <cagney@redhat.com>
962
963 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
964 multi-arch method, add "targ" parameter.
965 (struct target_ops): Declare.
966 * gdbarch.h, gdbarch.c: Re-generate.
967 * Makefile.in (c-valprint.o): Update dependencies.
968 * arch-utils.h: Update copyright.
969 (convert_from_func_ptr_addr_identity): Declare.
970 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
971 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
972 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
973 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
974 * infcall.c (find_function_addr, call_function_by_hand): Update.
975 * c-valprint.c: Include "target.h".
976 (print_function_pointer_address): Update.
977
f1c07ab0
AC
9782003-10-22 Andrew Cagney <cagney@redhat.com>
979
980 * target.c (target_close): New function.
981 (debug_to_close): Use "target_close".
982 (push_target): Use "target_close".
983 (unpush_target): Use "target_close".
984 (pop_target): Use "target_close".
985 * target.h (struct target_ops): Add "to_xclose".
986 (target_open): Delete macro. Move comment to "to_open".
987 (target_close): Replace macro with function that takes a target.
988 * top.c (quit_target): Pass "current_target" to "target_close".
989
5520a790
EZ
9902003-10-21 Elena Zannoni <ezannoni@redhat.com>
991
992 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
993 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
994 * symtab.h (lookup_minimal_symbol_text): Update.
995 * breakpoint.c (create_overlay_event_breakpoint,
996 create_longjmp_breakpoint): Update callers.
997 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
998 * symtab.c (find_pc_sect_line): Ditto.
999
caa92b73
AC
10002003-10-21 Andrew Cagney <cagney@redhat.com>
1001
1002 * target.c (errno): Delete extern declaration.
1003
aa2a9a3c
JJ
10042003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1005
1006 * ia64-tdep.c: Change all occurrences of
1007 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1008 (ia64_frame_prev_register): Minor whitespace change.
1009
4beec2b7
MC
10102003-10-20 Michael Chastain <mec@shout.net>
1011
1012 * config/djgpp/fnchange.lst: Add lines for:
1013 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1014 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1015 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1016 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1017 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1018 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1019 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1020
92ad9cd9
AC
10212003-10-20 Andrew Cagney <cagney@redhat.com>
1022
1023 * values.c (register_value_being_returned): Update comments. Use
1024 "gdbarch_return_value" when available.
1025 (using_struct_return): Ditto.
1026 (set_return_value): Ditto. Use "gdbarch_return_value" when
1027 available.. Print a warning, and not an error, when an unhandled
1028 return type is encountered.
1029 * infcmd.c: Include "gdb_assert.h".
1030 (print_return_value): When gdbarch_return_value_p, and using
1031 struct return, assume that the value is not available.
1032 * defs.h (return_value_convention): Define.
1033 * gdbarch.sh (gdbarch_return_value): New predicate method.
1034 * gdbarch.h, gdbarch.c: Re-generate
1035 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1036
198beae2
AC
10372003-10-20 Andrew Cagney <cagney@redhat.com>
1038
1039 * symtab.c: Replace "struct sec" with "struct bfd_section".
1040 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1041
24d693a6 10422003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
1043
1044 * config/djgpp/fnchange.lst: Add lines for:
1045 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1046 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1047 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1048
21ad8dc3
MK
10492003-10-19 Mark Kettenis <kettenis@gnu.org>
1050
1051 * amd64fbsd-nat.c (fetch_inferior_registers,
1052 store_inferior_registers): Remove functions.
1053 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1054
cced5e27
MK
10552003-10-18 Mark Kettenis <kettenis@gnu.org>
1056
1057 Add NetBSD/amd64 native configuration:
1058 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1059 * amd64nbsd-tdep.c: New file.
1060 * amd64nbsd-nat.c: New file.
1061 * amd64bsd-nat.c: New file.
1062 * config/i386/nbsd64.mh: New file.
1063 * config/i386/nbsd64.mt: New file.
1064 * configure.host: Add x86_64-*-netbsd*.
1065 * configure.tgt: Add x86_64-*-netbsd*.
1066 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1067 New targets.
1068 * NEWS (New native configurations): Mention NetBSD/amd64.
1069
666de3fd
MC
10702003-10-17 Michael Chastain <mec@shout.net>
1071
1072 * config/djgpp/fnchange.lst: Remove dead lines for:
1073 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1074 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1075 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1076 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1077 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1078 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1079 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1080 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1081 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1082 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1083 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1084 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1085 gdb/config/sparc/tm-sparclite.h,
1086 gdb/gdbtk/generic/ChangeLog-2001,
1087 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1088 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1089 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1090 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1091 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1092 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1093 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1094 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1095 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1096 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1097 itcl/iwidgets3.0.0/demos/fileselectionbox,
1098 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1099 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1100 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1101 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1102 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1103 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1104 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1105 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1106 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1107 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1108 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1109 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1110 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1111 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1112 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1113 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1114 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1115 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1116 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1117 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1118 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1119 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1120 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1121 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1122 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1123 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1124 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1125 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1126 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1127 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1128 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1129 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1130 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1131 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1132 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1133 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1134 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1135 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1136 itcl/iwidgets3.0.0/demos/scrolledframe,
1137 itcl/iwidgets3.0.0/demos/scrolledhtml,
1138 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1139 itcl/iwidgets3.0.0/demos/scrolledtext,
1140 itcl/iwidgets3.0.0/demos/selectionbox,
1141 itcl/iwidgets3.0.0/demos/selectiondialog,
1142 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1143 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1144 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1145 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1146 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1147 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1148 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1149 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1150 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1151 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1152 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1153 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1154 itcl/iwidgets3.0.0/doc/selectionbox.n,
1155 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1156 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1157 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1158 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1159 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1160 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1161 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1162 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1163 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1164 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1165 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1166 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1167 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1168 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1169 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1170 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1171 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1172 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1173 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1174 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1175 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1176 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1177 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1178 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1179 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1180 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1181 itcl/iwidgets3.0.0/tests/selectionbox.test,
1182 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1183 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1184 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1185 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1186 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1187 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1188 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1189 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1190 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1191 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1192 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1193 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1194 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1195 tk/mac/tkMacProjects.sit.hqx.
1196
1e3ff5ad
AC
11972003-10-17 Andrew Cagney <cagney@redhat.com>
1198
8db32d44
AC
1199 * target.c (target_section_by_addr): New function.
1200 (do_xfer_memory): Use "target_section_by_addr".
1201 * target.h (target_section_by_addr): Declare.
1202
1e3ff5ad
AC
1203 * target.h (struct target_ops): Add "to_read_partial" and
1204 "to_write_partial", delete "to_query".
1205 (target_read_partial, target_write_partial): Declare.
1206 (target_read, target_write): Declare.
1207 (target_query): Delete macro.
1208 * target.c (target_read_partial): New function.
1209 (target_write_partial, target_read, target_write): New function.
1210 (update_current_target): Delete inheritance of "to_query". Add
1211 comments about "to_read_partial" and "to_write_partial".
1212 (debug_to_partial_read, debug_to_partial_write): New functions.
1213 (debug_to_query): Delete function.
1214 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1215 instead of "to_query".
1216 * remote.c (remote_read_partial): Replace "remote_query".
1217 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1218 (init_remote_async_ops): Ditto.
1219 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1220 "target_read_partial" instead of "target_query".
1221 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1222 Use "target_read_partial" instead of "target_query".
1223
48c66725
JJ
12242003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1225
1226 * frame.h (struct frame_id): Add new field: special_addr.
1227 (frame_id_build_special): New prototype.
1228 * frame.c (frame_id_build_special): New function.
1229 (frame_id_build): Change to call frame_id_build_special().
1230 (frame_id_eq): Change to also test special_addr field.
1231 (frame_id_inner): Update comment.
1232
7998dfc3
AC
12332003-10-17 Andrew Cagney <cagney@redhat.com>
1234
1235 * target.c (update_current_target): Perform the target cleanup.
1236 Put the target stack beneath the squashed "current_target".
1237 (add_target): Delete disabled call to "cleanup_target".
1238 (cleanup_target): Delete function.
1239 (push_target, unpush_target): Do not call "cleanup_target".
1240
9c04404e 12412003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
1242
1243 * target.c (target_stack): Change to a static target_ops.
1244 (update_current_target): Walk the "struct target_ops" stack.
1245 (pop_target, do_xfer_memory, target_info): Ditto.
1246 (find_target_beneath): Ditto.
1247 (push_target): Rewrite to use the "struct target_ops" stack.
1248 (unpush_target): Ditto.
1249 * target.h (struct target_stack_item): Delete definition.
1250 (target_stack): Delete declaration.
1251 (struct target_ops): Add field "beneath".
1252
c98a2b49 12532003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
1254
1255 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1256 declaration.
1257 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
1258 (h8300_examine_prologue): Use h8300_normal_mode flag
1259 (h8300_gdbarch_init): Set architecture info for normal mode
1260
506fb367
DJ
12612003-10-16 Daniel Jacobowitz <drow@mvista.com>
1262
1263 * remote.c (remote_protocol_vcont): New variable.
1264 (set_remote_protocol_vcont_packet_cmd): New function.
1265 (show_remote_protocol_vcont_packet_cmd): New function.
1266 (init_all_packet_configs): Handle remote_protocol_vcont.
1267 (remote_vcont_probe): New function.
1268 (remote_vcont_resume): New function.
1269 (remote_resume): Use it.
1270 (remote_async_resume): Call remote_resume.
1271 (_initialize_remote): Add verbose-resume packet commands.
1272
65815ea1
AC
12732003-10-16 Andrew Cagney <cagney@redhat.com>
1274
1275 * infrun.c (handle_inferior_event): Add comment about
1276 "frame_id_inner" being too weak.
1277
40324f1b
EZ
12782003-10-16 Elena Zannoni <ezannoni@redhat.com>
1279
1280 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1281 second parameter, which is always null. Remove
1282 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1283 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1284 accordingly.
1285 * somsolib.c (som_solib_create_inferior_hook,
1286 som_solib_desire_dynamic_linker_symbols): Update callers.
1287 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
1288
12892003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1290
1291 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1292 debug interface, SDI (Scalable Debug Interface).
1293 * NEWS: Mention m32r SDI protocol was supported.
1294 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1295 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1296
51931cbb
JJ
12972003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1298
1299 * ia64-linux-tdep.c: Include gdbcore.h.
1300 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1301 (ia64_linux_sigcontext_register_addr): Find the address of the
1302 sigcontext area stored in the sigframe instead of using
1303 a magic offset constant.
1304
84e7fd53
AC
13052003-10-15 Andrew Cagney <cagney@redhat.com>
1306
1307 * remote.c (remote_search): Delete function.
1308 * target.h (target_search): Delete disabled macro.
1309 (struct target_ops): Delete disabled field "to_search".
1310
0f4d7c52
KB
13112003-10-14 Kevin Buettner <kevinb@redhat.com>
1312
1313 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1314 instead of deprecated_inside_entry_file().
1315
2e952408
CV
13162003-10-14 Corinna Vinschen <vinschen@redhat.com>
1317
1318 * sh-tdep.c: Fix copy/paste hangover in comment.
1319 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1320 mode.
1321 (sh3e_sh4_extract_return_value): Ditto.
1322
7e86466e
RH
13232003-10-13 Richard Henderson <rth@redhat.com>
1324
1325 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1326 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1327 match c_val_print a bit closer.
1328
46a16dba
KB
13292003-10-13 Kevin Buettner <kevinb@redhat.com>
1330
1331 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1332 (frv_gdbarch_adjust_breakpoint_address): New function.
1333 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1334 method.
1335
76897487
KB
13362003-10-13 Kevin Buettner <kevinb@redhat.com>
1337
1338 * breakpoint.h (struct breakpoint): Add new member
1339 ``requested_address''.
1340 * breakpoint.c (breakpoint_adjustment_warning)
1341 (adjust_breakpoint_address): New static functions.
1342 (print_it_typical): Issue warning if breakpoint's address is different
1343 from its requested address.
1344 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1345 (breakpoint_re_set_one): Set breakpoint's
1346 ``requested_address'' field. Set ``address'' field to the
1347 result of calling adjust_breakpoint_address() on the requested
1348 address.
1349
a1131521
KB
13502003-10-13 Kevin Buettner <kevinb@redhat.com>
1351
1352 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1353 * gdbarch.h, gdbarch.c: Regenerate.
1354
6ce6d90f
MK
13552003-10-11 Mark Kettenis <kettenis@gnu.org>
1356
155c1d33
MK
1357 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1358 TDEP->sc_num_regs.
1359
8a96bc77
MK
1360 * i386fbsd-tdep.c: New file.
1361 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1362 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1363 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1364 i386bsd-tdep.c.
1365 (_initialize_i386fbsd_tdep): New function.
1366 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1367 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1368 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1369 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1370 TDEP->sc_num_regs.
1371 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1372 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1373 to initialize TDEP->sc_num_regs.
1374 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1375 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1376 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1377 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1378 FreeBSD ELF OS/ABI's here.
1379 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1380 (i386fbsd-tdep.o): New target.
1381 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1382 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1383
477f40d1
MK
1384 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1385 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1386 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1387 in initialization of TDEP->sc_num_regs.
1388
c6b33596
MK
1389 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1390 (x86_64_init_abi): Initialize regset_from_core_section if
1391 appropriate.
1392
8446b36a
MK
1393 * i386-tdep.c (i386_regset_from_core_section): New function.
1394 (i386_gdbarch_init): Initialize regset_from_core_section if
1395 appropriate.
1396 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1397
c783cbd6
MK
1398 * i386-tdep.h (struct regset): Declare opaque.
1399
6ce6d90f
MK
1400 * gdbarch.sh (regset_from_core_section): New method.
1401 (struct regset): Declare opaque.
1402 * gdbarch.c, gdbarch.h: Regenerated.
1403
b98ed7be
AM
14042003-10-11 Alan Modra <amodra@bigpond.net.au>
1405
1406 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1407 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1408 Correct test for pc within section.
1409
f6214256
MK
14102003-10-11 Mark Kettenis <kettenis@gnu.org>
1411
1412 * gdbarch.sh: Remove trailing whitepsace from comments.
1413
a8f4cde1
RM
14142003-10-08 Roland McGrath <roland@redhat.com>
1415
1416 * gcore.c (make_mem_sec): Function removed, folded into ...
1417 (gcore_create_callback): ... here. To omit a section, clear its
1418 SEC_LOAD bit rather than zeroing its size.
1419 Omit read-only sections only if they correspond to a known disk file.
1420 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1421
74276724
MS
14222003-10-10 Michael Snyder <msnyder@redhat.com>
1423
1424 * d10v-tdep.c: Fix typo in comment.
1425
e754ae69
AC
14262003-10-10 Andrew Cagney <cagney@redhat.com>
1427
1428 * rs6000-tdep.c (e500_store_return_value): Delete function.
1429 (e500_extract_return_value): Delete function.
1430 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1431 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1432 "ppc_sysv_abi_restore_return_value" where applicable.
1433 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1434 (ppc_sysv_abi_extract_return_value): Declare.
1435 (ppc_sysv_abi_broken_store_return_value): Declare.
1436 (ppc_sysv_abi_broken_extract_return_value): Declare.
1437 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1438 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1439 start of file.
1440 (do_ppc_sysv_return_value): New function.
1441 (ppc_sysv_abi_extract_return_value): New function.
1442 (ppc_sysv_abi_store_return_value): New function.
1443 (ppc_sysv_abi_broken_extract_return_value): New function.
1444 (ppc_sysv_abi_broken_store_return_value): New function.
1445 (ppc_sysv_abi_use_struct_convention): Call
1446 do_ppc_sysv_return_value.
1447
8d4ce20a
JB
14482003-10-10 J. Brobecker <brobecker@gnat.com>
1449
1450 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1451 to lookup the main function symbol.
1452
afce3d2a
CV
14532003-10-10 Corinna Vinschen <vinschen@redhat.com>
1454
1455 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1456 types correctly.
1457 (sh_push_dummy_call_fpu): Fix argument passing rules.
1458 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1459 float types.
1460 (sh3e_sh4_store_return_value): Ditto.
1461
7fe958be
EZ
14622003-10-10 Elena Zannoni <ezannoni@redhat.com>
1463
1464 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1465 comment.
1466
3f997a97
CV
14672003-10-10 Corinna Vinschen <vinschen@redhat.com>
1468
1469 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1470 more readable code. Accomodate passing of bitfields.
1471
8be9034a
AC
14722003-10-10 Andrew Cagney <cagney@redhat.com>
1473
1474 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1475 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1476 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1477 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1478 (ppc64_sysv_abi_push_dummy_call): New function.
1479 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1480 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1481 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1482
85a453d5
KI
14832003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1484
1485 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1486 * README: Ditto.
1487 * d10v-tdep.c: Ditto.
1488 * h8300-tdep.c: Ditto.
1489 * remote-e7000.c: Ditto.
1490 * remote-hms.c: Ditto.
1491 * ser-e7kpc.c: Ditto.
1492 * sh-stub.c: Ditto.
1493 * sh-tdep.c: Ditto.
1494 * sh-tdep.h: Ditto.
1495 * sh3-rom.c: Ditto.
1496 * sh64-tdep.c: Ditto.
1497 * top.c: Ditto.
1498 * wince.c: Ditto.
1499 * config/d10v/d10v.mt: Ditto.
1500 * config/sh/embed.mt: Ditto.
1501 * config/sh/linux.mt: Ditto.
1502 * config/sh/tm-linux.h: Ditto.
1503 * config/sh/tm-sh.h: Ditto.
1504 * config/sh/wince.mt: Ditto.
1505
221c12ff
AC
15062003-10-09 Andrew Cagney <cagney@redhat.com>
1507
1508 * ppc-tdep.h (struct type): Declare opaque.
1509 * x86-64-tdep.h (struct regcache): Declare opaque.
1510 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1511 coding style.
1512
ef5200c1
AC
15132003-10-09 Andrew Cagney <cagney@redhat.com>
1514
1515 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1516 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1517 (SOFTWARE_SINGLE_STEP_P): Ditto.
1518 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1519 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1520 (SOFTWARE_SINGLE_STEP_P): Ditto.
1521 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1522 software_single_step to rs6000_software_single_step.
a8f4cde1 1523
9644bbdd
AC
15242003-10-09 Andrew Cagney <cagney@redhat.com>
1525
1526 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1527
db72fa6b
MS
15282003-10-09 Michael Snyder <msnyder@redhat.com>
1529
f3efb16c
MS
1530 * frame.h: Fix typo in comment.
1531 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1532 * d10v-tdep.c: Random whitespace/comment tweaks.
1533
9a5cef92
EZ
15342003-10-09 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1537 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1538 on stack.
a8f4cde1 1539
9a5cef92
EZ
1540 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1541 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1542 in detail.
a8f4cde1 1543
0f317a0c
DJ
15442003-10-09 Daniel Jacobowitz <drow@mvista.com>
1545
1546 * remote-mips.c (mips_initialize): Remove unneeded call to
1547 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1548
bbab2f46
DJ
15492003-10-09 Daniel Jacobowitz <drow@mvista.com>
1550
1551 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1552 a memory pointer.
1553
550950b8
JJ
15542003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1555
1556 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1557 for any lwp we resume.
1558 (running_callback): Add lwps that have pending status events
1559 against them to be considered running.
1560
15c69bc7
KI
15612003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1562
1563 * m32r-tdep.c : Include "dis-asm.h".
1564 * Makefile.in (m32r-tdep.o): Update dependencies.
1565
51065942
JB
15662003-10-06 J. Brobecker <brobecker@gnat.com>
1567
1568 * completer.h (get_gdb_completer_word_break_characters): Delete.
1569 * completer.c: include language.h.
1570 (gdb_completer_word_break_characters): Delete.
1571 (get_gdb_completer_word_break_characters): Delete.
1572 (location_completer): Use the word break characters of the current
1573 language.
1574 (complete_line): Likewise.
1575 (line_completion_function): Likewise.
1576 (skip_quoted_chars): Likewise.
1577 * Makefile.in (completer.o): Add dependency on language.h.
1578 * top.c (init_main): Set the readline word break characters
1579 to GDB's default word break characters.
1580
6084f43a
JB
15812003-10-06 J. Brobecker <brobecker@gnat.com>
1582
1583 * language.h (language_defn): new field, la_word_break_characters.
1584 * language.c (unknown_language_defn): Set new field to
1585 default_word_break_characters.
1586 (auto_language_defn): Likewise.
1587 (local_language_defn): Likewise.
1588 * ada-lang.c (ada_language_defn): Likewise.
1589 * c-lang.c (c_language_defn): Likewise.
1590 (cplus_language_defn): Likewise.
1591 (asm_language_defn): Likewise.
1592 (minimal_language_defn): Likewise.
1593 * f-lang.c (f_language_defn): Likewise.
1594 * jv-lang.c (java_language_defn): Likewise.
1595 * m2-lang.c (m2_language_defn): Likewise.
1596 * objc-lang.c (objc_language_defn): Likewise.
1597 * p-lang.c (pascal_language_defn): Likewise.
1598 * scm-lang.c (scm_language_defn): Likewise.
1599
944fcfab
AC
16002003-10-06 Andrew Cagney <cagney@redhat.com>
1601
1602 * ppc-sysv-tdep.c: Re-indent.
1603
9f0a5303
JB
16042003-10-06 J. Brobecker <brobecker@gnat.com>
1605
1606 * language.h (default_word_break_characters): Add prototype.
1607 * language.c (default_word_break_characters): New function.
1608
7270b6ed
AS
16092003-10-06 Andreas Schwab <schwab@suse.de>
1610
1611 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1612 with %eax.
1613
a5d61f66
AC
16142003-10-06 Andrew Cagney <cagney@redhat.com>
1615
1616 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1617 "h8500-tdep.c".
1618 (z8k-tdep.o): Delete custom build rule.
1619
28a86f5c
AC
16202003-10-06 Andrew Cagney <cagney@redhat.com>
1621
1bfd8a83
AC
1622 * Makefile.in: Update all dependencies.
1623
17144ef8
AC
1624 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1625 No longer list PA as as obsolete candidate. List m32r as
1626 broken instead of obsolete.
a8f4cde1 1627
a5679ae5
AC
1628 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1629 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1630 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1631 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1632 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1633 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1634 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1635 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1636 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1637 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1638 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1639 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1640 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1641 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1642 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1643 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1644 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1645 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1646 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1647 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1648 * config/z8k/z8k.mt: Ditto.
1649
4a8269c0
AC
1650 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1651 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1652 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1653 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1654 sparclite were removed.
1655 * configure.host, configure.tgt: Remove corresponding tuples.
1656
41989fcd
AC
1657 * breakpoint.c, breakpoint.h: Remove obsolete code.
1658 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1659 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1660 * stabsread.h, xcoffread.c: Ditto.
1661
28a86f5c
AC
1662 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1663 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1664 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1665 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1666
4efdaa0d
DL
16672003-10-06 David Lecomber <dsl@sources.redhat.com>
1668
1669 * f-valprint.c: Reformatting
1670
ae53de43
MK
16712003-10-06 Mark Kettenis <kettenis@gnu.org>
1672
a8bb57e7
MK
1673 * x86-64-tdep.c: Remove duplicate comment.
1674
ae53de43
MK
1675 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1676 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1677 names for return values. This fixes a bug since we looked at %rbx
1678 instead of %rdx.
1679
473f17b0
MK
16802003-10-05 Mark Kettenis <kettenis@gnu.org>
1681
2c261fae
MK
1682 * x86-64-tdep.c: Include "regset.h".
1683
473f17b0
MK
1684 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1685 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1686 sizeof_fpregset.
1687 * i386-tdep.c: Include "regset.h".
1688 (i386_supply_gregset): New function.
1689 (i386_supply_fpregset): New function.
1690 (i386_gdbarch_init): Initialze register set-related members of
1691 TDEP.
1692 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1693 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1694
afd48b75
AC
16952003-10-03 Andrew Cagney <cagney@redhat.com>
1696
1697 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1698 set extract_return_value, store_return_value and
1699 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1700 ppc64_sysv_abi_store_return_value and
1701 ppc64_sysv_abi_use_struct_convention.
1702 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1703 (ppc64_sysv_abi_store_return_value): Declare.
1704 (ppc64_sysv_abi_use_struct_convention): Declare.
1705 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1706 (ppc64_sysv_abi_extract_return_value): New function.
1707 (ppc64_sysv_abi_store_return_value): New function.
1708 (ppc64_sysv_abi_use_struct_convention): New function.
1709 (ppc64_sysv_abi_return_value): New function.
1710
9b540880
AC
17112003-10-03 Andrew Cagney <cagney@redhat.com>
1712
1713 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1714 convert a descriptor to a function when it's in the ".opd"
1715 section.
1716
8748518b
CV
17172003-10-03 Corinna Vinschen <vinschen@redhat.com>
1718
1719 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1720 reg_size to keep GCC silent.
1721
0fd85043
CV
17222003-10-03 Corinna Vinschen <vinschen@redhat.com>
1723
1724 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1725 base for DW_EH_PE_textrel encodings.
1726 (read_encoded_value): Add a DW_EH_PE_textrel case.
1727 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1728 section.
1729
37b517aa
MK
17302003-10-03 Mark Kettenis <kettenis@gnu.org>
1731
1732 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1733
12c266ea
AC
17342003-10-02 Andrew Cagney <cagney@redhat.com>
1735
1736 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1737 REGISTER_RAW_SIZE.
1738 * gdbarch.h, gdbarch.c: Re-generate.
1739 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1740 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1741 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1742 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1743 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1744 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1745 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1746 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1747 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1748 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1749 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1750 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1751 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1752 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1753 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1754 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1755
78ba4af6
JB
17562003-10-02 Jim Blandy <jimb@redhat.com>
1757
1758 * dwarf2read.c (struct die_info): Doc fix.
1759
617daa0e
CV
17602003-10-02 Corinna Vinschen <vinschen@redhat.com>
1761
1762 * sh-tdep.c: Running thru gdb_indent.sh.
1763
e5e33cd9
CV
17642003-10-02 Corinna Vinschen <vinschen@redhat.com>
1765
1766 * sh-tdep.c (sh_justify_value_in_reg): New function.
1767 (sh_stack_allocsize): Ditto.
1768 (flt_argreg_array): New array used for floating point argument
1769 passing.
1770 (sh_init_flt_argreg): New function.
a8f4cde1 1771 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1772 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1773 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1774 Fix argument passing strategy.
1775 (sh_push_dummy_call_nofpu): Ditto.
1776
5fe830e4
AC
17772003-10-01 Andrew Cagney <cagney@redhat.com>
1778
1779 * value.h (register_value_being_returned): Declare. Replace
1780 "value_being_returned".
1781 * infcall.c (call_function_by_hand): Use
1782 register_value_being_returned.
1783 * infcmd.c (print_return_value): Call
1784 "register_value_being_returned", handle struct return locally.
1785 * values.c (register_value_being_returned): New function. Replace
1786 "value_being_returned".
a8f4cde1 1787
5fe830e4 17882003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1789
1790 * linux-proc.c (linux_do_registers): New function.
1791 (linux_make_note_section): Use linux_do_registers in case of
1792 single threaded inferior programs.
1793
64f395bf
AC
17942003-10-01 Andrew Cagney <cagney@redhat.com>
1795
1796 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1797 use STRUCT_ADDR. When not using "struct return convention", pass
1798 "0" to "value_being_returned". Add FIXMEs.
1799 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1800 value_being_returned. Add comments.
1801 * values.c (value_being_returned): Add fixme.
1802 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1803 (hppa_value_returned_from_stack): Add FIXME.
1804
639d11d3
DC
18052003-09-30 David Carlton <carlton@kealia.com>
1806
1807 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1808 'has_children' and 'next' by 'child' and 'sibling'.
1809 (read_comp_unit): Rework algorithm, breaking body into
1810 read_die_and_children and read_die_and_siblings.
1811 (read_die_and_children, read_die_and_siblings): New.
1812 (read_full_die): Add 'has_children' argument; set it instead of
1813 the die's 'has_children' field. Minor formatting cleanup.
1814 (free_die_list): Use die->child and die->sibling instead of
1815 die->next.
1816 (dump_die_list): Ditto.
1817 (sibling_die): Use die->sibling.
1818 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1819 'has_children' and 'next' fields.
a8f4cde1
RM
1820 (process_die, read_file_scope, read_func_scope)
1821 (read_lexical_block_scope, read_structure_scope)
1822 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1823 (read_namespace, read_subroutine_type, dump_die): Ditto.
1824
5bffac25
AC
18252003-09-30 Andrew Cagney <cagney@redhat.com>
1826
1827 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1828 to 224, not 220.
1829
f30992d4
AC
18302003-09-30 Andrew Cagney <cagney@redhat.com>
1831
1832 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1833 REGISTER_VIRTUAL_SIZE.
1834 * gdbarch.h, gdbarch.c: Regenerate.
1835 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1836 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1837 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1838
2e092625
AC
18392003-09-29 Andrew Cagney <cagney@redhat.com>
1840
1841 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
7bb11558 1842 REGISTER_VIRTUAL_TYPE.
2e092625
AC
1843 * gdbarch.h, gdbarch.c: Regenerate.
1844 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1845 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1846
1847 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1848 * remote-vxmips.c (vx_read_register): Ditto.
1849 * remote-vx68.c (vx_read_register): Ditto.
1850 * gnu-nat.c (inf_validate_procs): Ditto.
1851
7a5dd6ee
JB
18522003-09-29 J. Brobecker <brobecker@gnat.com>
1853
1854 * infcall.c (call_function_by_hand): Fix build failure
1855 introduced in the previous change to this file.
1856
1fe43d45
AC
18572003-09-29 Andrew Cagney <cagney@redhat.com>
1858
1859 * NEWS: Mention Objective-C.
1860
e28a332c
JG
18612003-09-29 Jerome Guitton <guitton@act-europe.fr>
1862
1863 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1864 test if the register has been saved on the stack.
1865 (arm_scan_prologue_cache): When analysing the instruction
1866 "str lr, [sp, #-4]", save the address where lr has been stored.
1867
9ff63c35
AC
18682003-09-28 Andrew Cagney <cagney@redhat.com>
1869
7f5f525d
AC
1870 * frame.c (frame_read_unsigned_register): Delete function.
1871 * frame.h (frame_read_unsigned_register): Delete declaration.
1872 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1873 get_frame_register_unsigned.
1874 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1875 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1876 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1877
7f5f525d
AC
1878 * frame.h (frame_read_register): Delete declaration.
1879 * frame.c (frame_read_register): Delete function.
1880 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1881 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1882 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1883 * mips-tdep.c (mips_register_to_value): Ditto.
1884 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1885 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1886
1887 * frame.c (frame_read_signed_register): Delete function.
1888 (frame_read_unsigned_register): Update comments.
1889 * frame.h (frame_read_signed_register): Delete declaration.
1890 * h8300-tdep.c (h8300_print_register): Use
1891 get_frame_register_signed.
1892 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1893
9ff63c35
AC
1894 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1895 Rename VALUE_RETURNED_FROM_STACK.
1896 * infcmd.c (print_return_value): Update.
1897 * infcall.c (call_function_by_hand): Update.
1898
41d041d6
MK
18992003-09-28 Mark Kettenis <kettenis@gnu.org>
1900
1901 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1902 regcache argument and reverse the order of the other two
1903 arguments. Remove local regcache variable. Determine
1904 architecture from REGCACHE. Update comments.
1905 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1906 reverse the order of the other two arguments. Remove local
1907 regcache variable. Determine architecture from REGCACHE. Update
1908 comments.
1909 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1910 prototypes. Update comments.
1911 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1912 comment.
1913 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1914 Update.
1915 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1916 * i386-interix-nat.c (supply_fpregset): Update.
1917 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1918 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1919 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1920 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1921 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1922 Update.
1923 * i386obsd-tdep.c (fetch_core_registers): Update.
1924 * i386v4-nat.c (supply_fpregset): Update.
1925 * x86-64-linux-nat.c (supply_fpregset): Update.
1926 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1927
1cb97e17
MK
19282003-09-27 Mark Kettenis <kettenis@gnu.org>
1929
5716833c
MK
1930 * i386-tdep.h: Put opaque declarations in alphabetical
1931 order. Remove spurious whitespace.
1932 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1933 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1934 * i386-tdep.c (MM0_REGNUM): Remove define.
1935 (i386_mmx_regnum_p): Add gdbarch argument.
1936 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1937 Rewrite using new macro definitions for FPU/SSE registers.
1938 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1939 definitions from i387-tdep.h.
1940 (i386_register_name): Update.
1941 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1942 new macro definitions for FPU/SSE registers.
1943 (i386_extract_return_value): Determine whether floating-point
1944 registers are present by examining REGCACHE's architecture.
1945 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1946 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1947 FPU/SSE registers.
1948 (i386_register_type): Update.
1949 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1950 definitions for FPU registers. Use REGCACHE's architecture to
1951 determine the appropriate register numbers.
1952 (i386_pseudo_register_read, i386_pseudo_register_write,
1953 i386_register_reggroup_p): Update.
1954 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1955 TDEP->mm0_regnum.
1956 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1957 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1958 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1959 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1960 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1961 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1962 *' to `void *'.
1963 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1964 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1965 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1966 definitions for FPU/SSE registers.
1967 (FXSAVE_MXCSR_ADDR): New define.
1968 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1969 TDEP->mm0_regnum.
1970 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1971 (I387_ST0_REGNUM): Define.
1972
41d35cb0
MK
1973 * regcache.h (get_regcache_arch): New prototype.
1974 * regcache.c (get_regcache_arch): New function.
1975
54e74f72
MK
1976 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1977 whitespace.
1978
1cb97e17
MK
1979 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1980 Initialize using ARRAY_SIZE.
1981
0968aa8c
AC
19822003-09-27 Andrew Cagney <cagney@redhat.com>
1983
1984 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1985 "init_frame_pc_default".
1986 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1987 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1988 * vax-tdep.c (vax_gdbarch_init): Update.
1989 * v850-tdep.c (v850_gdbarch_init): Update.
1990 * sh64-tdep.c (sh64_gdbarch_init): Update.
1991 * s390-tdep.c (s390_gdbarch_init): Update.
1992 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1993 * mcore-tdep.c (mcore_gdbarch_init): Update.
1994 * h8300-tdep.c (h8300_gdbarch_init): Update.
1995 * cris-tdep.c (cris_gdbarch_init): Update.
1996 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1997
54c84734
MK
19982003-09-26 Mark Kettenis <kettenis@gnu.org>
1999
2000 * regset.h: New file.
2001 * Makefile.in (regset_h): Add.
2002
1b1d3794
AC
20032003-09-25 Andrew Cagney <cagney@redhat.com>
2004
2005 * frame.h (deprecated_frame_saved_regs): Rename
2006 get_frame_saved_regs.
2007 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2008 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2009 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2010 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2011 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2012
e6beb428
AC
20132003-09-25 Andrew Cagney <cagney@redhat.com>
2014
2015 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2016 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2017 and Java.
2018 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2019 arm*-*-* do not use the new frame code.
2020
710122da
DC
20212003-09-25 David Carlton <carlton@kealia.com>
2022
2023 * c-exp.y: Remove 'register' declarations.
2024 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2025
79c2c32d
DC
20262003-09-25 David Carlton <carlton@kealia.com>
2027
2028 * c-exp.y: Include cp-support.h. Add qualified_type.
2029 (yylex): Delete nested type hack; add comments.
2030 * cp-namespace.c (cp_lookup_nested_type): New function.
2031 * cp-support.h: Declare cp_lookup_nested_type.
2032 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2033 instead of value_struct_elt_for_reference.
2034 * valops.c: Include cp-support.h.
2035 (value_aggregate_elt): New function.
2036 (value_namespace_elt): Ditto.
2037 (value_struct_elt_for_reference): Make static.
2038 * value.h: Delete declaration of value_struct_elt_for_reference;
2039 add declaration for value_aggregate_elt.
2040 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2041 (valops.o): Ditto.
2042
898c62f5
DJ
20432003-09-25 Daniel Jacobowitz <drow@mvista.com>
2044
2045 * stack.c: Include "reggroups.h".
2046 (frame_info): Only display registers in all_reggroup.
2047 * Makefile.in (stack.o): Update dependencies.
2048
28cd8767
JG
20492003-09-25 Jerome Guitton <guitton@act-europe.fr>
2050
2051 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2052 "add ip, sp #n" in the prologue.
2053 (arm_scan_prologue): Ditto.
2054
a4ab2b5d
JG
20552003-09-25 Jerome Guitton <guitton@act-europe.fr>
2056
2057 * MAINTAINERS (write after approval): Add myself.
2058
3f244638
AS
20592003-09-25 Andreas Schwab <schwab@suse.de>
2060
2061 * m68k-tdep.c: Include "dwarf2-frame.h".
2062 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2063 * Makefile.in (m68k-tdep.o): Update dependencies.
2064
1c0159e0
CV
20652003-09-25 Corinna Vinschen <vinschen@redhat.com>
2066
2067 * sh-tdep.c (struct frame_extra_info): Remove.
2068 (struct sh_frame_cache): New structure.
2069 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2070 (GET_TARGET_REG): Ditto but target register.
2071 (GET_PUSHED_REG): Remove.
2072 (IS_MOV_ARG_TO_REG): New macro.
2073 (IS_MOV_ARG_TO_IND_R14): New macro.
2074 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2075 (IS_MOVW_PCREL_TO_REG): New macro.
2076 (IS_MOVL_PCREL_TO_REG): New macro.
2077 (IS_SUB_REG_FROM_SP): New macro.
2078 (IS_ARG_MOV): Remove.
2079 (IS_MOV_TO_R14): Remove.
2080 (IS_RESTORE_FP): New macro.
2081 (IS_RTS): New macro.
2082 (IS_LDS): New macro.
2083 (IS_MOV_FP_SP): New macro.
2084 (IS_ADD_REG_TO_FP): New macro.
2085 (IS_ADD_IMM_FP): New macro.
2086 (sh_skip_prologue_hard_way): Remove.
2087 (sh_saved_pc_after_call): Remove.
2088 (sh_frame_chain): Remove.
2089 (sh_find_callers_reg): Remove.
a8f4cde1 2090 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
2091 (sh_fp_frame_init_saved_regs): Remove.
2092 (sh_init_extra_frame_info): Remove.
2093 (sh_analyze_prologue): New function.
2094 (sh_skip_prologue): Remove deprecated code. Rely on new function
2095 sh_analyze_prologue when after_prologue fails.
2096 (sh_frame_saved_pc): Remove.
2097 (sh_alloc_frame_cache): New function.
2098 (sh_frame_cache): Ditto.
2099 (sh_frame_prev_register): Ditto.
2100 (sh_frame_this_id): Ditto.
2101 (sh_frame_unwind): New structure defining the heuristic frame
2102 sniffer interface.
2103 (sh_frame_sniffer): New function.
2104 (sh_unwind_sp): Ditto.
2105 (sh_unwind_pc): Ditto.
2106 (sh_unwind_dummy_id): Ditto.
2107 (sh_frame_base_address): Ditto.
2108 (sh_frame_base): New structure defining new frame base code.
2109 (sh_in_function_epilogue_p): New function.
2110 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2111 code and to call all new code instead. Initialize dwarf2 and
2112 heuristic frame sniffer.
2113
5f9769d1
PH
21142003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2115
a8f4cde1
RM
2116 * parser-defs.h (struct exp_descriptor): New definition, containing
2117 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
2118 evaluating expressions.
2119 (exp_descriptor_standard): Declare new variable.
2120 (print_subexp): Make global and declare here (from expprint.c).
2121 (dump_subexp): Ditto.
2122 (dump_subexp_body_standard): Declare.
2123 (operator_length_standard): Declare.
2124 (op_name_standard): Declare.
2125 (print_subexp): Declare.
2126 (print_subexp_standard): Declare.
2127
2128 * language.h (struct language_defn): Add la_exp_desc field to hold
2129 pointer to table for language-specific operators.
2130 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
2131
2132 * parse.c (operator_length): Move most code to new
5f9769d1 2133 operator_length_standard function. Use language-specific information.
a8f4cde1 2134 (operator_length_standard): New function taking most code from
5f9769d1
PH
2135 operator_length.
2136 (exp_descriptor_standard): New constant.
a8f4cde1
RM
2137
2138 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 2139 and OP_EXTENDED_LAST.
a8f4cde1
RM
2140
2141 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
2142 Make global; remove static declaration.
2143 Move most code to print_subexp_standard.
a8f4cde1 2144 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
2145 print_subexp.
2146 (op_name): Add expression to argument signature.
a8f4cde1 2147 Use langauge-specific op_name.
5f9769d1
PH
2148 Move most code to op_name_standard.
2149 (op_name_standard): New function, containing code formerly in op_name.
2150 (dump_subexp): Use new version of op_name function.
2151 Use language-specific dump_subexp_body, and move most existing code to
2152 dump_subexp_body_standard.
2153 (dump_raw_expression): Use new op_name interface.
2154 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2155 (dump_subexp_body_standard): New function, containing code formerly
2156 in dump_subexp_body.
a8f4cde1 2157
5f9769d1
PH
2158 * language.c (unknown_language): Add default la_exp_desc field and
2159 remove evaluate_exp field.
2160 (auto_language): Ditto.
2161 (local_language): Ditto.
2162 * f-lang.c (f_language_defn): Ditto.
2163 * c-lang.c (c_language_defn): Ditto.
2164 (cplus_language_defn): Ditto.
2165 (asm_language_defn): Ditto.
2166 (minimal_language_defn): Ditto.
2167 * p-lang.c (pascal_language_defn): Ditto.
2168 * m2-lang.c (m2_language_defn): Ditto.
2169 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
2170
2171 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
2172 Java-specific expression evaluator.
2173 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2174 field.
a8f4cde1 2175 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
2176 Scheme-specific expression evaluator.
2177 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2178 field.
2179 * objc-lang.c (print_object_command): Take evaluate_exp from the
2180 la_exp_desc field.
a8f4cde1 2181
5f9769d1 2182 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
2183
2184 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
2185 la_exp_desc's type.
2186 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 2187
24daaebc
PH
21882003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2189
2190 * parser-defs.h (operator_length): Declare.
a8f4cde1 2191
24daaebc
PH
2192 * parse.c (length_of_subexp): Use operator_length to get operator
2193 lengths and arities for operators.
2194 Move most code to new operator_length function.
a8f4cde1 2195 (operator_length): New function absorbing most code from
24daaebc
PH
2196 length_of_subexp.
2197 (prefixify_subexp): Remove large case and use operator_length instead.
2198 (parse_exp_1): Use renamings:
a8f4cde1 2199 dump_prefix_expression => dump_raw_expression and
24daaebc 2200 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 2201
24daaebc
PH
2202 * expression.h (dump_prefix_expression): Rename to ...
2203 (dump_raw_expression): New name.
2204 (dump_postfix_expression): Rename to ...
2205 (dump_prefix_expression): New name.
a8f4cde1 2206
24daaebc
PH
2207 * expprint.c (dump_subexp): Make global. Add comment.
2208 Move most existing code to dump_subexp_body.
2209 (dump_subexp_body): New function.
2210 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 2211 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
2212 work before the expression is prefixified.
2213 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 2214 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 2215 that's what it does.
a8f4cde1 2216 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
2217 prefixified expression.
2218 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 2219
8c2957c4
JB
22202003-09-22 Jim Blandy <jimb@redhat.com>
2221
2222 * dwarf2read.c (read_array_type): When building the type for an
2223 array of unspecified length, make sure to choose the upper bound
2224 so that the array's total length comes out to be zero --- that's
2225 how we represent such arrays.
2226
592e3010
MC
22272003-09-22 Michael Chastain <mec@shout.net>
2228
2229 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2230
365c70b1
JJ
22312003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2232
2233 * top.c (quit_force): Fix indirect call to quit_target so
2234 a struct qt_args pointer is passed.
2235
5d6eb653
AC
22362003-09-22 Andrew Cagney <cagney@redhat.com>
2237
2238 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2239 * arch-utils.c (init_frame_pc_noop): Delete function.
2240 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2241 "init_frame_pc".
2242 * mips-tdep.c (mips_gdbarch_init): Ditto.
2243 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2244 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2245 declaration.
2246 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2247 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2248 declaration.
2249 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2250
b222a67f
AG
22512003-09-22 Anthony Green <green@redhat.com>
2252
2253 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2254 declaration.
2255
d5b5ac79
AC
22562003-09-20 Andrew Cagney <cagney@redhat.com>
2257
deafb061
AC
2258 * breakpoint.c: Eliminate ARGSUSED.
2259 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2260 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2261 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2262 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2263 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2264 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2265 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2266 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2267 * wince.c, remote-vx.c: Ditto.
2268
d5b5ac79
AC
2269 * cli/cli-script.c: Remove "register" attributes.
2270 * config/pa/tm-hppa.h: Ditto.
2271 * cli/cli-decode.c: Ditto.
2272 * cli/cli-cmds.c: Ditto.
2273
c6316faa
AC
22742003-09-19 Andrew Cagney <cagney@redhat.com>
2275
2276 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2277 DEPRECATED_NPC_REGNUM.
2278 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2279
f4f99b11
CF
22802003-09-19 Christopher Faylor <cgf@redhat.com>
2281
2282 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2283
1708f284
JB
22842003-09-19 Jim Blandy <jimb@redhat.com>
2285
2286 * macrotab.c (macro_include): Use the correct comparison to find
2287 the appropriate place for this inclusion in the list.
2288
b9fbf434
AC
22892003-09-19 Andrew Cagney <cagney@redhat.com>
2290
2291 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2292 (DEPRECATED_HPUX_TEXT_END): Define.
2293 (deprecated_hpux_text_end): Declare.
2294 (struct target_ops): Declare opaque.
2295 * hppah-nat.c (text_end): Make static.
2296 (deprecated_hpux_text_end): New function.
2297 * exec.c (text_end): Delete global variable.
2298 (NEED_TEXT_START_END): Do not define.
2299 (exec_file_attach): Replace code computing "text_end" code with
2300 call to DEPRECATED_HPUX_TEXT_END.
2301
5b03f266
AC
23022003-09-19 Andrew Cagney <cagney@redhat.com>
2303
2304 * utils.c (align_up, align_down): New functions.
2305 * defs.h (align_up, align_down): Declare.
2306 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2307 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2308 and "align_down".
2309 (round_up, round_down): Delete functions.
2310 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2311 "align_down".
2312 (ROUND_DOWN, ROUND_UP): Delete macros.
2313 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2314 * h8300-tdep.c: Replace "round_up" and "round_down" with
2315 "align_up" and "align_down".
2316 (round_up, round_down): Delete macros.
2317 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2318 "align_down".
2319 (ROUND_UP, ROUND_DOWN): Delete macros.
2320
51db5742
JB
23212003-09-18 J. Brobecker <brobecker@gnat.com>
2322
2323 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2324 hard-coded constant. Use the proper machine name instead.
2325
77949794
AC
23262003-09-17 Andrew Cagney <cagney@redhat.com>
2327
2328 * sparc-tdep.c (legacy_register_name): Delete function.
2329 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2330 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2331 * infcmd.c (gdb_register_name): Delete variable.
2332 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2333 REGISTER_NAME and "tm.h".
2334 * gdbarch.h, gdbarch.c: Regenerate.
2335 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2336 REGISTER_NAMES in comments.
2337 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2338 * m68klinux-nat.c (regmap): Ditto.
2339
b55c33cc
JB
23402003-09-17 Jim Blandy <jimb@redhat.com>
2341
2342 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2343
957e27ac
AC
23442003-09-17 Andrew Cagney <cagney@redhat.com>
2345
2346 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2347 (ppcnbsd_init_abi): Set "use_struct_convention" to
2348 "ppcnbsd_use_struct_convention".
2349
192cb3d4
MK
23502003-09-17 Mark Kettenis <kettenis@gnu.org>
2351
2352 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2353 * gdbarch.h, gdbarch.c: Regenerate.
2354 (stabs_argument_has_addr): New architecture method.
2355 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2356 * arch-utils.c: Include "buildsym.h".
2357 (default_stabs_argument_has_addr): New function.
2358 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2359 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2360
efe59759
AC
23612003-09-17 Andrew Cagney <cagney@redhat.com>
2362
2363 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2364 * gdbarch.h, gdbarch.c: Regenerate.
2365 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2366 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2367 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2368 * sparcnbsd-tdep.c: Update.
a8f4cde1 2369
62700349
AC
23702003-09-17 Andrew Cagney <cagney@redhat.com>
2371
2372 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2373 * gdbarch.h, gdbarch.c: Regenerate.
2374 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2375 * d10v-tdep.c, frame.c: Update.
2376 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2377 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2378 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2379 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2380 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2381 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2382 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2383 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2384 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2385 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2386 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2387 * config/pa/nm-hppah.h: Update.
2388
b9ff3018
AC
23892003-09-16 Andrew Cagney <cagney@redhat.com>
2390
2391 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2392 "use_struct_convention" to "ppc_linux_use_struct_convention".
2393 (ppc_linux_use_struct_convention): New function.
2394 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2395 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2396 "rs6000_use_struct_convention".
2397 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2398 declaration.
2399 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2400 Delete function.
2401
aa1ee363
AC
24022003-09-16 Andrew Cagney <cagney@redhat.com>
2403
2404 * buildsym.c: Remove more occurances of "register".
2405 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2406 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2407 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2408 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2409 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2410 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2411 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2412 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2413
f2ea0907
CV
24142003-09-16 Corinna Vinschen <vinschen@redhat.com>
2415
2416 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2417 numbers to enumeration values.
2418 * sh-tdep.c: Accomodate above change.
2419 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2420 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2421 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2422 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2423 (IS_FPUSH): Rename from IS_FMOV.
2424 (sh_extract_struct_value_address): Remove useless comment.
2425 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2426 instead of own local values.
2427 (sh_dump_tdep): Remove.
2428 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2429 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2430
1c704f11
AC
24312003-09-15 Andrew Cagney <cagney@redhat.com>
2432
2433 * doublest.c (convert_floatformat_to_doublest): No longer need to
2434 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2435
ac79b88b
DJ
24362003-09-15 Daniel Jacobowitz <drow@mvista.com>
2437
2438 * values.c (unpack_double): Call floatformat_is_valid.
2439
1c671366
MK
24402003-09-15 Mark Kettenis <kettenis@gnu.org>
2441
de5227fb
MK
2442 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2443 ps_strings into a long.
2444
1c671366
MK
2445 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2446 _initialize_am64fbsd_nat.
2447
a604369a
KB
24482003-09-15 Kevin Buettner <kevinb@redhat.com>
2449
2450 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2451 associated with DW_AT_ranges attribute is out of bounds.
2452
b3cacbee
DL
24532003-09-15 David Lecomber <dsl@sources.redhat.com>
2454
2455 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2456
d0f37bb2
MC
24572003-09-14 Michael Chastain <mec@shout.net>
2458
2459 * config/m68k/nm-apollo68v.h: Delete.
2460 * config/m68k/xm-apollo68v.h: Delete.
2461
69517000
AC
24622003-09-14 Andrew Cagney <cagney@redhat.com>
2463
2464 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2465 * dcache.c: Update copyrights and descriptions.
2466 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2467
ef8b349d
AC
24682003-09-14 Andrew Cagney <cagney@redhat.com>
2469
2470 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2471 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2472
52f0bd74
AC
24732003-09-14 Andrew Cagney <cagney@redhat.com>
2474
2475 * alpha-nat.c: Remove some occurances of "register".
2476 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2477 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2478 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2479 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2480 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2481 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2482 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2483 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2484 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2485 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2486 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2487 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2488 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2489 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2490 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2491 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2492 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2493 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2494 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2495 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2496 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2497 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2498
4a4b3fed
AC
24992003-09-13 Andrew Cagney <cagney@redhat.com>
2500
2501 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2502 * ppc-tdep.h (struct regcache): Declare opaque.
2503 * objfiles.h (struct objfile_data): Declare opaque.
2504 * cp-support.h (struct objfile): Declare opaque.
2505 * linux-nat.h (target_waitstatus): Declare opaque.
2506
2110b94f
MK
25072003-09-14 Mark Kettenis <kettenis@gnu.org>
2508
1c671366
MK
2509 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2510 (stabs_argument_has_addr): New architecture method.
2511 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2512 * arch-utils.c: Include "buildsym.h".
2513 (default_stabs_argument_has_addr): New function.
2514 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2515 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2516
2110b94f
MK
2517 * cris-tdep.c (cris_gdbarch_init): Set
2518 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2519 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2520 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2521 * mips-tdep.c (mips_gdbarch_init): Likewise.
2522 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2523 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2524
48436ce6
AC
25252003-09-13 Andrew Cagney <cagney@redhat.com>
2526
2527 * values.c (using_struct_return): Delete "function" and "funcaddr"
2528 parameters.
2529 * value.h (using_struct_return): Update declaration.
2530 * infcmd.c (finish_command_continuation): Update.
2531 (finish_command): Update.
2532 * infcall.c (call_function_by_hand): Update.
2533 * eval.c (evaluate_subexp_standard): Update.
2534
403d9909
CF
25352003-09-13 Christopher Faylor <cgf@redhat.com>
2536
2537 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2538 SSE registers since gdb will not operate correctly without this.
2539 Restore include file ordering munged in previous change.
2540 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2541
ebf7d56b
MK
25422003-09-13 Mark Kettenis <kettenis@gnu.org>
2543
8e823e25
MK
2544 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2545 REG_STRUCT_HAS_ADDR.
2546 * gdbarch.c, gdbarch.h: Updated.
2547 * infcall.c (call_function_by_hand): Update.
2548 * stabsread.c (define_symbol): Updated.
a8f4cde1 2549
ebf7d56b
MK
2550 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2551
d3f13f72
CF
25522003-09-12 Christopher Faylor <cgf@redhat.com>
2553
2554 * win32-nat.c: Reorganize so that defines used by target headers are
2555 actually defined by the system headers.
2556 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2557 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2558
14f75137
JB
25592003-09-12 Jim Blandy <jimb@redhat.com>
2560
d646061f
JB
2561 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2562 the file has no .data, .bss, or .rodata sections. Instead wait
2563 until we see a variable alleged to live in one of those sections.
2564
2a13f9bc
JB
2565 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2566 .bss section, presume that any variables we find live in the
2567 .rodata section.
2568
4f49b26b
JB
2569 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2570 offsets for global and static variables.
2571
14f75137
JB
2572 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2573 symbol types are, by definition, in the .data section, so it is
2574 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2575 If there is no .data section, there should be no N_DATA or N_DATA
2576 | N_EXT symbols.
2577
212c460c
MK
25782003-09-12 Mark Kettenis <kettenis@gnu.org>
2579
2580 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2581 (amd64fbsd_sigcontext_addr): Rewrite.
2582 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2583 with correct values.
2584 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2585 (amd64fbsd_init_abi): Fix typo.
2586
68856ea3
AC
25872003-09-12 Andrew Cagney <cagney@redhat.com>
2588
2589 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2590 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2591
627b3ba2
AC
25922003-09-12 Andrew Cagney <cagney@redhat.com>
2593
2594 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2595 "entry_file_highpc". Update comments.
2596 * defs.h (deprecated_inside_entry_file): Rename
2597 "inside_entry_file".
2598 * blockframe.c (deprecated_inside_entry_file): Rename
2599 "inside_entry_file".
2600 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2601 * vax-tdep.c (vax_frame_chain): Update.
2602 * sh64-tdep.c (sh64_frame_chain): Update.
2603 * sh-tdep.c (sh_frame_chain): Update.
2604 * rs6000-tdep.c (rs6000_frame_chain): Update.
2605 * ns32k-tdep.c (ns32k_frame_chain): Update.
2606 * mips-tdep.c (mips_frame_chain): Update.
2607 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2608 * m32r-tdep.c (m32r_frame_this_id): Update.
2609 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2610 * frv-tdep.c (frv_frame_this_id): Update.
2611 * d10v-tdep.c (d10v_frame_this_id): Update.
2612 * cris-tdep.c (cris_frame_chain): Update.
2613 * blockframe.c (legacy_frame_chain_valid): Update.
2614 * avr-tdep.c (avr_frame_this_id): Update.
2615 * arm-tdep.c (arm_prologue_this_id): Update.
2616 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2617 * objfiles.c (objfile_relocate): Update.
2618 * mipsread.c (mipscoff_symfile_read): Update.
2619 (mipscoff_symfile_read): Update.
2620 * mdebugread.c (parse_partial_symbols): Update.
2621 * dwarfread.c (read_file_scope): Update.
2622 * dwarf2read.c (read_file_scope): Update.
2623 * dbxread.c (read_dbx_symtab): Update.
2624 (read_dbx_symtab): Update.
2625 * coffread.c (complete_symtab): Update.
2626
b0abbc58
JJ
26272003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2628
2629 * top.c (quit_target): New static helper function.
2630 (quit_force): Moved code to quit_target(). Call quit_target()
2631 via catch_errors() to catch errors during quit.
2632
a1632d59
DC
26332003-09-11 David Carlton <carlton@kealia.com>
2634
2635 * buildsym.c (finish_block): Use allocate_block to allocate the
2636 block.
2637 * mdebugread.c (new_block): Add FIXME.
2638
5c4e30ca
DC
26392003-09-11 David Carlton <carlton@kealia.com>
2640
2641 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2642 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2643 (recursive_dump_type): Ditto.
2644 * printcmd.c (print_formatted): Ditto.
2645 * typeprint.c (print_type_scalar): Ditto.
2646 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2647 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2648 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2649 maint_cplus_cmd_list.
2650 * cp-support.c: Make maint_cplus_cmd_list extern.
2651 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2652 command.h.
2653 (lookup_symbol_file): Look in possible namespace blocks when
2654 appropriate.
2655 (initialize_namespace_symtab): New.
2656 (get_possible_namespace_block, free_namespace_block)
2657 (check_possible_namespace_symbols)
2658 (check_possible_namespace_symbols_loop)
2659 (check_one_possible_namespace_symbol)
2660 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2661 (_initialize_cp_namespace): Ditto.
2662 * block.h: Declare allocate_block.
2663 * block.c (allocate_block): New.
2664 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2665 allocate_block.
2666 * symfile.h: Update declaration of add_psymbol_to_list.
2667 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2668 question.
2669 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2670 scan_partial_symbols_call.
2671 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2672 helper functions.
2673 (add_partial_symbol): If necessary, scan mangled names for names
2674 of namespaces.
2675 (add_partial_namespace): Add NAMESPACE argument; generate partial
2676 symbols associated to namespaces.
2677 (add_partial_enumeration): Add NAMESPACE argument.
2678 (new_symbol): Allow namespace syms.
2679 (read_namespace): Generate namespace syms.
2680 * objfiles.h: Add opaque declaration of struct symtab.
2681 (struct objfile): Add cp_namespace_symtab member.
2682 * objfiles.c (allocate_objfile): Set
2683 objfile->cp_namespace_symtab.
2684 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2685 dictionary_h, command_h.
2686
33a7c2fc
AC
26872003-09-11 Andrew Cagney <cagney@redhat.com>
2688
2689 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2690 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2691 near the function's end.
2692 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2693 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2694 regcache_raw_write_signed to set SP_REGNUM.
2695
63cd24fe
EZ
26962003-09-11 Elena Zannoni <ezannoni@redhat.com>
2697
2698 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2699 orig_addrs is set up properly.
2700
f27dd7fd
AC
27012003-09-11 Andrew Cagney <cagney@redhat.com>
2702
2703 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2704 * gdbarch.h, gdbarch.c: Re-generate.
2705 * infcall.c (call_function_by_hand): Update.
2706 * hppa-tdep.c (hppa_push_arguments): Update.
2707 * ada-lang.c (place_on_stack): Update.
2708 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2709 * sparc-tdep.c (sparc_gdbarch_init): Update.
2710 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2711 * hppa-tdep.c (hppa_gdbarch_init): Update.
2712 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2713 stack_align.
2714
f630a401
DJ
27152003-09-11 Daniel Jacobowitz <drow@mvista.com>
2716
2717 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2718 register do need a frame.
2719
0ddabb4c
AC
27202003-09-11 Andrew Cagney <cagney@redhat.com>
2721
2722 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2723 buildable since GDB 5.0.
2724 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2725 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2726 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2727 * irix4-nat.c: Delete file.
2728 * config/mips/irix4.mh: Delete file.
2729 * config/mips/irix3.mh: Delete file.
2730 * config/mips/irix3.mt: Delete file.
2731 * config/mips/tm-irix3.h: Delete file.
2732 * config/mips/nm-irix3.h: Delete file.
2733 * config/mips/xm-irix3.h: Delete file.
2734 * config/mips/nm-irix4.h: Delete file.
2735 * config/mips/xm-irix4.h: Delete file.
2736 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2737
fde2cceb
JB
27382003-09-10 J. Brobecker <brobecker@gnat.com>
2739
2740 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2741 * Makefile.in (hppa-tdep.o): Update dependencies.
2742
66f667f5
JW
27432003-09-10 James E Wilson <wilson@specifixinc.com>
2744
ef5fd69f
JW
2745 * MAINTAINERS: Change my e-mail address. Move to paper trail
2746 section.
66f667f5 2747
53e8aaea
KB
27482003-09-10 Kevin Buettner <kevinb@redhat.com>
2749
2750 * MAINTAINERS (frv): New ISA entry.
2751
dcc6aaff
KB
27522003-09-10 Kevin Buettner <kevinb@redhat.com>
2753
2754 * frv-tdep.c (dis-asm.h): Include.
2755 * Makefile.in (frv-tdep.o): Update dependencies.
2756
932644f0
JJ
27572003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2758
2759 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2760 Fix typo for high range of floating registers.
2761
91c24f0a
DC
27622003-09-09 David Carlton <carlton@kealia.com>
2763
2764 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2765 highpc initialization here out of scan_partial_symbols.
2766 (scan_partial_symbols): Restructure into a recursive version,
2767 calling add_partial_namespace and add_partial_enumeration when
2768 appropriate.
2769 (add_partial_namespace): New.
2770 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2771
c9263853
AC
27722003-09-09 Andrew Cagney <cagney@redhat.com>
2773
e56a0ecc
AC
2774 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2775 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2776 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2777 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2778
794a477a
AC
2779 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2780 (rs6000_push_dummy_call): Set the "TOC" register.
2781
c9263853
AC
2782 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2783 methods "max_register_raw_size", "max_register_virtual_size" or
2784 "register_virtual_size".
2785
afa7d0b2
ILT
27862003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2787
2788 * MAINTAINERS: Update my e-mail address.
2789
7a41266b
AC
27902003-09-09 Andrew Cagney <cagney@redhat.com>
2791
2792 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2793 (rs6000_push_dummy_call): Store the struct return address.
2794 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2795
77b2b6d4
AC
27962003-09-09 Andrew Cagney <cagney@redhat.com>
2797
2798 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2799 "ppc_sysv_abi_push_arguments".
2800 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2801 "ppc_sysv_abi_push_arguments".
2802 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2803 instead of "push_arguments".
2804 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2805
e8a7b686
AC
28062003-09-09 Andrew Cagney <cagney@redhat.com>
2807
2808 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2809 instead of CALL_DUMMY_ADDRESS.
2810
f86f5ca3
PH
28112003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2812
2813 * p-lang.c: Eliminate "register".
2814 * c-lang.c: Ditto.
2815 * expprint.c: Ditto.
2816 * f-lang.c: Ditto.
2817 * jv-lang.c: Ditto.
2818 * language.c: Ditto.
2819 * m2-lang.c: Ditto.
2820 * parse.c: Ditto.
2821 * scm-lang.c: Ditto.
2822 * objc-lang.c: Ditto.
2823
83ee270e
NC
28242003-09-09 Nick Clifton <nickc@redhat.com>
2825
2826 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2827
a89aa300
AC
28282003-09-04 Andrew Cagney <cagney@redhat.com>
2829
2830 * avr-tdep.c: Include "dis-asm.h".
2831 * cris-tdep.c: Include "dis-asm.h".
2832 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2833 instead of corresponding typedef.
2834 * h8300-tdep.c: Include "dis-asm.h".
2835 * ia64-tdep.c: Include "dis-asm.h".
2836 * i386-tdep.c: Include "dis-asm.h".
2837 (i386_print_insn): Use "struct disassemble_info" instead of
2838 corresponding typedef.
2839 * m68k-tdep.c: Include "dis-asm.h".
2840 * mcore-tdep.c: Include "dis-asm.h".
2841 * mips-tdep.c: Include "dis-asm.h".
2842 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2843 instead of corresponding typedef.
2844 * ns32k-tdep.c: Include "dis-asm.h".
2845 * s390-tdep.c: Include "dis-asm.h".
2846 * sparc-tdep.c: Include "dis-asm.h".
2847 * vax-tdep.c: Include "dis-asm.h".
2848 * v850-tdep.c: Include "dis-asm.h".
2849 * mn10300-tdep.c: Include "dis-asm.h".
2850 * rs6000-tdep.c: Include "dis-asm.h".
2851 * xstormy16-tdep.c: Include "dis-asm.h".
2852 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2853 print_insn_xstormy16.
2854 * Makefile.in (v850-tdep.o): Update dependencies.
2855 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2856 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2857 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2858 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2859 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2860 (gdbarch_h): Remove $(dis_asm_h).
2861 * disasm.c: Include "dis-asm.h".
2862 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2863 corresponding typedef.
2864 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2865 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2866 * gdbarch.sh: Do not include "dis-asm.h".
2867 (struct disassemble_info): Declare opaque.
2868 (TARGET_PRINT_INSN): Update declaration.
2869 * gdbarch.h, gdbarch.c: Re-generate.
2870
88a82a65
AC
28712003-09-08 Andrew Cagney <cagney@redhat.com>
2872
2873 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2874 CALL_DUMMY_ADDRESS, change to a predicate.
2875 * gdbarch.h, gdbarch.c: Re-generate.
2876 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2877 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2878 * infcall.c (call_function_by_hand): Ditto.
2879 * sparc-tdep.c (sparc_push_return_address): Ditto.
2880 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2881 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2882 CALL_DUMMY_ADDRESS with entry_point_address.
2883 * v850-tdep.c (v850_push_return_address): Ditto.
2884 * s390-tdep.c (s390_push_return_address): Ditto.
2885 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2886 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2887 * mcore-tdep.c (mcore_push_return_address): Ditto.
2888 * cris-tdep.c (cris_push_return_address): Ditto.
2889 * arm-tdep.c (arm_push_return_address): Ditto.
2890
3e2c4033
AC
28912003-09-08 Andrew Cagney <cagney@redhat.com>
2892
2893 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2894 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2895 and REG_UNMODIFIED to REG_SAME_VALUE.
2896 (execute_cfa_program): Update.
2897 (dwarf2_frame_cache): Update. Initialize table to
2898 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2899 location.
2900 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2901
39efb398
AC
29022003-09-08 Andrew Cagney <cagney@redhat.com>
2903
2904 * gnu-nat.c: Remove "inline" function attribute.
2905 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2906
f5cb5aca
KB
29072003-09-08 Kevin Buettner <kevinb@redhat.com>
2908
2909 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2910 target.
2911
1cb761c7
KB
29122003-09-08 Kevin Buettner <kevinb@redhat.com>
2913
2914 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2915 (frame_extra_info): Rename this struct to frv_unwind_cache.
2916 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2917 Add fields ``prev_sp'' and ``base''.
2918 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2919 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2920 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2921 Delete.
2922 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2923 Revise all callers. Fill in the unwind cache argument and make
2924 other adjustments to account for new frame mechanisms.
2925 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2926 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2927 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2928 (frv_frame_unwind, frv_frame_base): New structs.
2929 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2930 additional arguments expected by this method and adjust function
2931 body accordingly.
2932 (frv_gdbarch_init): Remove calls to the following functions:
2933 set_gdbarch_deprecated_init_frame_pc(),
2934 set_gdbarch_deprecated_saved_pc_after_call(),
2935 set_gdbarch_deprecated_frame_chain(),
2936 set_gdbarch_deprecated_frame_saved_pc(),
2937 set_gdbarch_deprecated_frame_init_saved_regs(),
2938 set_gdbarch_deprecated_push_arguments(),
2939 set_gdbarch_deprecated_push_return_address(),
2940 set_gdbarch_deprecated_pop_frame(),
2941 set_gdbarch_deprecated_call_dummy_words(),
2942 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2943 set_gdbarch_deprecated_init_extra_frame_info(),
2944 set_gdbarch_deprecated_dummy_write_sp(), and
2945 set_gdbarch_deprecated_pc_in_call_dummy().
2946 Add calls to the following functions:
2947 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2948 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2949 frame_base_set_default().
2950 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2951
68f6cf99
MK
29522003-09-09 Mark Kettenis <kettenis@gnu.org>
2953
2954 * dwarf2-frame.c (read_encoded_value): Add support for
2955 DW_EH_PE_aligned encoding.
2956
73b65bb0
DJ
29572003-09-08 Daniel Jacobowitz <drow@mvista.com>
2958
2959 * infrun.c (normal_stop): Don't print a message if the inferior
2960 has exited.
2961
7c8a5605
JB
29622003-09-08 Jim Blandy <jimb@redhat.com>
2963
2964 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2965 * dbxread.c: #include "gdb_assert.h".
2966 (read_dbx_symtab): If the objfile has no .data section, use the
2967 section index for the .bss section instead.
2968
7dd88986
DJ
29692003-09-08 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * frame.c (deprecated_safe_get_selected_frame): New function.
2972 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2973 * findvar.c (read_var_value): Call it.
2974
55ff77ac
CV
29752003-09-08 Corinna Vinschen <vinschen@redhat.com>
2976
2977 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2978 (sh64-tdep.o): Add dependencies.
2979 * configure.tgt: Add FIXME to sh-*-linux*.
2980 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2981 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2982 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2983 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2984 * sh64-tdep.c: New file, containing all sh64 related code from
2985 sh-tdep.c.
2986 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2987 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2988 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2989 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2990 * config/sh/wince.mt (TDEPFILES): Ditto.
2991
bfb39158
DJ
29922003-09-07 Daniel Jacobowitz <drow@mvista.com>
2993
2994 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2995 (stop_wait_callback): Handle !lp->signalled also.
2996 (lin_lwp_has_pending, flush_callback): New functions.
2997 (lin_lwp_wait): Call flush_callback.
2998 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2999 (linux_proc_pending_signals): New function.
3000 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3001
9407de8e
DJ
30022003-09-07 Daniel Jacobowitz <drow@mvista.com>
3003
3004 From Nick Kelsey <nickk@ubicom.com>:
3005 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3006 when the stop PC is at the beginning of a function also.
3007
2ef47cd0
DJ
30082003-09-06 Daniel Jacobowitz <drow@mvista.com>
3009
3010 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3011 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3012
6f4492c8
MK
30132003-09-06 Mark Kettenis <kettenis@gnu.org>
3014
3015 * sol-thread.c: Include "gdb_string.h".
3016
d3420b2f
MK
30172003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3018
3019 * gcore.c: Reorder include files in alphabetical order. Include
3020 "gdb_assert.h". Various coding style fixes.
3021 (derive_stack_segment, derive_heap_segment): Replace check for
3022 non-null BOTTOM and TOP with gdb_assert.
3023 (derive_heap_segment): Replace check for successful creation of
3024 ZERO with gdb_assert.
3025 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3026
5220ea4c
AC
30272003-09-04 Andrew Cagney <cagney@redhat.com>
3028
3029 * thread-db.c (verbose_dlsym): New function.
3030 (thread_db_load): Use verbose_dlsym
3031 (thread_db_new_objfile): Print that libthread_db was loaded, and
3032 that thread debugging was enabled.
3033
6e8c2c06
AC
30342003-09-04 Andrew Cagney <cagney@redhat.com>
3035
3036 * configure.tgt: Add "mips64*-*-*" target. Delete
3037 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3038 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3039 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3040 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3041 mips*-sony-*, and mips64*-*-elf* targets.
3042 * config/mips/embedl.mt: Delete file.
3043 * config/mips/embedl64.mt: Delete file.
3044 * config/mips/mips.mt: Delete file.
3045 * config/mips/mips64.mt: Delete file.
3046 * config/mips/tm-embed.h: Delete file.
3047 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3048 * config/mips/embed64.mt: Delete out-of-date comment.
3049
3a3bc038
AC
30502003-09-04 Andrew Cagney <cagney@redhat.com>
3051
3052 * hppa-tdep.c (hppa_gdbarch_init): Set
3053 "have_nonsteppable_watchpoint".
3054 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3055 * mips-tdep.c (mips_dump_tdep): Do not print
3056 HAVE_NONSTEPPABLE_WATCHPOINT.
3057 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3058 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3059 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3060 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3061
a957e642
CV
30622003-09-04 Corinna Vinschen <vinschen@redhat.com>
3063
3064 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3065 unused code. Add comment.
3066
a6fbcf2f
CV
30672003-09-04 Corinna Vinschen <vinschen@redhat.com>
3068
3069 * breakpoint.c (watchpoint_check): Check for pc being in an
3070 epilogue if watchpoint frame couldn't be found.
3071
c14a44d5
AC
30722003-09-04 Andrew Cagney <cagney@redhat.com>
3073
3074 * Makefile.in: Re-generate all dependencies.
3075
f6c40618
AC
30762003-09-03 Andrew Cagney <cagney@redhat.com>
3077
3078 * arch-utils.h (legacy_print_insn): Delete declaration.
3079 * arch-utils.c (legacy_print_insn): Delete function.
3080 * disasm.c (deprecated_tm_print_insn_info): Delete.
3081 (_initialize_disasm): Delete function, contained code initializing
3082 deprecated_tm_print_insn_info.
3083 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3084 (deprecated_tm_print_insn_info): Delete.
3085 (TARGET_PRINT_INSN): Do not provide a default.
3086 * gdbarch.h, gdbarch.c: Re-generate.
3087
242e8be5
AC
30882003-09-03 Andrew Cagney <cagney@redhat.com>
3089
3090 * disasm.c (fprintf_disasm): New function.
3091 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3092 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3093 reverts 2003-08-14 change.
3094 (_initialize_disasm): Call "init_disassemble_info", instead of
3095 INIT_DISASSEMBLE_INFO_NO_ARCH.
3096
3ffc3dda
MS
30972003-09-03 Michael Snyder <msnyder@redhat.com>
3098
3099 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3100
52d16ba8
AC
31012003-09-03 Andrew Cagney <cagney@redhat.com>
3102
3103 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3104 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3105 * symfile.c (syms_from_objfile): Update.
3106 (reread_symbols): `Update
3107 * exec.c (exec_file_attach): Update.
3108 (exec_file_attach): Update.
3109 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3110 2003-08-29 change.
3111 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3112
eb5492fa
DJ
31132003-09-03 Daniel Jacobowitz <drow@mvista.com>
3114
3115 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3116 trad-frame.h.
3117 (arm_get_cache): Delete macro.
3118 (struct arm_prologue_cache): Update comments. Make saved_regs into
3119 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3120 to prev_sp.
3121 (thumb_scan_prologue): Update for cache changes. Don't call
3122 DEPRECATED_PC_IN_CALL_DUMMY.
3123 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3124 argument and use it in desperation search for our prologue. Do not
3125 search past the specified PC.
3126 (arm_make_prologue_cache): Simplify.
3127
3128 (arm_prologue_this_id, arm_prologue_prev_register)
3129 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3130 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3131 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3132 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3133 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3134
3135 (arm_frame_chain_valid, arm_find_callers_reg)
3136 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3137 (arm_pop_frame): Delete obsolete methods.
3138 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3139
3140 (arm_gdbarch_init): Update for new frame methods. Register prologue
3141 and sigtramp unwinders. Set the default frame base method.
3142
3143 * Makefile.in (arm-tdep.o): Update dependencies.
3144 * varobj.c (find_frame_addr_in_frame_chain): Call
3145 get_frame_base_address.
3146 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3147
24de872b
DJ
31482003-09-03 Daniel Jacobowitz <drow@mvista.com>
3149
3150 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3151 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3152 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3153 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3154 Take NEXT_FRAME and CACHE arguments. Call
3155 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3156 Set unwound_pc in CACHE instead of modifying the frame argument.
3157 Don't bother checking the frame type when looking for sigtramp
3158 frames.
3159 (arm_make_prologue_cache, arm_frame_chain)
3160 (arm_init_extra_frame_info): New functions.
3161
9b8d791a
DJ
31622003-09-03 Daniel Jacobowitz <drow@mvista.com>
3163
3164 * arm-tdep.c (arm_get_cache): Define.
3165 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3166 unwound_sp, unwound_pc, and saved_regs.
3167 (thumb_scan_prologue): Take a cache instead of the frame.
3168 (arm_scan_prologue): Likewise.
3169 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3170 instead of a temporary frame.
3171 (arm_init_extra_frame_info): Allocate and use a cache.
3172 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3173
7ee3275f
AC
31742003-09-03 Andrew Cagney <cagney@redhat.com>
3175
3176 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3177 * config/mips/wince.mt (TM_CLIBS): Ditto.
3178 * config/sh/wince.mt (TM_CLIBS): Ditto.
3179 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3180 * config/sparc/sp64.mt (CC): Delete.
3181
57b29be7
AC
31822003-09-03 Andrew Cagney <cagney@redhat.com>
3183
3184 * defs.h: Do not include "arch-utils.h".
3185 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3186 GDB_MULTI_ARCH_PURE.
3187 * configure.in (GDB_MULTI_ARCH): Do not define.
3188 * configure, config.in: Regenerate.
3189 * configure.tgt: Do not set variable "gdb_multi_arch".
3190 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3191 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3192 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3193 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3194 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3195 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3196 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3197 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3198 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3199 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3200 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3201 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3202 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3203 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3204 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3205 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3206 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3207 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 3208
12e035e2
MC
32092003-08-30 Michael Chastain <mec@shout.net>
3210
3211 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3212 * config/m68k/nm-hp300hpux.h: Delete.
3213 * config/m68k/tm-hp300hpux.h: Delete.
3214 * config/m68k/xm-hp300hpux.h: Delete.
3215 * config/m68k/xm-hp300bsd.h: Delete.
3216 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3217 tm-hp300hpux.h, xm-hp300hpux.h.
3218 * somsolib.c: Remove comment about hp300 shared libraries.
3219
bda34dc2
MK
32202003-08-31 Mark Kettenis <kettenis@gnu.org>
3221
5bca7895
MK
3222 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3223 Only define PTRACE_GET_THREAD_AREA is not already defined.
3224 Various style fixes in code and comments and some additional
3225 spelling fixes in comments. Move after functions dealing with
3226 debug registers.
3227 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3228 Fix coding-style.
3229
bda34dc2
MK
3230 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3231 frame_unwind_register_unsigned instead of
3232 frame_unwind_unsigned_register.
3233
c890192f
MK
32342003-08-30 Mark Kettenis <kettenis@gnu.org>
3235
3236 * configure.in: Search for gethostbyname in libnsl.
3237 * configure: Regenerated.
3238
60fac5b8
MK
32392003-08-29 Mark Kettenis <kettenis@gnu.org>
3240
e294916c
MK
3241 * configure.in: Remove redundant AC_MSG_RESULT in check for
3242 uintptr_t in stdint.h.
3243 * configure: Regenerated.
3244
c40d267a
MK
3245 * amd64-nat.h (struct regcache): Add opaque declaration.
3246
60fac5b8
MK
3247 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3248 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3249 Change "register array" to "register cache" in comments.
3250 (x86_64_linux_gregset64_reg_offset): New variable.
3251 (GETREGS_SUPPLIES): Remove macro.
3252 (supply_gregset): Call amd64_supply_native_gregset instead of
3253 x86_64_linux_supply_gregset.
3254 (fill_gregset): Rename `regno' to `regnum'. Call
3255 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3256 (store_regs): Rename `regno' to `regnum'.
3257 (store_fpregs): Rename `regno' to `regnum'.
3258 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3259 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3260 Reorganize function a bit.
3261 (store_inferior_registers): Rename `regno' to `regnum'. Use
3262 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3263 Reorganize function a bit.
3264 (_initialize_x86_64_linux_nat): New function.
3265 * config/i386/x86-64linux.mh.
3266
546143b6
AC
32672003-08-29 Andrew Cagney <cagney@redhat.com>
3268
3269 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3270 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3271 (target_remove_watchpoint): Delete macro.
3272 (target_insert_watchpoint): Delete macro.
3273 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3274 (remote_mips_stopped_by_watchpoint): Delete declaration.
3275 (remote_mips_remove_watchpoint): Delete declaration.
3276 (remote_mips_set_watchpoint): Delete declaration.
3277 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3278 * remote-mips.c (_initialize_remote_mips): Set
3279 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3280 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3281 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3282 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3283 (mips_stopped_by_watchpoint): Rename
3284 remote_mips_stopped_by_watchpoint.
3285 (mips_can_hardware_watchpoint): Rename
3286 remote_mips_can_use_hardware_watchpoint, update function
3287 signature.
3288
7bace51b
MK
32892003-08-29 Mark Kettenis <kettenis@gnu.org>
3290
b0f5c6f2
MK
3291 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3292 USER_DS. We haven't given them a register number yet.
3293
2a6d284d
MK
3294 * amd64-nat.h: New file.
3295 * amd64-nat.c: New file.
3296 * amd64fbsd-nat.c: Include "amd64-nat.h".
3297 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3298 (amd64fbsd32_r_reg_offset): New variable.
3299 (supply_gregset): Simply call amd64_supply_native_gregset.
3300 (fill_gregset): Rename `regno' to `regnum'. Simply call
3301 amd64_collect_native_gregset.
3302 (fill_fpregset): Rename `regno' to `regnum'.
3303 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3304 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3305 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3306 `fpregset_t'. Call amd64_supply_native_gregset instead of
3307 supply_gregset. Call x86_64_supply_fxsave instead of
3308 supply_fpregset.
3309 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3310 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3311 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3312 `fpregset_t'. Call amd64_collect_native_gregset instead of
3313 fill_gregset. Call x86_64_collect_fxsave instead of
3314 fill_fpregset.
3315 (_initialize_am64fbsd_nat): Initialize
3316 amd64_native_gregset32_reg_offset and
3317 amd64_native_gregset64_reg_offset.
3318 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3319
a16d75cc
MK
3320 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3321 null pointer. Fix typo in comment.
3322
7bace51b
MK
3323 * regcache.c (supply_register): Reimplement to call
3324 regcache_raw_supply.
3325 (regcache_collect): Reimplement by calling regcache_raw_collect.
3326
9a661b68
MK
33272003-08-28 Mark Kettenis <kettenis@gnu.org>
3328
3329 * regcache.c (register_buffer): Consitify first argument.
3330 (regcache_raw_supply, regcache_raw_collect): New
3331 functions.
3332
e94cc8fa
DJ
33332003-08-28 Daniel Jacobowitz <drow@mvista.com>
3334
3335 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3336 by Nathan J. Williams.
3337
c64bd0ce
DJ
33382003-08-28 Daniel Jacobowitz <drow@mvista.com>
3339
3340 * lin-lwp.c (wait_lwp): New function, copied from
3341 stop_wait_callback. Clean up.
3342 (stop_wait_callback): Use wait_lwp.
3343
e5ab0dce
AC
33442003-08-28 Andrew Cagney <cagney@redhat.com>
3345
3346 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3347 flavour and disassembler options.
3348 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3349 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3350 deprecated_tm_print_insn_info.
a8f4cde1 3351
a788de9b
AC
33522003-08-27 Andrew Cagney <cagney@redhat.com>
3353
3354 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3355 Use target_read_memory.
3356 (s390_get_frame_info): Update. Do not reference
3357 deprecated_tm_print_insn_info.
3358 (s390_check_function_end, s390_is_sigreturn): Ditto.
3359
36482093
AC
33602003-08-27 Andrew Cagney <cagney@redhat.com>
3361
3362 * Makefile.in (cris-tdep.o): Update dependencies.
3363 * cris-tdep.c: Include "gdb_assert.h".
3364 (cris_gdbarch_init): Set print_insn.
3365 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3366 (cris_delayed_get_disassembler): Simplify, directly call the
3367 disassembler returned by cris_get_disassembler.
3368 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3369 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3370 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3371 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3372 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3373 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3374 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3375 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3376 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3377 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3378 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3379 (gdb_print_insn_sparc): Delete function.
3380 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3381 deprecated_tm_print_insn_info.
3382 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3383 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3384 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3386 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3387 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3388 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3389 (s390_gdbarch_init): Set print_insn.
3390
0285512f
AC
33912003-08-27 Andrew Cagney <cagney@redhat.com>
3392
3393 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3394 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3395 * infcall.c (call_function_by_hand): Convert the entry point
3396 address into a code address.
3397
cdcd5552
AC
33982003-08-27 Andrew Cagney <cagney@redhat.com>
3399
3400 * dsrec.c: Include "gdb_string.h".
3401 * Makefile.in (dsrec.o): Update dependencies.
3402
e85cddad
MC
34032003-08-27 Michael Chastain <mec@shout.net>
3404
3405 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3406
8bbfbb23
AC
34072003-08-27 Andrew Cagney <cagney@redhat.com>
3408
3409 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3410 (alpha_osf1_init_abi): Do not set call_dummy_address.
3411
ba058b66
DC
34122003-08-27 David Carlton <carlton@kealia.com>
3413
3414 From Randolph Chung <tausq@debian.org>:
3415 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3416 compiles with -Wformat-nonliteral -Werror.
3417
87f84c9d
JB
34182003-08-26 Jim Blandy <jimb@redhat.com>
3419
3420 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3421 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3422 bfd_lookup_symbol, since we only want symbols in code sections.
3423 (look_for_base): Pass zero as the SECT_FLAGS argument to
3424 bfd_lookup_symbol, since we're not concerned about which section
3425 the symbol is in.
3426
102d615a
JJ
34272003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3428
3429 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 3430 we are frameless or the return address register is already known.
102d615a 3431
cc7ad3ea
AC
34322003-08-26 Andrew Cagney <cagney@redhat.com>
3433
3434 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3435 in size. Add comments.
3436
af8b88dd
JJ
34372003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3438
3439 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 3440 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 3441
e0a4f5a1
JM
34422003-08-26 Jason Merrill <jason@redhat.com>
3443
3444 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3445 case out of #ifdef MIPS block.
3446
4ae9ee8e
DJ
34472003-08-25 Daniel Jacobowitz <drow@mvista.com>
3448
3449 PR java/1322
3450 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3451 available before calling SECT_OFF_TEXT.
3c164570 3452 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 3453
004d836a
JJ
34542003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3455
a8f4cde1 3456 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3457 bof, and nat0-nat127 as pseudo-registers.
3458 (ia64_frame_cache): New struct used to cache frame info.
3459 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3460 register grouping so registers without names are still saved and
004d836a 3461 restored.
a8f4cde1 3462 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3463 pseudo values.
3464 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3465 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3466 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3467 ia64_frame_cache.
3468 (examine_prologue): Change prototype to add next_frame pointer.
3469 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3470 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3471 alloc insn and if equal, mark as not frameless. At end of routine,
3472 if not frameless, calculate registers for the previous frame and store
3473 in the cache, if a cache is provided.
3474 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3475 and pass 0 for next_frame.
3476 (ia64_store_return_value): Change to use convert_typed_floating()
3477 instead of calling ia64_convert_to_raw().
3478 (ia64_extract_return_value): Change to use convert_typed_floating()
3479 instead of calling ia64_convert_to_virtual().
3480 (ia64_frame_cache): New routine to support new frame model.
3481 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3482 (ia64_frame_sniffer): Ditto.
3483 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3484 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3485 (ia64_sigtramp_frame_prev_register): Ditto.
3486 (ia64_sigtramp_frame_sniffer): Ditto.
3487 (ia64_frame_base_address): Ditto.
3488 (ia64_extract_struct_value_address): Change to issue error message.
3489 (ia64_frame_align): New routine to align sp.
3490 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3491 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3492 ia64_push_dummy_call().
3493 (ia64_push_return_address): Ditto.
3494 (ia64_unwind_dummy_id): New function.
3495 (ia64_unwind_pc): Ditto.
3496 (ia64_convert_register_p): Ditto.
3497 (ia64_register_to_value): Ditto.
3498 (ia64_value_to_register): Ditto.
3499 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3500 (ia64_register_byte, ia64_register_raw_size): Ditto.
3501 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3502 (ia64_saved_pc_after_call): Ditto.
3503 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3504 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3505 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3506 (ia64_register_convert_to_raw): Ditto.
3507 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3508 (ia64_init_extra_frame_info): Ditto.
3509 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3510 (ia64_gdbarch_init): Remove registering of deprecated functions that
3511 are no longer used. Add registration of new gdbarch functions.
3512 Remove registering deprecated_write_sp. Replace
3513 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3514 Delete set_gdbarch_deprecated_register_convertible(),
3515 set_gdbarch_deprecated_register_convert_to_virtual(), and
3516 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3517 set_gdbarch_deprecated_register_size(),
3518 set_gdbarch_deprecated_register_bytes(),
3519 set_gdbarch_pcregnum(),
3520 set_gdbarch_deprecated_register_byte(),
3521 set_gdbarch_deprecated_register_raw_size(),
3522 set_gdbarch_deprecated_max_register_raw_size(),
3523 set_gdbarch_deprecated_register_virtual_size(),
3524 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3525 Replace set_gdbarch_deprecated_extract_return_value() with
3526 set_gdbarch_extract_return_value(). Remove calls to:
3527 set_gdbarch_deprecated_saved_pc_after_call();
3528 set_gdbarch_deprecated_frame_chain(),
3529 set_gdbarch_deprecated_frame_saved_pc(),
3530 set_gdbarch_deprecated_frame_init_saved_regs(),
3531 set_gdbarch_deprecated_get_saved_register(),
3532 set_gdbarch_deprecated_call_dummy_words(),
3533 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3534 set_gdbarch_deprecated_init_extra_frame_info(),
3535 set_gdbarch_deprecated_frame_args_address(),
3536 set_gdbarch_deprecated_frame_locals_address(),
3537 and set_gdbarch_deprecated_dummy_write_sp().
3538 Add set_gdbarch_convert_register_p(),
3539 set_gdbarch_register_to_value(),
3540 set_gdbarch_value_to_register(),
3541 set_gdbarch_push_dummy_call(),
3542 set_gdbarch_frame_align(),
3543 set_gdbarch_unwind_dummy_id(),
3544 set_gdbarch_unwind_pc(),
3545 frame_unwind_append_sniffer(),
3546 frame_unwind_append_sniffer(),
3547 and frame_base_set_default().
3548
aede7613
CD
35492003-08-25 Chris Demetriou <cgd@broadcom.com>
3550
3551 * configure.tgt: Document need for special "mipsisa64" handling.
3552 (mipsisa64*-*-linux64): Handle as target linux64.
3553 (mipsisa64*-*-*): Handle as target embed64.
3554
43c3a82e
MC
35552003-08-18 Michael Chastain <mec@shout.net>
3556
3557 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3558 objfile bug.
3559
6564f77d
MK
35602003-08-24 Mark Kettenis <kettenis@gnu.org>
3561
2de139ba
MK
3562 * i387-tdep.h: Update copyright date.
3563 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3564
6564f77d
MK
3565 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3566 CFLAGS games to reflect reality.
3567
42cf1509
AC
35682003-08-24 Andrew Cagney <cagney@redhat.com>
3569
3570 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3571 GDB_MULTI_ARCH is always non-zero.
3572 * osabi.c (_initialize_gdb_osabi): Ditto.
3573 (gdbarch_init_osabi): Ditto.
3574 * sparc-tdep.c: Ditto for #if code.
3575
0485f6ad
MK
35762003-08-23 Mark Kettenis <kettenis@gnu.org>
3577
3578 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3579 Update comments.
3580 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3581 comments.
3582 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3583 x86_64_supply_fxsave.
3584 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3585 x86_64_supply_fxsave.
3586 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3587 x86_64_supply_fxsave.
3588
c7716133
AJ
35892003-08-23 Andreas Jaeger <aj@suse.de>
3590
3591 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3592 i387_supply_fxsave.
3593
ed504bdf
MK
35942003-08-23 Mark Kettenis <kettenis@gnu.org>
3595
3596 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3597 i387_supply_register.
3598 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3599 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3600 i387_supply_fsave.
3601 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3602 i387_supply_fxsave.
3603 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3604 i387_supply_fsave.
3605 * i386bsd-nat.c (supply_fpregset): Adjust call to
3606 i387_supply_fsave.
3607 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3608 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3609 supply_fpregset.
3610 (store_inferior_registers): Remove extraneous whitespace. Call
3611 i387_fill_fsave instead of fill_fpregset.
3612 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3613 (supply_fpregset): Likewise.
3614 * i386v4-nat.c (supply_fpregset): Adjust call to
3615 i387_supply_fsave.
3616 * i386-interix-nat.c (supply_fpregset): Adjust call to
3617 i387_supply_fsave.
3618 * i386-linux-nat.c (supply_fpregset): Adjust call to
3619 i387_supply_fsave.
3620 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3621 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3622 i387supply_fsave and i387_supply_fxsave.
3623 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3624 Incorporate code from `i387_supply_register.
3625 (i387_supply_register): Remove.
3626 (i387_supply_fxsave): Add `regnum' argument.
3627 Update comments.
3628 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3629 prototype.
3630 (i387_supply_register): remove prototype.
3631 Update comments.
a8f4cde1 3632
4be5d520
MC
36332003-08-22 Michael Chastain <mec@shout.net>
3634
3635 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3636 Add lines for files in gdb/testsuite/gdb.cp/* that are
3637 still not 8.3 unique.
3638
7ed85d26
DJ
36392003-08-22 Daniel Jacobowitz <drow@mvista.com>
3640
3641 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3642 TYPE_VPTR_FIELDNO is valid.
3643
eb0d3137
MK
36442003-08-19 Mark Kettenis <kettenis@gnu.org>
3645
3646 * utils.c (set_width_command): Remove prototypes.
3647 (set_screen_size): New prototype.
3648 (init_page_info): Simplify by fetching the screen size from
3649 Readline. Call set_screen_size.
3650 (set_screen_size): New function.
3651 (set_width): Add missing whitespace in comment.
3652 (set_width_command): Call set_screen_size.
3653 (set_height_command): New function.
3654 (initialize_utils): Fix formatting. Make "set height" command
3655 call set_height_command. Remove redundant code that turns off
3656 pagination if output isn't a terminal. Remove redundant call to
3657 set_width_command.
a8f4cde1 3658
7e6d0ac8
MK
36592003-08-22 Mark Kettenis <kettenis@gnu.org>
3660
3567a8ea
MK
3661 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3662 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3663 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3664 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3665 `case' keyword.
3666 (sparc64_register_info): Give the reister with number
3667 SPARC64_STATE_REGNUM a name.
3668 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3669 %asi and %ccr.
3670 (sparc64_push_dummy_call): Take BIAS into account when checking
3671 stcak alignment.
3672 (sparc_software_single_step): Remove assertions that check whether
3673 NPC and NNPC were zero.
3674 (sparc_supply_rwindow): Make public. Merge functionality with
3675 sparc64_supply_rwindow.
3676 (sparc_fill_rwindow): Make public. Merge functionality with
3677 sparc64_fill_rwindow.
3678 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3679 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3680 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3681 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3682 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3683
7e6d0ac8
MK
3684 * reggroups.c: Add whitespace after declarations of local
3685 variables in functions.
3686
72e5f484
MC
36872003-08-21 Michael Chastain <mec@shout.net>
3688
3689 * gdbtypes.h: Change array bound type from an int to enum.
3690
435ac228
AC
36912003-08-21 Andrew Cagney <cagney@redhat.com>
3692
3693 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3694 * config/sparc/tm-sparc.h: Ditto.
3695 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3696 unconditionally.
3697 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3698
0d0e1a63
MK
36992003-07-13 Mark Kettenis <kettenis@gnu.org>
3700
3701 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3702 (register_objfile_data, set_objfile_data, objfile_data): New
3703 prototypes.
3704 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3705 prototypes.
3706 (allocate_objfile): Call objfile_alloc_data.
3707 (free_objfile): Call objfile_free_data.
3708 (struct objfile_data): New.
3709 (struct objfile_data_registration): New.
3710 (struct objfile_data_registry): New.
3711 (objfile_data_registry): New variable.
3712 (register_objfile_data): New function.
3713 (objfile_alloc_data, objfile_free_data): New functions.
3714 (set_objfile_data, objfile_data): New functions.
3715 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3716 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3717 (_initialize_dwarf2_frame): New function and prototype.
3718
d90cf509
AC
37192003-08-21 Andrew Cagney <cagney@redhat.com>
3720
3721 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3722 a specific architecture.
3723 * arch-utils.h (set_architecture_from_arch_mach): Delete
3724 declaration.
3725 (target_architecture_hook): Delete declaration.
3726 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3727 (default_float_format): Assume GDB_MULTI_ARCH.
3728 (default_double_format): Assume GDB_MULTI_ARCH.
3729 (set_endian_from_file): Delete function.
3730 (arch_ok): Delete function.
3731 (set_arch): Delete function.
3732 (set_architecture_from_arch_mach): Delete function.
3733 (set_architecture_from_file): Delete function.
3734 (set_architecture): Assume GDB_MULTI_ARCH.
3735 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3736
8b39fe56
MK
37372003-08-21 Mark Kettenis <kettenis@gnu.org>
3738
3739 Rewrite FreeBSD/sparc64 native configuration.
3740 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3741 * sparc64fbsd-nat.c: New file.
3742 * sparc64fbsd-tdep.c: New file.
3743 * sparc64-tdep.c sparc64-tdep.h: New files.
3744 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3745 sparc64fbsd-tdep.o): New dependencies.
3746 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3747 and sparc64fbsd-tdep.c.
3748 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3749 * config/sparc/fbsd.mh: Remove copyright notice.
3750 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3751 sparcbsd-nat.o.
3752 * config/sparc/fbsd.mt: Remove copyright notice.
3753 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3754 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3755 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3756 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3757 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3758 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3759 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3760 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3761 "sparc/tm-sp64.h".
3762 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3763 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3764
a7f19c79
MC
37652003-08-21 Michael Chastain <mec@shout.net>
3766
3767 * symtab.h: Add doco on the space critical structures and
3768 some measurements of space usage.
3769
da08ea5b
MS
37702003-08-21 Michael Snyder <msnyder@redhat.com>
3771
3772 * tracepoint.c (trace_dump_command): Trace break address
3773 is subject to DECR_PC_AFTER_BREAK.
3774 (set_traceframe_context): Make "trace_line" an int.
3775 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3776
6df2bf50
MS
37772003-08-20 Michael Snyder <msnyder@redhat.com>
3778
3779 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3780 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3781 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3782 argument passing.
a8f4cde1 3783 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3784 functions, replace sh_push_dummy_call.
3785 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3786
0955bbf0
MC
37872003-08-20 Michael Chastain <mec@shout.net>
3788
3789 * gdbtypes.h (struct main_type): Rearrange to save space.
3790
260a4188
MS
37912003-08-20 Michael Snyder <msnyder@redhat.com>
3792
3793 * trad-frame.c: Comment typo fix.
3794
8baa6f92
KB
37952003-08-20 Michael Snyder <msnyder@redhat.com>
3796 Kevin Buettner <kevinb@redhat.com>
3797
3798 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3799 (frv_frame_init_saved_regs): Add declaration.
3800 (frame_extra_info): Add new field ``saved_regs''.
3801 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3802 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3803 Update frame related code.
3804 (frv_extract_struct_value_address): Adjust formatting.
3805 * Makefile.in (frv-tdep.o): Update dependencies.
3806 * config/frv/tm-frv.h (target_insert_watchpoint)
3807 (target_remove_watchpoint, target_insert_hw_breakpoint)
3808 (target_remove_hw_breakpoint): Delete these macros.
3809 (remote_insert_watchpoint, remote_remove_watchpoint)
3810 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3811 these declarations.
3812
87193939
MC
38132003-08-20 Michael Chastain <mec@shout.net>
3814
3815 * defs.h (ENUM_BITFIELD): New macro.
3816 * symtab.h (ENUM_BITFIELD): Use it.
3817 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3818
062103ba
SA
38192003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3820
3821 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3822
8b148df9
AC
38232003-08-18 Andrew Cagney <cagney@redhat.com>
3824
3825 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3826 * gdbarch.h, gdbarch.c: Re-generate.
3827 * infcall.c (call_function_by_hand): Adjust the SP by
3828 frame_red_zone_size before allocating any stack space.
3829 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3830 * x86-64-tdep.c (x86_64_frame_align): New function.
3831 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3832
3833 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3834 Remove code adjusting SP so that it skips over the Red Zone.
3835
954a4db8
MK
38362003-08-18 Mark Kettenis <kettenis@gnu.org>
3837
3838 * NEWS (New native configurations): Mention FreeBSD/amd64.
3839
1a241548
AC
38402003-08-18 Andrew Cagney <cagney@redhat.com>
3841
3842 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3843 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3844 "m68k_frame_p".
3845 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3846
f82b2acd
MK
38472003-08-18 Mark Kettenis <kettenis@gnu.org>
3848
3849 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3850
4056d258
ML
38512003-08-18 Michal Ludvig <mludvig@suse.cz>
3852
3853 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3854 Define.
3855 * i386-linux-nat.c: Include "linux-nat.h".
3856 (child_post_startup_inferior): New function.
a8f4cde1 3857
99ab4326
MK
38582003-08-18 Mark Kettenis <kettenis@gnu.org>
3859
3860 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3861 at the start of a frameless function. This probably fixes PR
3862 backtrace/1338.
3863
c8d5f0d6
MC
38642003-08-17 Michael Chastain <mec@shout.net>
3865
3866 * symfile.c (find_sym_fns): Remove special case for apollo target.
3867
9016a515
DJ
38682003-08-17 Daniel Jacobowitz <drow@mvista.com>
3869
3870 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3871 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3872 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3873 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3874 (linux_supports_tracevforkdone): New function.
3875 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3876 TRACEVFORKDONE.
3877 (child_follow_fork): Handle vfork.
3878 (linux_handle_extended_wait): Likewise. Also handle exec.
3879 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3880 * NEWS: Mention fork tracing.
3881
c538c11c
DJ
38822003-08-17 Daniel Jacobowitz <drow@mvista.com>
3883
3884 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3885
4de4c07c
DJ
38862003-08-17 Daniel Jacobowitz <drow@mvista.com>
3887
3888 * Makefile.in (i386-linux-nat.o): Update dependencies.
3889 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3890 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3891 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3892 * i386-linux-nat.c: Include "linux-nat.h".
3893 (child_post_startup_inferior): New function.
3894 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3895 * infptrace.c (kill_inferior): Wrap in #ifdef.
3896 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3897 attaching to each LWP.
3898 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3899 (init_lin_lwp_ops): Fill in some more operations.
3900 * linux-nat.h (linux_enable_event_reporting)
3901 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3902 prototypes.
3903 * linux-nat.c (linux_enable_event_reporting): New function.
3904 (child_post_attach, linux_child_post_startup_inferior)
3905 (child_post_startup_inferior, child_follow_fork)
3906 (linux_handle_extended_wait, kill_inferior): New functions.
3907
7996bcec
AC
39082003-08-16 Andrew Cagney <cagney@redhat.com>
3909
3910 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3911 * gdbarch.h, gdbarch.c: Re-generate.
3912
3d48a7a0
MK
39132003-08-16 Mark Kettenis <kettenis@gnu.org>
3914
3915 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3916
7989c619
AC
39172003-08-16 Andrew Cagney <cagney@redhat.com>
3918
3919 * NEWS: Mention that "set prompt-escape-char" was deleted.
3920 * top.c (get_prompt_1): Delete function.
3921 (gdb_prompt_escape):
3922 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3923 prompt-escape-char" command.
3924 (MAX_PROMPT_SIZE): Delete macro.
3925 (get_prompt): Simplify, do not call get_prompt_1.
3926
07978cd8
AC
39272003-08-16 Andrew Cagney <cagney@redhat.com>
3928
3929 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3930 -Werror. -Wformat-nonliteral problems.
3931
3ff7cf9e
JB
39322003-08-15 J. Brobecker <brobecker@gnat.com>
3933
3934 Further multiarching work mostly for hppa64-*-hpux11:
3935 * hppa-tdep.h: New file.
3936 * hppa-tdep.c: #include hppa-tdep.c.
3937 (hppa32_num_regs): Renamed from hppa_num_regs.
3938 (hppa64_num_regs): New constant.
3939 (hppa64_call_dummy_breakpoint_offset): New constant.
3940 (hppa32_call_dummy_length): New constant.
3941 (hppa64_call_dummy_length): New constant.
3942 (hppa32_stack_align): Make name 32bit explicit.
3943 (hppa32_register_virtual_type): Likewise.
3944 (hppa32_extract_return_value): Likewise.
3945 (hppa32_use_struct_convention): Likewise.
3946 (hppa32_store_return_value): Likewise.
3947 (hppa64_register_virtual_type): New function.
3948 (hppa64_extract_return_value): New function.
3949 (hppa64_use_struct_convention): New function.
3950 (hppa64_store_return_value): New function.
3951 (hppa_frame_locals_address): Remove declaration, function does
3952 not exist anymore.
3953 (hppa_register_byte): Add support for PA64 ABI.
3954 (hppa_gdbarch_init): Add support for PA64 ABI.
3955 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3956 Make name 32bit explicit.
3957 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3958 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3959 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3960 (hppa64_hpux_frame_base_before_sigtramp): New function.
3961 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3962 * config/pa/tm-hppa64.h: Remove macros that are no longer
3963 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3964 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3965 * config/pa/tm-hppah.h: Update function calls in macros
3966 following the function renaming in hppa-hpux-tdep.c.
3967 * Makefile.in (hppa_tdep_h): New variable.
3968 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3969
5d05ca6d
MS
39702003-08-14 Michael Snyder <msnyder@redhat.com>
3971
3972 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3973
37ba2569
JB
39742003-08-13 J. Brobecker <brobecker@gnat.com>
3975
3976 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3977 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3978 routine.
3979
aed7f26a
MS
39802003-08-13 Michael Snyder <msnyder@redhat.com>
3981
3982 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3983 (frv_saved_pc_after_call): Use deprecated ftype.
3984 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3985 (frv_remote_translate_xfer_address): Remove.
3986 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3987
752d4ac1
JB
39882003-08-13 J. Brobecker <brobecker@gnat.com>
3989
3990 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3991 initialization after the common gdbarch initialization, not before.
3992
1426ac1d
JB
39932003-08-13 J. Brobecker <brobecker@gnat.com>
3994
3995 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3996 (ADDR_BITS_REMOVE): Remove, redundant.
3997
b6fbdd1d
JB
39982003-08-13 J. Brobecker <brobecker@gnat.com>
3999
4000 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4001 gdbarch method to clear the 2 low bits of text addresses.
4002
44160db3
AC
40032003-08-12 Andrew Cagney <cagney@redhat.com>
4004
4005 * Makefile.in (dsrec.o): Update dependencies.
4006 * dsrec.c: Include "gdb_assert.h".
4007 (make_srec): Use snprintf instead of sprintf, use a literal format
4008 string.
4009
bcf7d3ca
AC
40102003-08-12 Andrew Cagney <cagney@redhat.com>
4011
4012 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4013 FRAME_OBSTACK_ZALLOC.
4014
49ed40de
KB
40152003-08-12 Kevin Buettner <kevinb@redhat.com>
4016
4017 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4018 SSE registers.
4019
b246147c
MK
40202003-08-10 Mark Kettenis <kettenis@gnu.org>
4021
4022 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4023 amd64fbsd_sc_reg_offset): Add extern declarations.
4024 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4025 declarations.
4026
d95fdc0d
BE
40272003-08-11 Ben Elliston <bje@wasabisystems.com>
4028
4029 * MAINTAINERS (write after approval): Update my mail address.
4030
cf6a0e73
AC
40312003-08-10 Andrew Cagney <cagney@redhat.com>
4032
4033 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4034
f837910f
MK
40352003-08-10 Mark Kettenis <kettenis@gnu.org>
4036
e2dbbd2d
MK
4037 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4038 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4039 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4040 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4041 i386bsd_sc_reg_offset): Add extern declarations.
4042 * i386obsd-nat.c: Include "i386-tdep.h"
4043 (_initialize_i386obsd_nat): Remove extern declarations.
4044 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4045 declarations.
4046 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4047 declarations.
4048
f837910f
MK
4049 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4050 instead of frame_read_register.
4051 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4052 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4053 SP_REGNUM.
4054 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4055 instead of frame_unwind_unsigned_register. Use
4056 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4057 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4058 instead of read_register. Use builtin_type_void_data_ptr instead
4059 of builtin_type_void_func_ptr when extracting the address of the
4060 jmp_buf.
4061 (i386_extract_return_value, i386_store_return_value,
4062 i386_pseudo_register_read, i386_pseudo_register_write): Use
4063 register_size instead REGISTER_RAW_SIZE.
4064
edcf254d
AC
40652003-08-10 Andrew Cagney <cagney@redhat.com>
4066
4067 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4068 sprintf. Make "name" constant.
4069
26604a34
MK
40702003-08-10 Mark Kettenis <kettenis@gnu.org>
4071
192285c6
MK
4072 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4073 instead of frame_read_register.
f837910f
MK
4074 (i387_print_float_info): Use get_frame_register and
4075 get_frame_register_unsigned instead of frame_register_read.
192285c6 4076
f0925262
MK
4077 * i386fbsd-nat.c: Include "i386-tdep.h".
4078 (child_resume): Make `eflags' an ULONGEST. Use
4079 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4080 instead of register_read and register_write.
4081
a144416f
MK
4082 * i386bsd-nat.c (fetch_inferior_registers,
4083 store_inferior_registers): Don't use && at the end of a line.
4084 (_initialize_i386bsd_nat): Fix typo.
4085
fec74868
MK
4086 * frame.c (_initialize_frame): Add missing backslash.
4087
87232496
MK
4088 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4089 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4090 and supply_register instead of manipulating the register buffer
4091 directly.
4092
c9b9de0b
MK
4093 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4094 * config/i386/nm-i386sol2.h
4095 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4096
26604a34
MK
4097 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4098 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4099 instructions that GCC likes to mingle into the prologue. Fixes
4100 gdb/1253 and gdb/1255.
4101
25d29d70
AC
41022003-08-09 Andrew Cagney <cagney@redhat.com>
4103
4104 Fix GDB PR cli/926.
4105 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4106 * command.h (add_setshow_uinteger_cmd): Declare.
4107 * frame.c (set_backtrace_cmd): New function.
4108 (show_backtrace_cmd): New function.
4109 * frame.c (_initialize_frame): Replace "set/show
4110 backtrace-below-main" with "set/show backtrace past-main". Add
4111 command "set/show backtrace limit".
4112 (backtrace_past_main): Rename "backtrace_below_main".
4113 (backtrace_limit): New variable.
4114 (get_prev_frame): Update. Check the backtrace_limit.
4115
9ebf4acf
AC
41162003-08-09 Andrew Cagney <cagney@redhat.com>
4117
4118 * defs.h (xstrprintf): Declare.
4119 * utils.c (xstrprintf): New function.
4120 * breakpoint.c (insert_breakpoints): Replace sprintf and
4121 non-literal format strings, with xstrprintf and cleanups.
4122 (delete_breakpoint,breakpoint_re_set): Ditto.
4123 (commands_command, insert_breakpoints): Ditto.
4124 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4125 (break_at_finish_command_1): Ditto.
4126
3771659b
AC
41272003-08-09 Andrew Cagney <cagney@redhat.com>
4128
4129 * MAINTAINERS (language support): List Adam Fedor as Objective C
4130 maintainer.
4131
b4263afa
JB
41322003-08-08 J. Brobecker <brobecker@gnat.com>
4133
4134 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4135 are now multiarched.
4136
d84defb1
JB
41372003-08-08 J. Brobecker <brobecker@gnat.com>
4138
4139 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4140 longer necessary now that hppa64 is partially multiarch'ed.
4141
f786f615
AC
41422003-08-08 Andrew Cagney <cagney@redhat.com>
4143
4144 * interps.c (interp_set): Check for a NULL "old_interp".
4145
c938e9b0
L
41462003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4147
4148 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4149 (install-only): Support DESTDIR.
4150 (uninstall): Likewise.
4151 (install-gdbtk): Likewise.
4152
9a146a11
EZ
41532003-08-08 Elena Zannoni <ezannoni@redhat.com>
4154
4155 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4156 contains something meaningful at all times.
4157
4158Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 4159
62599e99 4160 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 4161
56296155
BC
4162Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4163
62599e99 4164 * MAINTAINERS (write after approval): Added self.
56296155 4165
9710e734
AC
41662003-08-07 Andrew Cagney <cagney@redhat.com>
4167
4168 * inferior.h (AT_SYMBOL): Define.
4169 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4170 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4171 * mips-tdep.c (mips_call_dummy_address): Delete function.
4172 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4173 set call_dummy_address.
4174
98b3ab73
AC
41752003-08-07 Andrew Cagney <cagney@redhat.com>
4176
4177 * language.c (op_error): Delete function.
4178 (binop_type_check): Delete function.
4179 * language.h (type_op_error, range_op_error): Delete macros.
4180 (op_error): Delete declaration.
4181
2fcf52f0
AC
41822003-08-07 Andrew Cagney <cagney@redhat.com>
4183
4184 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4185
abd4220e 41862003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 4187
abd4220e 4188 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 4189 (x86_64_push_arguments): Skip the red zone.
abd4220e 4190
9dd5f34f
AC
41912003-08-05 Andrew Cagney <cagney@redhat.com>
4192
4193 * reggroups.c (reggroup_next): Check for the final entry.
4194
e5e78edc
AC
41952003-08-04 Andrew Cagney <cagney@redhat.com>
4196
ab4e3d93
AC
4197 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4198 * cli/cli-script.c (define_command): Call query directly, instead
4199 of passing it a buffer.
4200 * ocd.c (ocd_error): Pass error a constant format string.
4201 * remote-mips.c (mips_error): Use fputs_filtered.
4202
1062ca82
AC
4203 * solib-svr4.c (_initialize_svr4_solib): Update
4204 register_gdbarch_data call.
4205 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4206
fcc1c85c
AC
4207 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4208 (register_gdbarch_data): Delete "free" parameter. Update
4209 comments.
4210 * gdbarch.h, gdbarch.c: Re-generate.
4211 * reggroups.c (_initialize_reggroup): Update.
4212 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4213 * frame-base.c (_initialize_frame_base): Update.
4214 * frame-unwind.c (_initialize_frame_unwind): Update.
4215 * user-regs.c (_initialize_user_regs): Update.
4216 * remote.c (_initialize_remote): Update.
4217 * regcache.c (_initialize_regcache): Update.
4218
116f06ea
AC
4219 * regcache.c (xfree_regcache_descr): Delete function.
4220 (_initialize_regcache): Update call to register_gdbarch_data.
4221 (init_regcache_descr, init_legacy_regcache_descr): Use
4222 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4223
e5e78edc
AC
4224 * remote.c (free_remote_state): Delete function.
4225 (_initialize_remote): Update register_gdbarch_data.
4226 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4227 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4228
6c7d17ba
AC
42292003-08-04 Andrew Cagney <cagney@redhat.com>
4230
4231 * reggroups.c (struct reggroup_el): Define.
4232 (struct reggroups): Delete field "nr_group". Replace array
4233 "group" with a "first" to "last" linked list.
4234 (reggroups_init): Update. Allocate using gdbarch's obstack.
4235 (reggroups_free): Delete function.
4236 (add_group): Update. Add "el" parameter.
4237 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4238 (default_groups): Update.
4239 (reggroup_next): Replace reggroups.
4240 (reggroups_dump): Update.
4241 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4242 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4243 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4244
89b7795b
DJ
42452003-08-04 Daniel Jacobowitz <drow@mvista.com>
4246
4247 * Makefile.in (tui-interp.o): Update dependencies.
4248
306d9ac5
DC
42492003-08-04 David Carlton <carlton@kealia.com>
4250
4251 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4252 to internal_error call.
4253 * source.c (forward_search_command): Add "%s" format argument.
4254 (reverse_search_command): Ditto.
4255 * top.c (quit_confirm): Ditto.
4256 * cli/cli-setshow.c (do_setshow_command): Ditto.
4257 * cp-valprint.c (cp_print_class_method): Replace
4258 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4259 (cp_print_class_member): Ditto.
4260 * event-top.c (command_line_handler): Ditto.
4261 * linux-proc.c (linux_info_proc_cmd): Ditto.
4262 * p-typeprint.c (pascal_type_print_base): Ditto.
4263 * p-valprint.c (pascal_object_print_class_method): Ditto.
4264 (pascal_object_print_class_member): Ditto.
4265 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4266 * remote.c (remote_cisco_section_offsets): Ditto.
4267 * top.c (command_line_input): Ditto.
4268 * utils.c (vwarning,error_stream,quit): Ditto.
4269 * valprint.c (print_floating,print_binary_chars)
4270 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4271
57bfe177
AC
42722003-08-04 Andrew Cagney <cagney@redhat.com>
4273
4274 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4275
e546b999
AC
42762003-08-02 Andrew Cagney <cagney@redhat.com>
4277
4278 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4279 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4280 amd64fbsd-nat.c.
4281
91092ee5
AC
42822003-08-02 Andrew Cagney <cagney@redhat.com>
4283
4284 * Makefile.in: Update all dependencies and definitions.
4285
889f28e2
AF
42862003-08-02 Adam Fedor <fedor@gnu.org>
4287
4288 * linespec.c (is_objc_method_format): New function
4289 (decode_line_1, locate_first_half): Use it.
4290 Fixes PR objc/1298
4291
880bc914
AC
42922003-08-01 Andrew Cagney <cagney@redhat.com>
4293
4294 * NEWS: Mention that m32r is multi-arch.
4295 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4296 * configure.tgt: Recognize m32r-*-*.
4297 * config/m32r/tm-m32r.h: Delete file.
4298 * config/m32r/m32r.mt: New file.
a8f4cde1 4299 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
4300 gethostname succeeds, in order to avoid a compilation
4301 warning.
4302 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4303 compiler warning.
4304
19f59343
MS
43052003-08-01 Michael Snyder <msnyder@redhat.com>
4306
4307 * sh-tdep.c (sh_frame_align): New gdbarch method.
4308 (sh_gdbarch_init): Set up frame_align method.
4309
4e7d7511
MS
43102003-07-31 Michael Snyder <msnyder@redhat.com>
4311
4312 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4313 which is already covered by the new frames infrastructure.
4314
63022984
AC
43152003-07-31 Andrew Cagney <cagney@redhat.com>
4316
4317 * user-regs.c (struct user_reg): Add "next" link.
4318 (struct user_regs): Replace "user" with "first" and "last" links.
4319 (append_user_reg): Add pre-allocated "reg" parameter.
4320 (builtin_user_regs): Provide initial value for "last".
4321 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4322 (user_regs_init): Allocate memory from the gdbarch obstack.
4323 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4324 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4325 linked list.
4326 (usernum_to_user_reg): New function.
4327 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4328 (value_of_user_reg): Use usernum_to_user_reg.
4329 (user_regs_free): Delete function.
4330 (_initialize_user_regs): Update register_gdbarch_data call.
4331
7cf6e574
DJ
43322003-07-31 Daniel Jacobowitz <drow@mvista.com>
4333
4334 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4335
c48a845b
MS
43362003-07-30 Michael Snyder <msnyder@redhat.com>
4337
4e7d7511 4338 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 4339 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
4340 value_being_returned.
4341 * infcmd.c (print_return_value): Pass zero as struct_addr.
4342 * values.c (value_being_returned): If struct_addr is passed,
4343 use it instead of trying to recover it from the inferior.
4344
f0d8db19
KB
43452003-07-30 Kevin Buettner <kevinb@redhat.com>
4346
4347 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4348 the prologue analyzer won't need to attempt to extract the pc
4349 value from the woefully incomplete dummy frame.
4350 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4351 possible. Disable code which modifies the frame.
4352
e5c113a1
AC
43532003-07-28 Andrew Cagney <cagney@redhat.com>
4354
4355 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4356 to level 2.
4357 (annotate_breakpoints_table, annotate_record): Ditto.
4358 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4359 (annotate_field_name_end, annotate_field_value): Ditto.
4360 (annotate_field_end, annotate_frame_source_begin): Ditto.
4361 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4362 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4363 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4364 (annotate_frame_address_end, annotate_frame_address): Ditto.
4365 (annotate_frame_args, annotate_frame_end): Ditto.
4366 (annotate_frame_where, annotate_arg_begin): Ditto.
4367 (annotate_arg_name_end, annotate_arg_value): Ditto.
4368 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4369 (annotate_function_call, annotate_signal_name): Ditto.
4370 (annotate_signal_string, annotate_signal_name_end): Ditto.
4371 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4372 (annotate_value_begin, annotate_value_history_value): Ditto.
4373 (annotate_value_history_end, annotate_value_end): Ditto.
4374 (annotate_display_begin, annotate_display_number_end): Ditto.
4375 (annotate_display_format, annotate_display_expression): Ditto.
4376 (annotate_display_expression_end, annotate_display_value): Ditto.
4377 (annotate_display_end, annotate_array_section_begin): Ditto.
4378 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4379 (annotate_elt, annotate_array_section_end): Ditto.
4380
bb1db049
AC
43812003-07-28 Andrew Cagney <cagney@redhat.com>
4382
4383 * regcache.c (struct regcache_descr): Update comments on
4384 nr_raw_registers.
4385 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4386 sizeof_raw_register_valid_p.
4387 (init_regcache_descr): Set nr_raw_registers and
4388 sizeof_raw_register_valid_p before calling
4389 init_legacy_regcache_descr.
4390
20e6603c
AC
43912003-07-28 Andrew Cagney <cagney@redhat.com>
4392
4393 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4394 MOD NUM_REGS.
4395
db742940
DJ
43962003-07-28 Daniel Jacobowitz <drow@mvista.com>
4397
4398 * thread.c (info_threads_command): Use get_selected_frame ().
4399 Check that there is at least one non-sentinel frame.
4400
ce7f4371
SC
44012003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4402
4403 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4404 (m68hc11_pop_frame): Remove.
4405 (m68hc11_frame_saved_pc): Remove.
4406 (m68hc11_frame_chain): Remove.
4407 (m68hc11_frame_init_saved_regs): Remove.
4408 (m68hc11_init_extra_frame_info): Remove.
4409 (m68hc11_store_struct_return): Remove.
4410 (m68hc11_saved_pc_after_call): Remove.
4411
1ea653ae
SC
44122003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4413
4414 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4415 frame unwind information.
4416 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4417 and adapted for frame unwinding.
4418 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4419 (m68hc11_unwind_pc): New function.
4420 (m68hc11_frame_unwind_cache): New function to analyze frames.
4421 (m68hc11_frame_this_id): New function to create new frame struct.
4422 (m68hc11_frame_prev_register): New function to unwind a register from
4423 the frame.
4424 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4425 (m68hc11_frame_p): New function for the above.
4426 (m68hc11_frame_base_address): New function to return fp of frame.
4427 (m68hc11_frame_args_address): Update for frame.
4428 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4429 (m68hc11_unwind_sp): New function.
4430 (m68hc11_unwind_dummy_id): New function.
4431 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4432 calls.
4433
c8a7f6ac
SC
44342003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4435
4436 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4437 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4438 when we are beyond the current pc.
4439
3dc990bf
SC
44402003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4441
4442 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4443 from m68hc11_push_arguments.
4444 (m68hc11_push_arguments): Remove.
4445 (m68hc11_push_return_address): Remove.
4446 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4447 handlers; remove deprecated_extra_stack_alignment_needed.
4448
222e5d1d
AC
44492003-07-27 Andrew Cagney <cagney@redhat.com>
4450
4451 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4452 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4453 REAL_PC and not the pointer.
4454 * hppa-hpux-tdep.c: Include frame.h
4455
a7e9a47e
AC
44562003-07-27 Andrew Cagney <cagney@redhat.com>
4457
4458 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4459 GDB_MULTI_ACH_PARTIAL.
4460
7e3dd49e
AC
44612003-07-27 Andrew Cagney <cagney@redhat.com>
4462
4463 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4464 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4465 operator at start and not end of line.
4466 (decode_prologue): Ditto.
4467 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4468 frame_unwind_register_unsigned instead of
4469 frame_unwind_unsigned_register.
4470 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4471 read_register.
4472 (m32r_push_dummy_call): Use register_size instead of
4473 REGISTER_RAW_SIZE.
4474 (m32r_frame_sniffer): Replace m32r_frame_p.
4475 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4476 * m32r-rom.c (report_transfer_performance): Delete extern
4477 declaration.
4478 (m32r_load, m32r_upload_command): Use print_transfer_performance
4479 instead of report_transfer_performance.
4480 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4481 / add_show_from_set.
4482
0880807f
AC
44832003-07-26 Andrew Cagney <cagney@redhat.com>
4484
4485 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4486 store_return_value and extract_struct_value_address.
4487
64ae9269
DJ
44882003-07-26 Daniel Jacobowitz <drow@mvista.com>
4489
4490 PR c++/1267
4491 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4492 NULL, default to the section containing PC.
4493
e286caf2
SC
44942003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4495
4496 * NEWS: Mention "regs" deprecated for m68hc11 too.
4497
4498 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4499 (m68hc11_print_register): New function to print out one register.
4500 (m68hc11_print_registers_info): New function to print registers.
4501 (show_regs): Deprecate and use the above.
4502 (m68hc11_gdbarch_init): Install the print_registers_info.
4503
705b278b
JJ
45042003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4505
4506 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4507 that we have a SIGTRAP before returning non-zero.
4508
63cd4198
EZ
45092003-07-23 Michal Ludvig <mludvig@suse.cz>
4510 Elena Zannoni <ezannoni@redhat.com>
4511
a8f4cde1 4512 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4513 find_function_start_sal() returns empty record.
4514
6926787d
AS
45152003-07-23 Andreas Schwab <schwab@suse.de>
4516
4517 * ia64-tdep.c (ia64_print_insn): New function.
4518 (ia64_gdbarch_init): Set print_insn to it.
4519 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4520 deprecated_tm_print_insn_info.
4521
708cc1b6
MS
45222003-07-22 Michael Snyder <msnyder@redhat.com>
4523
4524 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4525 handle 8-bit returns (long long).
4526 (h8300h_extract_return_value): Ditto.
4527 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4528
aebd7893
AC
45292003-07-22 Andrew Cagney <cagney@redhat.com>
4530
4531 * gdbarch.c Include "gdb_obstack.h".
4532 (struct gdbarch): Add an "obstack".
4533 (alloc_gdbarch_data): Allocate the gdbarch data using
4534 GDBARCH_OBSTACK_CALLOC.
4535 (free_gdbarch_data): Delete function.
4536 (gdbarch_obstack_zalloc): New function.
4537 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4538 Assert that the architecture is not initialized.
4539 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4540 vector from the obstack.
4541 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4542 architecture obstack.
4543 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4544 (set_gdbarch_data): Assert that the data is not initialized.
4545 (struct gdbarch_data): Delete member "free".
4546 (register_gdbarch_data): Do not initialize "free".
4547 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4548
153721e6
AC
45492003-07-22 Andrew Cagney <cagney@redhat.com>
4550
4551 * configure.in (build_warnings): Add -Wformat-nonliteral.
4552 * configure: Re-generate.
4553
c193f044 45542003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4555
4556 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4557
c3228f12
EZ
45582003-07-22 Elena Zannoni <ezannoni@redhat.com>
4559
4560 * findvar.c (read_var_value): Remove case for thread local storage
4561 variables. It is now entirely handled by the dwarf2 location
4562 expression code.
4563 * printcmd.c (address_info): Ditto.
4564 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4565 enumeration value.
4566 (struct symbol): Remove objfile field, which was used by
4567 LOC_THREAD_LOCAL_STATIC only.
4568 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4569 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4570 usage of objfile pointer.
4571 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4572 thread local variables.
4573 Add include of objfiles.h.
4574 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4575 storage variables.
4576 * Makefile.in (dwarf2loc.o): Update dependencies.
4577
aef9bcd2
AC
45782003-07-22 Andrew Cagney <cagney@redhat.com>
4579
4580 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4581 get_frame_base.
4582 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4583 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4584 (struct value): Add opaque declaration.
4585 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4586
d95a8903
AC
45872003-07-21 Andrew Cagney <cagney@redhat.com>
4588
4589 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4590 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4591
4db73d49
SC
45922003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4593
a8f4cde1 4594 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4595 regcache_cooked_read_unsigned instead of read_register.
4596 (m68hc11_saved_pc_after_call): Likewise.
4597 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4598 instead of write_register.
4599 (m68hc11_register_type): New function.
4600 (m68hc11_register_virtual_type): Remove.
4601 (m68hc11_store_return_value): Convert to use the regcache.
4602 (m68hc11_extract_struct_value_address): Likewise.
4603 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4604 m68hc11_register_type; undeprecate store_return_value and
4605 extract_struct_value_address.
4606
ef2b8fcd
SC
46072003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4608
4609 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4610 and translate to use regcache.
4611 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4612
625b0b97
AC
46132003-07-18 Andrew Cagney <cagney@redhat.com>
4614
4615 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4616 * gdbarch.h, gdbarch.c: Re-generate.
4617 * i386-tdep.c (i386_gdbarch_init): Do not set
4618 DWARF2_BUILD_FRAME_INFO.
4619 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4620 unconditionally.
4621 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4622 DWARF2_BUILD_FRAME_INFO.
4623
22b0d388
AC
46242003-07-18 Andrew Cagney <cagney@redhat.com>
4625
4626 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4627 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4628
1ce5d6dd
AC
46292003-07-18 Andrew Cagney <cagney@redhat.com>
4630
4631 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4632 frame_unwind_address_in_block, instead of frame_pc_unwind.
4633 (dwarf2_frame_cache): Ditto.
4634
e6e5e94c
AC
46352003-07-18 Andrew Cagney <cagney@redhat.com>
4636
4637 * user-regs.h (struct gdbarch): Declare opaque.
4638 * ui-out.h (struct ui_file): Declare opaque.
4639 * dwarf2-frame.h (struct frame_info): Declare opaque.
4640
5483d879
KW
46412003-07-18 Kris Warkentin <kewarken@qnx.com>
4642
4643 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4644 #include "...".
4645 (procfs_meminfo): Change strerror to safe_strerror.
4646 (procfs_can_run): Remove K&R badness.
4647
278a7cf7
MS
46482003-07-17 Michael Snyder <msnyder@redhat.com>
4649
4650 * remote-sim.c: Comment typo fix.
4651
606e3b82
AC
46522003-07-17 Andrew Cagney <cagney@redhat.com>
4653
4654 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4655 configure.
4656 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4657 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4658 GDB_MULTI_ARCH_PARTIAL.
4659
c43af07c
EZ
46602003-07-17 Elena Zannoni <ezannoni@redhat.com>
4661
4662 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4663 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4664 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4665
3b85b0f1
TR
46662003-07-16 Theodore A. Roth <troth@openavr.org>
4667
4668 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4669 found.
4670 (avr_frame_unwind_cache): Don't unwind FP for main.
4671 Update a comment.
4672 Save the computed prev_sp.
4673 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4674 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4675 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4676
336d1bba
AC
46772003-07-16 Andrew Cagney <cagney@redhat.com>
4678
4679 * frame-base.h (frame_base_p_ftype): Delete definition.
4680 (frame_base_append_predicate): Delete declaration.
4681 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4682 (frame_unwind_append_predicate): Delete declaration.
4683 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4684 (append_predicate): Delete parameter "p".
4685 (frame_unwind_append_predicate): Delete function.
4686 (frame_unwind_append_sniffer): Update call to append_predicate.
4687 (frame_unwind_free): Delete function.
4688 (_initialize_frame_unwind): Pass NULL as "free" to
4689 register_gdbarch_data.
4690 (frame_unwind_init): Append the dummy_frame_sniffer.
4691 (frame_unwind_find_by_frame): Simplify.
4692 * frame-base.c (struct frame_base_table): Delete field "p".
4693 (append_predicate): Delete parameter "p".
4694 (frame_base_append_predicate): Delete function.
4695 (frame_base_append_sniffer): Update call to append_predicate.
4696 (frame_base_free): Delete function.
4697 (frame_base_find_by_frame): Simplify.
4698 (_initialize_frame_base): Pass NULL as "free" to
4699 register_gdbarch_data.
4700 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4701 (x86_64_sigtramp_frame_sniffer): Replace
4702 "x86_64_sigtramp_frame_p".
4703 (x86_64_init_abi): Set the frame unwind sniffers.
4704 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4705 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4706 (m68k_gdbarch_init): Set the frame unwind sniffers.
4707 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4708 "i386_sigtramp_frame_p".
4709 (i386_frame_sniffer): Replace "i386_frame_p".
4710 (i386_gdbarch_init): Set the frame unwind sniffers.
4711 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4712 (avr_gdbarch_init): Set the frame unwind sniffers.
4713 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4714 "alpha_sigtramp_frame_p"
4715 (alpha_heuristic_frame_sniffer): Replace
4716 "alpha_heuristic_frame_p".
4717 (alpha_gdbarch_init): Set the frame unwind sniffers.
4718 (alpha_dwarf2_init_abi): Ditto.
4719 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4720 "alpha_debug_frame_p".
4721 (alpha_mdebug_frame_base_sniffer): Replace
4722 "alpha_mdebug_frame_base_p".
4723 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4724 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4725 (d10v_gdbarch_init): Set the frame unwind sniffer.
4726 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4727 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4728 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4729 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4730 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4731 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4732
48db5a3c
CV
47332003-07-16 Michael Snyder <msnyder@redhat.com>
4734
4735 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4736 should go thru sh_dsp_register_sim_regno, else the dsp regs
4737 will not get the right values.
4738
47392003-07-16 Corinna Vinschen <vinschen@redhat.com>
4740
4741 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4742 deprecated_store_floating by call to store_typed_floating.
4743 (sh_sh4_register_convert_to_raw): Substitute call to
4744 deprecated_extract_floating by call to extract_typed_floating.
4745
47462003-07-16 Corinna Vinschen <vinschen@redhat.com>
4747
4748 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4749
47502003-07-16 Corinna Vinschen <vinschen@redhat.com>
4751
4752 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4753 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4754 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4755 as possible.
4756 (do_pseudo_register): Remove.
4757 (sh_push_dummy_code): New function.
4758 (sh64_store_struct_return): Rename from sh_store_struct_return.
4759 Only called for sh64 now.
4760 (sh_extract_struct_value_address): Regcache'ify.
4761 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4762 and accomodate new tasks.
4763 (sh64_push_return_address): Rename from sh_push_return_address.
4764 Only called for sh64 now.
4765 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4766 Regcache'ify.
4767 (sh3e_sh4_extract_return_value): Regcache'ify.
4768 (sh_default_store_return_value): Ditto.
4769 (sh3e_sh4_store_return_value): Ditto.
4770 (sh_default_register_byte): Remove.
4771 (sh_sh4_register_byte): Remove.
4772 (sh_default_register_raw_size): Remove.
4773 (sh_sh4_register_raw_size): Remove.
4774 (sh_register_virtual_size): Remove.
4775 (sh_sh3e_register_virtual_type): Remove.
4776 (sh_sh3e_register_type): New function.
4777 (sh_sh4_register_virtual_type): Remove.
4778 (sh_sh4_register_type): New function.
4779 (sh_default_register_virtual_type): Remove.
4780 (sh_default_register_type): New function.
4781 (do_fv_register_info): Add parameters to accomodate call from
4782 sh_print_registers_info.
4783 (do_dr_register_info): Ditto.
4784 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4785 Add parameters to accomodate call from sh_print_registers_info.
4786 (sh_do_fp_register): Ditto.
4787 (sh64_do_pseudo_register): Call do_dr_register_info,
4788 do_fv_register_info and sh_do_fp_register with default parameters.
4789 (sh_do_register): Add parameters to accomodate call from
4790 sh_print_registers_info.
4791 (sh_print_register): Ditto.
4792 (sh_print_registers_info): Rename from sh_do_registers_info.
4793 Add parameters to be used as gdbarch_print_registers_info
4794 implementation. Accomodate removed do_pseudo_register function
4795 pointer.
4796 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4797 function pointer. Call sh_print_register with default parameters.
4798 (sh64_do_registers_info): Call sh_print_registers_info instead of
4799 sh_do_registers_info.
4800 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4801 detection of deprecated vs. non-deprecated functionality.
4802 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4803 function pointer assignments by direct function calls.
4804
e8a89fe2
AC
48052003-07-15 Andrew Cagney <cagney@redhat.com>
4806
4807 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4808 (frame_register_unwind, create_new_frame): Ditto.
4809 (legacy_get_prev_frame, get_frame_type): Ditto.
4810 (get_frame_base_address): Use frame_base_find_by_frame.
4811 (get_frame_locals_address): Use frame_base_find_by_frame.
4812 (get_frame_args_address): Use frame_base_find_by_frame.
4813 * frame-base.h (frame_base_sniffer_ftype): Declare.
4814 (frame_base_append_sniffer): Declare.
4815 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4816 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4817 (frame_base_append_sniffer): New function.
4818 (frame_base_append_predicate): Add a NULL sniffer.
4819 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4820 (struct frame_base_table): Add "sniffer".
4821 (frame_base_free): Free the "sniffer" table.
4822 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4823 (frame_unwind_append_sniffer): Declare.
4824 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4825 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4826 (struct frame_unwind_table): Add "sniffer", delete "middle".
4827 (append_predicate): Add "sniffer" parameter, append the sniffer.
4828 (frame_unwind_init): Update append_predicate call.
4829 (frame_unwind_append_sniffer): New function.
4830 (frame_unwind_append_predicate): Update append_predicate call.
4831 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4832
0714963c
AC
48332003-07-15 Andrew Cagney <cagney@redhat.com>
4834
4835 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4836 before code inhibiting repeated unwind attempts. Add to
4837 commentary on that test's problems.
4838 * blockframe.c (inside_main_func): Look for "main" in the minimal
4839 symbol table.
4840 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4841 identical.
4842
d9170e22
AC
48432003-07-15 Andrew Cagney <cagney@redhat.com>
4844
4845 * complaints.c (struct explanation): Define.
4846 (struct complaints): Change type of "explanation" to "struct
4847 explanation".
4848 (symfile_explanations): Convert to a "struct explanation" table.
4849 (vcomplaint): Update.
4850
eba29c8c
ML
48512003-07-15 Michal Ludvig <mludvig@suse.cz>
4852
4853 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4854 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4855 x86_64_linux_(fill,supply)_gregset functions.
4856 * x86-64-linux-tdep.c (USER_*): New defines.
4857 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4858 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4859 New functions.
4860 (fetch_core_registers): Ditto.
4861 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4862 * x86-64-linux-tdep.h: New file.
4863 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4864 and core-regset.o.
4865 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4866
68cc0bfb
MK
48672003-07-13 Mark Kettenis <kettenis@gnu.org>
4868
88a115f7
MK
4869 * x86-64-tdep.c (x86_64_store_return_value): Use
4870 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4871
68cc0bfb
MK
4872 * configure.host: Add x86_64-*-freebsd*.
4873 * configure.tgt: Add x86_64-*-freebsd*.
4874 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4875 * amd64fbsd-nat.c: New file.
4876 * amd64fbsd-tdep.c: New file.
4877 * config/i386/nm-fbsd64.h: New file.
4878 * config/i386/fbsd64.mh: New file.
4879 * config/i386/fbsd64.mt: New file.
4880
138e7be5
MK
48812003-07-11 Mark Kettenis <kettenis@gnu.org>
4882
4883 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4884 `sc_regs_offset' and `sc_fpregs_offset'.
4885 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4886 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4887 (alpha_sigtramp_register_address): Rewrite to use new members of
4888 `struct gdbarch_tdep'.
4889 (alpha_gdbarch_init): Initialize new members of struct
4890 gdbarch_tdep'.
4891 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4892 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4893 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4894 (alphafbsd_pc_in_sigtramp): Implement.
4895 (alphafbsd_sigtramp_offset): New function.
4896 (alphafbsd_sigcontext_addr): New function.
4897 (alphafbsd_init_abi): Initialize signal trampoline related members
4898 of `struct gdbarch_tdep'.
4899 (_initialize_alphafbsd_tdep): Add prototype.
4900
95303a68
TR
49012003-07-11 Theodore A. Roth <troth@openavr.org>
4902
ba292e4c
TR
4903 * Makefile.in (install-only): Quote sed expression when generating
4904 transformed_name.
95303a68 4905
6896c0c7
RH
49062003-07-11 Richard Henderson <rth@redhat.com>
4907
4908 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4909 * dwarf2-frame.c: Include complaints.h.
4910 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4911 variable initialization; return NULL on error.
4912 (decode_frame_entry): New.
4913
8edd5d01
AC
49142003-07-11 Andrew Cagney <cagney@redhat.com>
4915
c4a09524
AC
4916 * frame.h (frame_address_in_block): Delete declaration.
4917 * blockframe.c (frame_address_in_block): Delete function.
4918 (get_frame_block): Use get_frame_address_in_block.
4919 (block_innermost_frame): Ditto.
4920 * stack.c (print_frame, backtrace_command_1): Ditto.
4921
8edd5d01
AC
4922 * frame.h (get_frame_address_in_block): Declare.
4923 (frame_unwind_address_in_block): Declare.
4924 * frame.c (frame_unwind_address_in_block): New function.
4925 (get_frame_address_in_block): New function.
4926
f7968451
AC
49272003-07-10 Andrew Cagney <cagney@redhat.com>
4928
4929 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4930 pre-default. Note: re-generate has no effect.
a8f4cde1 4931
ae99b398
AC
49322003-07-10 Andrew Cagney <cagney@redhat.com>
4933
4934 * gdbarch.sh: When a variable, but not a function, compare against
4935 0. Fix problem in previous patch.
4936 * gdbarch.c: Re-generate.
a8f4cde1 4937
956ac328
AC
49382003-07-10 Andrew Cagney <cagney@redhat.com>
4939
4940 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4941 functions against NULL, not 0.
4942 * gdbarch.c: Re-generate.
a8f4cde1 4943
287c3240
FF
49442003-07-10 Fred Fish <fnf@ninemoons.com>
4945
4946 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4947 null string instead of a null pointer.
4948 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4949
32f63c4b
MS
49502003-07-09 Michael Snyder <msnyder@redhat.com>
4951
4952 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4953
402ecd56
MK
49542003-07-09 Mark Kettenis <kettenis@gnu.org>
4955
4956 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4957 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4958 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4959 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4960 * x86-64-tdep.c: ... from here.
4961
c481dac7
AS
49622003-07-09 Andreas Schwab <schwab@suse.de>
4963
4964 * m68k-tdep.h (enum struct_return): Define.
4965 (struct gdbarch_tdep): Add struct_return.
4966 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4967 bytes are padded to the right, not to the left. Pass struct value
4968 address in register %a1, not on stack.
4969 (m68k_use_struct_convention): New function.
4970 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4971 struct_return in tdep to pcc_struct_return.
4972 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4973 reg_struct_return.
4974
a8f4cde1 49752003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4976
a8f4cde1 4977 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4978
96a4ee76
AC
49792003-07-09 Andrew Cagney <cagney@redhat.com>
4980
4981 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4982 Add comments about the checks.
4983
1517c6d1
AC
49842003-07-08 Andrew Cagney <cagney@redhat.com>
4985
4986 * Makefile.in: Make dependency section headers consistent.
4987 (config_h): Move to $BUILD headers section.
4988 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4989 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4990 (ada-exp.tab.c): Move to YACC/LEX section.
4991 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4992 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4993
dc5dd1eb
KW
49942003-07-08 Kris Warkentin <kewarken@qnx.com>
4995
4996 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4997 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4998 of strerror with safe_strerror, use ISO C function definitions,
4999 and replace instances of sprintf with snprintf.
dc5dd1eb 5000
612dde91
AC
50012003-07-07 Andrew Cagney <cagney@redhat.com>
5002
5003 * frame.c (get_prev_frame): Enable check for identical frames.
5004 Update comments. Update error messages.
5005
492c11d3
JB
50062003-07-07 Joel Brobecker <brobecker@gnat.com>
5007
5008 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5009
376a5a49
JB
50102003-07-07 Joel Brobecker <brobecker@gnat.com>
5011
5012 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5013 sort_symtab_syms, no longer necessary.
5014
22b4a9ad
JB
50152003-07-07 Joel Brobecker <brobecker@gnat.com>
5016
5017 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5018
5bbcb741
JB
50192003-07-07 Joel Brobecker <brobecker@gnat.com>
5020
5021 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5022 (mips_register_byte): Likewise.
5023
c139e7d9
DJ
50242003-07-07 Daniel Jacobowitz <drow@mvista.com>
5025
5026 * Makefile.in (sparc_tdep_h): New.
5027 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5028 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5029 * sparc-linux-nat.c: Include "sparc-tdep.h".
5030 * sparc-nat.c: Likewise.
5031 * sparc-tdep.c: Likewise.
5032 * sparc64nbsd-nat.c: Likewise.
5033 * sparcnbsd-nat.c: Likewise.
5034 * sparcnbsd-tdep.c: Likewise.
5035 * sparc-tdep.h: New file.
5036 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5037 and sparc_npc_regnum.
5038
fd8f87c5
DJ
50392003-07-07 Daniel Jacobowitz <drow@mvista.com>
5040
5041 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5042 (mips_linux_cannot_store_register): List supported instead of
5043 unsupported registers.
5044
13adf674
DJ
50452003-07-07 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * disasm.c (dump_insns): Separate instructions from addresses.
5048
8de307e0
AS
50492003-07-07 Andreas Schwab <schwab@suse.de>
5050
5051 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5052 dependencies.
5053 * m68k-tdep.c (NUM_FREGS): Delete.
5054 (SIG_PC_FP_OFFSET): Delete.
5055 (TARGET_M68K): Delete.
5056 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5057 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5058 P_MOVEL_SP, P_MOVEML_SP): Define.
5059 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5060 P_TRAP): Delete.
5061 (m68k_register_raw_size): Delete.
5062 (m68k_register_virtual_size): Delete.
5063 (m68k_register_type): Renamed from m68k_register_virtual_type and
5064 add gdbarch argument.
5065 (m68k_store_struct_return): Delete.
5066 (m68k_deprecated_extract_return_value): Delete.
5067 (m68k_deprecated_extract_struct_value_address): Delete.
5068 (m68k_frame_chain): Delete.
5069 (m68k_frame_saved_pc): Delete.
5070 (m68k_fix_call_dummy): Delete.
5071 (m68k_push_dummy_frame): Delete.
5072 (m68k_pop_frame): Delete.
5073 (m68k_extract_return_value): New function.
5074 (m68k_store_return_value): Rewrite using regcache.
5075 (m68k_extract_struct_value_address): Rewrite using regcache.
5076 (m68k_push_dummy_call): New function.
5077 (struct m68k_frame_cache): Define.
5078 (m68k_alloc_frame_cache): New function.
5079 (m68k_analyze_frame_setup): New function.
5080 (m68k_analyze_register_saves): New function.
5081 (m68k_analyze_prologue): New function.
5082 (m68k_skip_prologue): Rewrite using above functions.
5083 (m68k_unwind_pc): New function.
5084 (m68k_frame_cache): New function.
5085 (m68k_frame_this_id): New function.
5086 (m68k_frame_prev_register): New function.
5087 (m68k_frame_unwind): New variable.
5088 (m68k_frame_p): New function.
5089 (m68k_sigtramp_frame_cache): New function.
5090 (m68k_sigtramp_frame_this_id): New function.
5091 (m68k_sigtramp_frame_prev_register): New function.
5092 (m68k_sigtramp_frame_unwind): New variable.
5093 (m68k_sigtramp_frame_p): New function.
5094 (m68k_frame_base_address): New function.
5095 (m68k_frame_base): New function.
5096 (m68k_unwind_dummy_id): New function.
5097 (fill_gregset): Use regcache_collect.
5098 (fill_fpregset): Likewise.
5099 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5100 defined.
5101 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5102 deprecated_init_frame_pc, deprecated_store_struct_return,
5103 deprecated_extract_return_value, deprecated_store_return_value,
5104 deprecated_frame_chain, deprecated_frame_saved_pc,
5105 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5106 deprecated_register_virtual_size,
5107 deprecated_max_register_raw_size,
5108 deprecated_max_register_virtual_size,
5109 deprecated_register_virtual_type, deprecated_register_size,
5110 deprecated_register_byte, deprecated_register_bytes,
5111 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5112 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5113 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5114 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5115 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5116 deprecated_push_dummy_frame, deprecated_pop_frame,
5117 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5118 only if SYSCALL_TRAP is defined. Set extract_return_value,
5119 store_return_value, extract_struct_value_address, register_type,
5120 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5121 predicates.
5122 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5123 M68K_MAX_REGISTER_SIZE): Define.
5124 (struct m68k_sigtramp_info): Define.
5125 (struct gdbarch_tdep): Add get_sigtramp_info.
5126 * m68klinux-nat.c (fetch_register): Use register_size instead of
5127 REGISTER_RAW_SIZE. Don't put assignment in if.
5128 (store_register): Likewise.
5129 (fetch_inferior_registers): Likewise.
5130 (store_inferior_registers): Likewise.
5131 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5132 (m68k_linux_frame_saved_pc): Delete.
5133 (m68k_linux_sigcontext_reg_offset,
5134 m68k_linux_ucontext_reg_offset): Define.
5135 (m68k_linux_get_sigtramp_info): New function.
5136 (m68k_linux_extract_return_value): Rewrite using regcache.
5137 (m68k_linux_store_return_value): Likewise.
5138 (m68k_linux_extract_struct_value_address): Likewise.
5139 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5140 Don't set deprecated_frame_saved_pc,
5141 deprecated_extract_return_value, deprecated_store_return_value,
5142 deprecated_extract_struct_value_address. Set
5143 extract_return_value, store_return_value,
5144 extract_struct_value_address.
5145
eb8bc282
AC
51462003-07-07 Andrew Cagney <cagney@redhat.com>
5147
5148 * expprint.c: Include "user-regs.h" instead of "frame.h".
5149 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5150 frame_map_regnum_to_name.
5151 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5152 (frame_map_name_to_regnum): Simplify, call
5153 user_reg_map_name_to_regnum.
5154 (frame_map_regnum_to_name): Simplify, call
5155 user_reg_map_regnum_to_name.
5156 (frame_register_unwind): Update.
5157 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5158 (_initialize_frame_reg): Call user_reg_add_builtin.
5159 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5160 (value_of_register): Use value_of_user_reg.
5161 * eval.c (evaluate_subexp_standard): Update.
5162 * parse.c (write_dollar_variable): Update.
5163 * d10v-tdep.c (d10v_print_registers_info): Update.
5164 * infcmd.c (registers_info): Update.
5165 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5166 (builtin_regs_h): Delete macro.
5167 (user_regs_h): Define.
5168 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5169 (builtin-regs.o): Delete target.
5170 (user-regs.o): Specify dependencies.
5171 (expprint.o): Update dependencies.
5172 (findvar.o): Update dependencies.
5173 (frame.o): Update dependencies.
5174 (std-regs.o): Update dependencies.
5175
9f476a01
CF
51762003-07-06 Christopher Faylor <cgf@redhat.com>
5177
5178 * win32-nat.c (solib_symbols_add): Use one variable for all section
5179 address stuff. Pass variable rather than address of variable to
5180 safe_symbol_file_add.
5181
a731b831
AS
51822003-07-06 Andreas Schwab <schwab@suse.de>
5183
5184 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5185
9f83329d
JB
51862003-07-04 Joel Brobecker <brobecker@gnat.com>
5187
5188 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5189
27e28cc5
KW
51902003-07-04 Kris Warkentin <kewarken@qnx.com>
5191
5192 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5193
51942003-07-04 Kris Warkentin <kewarken@qnx.com>
5195
5196 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5197 * config/i386/nto.mh: New file.
5198 * config/i386/nm-nto.h: New file.
5199 * configure.host: Add i[3456]86-*-nto*.
5200
100f2e98
JB
52012003-07-03 Joel Brobecker <brobecker@gnat.com>
5202
5203 * remote-vx.c (vx_add_symbols): Fix compilation error.
5204
e23457df
AC
52052003-07-03 Andrew Cagney <cagney@redhat.com>
5206
5207 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5208 * gdbarch.h, gdbarch.c: Re-generate.
5209 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5210 (legacy_register_name): Declare.
5211 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5212 (REGISTER_NAME): Define.
5213 * sparc-tdep.c (legacy_register_name): New function.
5214 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5215 (REGISTER_NAME): Define.
5216 (hppa64_register_name): Declare.
5217 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5218 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5219 (hppa64_register_name): New function.
5220 (hppa_register_name): New function.
5221 * arch-utils.c (legacy_register_name): Delete.
5222 * arch-utils.h (legacy_register_name): Delete.
5223
38caaeec
DJ
52242003-07-03 Daniel Jacobowitz <drow@mvista.com>
5225
5226 * cli/cli-interp.c (cli_interpreter_resume): Update the
5227 cli_uiout's stream to gdb_stdout.
5228
dadd712e
AC
52292003-07-03 Andrew Cagney <cagney@redhat.com>
5230
5231 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5232 predicate.
5233 * gdbarch.h, gdbarch.c: Re-generate.
5234 * regcache.c (init_regcache_descr): Use legacy code when either
5235 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5236
c7f1390e
DJ
52372003-07-02 Daniel Jacobowitz <drow@mvista.com>
5238
5239 * NEWS: Move "set logging" entry into GDB 6.0 section.
5240
4bc8c588
JB
52412003-07-02 Jim Blandy <jimb@redhat.com>
5242
a9dd42f1
JB
5243 * s390-tdep.c (struct frame_extra_info): new member:
5244 'stack_bought_valid'.
5245 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5246 initialize fextra_info->stack_bought.
5247 (s390_frameless_function_invocation): Don't trust the value of
5248 fextra_info_ptr->stack_bought unless
5249 fextra_info->stack_bought_valid is set.
5250
4bc8c588
JB
5251 New S390 prologue analyzer.
5252 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5253 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5254 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5255 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5256 compute_x_addr, s390_on_stack, s390_store,
5257 s390_get_signal_frame_info): New functions.
5258 (S390_NUM_SPILL_SLOTS): New macro.
5259 (s390_get_frame_info): Rewritten.
5260 (is_arg_reg): Deleted.
5261
5262 Break out the decoding of S/390 instructions into separate
5263 functions, to make it more legible, and easier to check
5264 against the spec.
5265 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5266 is_rx, is_rxe): New functions.
5267 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5268 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5269 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5270 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5271 enums for opcode values. (Is this an improvement?)
5272
fd13a04a
AC
52732003-07-02 Andrew Cagney <cagney@redhat.com>
5274
5275 * i386-tdep.c: Revert change committed as part of trad-frame code
5276 below.
5277
3f8091c1
DJ
52782003-07-02 Daniel Jacobowitz <drow@mvista.com>
5279
5280 * breakpoint.c (insert_catchpoint): Make static.
5281
8dd5115e
AS
52822003-07-02 Andreas Schwab <schwab@suse.de>
5283
5284 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5285 former ia64_push_arguments and ia64_push_return_address, and use
5286 regcache functions instead of read/write_register.
5287 (ia64_gdbarch_init): Set push_dummy_call instead of
5288 deprecated_push_arguments and deprecated_push_return_address.
5289
a2229c23
AJ
52902003-07-01 Andreas Jaeger <aj@suse.de>
5291
5292 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5293 before the call.
5294 Set %rax only to number of SSE registers used.
5295
3b3850e8
AC
52962003-07-01 Andrew Cagney <cagney@redhat.com>
5297
5298 * trad-frame.h: Update comments, a -1 .addr is reserved.
5299 (trad_frame_value_p, trad_frame_addr_p): Declare.
5300 (trad_frame_reg_p): Declare.
5301 (trad_frame_set_value): Rename trad_frame_register_value.
5302 (trad_frame_set_unknown): Declare.
5303 * trad-frame.c (trad_frame_realreg_p): New function.
5304 (trad_frame_addr_p, trad_frame_value_p): New function.
5305 (trad_frame_set_unknown): New function.
5306 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5307 (trad_frame_prev_register): Use trad_frame_realreg_p,
5308 trad_frame_addr_p and trad_frame_value_p.
5309 (trad_frame_set_value): Rename trad_frame_register_value.
5310 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5311 and trad_frame_set_value.
a2229c23 5312
4d819d0e
JB
53132003-06-30 Jim Blandy <jimb@redhat.com>
5314
5315 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5316 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5317 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5318 for 16 registers, and then 32 more bytes.
5319 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5320 New macros.
5321 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5322 Move up in the file, since it's now used by is_simple_arg.
5323 (is_simple_arg): Don't assume registers are four bytes long.
5324 Exclude all double arguments. Extended floats are not simple
5325 args.
5326 (is_power_of_two): New function.
5327 (pass_by_copy_ref): Call is_power_of_two, and check that the
5328 length fits in a register, rather than listing all the acceptable
5329 sizes. Extended floats are not passed by reference.
5330 (s390_push_arguments): Don't assume registers are four bytes long.
5331 Reserve an argument register to point to the buffer for structures
5332 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5333 S390_STACK_FRAME_OVERHEAD.
5334
1ad828f1
AS
53352003-06-30 Andreas Schwab <schwab@suse.de>
5336
5337 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5338 format error message.
5339
39b00981
JB
53402003-06-30 Joel Brobecker <brobecker@gnat.com>
5341
5342 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5343
b2a7f303
DC
53442003-06-30 David Carlton <carlton@kealia.com>
5345
5346 Band-aid for PR c++/1245.
5347 * Makefile.in (cp-support.o): Depend on complaints_h.
5348 * cp-support.c: Include complaints.h. Add declaration for
5349 find_last_component.
5350 (cp_find_first_component): Separate code into
5351 cp_find_first_component_aux.
5352 (cp_find_first_component_aux): Call demangled_name_complaint.
5353 (demangled_name_complaint): New.
5354
a257b5bb
AC
53552003-06-30 Andrew Cagney <cagney@redhat.com>
5356
5357 * remote.c (remote_write_bytes): Explicitly compute and then use
5358 the payload size. Update comments to reflect. Fixes problem of
5359 GDB not sending small packets as found by Fred Fish.
5360
0a2cfde4
AC
53612003-06-30 Andrew Cagney <cagney@redhat.com>
5362
5363 * remote.c (remote_async_wait): Fix -Wformat problem.
5364
3fcb8548
AC
53652003-06-29 Andrew Cagney <cagney@redhat.com>
5366
5367 * remote.c (remote_wait): Call error, and not warning, when the
5368 packet is corrupt.
5369 (remote_async_wait): Ditto.
5370
9f9970a3
DJ
53712003-06-29 Daniel Jacobowitz <drow@mvista.com>
5372
5373 * sparc-tdep.c (sparc_y_regnum): Make external again.
5374
83a8ccca
DJ
53752003-06-29 Daniel Jacobowitz <drow@mvista.com>
5376
5377 * cli/cli-logging.c (pop_output_files): Add void to function
5378 definition.
5379
d2cf594a
AC
53802003-06-29 Andrew Cagney <cagney@redhat.com>
5381
5382 * frame.c (frame_register_unwind): Use unsigned char when dumping
5383 the buffer contents.
5384
0fac0b41
DJ
53852003-06-28 Daniel Jacobowitz <drow@mvista.com>
5386
5387 * cli/cli-logging.c: New file.
5388 * cli-out.c (struct ui_out_data): Add original_stream.
5389 (cli_redirect): New function.
5390 (cli_ui_out_impl): Add cli_redirect.
5391 (cli_out_new): Initialize original_stream.
5392 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5393 (uo_redirect, ui_out_redirect): New.
5394 * ui-out.h (struct ui_out_impl): Add redirect member.
5395 (redirect_ftype): New.
5396 (ui_out_redirect): Add prototype.
5397 * Makefile.in: Add rules for cli-logging.c.
5398 * NEWS: Mention "set logging".
5399
88a07d7c
EZ
54002003-06-27 Elena Zannoni <ezannoni@redhat.com>
5401
5402 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5403
4eb58876
AC
54042003-06-27 Andrew Cagney <cagney@redhat.com>
5405
5406 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5407 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5408 * avr-tdep.c (avr_call_dummy_address): Delete function.
5409 (avr_gdbarch_init): Do not set call_dummy_address.
5410
1549f619
EZ
54112003-06-27 Elena Zannoni <ezannoni@redhat.com>
5412
5413 * symfile.c (syms_from_objfile): Move variables to inner block.
5414 Move the checks for the non-mainline case a bit earlier to avoid
5415 doing some useless computations.
5416
3cb3398d
EZ
54172003-06-27 Elena Zannoni <ezannoni@redhat.com>
5418
5419 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5420
3799ccc6
EZ
54212003-06-26 Elena Zannoni <ezannoni@redhat.com>
5422
5423 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5424 sections.
5425
ce1f6491
MC
54262003-06-26 Michael Chastain <mec@shout.net>
5427
5428 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5429 gdb/testsuite/gdb.c++/pr-1210.exp.
5430
d958dfd0
AC
54312003-06-26 Andrew Cagney <cagney@redhat.com>
5432
5433 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5434 altivec_expression.h and altivec_registers.h.
5435
d31431ed
AC
54362003-06-26 Andrew Cagney <cagney@redhat.com>
5437
5438 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5439 info->mach when MIPS16. Patch suggested by Fred Fish.
5440
714b1282
AC
54412003-06-26 Andrew Cagney <cagney@redhat.com>
5442
5443 * utils.c (internal_vproblem): Print the problem to a reason
5444 buffer and then pass to query. Make the msg variable more local.
5445
42efa47a
AC
54462003-06-26 Andrew Cagney <cagney@redhat.com>
5447
5448 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5449 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5450 * gdbarch.h, gdbarch.c: Re-generate.
5451 * frame-base.c (default_frame_args_address): Update. Use
5452 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5453 not available.
5454 (default_frame_locals_address): Ditto for
5455 DEPRECATED_FRAME_LOCALS_ADDRESS.
5456 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5457 (vax_frame_num_args): Update.
5458 (vax_gdbarch_init): Update.
5459 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5460 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5461 * mcore-tdep.c (mcore_gdbarch_init): Update.
5462 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5463 * ia64-tdep.c (ia64_gdbarch_init): Update.
5464 * symtab.h (address_class): Update comments.
5465 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5466 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5467 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5468 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5469 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5470 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5471 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5472 * alpha-mdebug-tdep.c: Update.
5473 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5474
8ffd9b1b
AJ
54752003-06-26 Andreas Jaeger <aj@suse.de>
5476
5477 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5478 of SSE registers so that varargs functions work. Rework handling
5479 of passing arguments on the stack.
5480 (x86_64_store_return_value): Return double and float values in SSE
5481 register.
5482
e8ac10a6
MC
54832003-06-24 Michael Chastain <mec@shout.net>
5484
5485 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5486 the "constructor breakpoints ignored" bug.
5487
986af8e6
DC
54882003-06-25 David Carlton <carlton@kealia.com>
5489
5490 * MAINTAINERS: Update e-mail address.
5491
d64558a5
JB
54922003-06-24 Jim Blandy <jimb@redhat.com>
5493
e538d2d7
JB
5494 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5495
02631ec0
JB
5496 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5497 function.
5498 (ppc_linux_init_abi): Register it as the
5499 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5500
e716d87a
JB
5501 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5502 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5503 method.
5504
d64558a5
JB
5505 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5506 (ppc64_standard_linkage_target): Use it.
5507
449a5da4
AC
55082003-06-23 Andrew Cagney <cagney@redhat.com>
5509
5510 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5511 for 0 "int0" and 4 "int32" sized registers.
5512 * gdbtypes.c (builtin_type_int0): Define.
5513 (build_gdbtypes): Initialize builtin_type_int0.
5514 * gdbtypes.h (builtin_type_int0): Declare.
5515
b2a02dda
SC
55162003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5517
5518 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5519 as characters are unsigned.
5520
fba3138e
DJ
55212003-06-22 Daniel Jacobowitz <drow@mvista.com>
5522
5523 PR gdb/1179
5524 * dwarfread.c (struct_type): Skip static fields without crashing.
5525
f6c8180b
AC
55262003-06-22 Andrew Cagney <cagney@redhat.com>
5527
5528 GDB 6.0 branch created.
f2c06f52
AC
5529 * README: Update.
5530 * PROBLEMS: Update. Empty.
5531 * NEWS: Update.
f6c8180b 5532
ae822768
DJ
55332003-06-22 Daniel Jacobowitz <drow@mvista.com>
5534
5535 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5536 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5537
261de166
AC
55382003-06-22 Andrew Cagney <cagney@redhat.com>
5539
5540 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5541 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5542 Velikov.
5543
30e94205
DJ
55442003-06-22 Daniel Jacobowitz <drow@mvista.com>
5545
5546 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5547 compilers.
5548
9e14d721
DJ
55492003-06-21 Daniel Jacobowitz <drow@mvista.com>
5550
5551 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5552 argument of val_print.
5553 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5554 to the address argument of baseclass_offset or target_read_memory.
5555 Do add it to the argument of cp_print_value_fields.
5556
a4b8ebc8
AC
55572003-06-21 Andrew Cagney <cagney@redhat.com>
5558
5559 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5560 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5561 instead of 0..NUM_REGS.
5562 (mips_register_reggroup_p): New function.
5563 (mips_pseudo_register_write): New function.
5564 (mips_pseudo_register_read): New function.
5565 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5566 based on the register's type.
5567 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5568 cooked.
5569 (mips_get_saved_register): Simplify. Assert that REGNO is a
5570 pseudo / cooked.
5571 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5572 (mips_register_type): Replace mips_register_virtual_type. Map
5573 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5574 when available.
5575 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5576 that the register is cooked / virtual.
5577 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5578 Only get the extra info when needed.
5579 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5580 (mips32_heuristic_proc_desc): Fetch the cooked register.
5581 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5582 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5583 (mips_print_register): Use gdbarch_register_type, instead of
5584 REGISTER_VIRTUAL_TYPE.
5585 (print_gp_register_row): Use gdbarch_register_type, instead of
5586 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5587 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5588 Print the pseudo / cooked registers.
5589 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5590 Print the pseudo / cooked registers.
5591 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5592 REG_NUM is pseudo / cooked.
5593 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5594 (mips_n32n64_xfer_return_value): Ditto.
5595 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5596 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5597 (mips_register_sim_regno): New function.
5598 (mips_gdbarch_init): Set deprecated_register_byte,
5599 register_group_p, pseudo_register_write, pseudo_register_read,
5600 register_sim_regno, and num_pseudo_regs. Set register_type,
5601 instead of register_virtual_type.
5602 * Makefile.in (mips-tdep.o): Update dependencies.
5603 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5604 REGISTER_VIRTUAL_TYPE.
5605 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5606 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5607 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5608 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5609 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5610
325ed089
DJ
56112003-06-21 Daniel Jacobowitz <drow@mvista.com>
5612
5613 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5614 * cli/cli-cmds.c: Include "gdb_vfork.h".
5615 (shell_escape): Use vfork.
5616
f0e7d0e8
AC
56172003-06-21 Andrew Cagney <cagney@redhat.com>
5618
c57bb9fa
AC
5619 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5620 32 bit floating-point register saves.
5621
6e51443a
AC
5622 * frame.h (deprecated_unwind_get_saved_register): Delete.
5623 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5624 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5625 and deprecated_get_next_frame_hack instead of
5626 deprecated_unwind_get_saved_register.
5627
ed183c7c
AC
5628 * mips-tdep.c (mips_dump_tdep): Do not print
5629 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5630
f0e7d0e8
AC
5631 * frame.c (get_frame_register): New function.
5632 (frame_unwind_register_signed): New function.
5633 (get_frame_register_signed): New function.
5634 (frame_unwind_register_unsigned): New function.
5635 (get_frame_register_unsigned): New function.
5636 * frame.h: Add comments on naming schema.
5637 (get_frame_register, frame_unwind_register_signed): Declare.
5638 (get_frame_register_signed, get_frame_register_signed): Declare.
5639 (frame_unwind_register_unsigned): Declare.
5640 (get_frame_register_unsigned): Declare.
5641
2224d941
TR
56422003-06-20 Theodore A. Roth <troth@openavr.org>
5643
5644 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5645
8619218d
TR
56462003-06-20 Theodore A. Roth <troth@openavr.org>
5647
5648 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5649 (avr_read_sp): Ditto.
5650
0b1b50c0
DJ
56512003-06-20 Daniel Jacobowitz <drow@mvista.com>
5652
5653 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5654 * config/arm/nm-linux.h: Likewise.
5655 * config/arm/tm-linux.h: Likewise.
5656 * config/ia64/nm-linux.h: Likewise.
5657 * config/ia64/tm-ia64.h: Likewise.
5658 * config/s390/tm-linux.h: Likewise.
5659 * config/s390/tm-s390.h: Likewise.
5660 * s390-nat.c: Likewise.
5661 * s390-tdep.c: Likewise.
5662
5663 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5664 * config/ia64/linux.mt: Likewise.
5665 * config/m68k/linux.mh: Likewise.
5666 * config/mips/linux.mt: Likewise.
5667 * config/powerpc/linux.mh: Likewise.
5668 * config/sh/linux.mt: Likewise.
5669
c8c18e65
KW
56702003-06-19 Kris Warkentin <kewarken@qnx.com>
5671
5672 * solib.c (solib_open): Change tests for whether to search
5673 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5674 comments.
5675
dcccef2e
TR
56762003-06-19 Theodore A. Roth <troth@openavr.org>
5677
5678 * avr-tdep.c (avr_frame_address): Delete function.
5679 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5680 set_gdbarch_frame_args_address.
5681
5861a190
AC
56822003-06-19 Andrew Cagney <cagney@redhat.com>
5683
5684 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5685 (REGISTER_CONVERT_FROM_TYPE): Delete.
5686 (mips_register_convert_to_type): Delete declaration.
5687 (mips_register_convert_from_type): Delete declaration.
5688 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5689 kernel/.
5690
0274a8ce
MS
56912003-06-19 Michael Snyder <msnyder@redhat.com>
5692
5693 * linux-nat.h: New file.
5694 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5695 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5696 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5697 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5698 (linux_make_note_section): Iterate over lwps instead of threads.
5699 (linux_do_thread_registers): Use lwp instead of merged pid.
5700 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5701 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5702 Add dependency on linux_nat_h.
5703
adf5f719
TR
57042003-06-19 Theodore A. Roth <troth@openavr.org>
5705
5706 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5707
6766a268
DJ
57082003-06-19 Daniel Jacobowitz <drow@mvista.com>
5709
5710 * varobj.c (get_type, get_target_type): Use check_typedef.
5711
1171114a
DJ
57122003-06-19 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * breakpoint.c (insert_catchpoint): Call internal_error.
5715
adcf68a2
TR
57162003-06-19 Theodore A. Roth <troth@openavr.org>
5717
5718 * avr-tdep.c (avr_push_dummy_code): Delete function.
5719 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5720
ea67f13b
DJ
57212003-06-19 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * arch-utils.c (default_prepare_to_proceed): Remove.
5724 (generic_prepare_to_proceed): Remove.
5725 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5726 (generic_prepare_to_proceed): Remove prototype.
5727 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5728 * gdbarch.c: Regenerate.
5729 * gdbarch.h: Regenerate.
5730 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5731 * hppah-nat.c (hppa_switched_threads): Remove.
5732 * infrun.c (prepare_to_proceed): New static function, copied from
5733 generic_prepare_to_proceed. Remove select_it argument.
5734 (proceed): Call prepare_to_proceed.
5735 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5736 variables.
5737 (ptrace_wait): Don't set the removed variables.
5738 (hppa_switched_threads): Remove.
5739 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5740 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5741 (lin_lwp_prepare_to_proceed): Remove prototype.
5742 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5743 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5744
4add8633
TR
57452003-06-18 Theodore A. Roth <troth@openavr.org>
5746
5747 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5748 trad-frame.h.
5749 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5750 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5751 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5752 (AVR_PROLOGUE_*): Enumerate prologue types.
5753 (struct frame_extra_info): Remove.
5754 (struct avr_unwind_cache): Define.
5755 (avr_write_sp): Delete function.
5756 (avr_read_fp): Ditto.
5757 (avr_init_extra_frame_info): Ditto.
5758 (avr_pop_frame): Ditto.
5759 (avr_frame_saved_pc): Ditto.
5760 (avr_saved_pc_after_call): Ditto.
5761 (avr_push_return_address): Ditto.
5762 (avr_frame_chain): Ditto.
5763 (avr_store_struct_return): Ditto.
5764 (avr_push_arguments): Ditto.
5765 (avr_scan_prologue): Update comments. Changed to set up the info for
5766 cache unwinding. Now returns end of prologue PC.
5767 (avr_skip_prologue): Better handling of functions lacking a prologue
5768 by using avr_scan_prologue.
5769 (avr_scan_arg_moves): New function.
5770 (avr_saved_regs_unwinder): Ditto.
5771 (avr_frame_unwind_cache): Ditto.
5772 (avr_unwind_pc): Ditto.
5773 (avr_frame_this_id): Ditto.
5774 (avr_frame_prev_register): Ditto.
5775 (avr_frame_p): Ditto.
5776 (avr_frame_base_address ): Ditto.
5777 (avr_unwind_dummy_id): Ditto.
5778 (avr_push_dummy_code): Ditto.
5779 (push_stack_item): Ditto.
5780 (pop_stack_item): Ditto.
5781 (avr_push_dummy_call): Ditto.
5782 (struct stack_item): Define.
5783 (avr_frame_unwind): Declare structure.
5784 (avr_frame_base): Ditto.
5785 (avr_gdbarch_init): Remove calls to
5786 set_gdbarch_deprecated_init_frame_pc,
5787 set_gdbarch_deprecated_target_read_fp,
5788 set_gdbarch_deprecated_dummy_write_sp,
5789 set_gdbarch_deprecated_fp_regnum,
5790 set_gdbarch_deprecated_push_arguments,
5791 set_gdbarch_deprecated_push_return_address,
5792 set_gdbarch_deprecated_pop_frame,
5793 set_gdbarch_deprecated_store_struct_return,
5794 set_gdbarch_deprecated_frame_init_saved_regs,
5795 set_gdbarch_deprecated_init_extra_frame_info,
5796 set_gdbarch_deprecated_frame_chain,
5797 set_gdbarch_deprecated_frame_saved_pc,
5798 set_gdbarch_deprecated_saved_pc_after_call.
5799 Add calls to set_gdbarch_push_dummy_call,
5800 set_gdbarch_push_dummy_code,
5801 frame_unwind_append_predicate,
5802 frame_base_set_default,
5803 set_gdbarch_unwind_dummy_id,
5804 set_gdbarch_unwind_pc.
5805 Wrap a long line.
5806
7be04a68
MS
58072003-06-18 Corinna Vinschen <vinschen@redhat.com>
5808
5809 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5810 registers for H8/300S.
5811 (h8300_print_registers_info): Ditto.
8ffd9b1b 5812 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5813
ae087d01
DJ
58142003-06-18 Daniel Jacobowitz <drow@mvista.com>
5815
5816 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5817 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5818 (lin_lwp_wait): Likewise. Update comments.
5819 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5820 (pull_pid_from_list, linux_record_stopped_pid): New.
5821
07d8f827
SC
58222003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5823
5824 * ada-lang.c (scan_discrim_bound): Name first argument.
5825 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5826 declared by ALL_BLOCK_SYMBOLS.
5827
7cb47b14
SC
58282003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5829
5830 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5831 ("regcache.h"): Include it.
5832 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5833
6ad8ae5c
DJ
58342003-06-17 Daniel Jacobowitz <drow@mvista.com>
5835
5836 * NEWS: Mention gdbserver detach change and "disconnect" command.
5837 * infcmd.c (disconnect_command): New function.
5838 (_initialize_infcmd): Add ``disconnect'' command.
5839 * remote.c (remote_async_detach): Delete.
5840 (remote_detach): Merge remote_async_detach.
5841 (remote_disconnect): New.
5842 (init_remote_ops): Set to_disconnect.
5843 (init_remote_cisco_ops): Likewise.
5844 (init_remote_async_ops): Likewise. Use remote_detach.
5845 * target.c (cleanup_target): Default to_disconnect.
5846 (update_current_target): Inherit to_disconnect.
5847 (target_disconnect, debug_to_disconnect): New functions.
5848 (setup_target_debug): Set to_disconnect.
5849 * target.h (struct target_ops): Add to_disconnect.
5850 (target_disconnect): Add prototype.
5851
687595f9
DJ
58522003-06-17 Daniel Jacobowitz <drow@mvista.com>
5853
5854 * breakpoint.c (insert_catchpoint): New function.
5855 (insert_breakpoints): Use catch_exceptions to call
5856 insert_catchpoint. Disable catchpoints if they fail to insert.
5857
29239a8f
DJ
58582003-06-17 Daniel Jacobowitz <drow@mvista.com>
5859
5860 * symfile.c (reread_symbols): Clear sym_private.
5861
2cdf3c63
AC
58622003-06-17 Andrew Cagney <cagney@redhat.com>
5863
5864 * trad-frame.h (struct frame_info): Add opaque declaration.
5865 * remote-fileio.h (struct cmd_list_element): Add opaque
5866 declaration.
5867 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5868 comments.
5869
cf0e1e0d
DJ
58702003-06-17 Daniel Jacobowitz <drow@mvista.com>
5871
5872 * remote.c (remote_prepare_to_store): Replace call to
5873 deprecated_read_register_bytes with multiple regcache_raw_read
5874 calls.
5875
192cdb19
KW
58762003-06-17 Kris Warkentin <kewarken@qnx.com>
5877
5878 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5879 (nto_find_and_open_solib): Likewise.
5880 (nto_init_solib_absolute_prefix): Likewise.
5881 (_initialize_nto_tdep): Fix indentation.
5882
89929b45
KW
58832003-06-17 Kris Warkentin <kewarken@qnx.com>
5884
5885 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5886
46019f27
KW
58872003-06-17 Kris Warkentin <kewarken@qnx.com>
5888
5889 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5890
1a38736e
JB
58912003-06-17 Jim Blandy <jimb@redhat.com>
5892
5893 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5894
3605c34a
TR
58952003-06-16 Theodore A. Roth <troth@openavr.org>
5896
5897 * avr-tdep.c (avr_extract_return_value): New function.
5898 (avr_gdbarch_init): Set extract_return_value method.
5899
870b3035
AC
59002003-06-16 Andrew Cagney <cagney@redhat.com>
5901
5902 * frame.h (deprecated_get_next_frame_hack): Declare.
5903 * frame.c (legacy_saved_regs_prev_register): Only require
5904 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5905 there are always saved regs.
5906 (deprecated_generic_get_saved_register): Do not require
5907 DEPRECATED_FRAME_INIT_SAVED_REGS.
5908 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5909 use frame ID unwind instead.
5910 (deprecated_get_next_frame_hack): New function.
5911
63d47a7d
CV
59122003-06-16 Corinna Vinschen <vinschen@redhat.com>
5913
5914 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5915 (h8300_push_dummy_call): ...this function. Some minor optimization.
5916 (h8300_push_return_address): Remove.
5917 (h8300_gdbarch_init): Remove calls to
5918 set_gdbarch_deprecated_dummy_write_sp,
5919 set_gdbarch_deprecated_push_arguments and
5920 set_gdbarch_deprecated_push_return_address.
5921 Add call to set_gdbarch_push_dummy_call.
5922
4bb1dc5e
CV
59232003-06-16 Corinna Vinschen <vinschen@redhat.com>
5924
5925 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5926 (E_PSEUDO_EXR_REGNUM): Ditto.
5927 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5928 registers into safe registers.
4bb1dc5e
CV
5929 (h8300_skip_prologue): Check for stm instruction to push registers
5930 used for register variables onto stack.
5931 (gdb_print_insn_h8300): Remove.
5932 (h8300_examine_prologue): Add a comment.
5933 (h8300_register_name): Take pseudo registers into account.
5934 (h8300s_register_name): Ditto.
5935 (h8300sx_register_name): Ditto.
5936 (h8300_print_register): Ditto.
5937 (h8300_print_registers_info): Define "nice" printing order.
5938 (h8300_saved_pc_after_call): Take pseudo registers into account.
5939 (h8300_register_type): Ditto. Return type used for remote connection
5940 when requesting real CCR or EXR register, return actual type when
5941 requesting pseudo CCR or EXR.
5942 (h8300_pseudo_register_read): New function.
5943 (h8300_pseudo_register_write): Ditto.
5944 (h8300_dbg_reg_to_regnum): Ditto.
5945 (h8300s_dbg_reg_to_regnum): Ditto.
5946 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5947 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5948 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5949 set_gdbarch_print_insn architecture dependent.
5950 Call set_gdbarch_pseudo_register_read and
5951 set_gdbarch_pseudo_register_write.
5952 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5953
a59fe496
AC
59542003-06-16 Andrew Cagney <cagney@redhat.com>
5955
5956 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5957 * gdbarch.h, gdbarch.c: Re-generate.
5958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5959 * s390-tdep.c (s390_gdbarch_init): Update.
5960 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5961 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5962 * mips-tdep.c (mips_gdbarch_init): Update.
5963 * mcore-tdep.c (mcore_gdbarch_init): Update.
5964 * cris-tdep.c (cris_gdbarch_init): Update.
5965 * infcall.c (call_function_by_hand): Update.
5966 * ia64-tdep.c (ia64_push_arguments): Update comment.
5967 * frame.c (legacy_get_prev_frame): Do not assume
5968 SAVE_DUMMY_FRAME_TOS_P.
5969 * dummy-frame.c (find_dummy_frame): Update comment.
5970
6f4e5a41
AC
59712003-06-16 Andrew Cagney <cagney@redhat.com>
5972
5973 * regcache.c (do_cooked_read): Do not use register_valid_p.
5974
72fab697
TR
59752003-06-15 Theodore A. Roth <troth@openavr.org>
5976
5977 * avr-tdep.c (avr_register_type): Remove a blank line.
5978 (avr_scan_prologue): Correct some comments.
5979
e3d8b004
TR
59802003-06-15 Theodore A. Roth <troth@openavr.org>
5981
5982 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5983 prologue types.
8ffd9b1b 5984 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5985 option.
5986 Add code to scan -mcall-prologues for mega devices.
5987
866b76ea
TR
59882003-06-15 Theodore A. Roth <troth@openavr.org>
5989
5990 * avr-tdep.c (avr_register_byte): Delete function.
5991 (avr_register_raw_size): Delete function.
5992 (avr_register_virtual_size): Delete function.
5993 (avr_register_virtual_type): Delete function.
5994 (avr_register_type): New function.
5995 (avr_address_to_pointer): Remove unused code.
5996 (avr_read_fp): Need to read FP as two separate bytes due to change to
5997 avr_register_type() usage.
5998 (avr_gdbarch_init): Don't set deprecated_register_size.
5999 Don't set deprecated_register_bytes.
6000 Don't set deprecated_register_byte.
6001 Don't set deprecated_register_raw_size.
6002 Don't set deprecated_max_register_raw_size.
6003 Don't set deprecated_register_virtual_size.
6004 Don't set deprecated_max_register_virtual_size.
6005 Don't set deprecated_register_virtual_type.
6006 Set register_type method.
6007
3993f6b1
DJ
60082003-06-15 Daniel Jacobowitz <drow@mvista.com>
6009
6010 * Makefile.in (linux-nat.o): Add rule.
6011 * linux-nat.c: New file.
6012 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6013 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6014 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6015 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6016 * config/arm/linux.mh (NATDEPFILES): Likewise.
6017 * config/i386/linux.mh (NATDEPFILES): Likewise.
6018 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6019 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6020 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6021 * config/mips/linux.mh (NATDEPFILES): Likewise.
6022 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6023 * config/s390/s390.mh (NATDEPFILES): Likewise.
6024 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6025
786a90bb
MK
60262003-06-15 Mark Kettenis <kettenis@gnu.org>
6027
6028 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6029 replace out-of-date comment.
6030
3bd3f01e
AC
60312003-06-15 Andrew Cagney <cagney@redhat.com>
6032
6033 * rdi-share/host.h (Fail): Change to a varargs function.
6034 * remote-rdi.c (Fail): Update.
8ffd9b1b 6035
de5b9bb9
MK
60362003-06-15 Mark Kettenis <kettenis@gnu.org>
6037
6038 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6039 (i386_convert_register_p, i386_register_to_value,
6040 i386_register_from_value): Handle types longer than 8 bytes.
6041
d532c08f
MK
60422003-06-15 Mark Kettenis <kettenis@gnu.org>
6043
6044 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6045 Move floating-point code to new function in i387-tdep.c.
6046 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6047 New functions containing code moved here from i386-tdep.c.
6048 * i387-tdep.h: Add opaque declaration for `struct type'.
6049 (i387_register_to_value, i387_value_to_register): New prototypes.
6050 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6051 (x86_64_init_abi): Set convert_register_p, register_to_value and
6052 value_to_register here.
8ffd9b1b 6053
42c466d7
AC
60542003-06-14 Andrew Cagney <cagney@redhat.com>
6055
6056 * mips-tdep.c (mips_register_to_value): Make static.
6057 (mips_value_to_register): Make static.
6058 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6059 * ia64-tdep.c (ia64_register_raw_size): Make static.
6060 (ia64_register_virtual_size): Make static.
6061 (ia64_register_byte): Make static.
6062 * i387-tdep.c: Include "i387-tdep.h".
6063 (print_387_control_word): Delete function.
6064 (print_387_status_word): Delete function.
6065 (print_387_status_bits): Delete function.
6066 (print_387_control_bits): Delete function.
6067 * Makefile.in (i387-tdep.o): Update dependencies.
6068 * rdi-share/host.h (Fail): Declare.
6069 * remote-rdi.c (Fail): Update to match declaration.
6070
2a9cda49
AC
60712003-06-14 Andrew Cagney <cagney@redhat.com>
6072
6073 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6074 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6075 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6076 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6077 * README: Delete reference to remote-array.
6078 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6079 (remote-array.o): Delete target.
6080 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6081 * remote-array.c: Delete file.
6082
ff2e87ac
AC
60832003-06-14 Andrew Cagney <cagney@redhat.com>
6084 Mark Kettenis <kettenis@gnu.org>
6085
6086 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6087 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6088 parameter with "frame".
6089 * gdbarch.h, gdbarch.c: Re-generate.
6090 * frame.h (put_frame_register): Declare.
6091 * frame.c (put_frame_register): New function.
6092 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6093 (legacy_register_to_value): Rewrite, use "frame" to get the
6094 register value.
6095 (legacy_value_to_register): Rewrite, use "frame" to find the
6096 register's location before storing.
6097 * arch-utils.h (legacy_convert_register_p): Update.
6098 (legacy_register_to_value, legacy_value_to_register): Update.
6099 * findvar.c (value_from_register): Rewrite, eliminate use of
6100 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6101 "frame" to REGISTER_TO_VALUE.
6102 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6103 lval_reg_frame_relative + lval_register branch of the switch. Do
6104 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6105 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6106 I386_EDI_REGNUM): New defines.
6107 (i386_next_regnum, i386_convert_register_p,
6108 i386_register_to_value, i386_value_to_register): New functions.
6109 (i386_register_convertible, i386_register_convert_to_virtual,
6110 i386_convert_to_raw): Remove functions.
6111 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6112 value_to_register instead of register_convertible,
6113 register_convert_to_virtual and register_convert_to_raw.
6114 * mips-tdep.c (mips_convert_register_p): New function.
6115 (mips_value_to_register): Replace mips_register_convert_from_type.
6116 (mips_register_to_value): Replace mips_register_convert_to_type.
6117 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6118 register_to_value.
6119 * alpha-tdep.c (alpha_convert_register_p): Update.
6120 (alpha_value_to_register): Update, store the register.
6121 (alpha_register_to_value): Update, fetch the register.
6122
98be1e77
TR
61232003-06-14 Theodore A. Roth <troth@openavr.org>
6124
6125 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6126 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6127 Don't set deprecated_call_dummy_words.
6128 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6129 Don't set remote_translate_xfer_address.
6130 (avr_io_reg_read_command): Remove commented out debug printf.
6131 Wrap a long line.
6132
57bc6122
TR
61332003-06-14 Theodore A. Roth <troth@openavr.org>
6134
6135 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6136 causes gdb to seg fault.
6137
eb01fc62
DJ
61382003-06-14 Daniel Jacobowitz <drow@mvista.com>
6139
6140 * sparc-nat.c (fetch_inferior_registers): Correct
6141 a reference to "registers".
6142
3b3e6bee
DJ
61432003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6144
6145 * Makefile.in (exc_request_U_h): Define
6146 (exc_request_S_h): Likewise.
6147 (msg_reply_S_h): Likewise.
6148 (msg_U_h): Likewise.
6149 (notify_S_h): Likewise.
6150 (process_reply_S_h): Likewise.
6151 (gnu-nat.o): Depend on gdb_obstack_h
6152 * gnu-nat.c: Include "gdb_obstack.h".
6153
b8de8283
AC
61542003-06-13 Andrew Cagney <cagney@redhat.com>
6155
6156 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6157 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 6158
f3be58bc
AC
61592003-06-13 Andrew Cagney <cagney@redhat.com>
6160
6161 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6162 when deprecated REGISTER macros can be deleted.
6163 * gdbarch.h, gdbarch.c: Re-generate.
6164
4c0122c8
JB
61652003-06-13 Jim Blandy <jimb@redhat.com>
6166
6167 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6168 Linux entry point symbols for _dl_debug_state, too.
6169
3e210248
AC
61702003-06-13 Andrew Cagney <cagney@redhat.com>
6171
6172 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6173 available, do not use the FP register, and always save the TOS.
6174 * dummy-frame.c (dummy_frame_this_id): Do not assert
6175 SAVE_DUMMY_FRAME_TOS.
6176 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6177 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6178 (i386_push_dummy_call): Add 8 to the returned SP.
6179 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6180 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6181 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6182 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6183 (x86_64_push_dummy_call): Return "sp + 16".
6184 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6185 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6186 save_dummy_frame_tos.
6187
0b65af49
JB
61882003-06-13 Jim Blandy <jimb@redhat.com>
6189
6190 * frv-tdep.c (frv_use_struct_convention): Delete static
6191 declaration for function deleted in my change of 2003-06-12.
6192
4ea2465e
TR
61932003-06-13 Theodore A. Roth <troth@openavr.org>
6194
6195 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6196 (avr_pointer_to_address): Shift code addrs left 1 bit.
6197 (avr_convert_from_func_ptr_addr): Delete function since operation is
6198 better handled by avr_address_to_pointer and avr_pointer_to_address.
6199 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6200
1581182a
MK
62012003-06-13 Mark Kettenis <kettenis@gnu.org>
6202
6203 From Kelley Cook <kelleycook@wideopenwest.com>:
6204 * configure.host: Accept i[34567]86 variants.
6205 * configure.tgt: Likewise.
6206 * nlm/configure.in: Likewise.
6207 * nlm/configure: Regenerated.
6208
7aa1783e
RE
62092003-06-13 Richard Earnshaw <rearnsha@arm.com>
6210
6211 * arm-tdep.c (solib-svr4.h): Dont' include it.
6212 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6213 * arm-linux-tdep.c: ... here. Make static.
6214 (arm_linux_init_abi): Register it.
6215 (solib-svr4.h): Include it.
6216 * Makefile.in: Update dependencies.
6217 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6218 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6219
0261a0d0
CV
62202003-06-13 Corinna Vinschen <vinschen@redhat.com>
6221
6222 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6223 indicate registers used for return values.
6224 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6225 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6226 members.
6227 (h8300_init_extra_frame_info): Ditto.
6228 (h8300_frame_locals_address): Removed.
6229 (h8300_frame_args_address): Removed.
6230 (h8300_extract_return_value): Use new regcache structure. Only care
6231 for 16 bit CPUs.
6232 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6233 (h8300_store_return_value): Use new regcache structure. Only care
6234 for 16 bit CPUs.
6235 (h8300h_store_return_value): Same function for 32 bit CPUs.
6236 (h8300_store_struct_return): Removed.
6237 (h8300_extract_struct_value_address): Use new regcache structure.
6238 (h8300h_extract_struct_value_address): Removed.
6239 (h8300_push_dummy_code): New function.
6240 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6241 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6242 set_gdbarch_store_return_value architecture dependent.
6243 Call set_gdbarch_push_dummy_code and
6244 set_gdbarch_extract_struct_value_address.
6245 Remove calls to set_gdbarch_frame_args_address,
6246 set_gdbarch_frame_locals_address,
6247 set_gdbarch_deprecated_store_struct_return,
6248 set_gdbarch_deprecated_extract_return_value,
6249 set_gdbarch_deprecated_extract_struct_value_address,
6250 set_gdbarch_deprecated_call_dummy_words and
6251 set_gdbarch_deprecated_sizeof_call_dummy_words.
6252
055c394a
CV
62532003-06-13 Corinna Vinschen <vinschen@redhat.com>
6254
6255 * h8300-tdep.c (h8300_register_byte): Remove.
6256 (h8300h_register_byte): Remove.
6257 (h8300_register_virtual_type): Remove. Substitute by...
6258 (h8300_register_type): New function.
6259 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6260 (h8300h_extract_struct_value_address): Ditto.
6261 (h8300_gdbarch_init): Drop calls to
6262 set_gdbarch_deprecated_register_byte and
6263 set_gdbarch_deprecated_register_virtual_type.
6264 Add call to set_gdbarch_register_type.
6265
9c04cab7
AC
62662003-06-13 Andrew Cagney <cagney@redhat.com>
6267
6268 * gdbarch.sh: Update comments on registers.
6269 (deprecated_register_byte): Rename register_byte.
6270 (deprecated_register_raw_size): Rename register_raw_size.
6271 (deprecated_register_virtual_size): Rename register_virtual_size.
6272 (deprecated_register_virtual_type): Rename register_virtual_type.
6273 * gdbarch.h, gdbarch.c: Re-generate.
6274 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6275 * vax-tdep.c (vax_gdbarch_init): Update.
6276 * v850-tdep.c (v850_gdbarch_init): Update.
6277 * sparc-tdep.c (sparc_gdbarch_init): Update.
6278 * sh-tdep.c (sh_gdbarch_init): Update.
6279 * s390-tdep.c (s390_gdbarch_init): Update.
6280 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6281 * ns32k-tdep.c: Update.
6282 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6283 * mips-tdep.c (mips_gdbarch_init): Update.
6284 * mcore-tdep.c (mcore_gdbarch_init): Update.
6285 * m68k-tdep.c (m68k_gdbarch_init): Update.
6286 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6287 * ia64-tdep.c (ia64_gdbarch_init): Update.
6288 * hppa-tdep.c (hppa_gdbarch_init): Update.
6289 * h8300-tdep.c (h8300_gdbarch_init): Update.
6290 * frv-tdep.c (frv_gdbarch_init): Update.
6291 * cris-tdep.c (cris_gdbarch_init): Update.
6292 * avr-tdep.c (avr_gdbarch_init): Update.
6293 * alpha-tdep.c (alpha_gdbarch_init): Update.
6294 * arm-tdep.c (arm_gdbarch_init): Update.
6295
b060cbea
AC
62962003-06-13 Andrew Cagney <cagney@redhat.com>
6297
6298 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6299 mips_o32_use_struct_convention with always_use_struct_convention.
6300
0fc9922a
DC
63012003-06-12 David Carlton <carlton@kealia.com>
6302
6303 * cp-namespace.c (cp_set_block_scope): Comment out
6304 processing_has_namespace_info branch.
6305
1fd35568
JB
63062003-06-12 Jim Blandy <jimb@redhat.com>
6307
f470a70a
JB
6308 Recognize and skip 64-bit PowerPC Linux linkage functions.
6309 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6310 insn_pattern, insns_match_pattern, d_field, ds_field): New
6311 functions, macros, and types for working with PPC instructions.
6312 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6313 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6314 ppc64_skip_trampoline_code): New functions, variables, and macros
6315 for recognizing and skipping linkage functions.
6316 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6317 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6318
49ff75ad
JB
6319 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6320 register offsets for both the 32- and 64-bit interfaces.
6321
bd918c83
JB
6322 Actually finish the job started by my change of 2003-05-29.
6323 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6324 other #definition of this.
6325 (ppc_linux_skip_trampoline_code): Remove declaration.
6326 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6327 static.
6328 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6329 method for GDBARCH.
6330
6331 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6332 'long' on ppc64-*-linux*.
6333
f8c59253
JB
6334 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6335 isn't #defined, assume the register doesn't exist: act as if
6336 tdep->ppc_mq_regnum were -1.
6337
8fbb30b1
JB
6338 * configure.host, configure.tgt: Add entries for
6339 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6340 powerpc/linux.mt.
6341 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6342 New files.
6343
1fd35568
JB
6344 * arch-utils.c (always_use_struct_convention): New function.
6345 * arch-utils.h (always_use_struct_convention): New prototype.
6346 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6347 (alpha_gdbarch_init): Register always_use_struct_convention,
6348 instead of alpha_use_struct_convention.
6349 * cris-tdep.c (cris_use_struct_convention): Delete.
6350 (cris_gdbarch_init): Register always_use_struct_convention,
6351 instead of cris_use_struct_convention.
6352 * frv-tdep.c (frv_use_struct_convention): Delete.
6353 (frv_gdbarch_init): Register always_use_struct_convention,
6354 instead of frv_use_struct_convention.
6355 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6356 (h8300_gdbarch_init): Register always_use_struct_convention,
6357 instead of h8300_use_struct_convention.
e3305dd9 6358 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
6359 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6360 instead of mips_o32_use_struct_convention.
6361
e14e6e9c
AC
63622003-06-12 Andrew Cagney <cagney@redhat.com>
6363
6364 * wince.c: Include "mips-tdep.h".
6365 * mips-tdep.h (mips_next_pc): Declare.
6366 * mcore-tdep.c: Make more local functions static.
6367 * Makefile.in (wince.o): Update dependencies.
6368
2335f48e
DC
63692003-06-12 David Carlton <carlton@kealia.com>
6370
6371 * symtab.c (lookup_symbol_aux_minsyms): Replace
6372 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6373 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6374 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6375 SYMBOL_NATURAL_NAME.
6376
f70a7d61
AS
63772003-06-12 Andreas Schwab <schwab@suse.de>
6378
6379 * Makefile.in (tuiDisassem.o): Update dependencies.
6380
b6429628
DC
63812003-06-12 David Carlton <carlton@bactrian.org>
6382
6383 * symtab.h: Delete declaration of make_symbol_overload_list.
6384 Add declaration of lookup_partial_symbol.
6385 * symtab.c (remove_params): Move to cp-support.c.
6386 (overload_list_add_symbol, make_symbol_overload_list)
6387 (sym_return_val_size, sym_return_val_index): Ditto.
6388 (lookup_partial_symbol): Make extern.
6389 * cp-support.h: Add declaration of make_symbol_overload_list.
6390 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6391 symtab.h, and block.h.
6392 (remove_params): Move here from symtab.c.
6393 (overload_list_add_symbol, make_symbol_overload_list)
6394 (sym_return_val_size, sym_return_val_index): Ditto.
6395 * valops.c: Include cp-support.h.
6396 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6397 frame_h, and block_h.
6398 (valops.o): Depend on cp_support_h.
6399
084edea5
CV
64002003-06-12 Corinna Vinschen <vinschen@redhat.com>
6401
6402 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6403 substitute by NUM_REGS throughout.
6404 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6405 (h8300s_register_name): New function for H8S registers.
6406 (h8300sx_register_name): Ditto for H8SX registers.
6407 (h8300_print_register): Revise register printing, avoid depending
6408 on 32 bit long.
0261a0d0 6409 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
6410 (h8300h_register_byte): New function for any other architecture.
6411 (h8300_register_raw_size): Remove.
6412 (h8300_register_virtual_type): Revise to return actually useful
6413 type.
6414 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6415 (h8300h_extract_struct_value_address): New function for any other
6416 architecture.
6417 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6418 set_gdbarch_register_name, set_gdbarch_register_byte,
6419 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6420 Remove calls to set_gdbarch_deprecated_register_size,
6421 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6422 set_gdbarch_deprecated_max_register_raw_size,
6423 set_gdbarch_register_virtual_size and
6424 set_gdbarch_deprecated_max_register_virtual_size entirely.
6425 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6426 set_gdbarch_long_double_bit.
6427
06194148
JJ
64282003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6429
8ffd9b1b
AJ
6430 * doublest.c (convert_doublest_to_floatformat): When dealing
6431 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
6432 processing a full 32 bits of mantissa.
6433
de4f826b
DC
64342003-06-11 David Carlton <carlton@bactrian.org>
6435
6436 * dictionary.h: New.
6437 * dictionary.c: New.
6438 * block.h: Add opaque declaration for struct dictionary.
6439 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6440 'sym' members.
6441 (BLOCK_DICT): New macro.
6442 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6443 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6444 BLOCK_SHOULD_SORT.
6445 (ALL_BLOCK_SYMBOLS): Update definition.
6446 * Makefile.in (SFILES): Add dictionary.c.
6447 (dictionary_h): New.
6448 (COMMON_OBS): Add dictionary.o.
6449 (dictionary.o): New.
6450 (ada-lang.o): Depend on dictionary_h.
6451 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6452 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6453 (mi-cmd-stack.o): Ditto.
6454 (gdbtk-cmds.o): Update dependencies.
6455 (gdbtk-stack.o): Ditto.
6456 * ada-lang.c: Include dictionary.h.
6457 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6458 (fill_in_ada_prototype, debug_print_block): Ditto.
6459 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6460 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6461 'is_sorted'.
6462 * mdebugread.c: Include dictionary.h.
6463 (struct parse_stack): Delete 'maxsyms' member.
6464 (parse_symbol): Update calls to new_block. Delete calls to
6465 shrink_block. Use dictionary methods.
6466 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6467 Update calls to new_symtab. Don't maintain maxsyms data.
6468 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6469 (add_symbol): Just call dict_add_symbol.
6470 (new_symtab): Delete 'maxsyms' argument.
6471 (new_symtab): Update calls to new_block.
6472 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6473 (shrink_block): Delete function.
6474 (fixup_sigtramp): Update call to new_block. Add symbol via
6475 dict_add_symbol.
6476 * jv-lang.c: Include dictionary.h.
6477 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6478 appropriately. Set class_symtab->free_func. Make sure the
6479 blockvector is big enough to hold two blocks.
6480 (add_class_symtab_symbol): Use dictionary methods.
6481 (free_class_block): New function.
6482 (type_from_class): Replace explicit iteration by
6483 ALL_BLOCK_SYMBOLS.
6484 * symtab.h (struct symtab): Replace 'free_ptr' method by
6485 'free_func'.
6486 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6487 sort_symtab_syms.
6488 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6489 sort_symtab_syms.
6490 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6491 Include dictionary.h.
6492 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6493 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6494 sort_symtab_syms.
6495 * objfiles.c: Include dictionary.h.
6496 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6497 * buildsym.c: Include dictionary.h.
6498 (finish_block): Use dictionary methods.
6499 (end_symtab): Set free_func to NULL, not free_ptr.
6500 * tracepoint.c: Include dictionary.h.
6501 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6502 (scope_info): Ditto.
6503 * stack.c: Include dictionary.h.
6504 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6505 (print_block_frame_labels, print_frame_arg_vars)
6506 (print_frame_args): Ditto.
6507 * symmisc.c (free_symtab_block): Use dictionary methods.
6508 (dump_symtab): Ditto.
6509 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6510 Include dictionary.h.
6511 * symfile.h: Delete declarations of sort_block_syms,
6512 sort_symtab_syms.
6513 * symfile.c (sort_block_syms): Delete.
6514 (sort_symtab_syms): Delete.
6515 * symtab.c: Include dictionary.h.
6516 (lookup_block_symbol): Use dictionary iterators.
6517 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6518 (search_symbols, make_symbol_completion_list): Ditto.
6519 (make_symbol_overload_list): Ditto.
6520 * valops.c (value_of_local): Use dict_empty.
6521 Include dictionary.h.
6522
a31f978c
JB
65232003-06-11 J. Brobecker <brobecker@gnat.com>
6524
6525 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6526
526e70c0
DC
65272003-06-11 David Carlton <carlton@bactrian.org>
6528
6529 * block.h (BLOCK_SHOULD_SORT): Delete.
6530 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6531 blocks.
6532 * ada-lang.c (ada_add_block_symbols): Ditto.
6533 * symfile.c (sort_block_syms): Delete.
6534 (sort_symtab_syms): Ditto.
6535 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6536 declarations.
6537 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6538 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6539 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6540 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6541 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6542 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6543 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6544
33c08150
JJ
65452003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6546
8ffd9b1b 6547 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6548 bits to 128.
6549
781a750d
AC
65502003-06-11 Andrew Cagney <cagney@redhat.com>
6551
6552 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6553 REGISTER_CONVERTIBLE.
6554 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6555 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6556 * gdbarch.h, gdbarch.c: Re-generate.
6557 * arch-utils.h (deprecated_register_convertible_not): Rename
6558 generic_register_convertible_not.
6559 * arch-utils.c (deprecated_register_convertible_not): Rename
6560 generic_register_convertible.
6561 (legacy_convert_register_p, legacy_register_to_value): Update.
6562 * sh-tdep.c (sh64_push_arguments): Update.
6563 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6564 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6565 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6566 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6567 * arch-utils.c (legacy_value_to_register): Update.
6568 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6569 (rs6000_register_convert_to_raw): Make parameter "from" const.
6570 * mips-tdep.c (mips_gdbarch_init): Update.
6571 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6572 * infcmd.c (default_print_registers_info): Update.
6573 * ia64-tdep.c (ia64_gdbarch_init): Update.
6574 (ia64_register_convert_to_raw): Make parameter "from" const.
6575 * i386-tdep.c (i386_gdbarch_init): Update.
6576 (i386_register_convert_to_raw): Update.
6577
cd90e54f
AC
65782003-06-11 Andrew Cagney <cagney@redhat.com>
6579
6580 * remote-fileio.c: Include "remote-fileio.h".
6581 * Makefile.in (remote-fileio.o): Update dependencies.
6582 (remote_fileio_h): Fix typo.
6583
a78f21af
AC
65842003-06-11 Andrew Cagney <cagney@redhat.com>
6585
6586 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6587 (xstormy16_save_dummy_frame_tos): Make static.
6588 (_initialize_xstormy16_tdep): Add declaration.
6589 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6590 * v850-tdep.c: Make local functions static.
6591 (_initialize_v850_tdep): Add declaration.
6592 * sparc-tdep.c: Make local functions static.
6593 (_initialize_sparc_tdep): Add declaration.
6594 * sh-tdep.c: Make local functions static.
6595 (_initialize_sh_tdep): Add declaration.
6596 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6597 * s390-tdep.c: Make local functions static.
6598 (_initialize_s390_tdep): Add declaration.
6599 * dbxread.c (find_stab_function_addr): Make static.
6600 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6601 * ocd.c (_initialize_remote_ocd): Add declaration.
6602 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6603 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6604 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6605 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6606 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6607 * remote-array.c (_initialize_array): Add declaration.
6608 (_initialize_remote_monitors): Add declaration.
6609 * remote-mips.c: Make local functions static.
6610 (_initialize_remote_mips): Add declaration.
6611 * mcore-tdep.c: Make all local functions static.
6612 (_initialize_mcore_tdep): Add declaration.
6613 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6614 * abug-rom.c (_initialize_abug_rom): Add declaration.
6615 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6616 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6617 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6618 * remote-est.c (_initialize_est): Add declaration.
6619 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6620 (m68hc11_call_dummy_address): Make static.
6621 * ia64-tdep.c: Make local functions static.
6622 (_initialize_ia64_tdep): Add declaration.
6623 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6624 * monitor.c (monitor_wait_filter): Make static.
6625 (_initialize_remote_monitors): Add declaration.
6626 * remote-hms.c (_initialize_remote_hms): Add declaration.
6627 * remote-e7000.c (fetch_regs_from_dump): Make static.
6628 (expect_n): Make static.
6629 (_initialize_remote_e7000): Add declaration.
6630 * ser-e7kpc.c: Always include "defs.h".
6631 (_initialize_ser_e7000pc): Add declaration.
6632 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6633 * cris-tdep.c: Make all but one function static.
6634 (_initialize_cris_tdep): Add declaration.
6635 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6636 * solib.c (update_solib_list): Make static.
6637 (_initialize_solib): Add declaration.
6638 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6639 (_initialize_avr_tdep): Add declaration.
6640 * remote-rdi.c (voiddummy): Make static.
6641 (_initialize_remote_rdi): Add declaration.
6642 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6643 * remote-rdp.c (send_rdp): Make static.
6644 (_initialize_remote_rdp): Add declaration.
6645 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6646
cbcdb1f5
CV
66472003-06-11 Corinna Vinschen <vinschen@redhat.com>
6648
6649 * remote-fileio.c: Make ari happy.
6650
a191ea8d
JB
66512003-06-10 J. Brobecker <brobecker@gnat.com>
6652
6653 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6654 fetching the trailing bytes of the buffer we are about to write.
6655
0ef75e11
AC
66562003-06-10 Andrew Cagney <cagney@redhat.com>
6657
6658 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6659 * Makefile.in (remote-fileio.o): Update dependencies.
6660 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6661 include <setjmp.h>, or <sys/types.h> conditional on USG.
6662 (remote_fio_jmp_buf): Delete global variable.
6663
449092f6 66642003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6665 Martin M. Hunt <hunt@redhat.com>
449092f6 6666
559fa028
AC
6667 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6668 (SFILES): Add remote-fileio.c.
6669 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6670 dependencies for building remote.o.
449092f6
CV
6671 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6672 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6673 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6674 static storage class.
6675 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6676 'F' packet.
6677 (_initialize_remote): Call initialize_remote_fileio().
6678 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6679 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6680 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6681 (captured_main): Initialize new ui_files.
6682 * ui-file.c: Add read and fgets input functions.
6683 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6684 (null_file_read): New function.
6685 (ui_file_read): New function.
6686 (set_ui_file_read): New function.
6687 (stdio_file_read): New function.
6688 * ui-file.h: New type ui_file_read_ftype.
6689 (set_ui_file_read): Declare.
6690 (ui_file_read): Declare.
6691
248de703
AC
66922003-06-09 Andrew Cagney <cagney@redhat.com>
6693
6694 * frame.h (deprecated_unwind_get_saved_register): Rename
6695 generic_unwind_get_saved_register, update comments.
6696 * mips-tdep.c (mips_get_saved_register): Update.
6697 * frame.c (deprecated_unwind_get_saved_register): Update.
6698
0ed8aa57
AC
66992003-06-09 Andrew Cagney <cagney@redhat.com>
6700
6701 * vax-tdep.c (vax_frame_locals_address): Delete function.
6702 (vax_gdbarch_init): Do not set frame_locals_address.
6703 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6704 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6705 * s390-tdep.c (s390_frame_args_address): Delete function.
6706 (s390_gdbarch_init): Do not set frame_args_address or
6707 frame_locals_address.
6708 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6709 (ns32k_gdbarch_init): Do not set frame_locals_address.
6710 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6711 (hppa_frame_locals_address): Delete function.
6712 (hppa_gdbarch_init): Do not set frame_args_address, or
6713 frame_locals_address.
6714 * arm-tdep.c (arm_frame_args_address): Delete.
6715 (arm_frame_locals_address): Delete.
6716 (arm_gdbarch_init): Do not set frame_args_address, or
6717 frame_locals_address.
6718
983a287a
AC
67192003-06-09 Andrew Cagney <cagney@redhat.com>
6720
6721 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6722 * gdbarch.h, gdbarch.c: Re-generate.
6723 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6724 * arch-utils.c (frame_num_args_unknown): Delete function.
6725 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6726 (frame_info): Use FRAME_NUM_ARGS_P.
6727 * arm-tdep.c (arm_frame_num_args): Delete function.
6728 (arm_gdbarch_init): Do not set frame_num_args.
6729 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6730 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6731 (hppa_gdbarch_init): Do not set frame_num_args.
6732 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6733 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6734 frame_num_args to default frame_num_args_unknown.
6735 * v850-tdep.c (v850_gdbarch_init): Ditto.
6736 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6737 * sh-tdep.c (sh_gdbarch_init): Ditto.
6738 * s390-tdep.c (s390_gdbarch_init): Ditto.
6739 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6740 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6741 * mips-tdep.c (mips_gdbarch_init): Ditto.
6742 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6743 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6744 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6745 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6746 * i386-tdep.c (i386_gdbarch_init): Ditto.
6747 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6748 * frv-tdep.c (frv_gdbarch_init): Ditto.
6749 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6750 * cris-tdep.c (cris_gdbarch_init): Ditto.
6751 * avr-tdep.c (avr_gdbarch_init): Ditto.
6752 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6753
8d3b0994
AC
67542003-06-09 Andrew Cagney <cagney@redhat.com>
6755
6756 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6757 (print_frame_args): Moved to "stack.c".
6758 * stack.c: Include "gdb_assert.h".
6759 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6760 (print_frame_args): Moved from "printcmd.c".
6761 * frame.h (print_frame_args): Delete declaration.
6762 * Makefile.in (stack.o): Update dependencies.
6763
25e3a86b
AC
67642003-06-08 Andrew Cagney <cagney@redhat.com>
6765
6766 * frame.c (get_prev_frame): Remove reference to
6767 frame_args_address_correct in comments.
6768 * frame-base.c (default_frame_args_address): Delete code
6769 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6770 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6771 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6772 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6773 (vax_frame_args_address_correct): Delete declaration.
6774
a9e5fdc2
AC
67752003-06-08 Andrew Cagney <cagney@redhat.com>
6776
6777 * gdbarch.sh (UNWIND_SP): Add.
6778 * gdbarch.h, gdbarch.c: Re-generate.
6779 * frame.c (frame_sp_unwind): New function.
6780 (get_frame_sp): New function.
6781 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6782 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6783 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6784 value.
6785 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6786 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6787
8983bd83
AC
67882003-06-08 Andrew Cagney <cagney@redhat.com>
6789
7fec2c59
AC
6790 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6791 REMOTE_BREAKPOINT.
6792 * remote.c: Update.
6793 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6794 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6795 * config/m68k/tm-sun3.h: Update.
6796 * config/m68k/tm-m68klynx.h: Update.
6797 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6798
8983bd83
AC
6799 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6800 trad_frame". Update comments.
6801 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6802 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6803 (trad_frame_register_value, trad_frame_prev_register): Update.
6804
b9362cc7
AC
68052003-06-08 Andrew Cagney <cagney@redhat.com>
6806
6807 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6808 from GCC's acinclude.m4.
6809 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6810 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6811 * main.c (error_init): Delete declaration.
6812 * defs.h (error_init): Declare.
6813 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6814 (rs6000_convert_from_func_ptr_addr): Make static.
6815 (_initialize_rs6000_tdep): Add declaration.
6816 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6817 (show_commands, set_verbose, show_history): Delete declaration.
6818 * top.h (set_verbose): Add declaration.
6819 (show_history, set_history, show_commands): Add declaration.
6820 (do_restore_instream_cleanup): Add declaration.
6821 * objc-lang.c (specialcmp): Make static.
6822 (print_object_command): Make static.
6823 (find_objc_msgsend): Make static.
6824 (find_objc_msgcall_submethod_helper): Make static.
6825 (find_objc_msgcall_submethod): Make static.
6826 (_initialize_objc_language): Add declaration.
6827 (find_implementation_from_class): Make static.
6828 (find_implementation): Make static.
6829 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6830 * objc-lang.h (lookup_struct_typedef): Add declaration.
6831 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6832 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6833 (do_restore_user_call_depth): Make static.
6834 (do_restore_instream_cleanup): Delete declaration.
6835 (dont_repeat): Delete declaration.
6836 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6837 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6838 * reggroups.c (_initialize_reggroup): Add declaration.
6839 * cp-support.c (_initialize_cp_support): Add declaration.
6840 * cp-abi.c (_initialize_cp_abi): Add declaration.
6841 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6842 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6843 (_initialize_gnu_v3_abi): Add declaration.
6844 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6845 (_initialize_gnu_v2_abi): Add declaration.
6846 * frame-base.c (_initialize_frame_base): Add declaration.
6847 * doublest.c (floatformat_from_length): Make static.
6848 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6849 * frame.c (create_sentinel_frame): Make static.
6850 (_initialize_frame): Add declaration.
6851 * top.c (do_catch_errors): Make static.
6852 (gdb_rl_operate_and_get_next_completion): Make static.
6853 * typeprint.c: Include "typeprint.h".
6854 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6855 (sentinel_frame_this_id): Make static.
6856 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6857 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6858 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6859 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6860 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6861 * maint.c (maintenance_print_architecture): Make static.
6862 * signals/signals.c (_initialize_signals): Add declaration.
6863 * std-regs.c (_initialize_frame_reg): Add declaration.
6864 * jv-exp.y (push_variable): ISO C definition.
6865 (push_qualified_expression_name): Ditto.
6866 * memattr.c (_initialize_mem): Add declaration.
6867 * remote.c (remote_check_watch_resources): Make static.
6868 (remote_stopped_by_watchpoint): Make static.
6869 (remote_stopped_data_address): Make static.
6870 * d10v-tdep.c (nr_dmap_regs): Make static.
6871 (a0_regnum): Make static.
6872 (d10v_frame_unwind_cache): Make static.
6873 (d10v_frame_p): Make static.
6874 * osabi.c (show_osabi): Make static.
6875 (_initialize_gdb_osabi): Add extern declaration.
6876 * gdbtypes.c (make_qualified_type): Make static.
6877 (safe_parse_type): Make static.
6878 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6879 * macrotab.c (macro_bcache_free): Make static.
6880 * interps.c (interp_set_quiet): Make static.
6881 (interpreter_exec_cmd): Make static.
6882 * stack.h (select_frame_command): New file.
6883 * stack.c: Include "stack.h".
6884 (select_frame_command_wrapper): Delete function.
6885 (select_frame_command): Make global.
6886 * infcall.c: Include "infcall.h".
6887 * linespec.c: Include "linespec.h".
6888 * symfile.c (sections_overlap): Make static.
6889 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6890 * charset.c (_initialize_charset): Add missing prototype.
6891 * regcache.c (init_legacy_regcache_descr): Make static.
6892 (do_regcache_xfree): Make static.
6893 (regcache_xfer_part): Make static.
6894 (_initialize_regcache): Add missing prototype.
6895 * breakpoint.c (parse_breakpoint_sals): Make static.
6896 (breakpoint_sals_to_pc): Make static.
6897 * interps.h (clear_interpreter_hooks): ISO C declaration.
6898 * Makefile.in (stack_h): Define.
6899 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6900 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6901
a0f267c7
AC
69022003-06-08 Andrew Cagney <cagney@redhat.com>
6903
6904 * Makefile.in (d10v-tdep.o): Update dependencies.
6905 (SFILES): Add trad-frame.c.
6906 (trad_frame_h): Define.
6907 (COMMON_OBS): Add trad-frame.o.
6908 (trad-frame.o): Specify dependencies.
6909 * d10v-tdep.c: Include "trad-frame.h".
6910 (saved_regs_unwinder): Delete function.
6911 (d10v_frame_prev_register): Use trad_frame_prev_register.
6912 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6913 trad_frame", delete "regs" and "prev_sp".
6914 (prologue_find_regs): Use trad-frame.
6915 * trad-frame.h, trad-frame.c: New files.
6916
4538b4f4
MK
69172003-06-08 Mark Kettenis <kettenis@gnu.org>
6918
6919 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6920
a0273b2f
AF
69212003-06-07 Adam Fedor <fedor@gnu.org>
6922
6923 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6924 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6925 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6926 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6927 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6928 Use it.
6929
3a6c3343
AC
69302003-06-07 Andrew Cagney <cagney@redhat.com>
6931
6932 * symfile.h: Re-indent, clean up comments.
6933
b46e02f6
AC
69342003-06-07 Andrew Cagney <cagney@redhat.com>
6935
6936 * inferior.h (deprecated_write_sp): Replace
6937 generic_target_write_sp.
6938 * regcache.c (deprecated_write_sp): Replace
6939 generic_target_write_sp.
6940 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6941 * vax-tdep.c (vax_gdbarch_init): Update.
6942 * v850-tdep.c (v850_gdbarch_init): Update.
6943 * sparc-tdep.c (sparc_gdbarch_init): Update.
6944 * sh-tdep.c (sh_gdbarch_init): Update.
6945 * s390-tdep.c (s390_gdbarch_init): Update.
6946 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6947 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6948 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6949 * mcore-tdep.c (mcore_gdbarch_init): Update.
6950 * m68k-tdep.c (m68k_gdbarch_init): Update.
6951 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6952 * ia64-tdep.c (ia64_gdbarch_init): Update.
6953 * h8300-tdep.c (h8300_gdbarch_init): Update.
6954 * frv-tdep.c (frv_gdbarch_init): Update.
6955 * cris-tdep.c (cris_gdbarch_init): Update.
6956 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6957
a42e117c
AC
69582003-06-07 Andrew Cagney <cagney@redhat.com>
6959
6960 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6961 Assert that PC_REGNUM is valid.
6962 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6963
bd1ce8ba
AC
69642003-06-07 Andrew Cagney <cagney@redhat.com>
6965
6966 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6967 * gdbarch.h, gdbarch.c: Regenerate.
6968 * mn10300-tdep.c: Include "gdb_assert.h".
6969 (mn10300_read_fp): New function.
6970 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6971 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6972 * ia64-tdep.c: Include "gdb_assert.h".
6973 (ia64_read_fp): New function.
6974 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6975 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6976 * regcache.c (generic_target_read_sp): Delete function.
6977 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6978 * inferior.h (generic_target_read_sp): Delete declaration.
6979 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6980 generic_target_read_sp.
6981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6982 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6983 * sh-tdep.c (sh_gdbarch_init): Ditto.
6984 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6985 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6986
ec5cbaec
AC
69872003-06-07 Andrew Cagney <cagney@redhat.com>
6988
6989 * gdbarch.sh: Comment each field of startup_gdbarch.
6990 * gdbarch.h, gdbarch.c: Re-generate.
6991
cde9ea48
AC
69922003-06-07 Andrew Cagney <cagney@redhat.com>
6993
6994 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6995 * gdbarch.h, gdbarch.c: Re-generate.
6996 * regcache.c: Update comments on read_pc et.al.
6997 (generic_target_read_pc): Delete function.
6998 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6999 * inferior.h (generic_target_read_pc): Delete declaration.
7000 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7001 generic_target_read_pc.
7002 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7003 * sh-tdep.c (sh_gdbarch_init): Ditto.
7004 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 7006
9a90a780
AC
70072003-06-07 Andrew Cagney <cagney@redhat.com>
7008
7009 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7010 "index" with "special_local_sect". Use strcmp instead of STREQ.
7011 Append period to coments.
7012
a39a16c4
MM
70132003-06-06 Mark Mitchell <mark@codesourcery.com>
7014
7015 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7016 (elfstab_offset_sections): Likewise.
7017 * gdb-stabs.h (stab_section_info): Likewise.
7018 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7019 * objfiles.c (objfile_relocate): Likewise.
7020 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7021 * remote.c (get_offsets): Likewise.
7022 (remote_cisco_objfile_relocate): Likewise.
7023 * somread.c (som_symfile_offsets): Likewise.
7024 * symfile.c (alloc_section_addr_info): New function.
7025 (build_section_addr_info_from_section_tab): Use it.
7026 (free_section_addr_info): Adjust.
7027 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7028 (syms_from_objfile): Allocate local_addr dynamically.
7029 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7030 dynamically.
7031 (add_symbol_file_command): Allocate sect_opts dynamically.
7032 (reread_symbols): Avoid use of SECT_OFF_MAX.
7033 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7034 (alloc_section_addr_info): Declare it.
7035 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7036 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7037 dynamically.
7038 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 7039
20c6c2f8
AC
70402003-06-06 Andrew Cagney <cagney@redhat.com>
7041
7042 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7043 (d10v_frame_unwind_cache): Do not set "return_pc".
7044
884a26c8
MS
70452003-06-06 Michael Snyder <msnyder@redhat.com>
7046
7047 * h8300-tdep.c: Make tidy (long lines).
7048
088ce440
ML
70492003-06-06 Michal Ludvig <mludvig@suse.cz>
7050
8ffd9b1b 7051 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
7052 to regcache_collect().
7053
7d773d96
JB
70542003-06-05 J. Brobecker <brobecker@gnat.com>
7055
7056 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7057 pc_in_sigtramp multiarch method.
7058 (hppa_hpux_som_init_abi): Use it.
7059 (hppa_hpux_elf_init_abi): Likewise.
7060 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7061 macro has been multiarched.
7062 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7063 macro here, as hppa64 isn't multiarched yet.
7064
1df6926e
AC
70652003-06-05 Andrew Cagney <cagney@redhat.com>
7066
7067 * Makefile.in (value_h): Add $(frame_h).
7068 * value.h: Include "frame.h".
7069 (struct value): Replace "frame_addr" with "frame_id".
7070 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7071 * values.c (allocate_value): Use VALUE_FRAME_ID.
7072 (value_copy): Use VALUE_FRAME_ID.
7073 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7074 * valops.c (value_assign): Update. Use frame_find_by_id.
7075
6b53acc6
ML
70762003-06-05 Michal Ludvig <mludvig@suse.cz>
7077
7078 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7079 in each pass.
7080
4d9850d3
JJ
70812003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7082
7083 * thread-db.c (check_event): For create/death event breakpoints,
7084 loop through all messages to ensure that we read the message
7085 corresponding to the breakpoint we are at.
7086
8efca6ba
MS
70872003-06-04 Michael Snyder <msnyder@redhat.com>
7088
7089 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7090
0912c7f2
MK
70912003-06-04 Mark Kettenis <kettenis@gnu.org>
7092
7093 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7094 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7095 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7096 when handling .eh_frame sections.
7097
4e370325
JB
70982003-06-04 J. Brobecker <brobecker@gnat.com>
7099
7100 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7101 prepare_to_proceed procedure instead of the hppa-specific one.
7102 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7103
b757528f 71042003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7105
b757528f
JJ
7106 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7107 * config.in: Regenerated.
7108 * configure.in: Add test for syscall function and check for
7109 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7110 * configure: Regenerated.
7111 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7112 <sys/syscall.h>.
7113 (kill_lwp): New function that uses tkill syscall or
7114 uses kill, depending on whether threading model is nptl or not.
7115 All callers of kill() changed to use kill_lwp().
7116 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7117 see if all threads have already exited in the nptl model.
7118 (stop_and_resume_callback): New callback function used by the
7119 lin_lwp_wait thread exit handling code.
7120 (stop_wait_callback): Check for threads already having exited and
7121 delete such threads fromt the lwp list when discovered.
7122 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 7123
b757528f
JJ
7124 Roland McGrath <roland@redhat.com>
7125 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7126 nptl libthread_db.
7127
087779b1
RH
71282003-06-03 Richard Henderson <rth@redhat.com>
7129
b21fd293
RH
7130 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7131 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7132 (alpha_sigtramp_frame_prev_register): Likewise.
7133 (alpha_heuristic_frame_prev_register): Likewise.
7134 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7135
8ffd9b1b 7136 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
7137 alpha-specific register id names.
7138 (alpha_mdebug_frame_unwind_cache): Likewise.
7139 (alpha_mdebug_frame_prev_register): Likewise.
7140
baa490c4
RH
71412003-06-03 Richard Henderson <rth@redhat.com>
7142
7143 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7144 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7145 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7146 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7147 unwind routines.
7148 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7149 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7150 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7151
7152 * alpha-linux-tdep.c: Remove unnecessary includes.
7153 * Makefile.in (alpha-linux-tdep.o): Update.
7154
71552003-06-03 Richard Henderson <rth@redhat.com>
7156
7157 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7158 (alphabsd_fill_fpreg): Likewise.
7159
f534e522
JB
71602003-06-03 J. Brobecker <brobecker@gnat.com>
7161
7162 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7163 references to struct frame_info fields by calls to the equivalent
7164 accessors. Necessary now that frame_info is opaque.
7165
4035536b
JB
71662003-06-03 J. Brobecker <brobecker@gnat.com>
7167
7168 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7169 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7170 structure, field no longer exists.
7171
0bd79c5c
JB
71722003-06-03 J. Brobecker <brobecker@gnat.com>
7173
7174 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7175 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7176
37bb6d9f
JB
71772003-06-03 J. Brobecker <brobecker@gnat.com>
7178
7179 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7180 references to struct frame_info fields by calls to the equivalent
7181 accessors. Necessary now that frame_info is opaque.
7182
852ee05c
JB
71832003-06-03 J. Brobecker <brobecker@gnat.com>
7184
7185 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7186 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7187 structure, field no longer exists.
7188
7d58c67d
TR
71892003-06-03 Theodore A. Roth <troth@openavr.org>
7190
8ffd9b1b 7191 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
7192 accumulation of the size of all registers instead of blindly using
7193 DEPRECATED_REGISTER_BYTES.
7194
0a48e7e8
MS
71952003-06-03 Michael Snyder <msnyder@redhat.com>
7196
7197 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7198 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7199 for h8300sx.
7200
9798ab0d
JB
72012003-06-03 J. Brobecker <brobecker@gnat.com>
7202
7203 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7204 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7205
00b037e2
AC
72062003-06-03 Andrew Cagney <cagney@redhat.com>
7207
7208 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7209 (sparc_convert_to_raw): Delete function.
7210 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7211 register_convert_to_virtual.
7212
043b2f77
JJ
72132003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7214
7215 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7216 layer if not dealing with a statically-linked threaded program.
7217
f43caff8
KW
72182003-06-03 Kris Warkentin <kewarken@qnx.com>
7219
7220 * solib.c (solib_open): Update comment to reflect actual search order.
7221
ae1e7417
AC
72222003-06-03 Andrew Cagney <cagney@redhat.com>
7223
7224 * frame.c (get_frame_memory_signed): New function.
7225 (get_frame_memory, get_frame_memory_unsigned): New function.
7226 (get_frame_arch): New function.
7227 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7228 (get_frame_memory, get_frame_unsigned_memory): Declare.
7229 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7230 get_frame_memory_unsigned and get_frame_arch.
7231 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7232
cb123844
RG
72332003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7234
7235 * MAINTAINERS (write after approval): Add myself.
7236
1bb792e9
JB
72372003-06-03 Jim Blandy <jimb@redhat.com>
7238
7239 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7240 elements of gregset_t are 64 bits each, but access registers
7241 are still 32 bits, so they're packed two per gregset_t
7242 element. Unpack/pack them properly.
7243
aee8d8ba
DC
72442003-06-02 David Carlton <carlton@bactrian.org>
7245
7246 * linespec.c (find_methods): Break out code into
7247 add_matching_methods and add_constructors.
7248 (add_matching_methods): New.
7249 (add_constructors): Ditto.
7250
bf7488d2
AC
72512003-06-02 Andrew Cagney <cagney@redhat.com>
7252
bf7488d2
AC
7253 * sparc-tdep.c (sparc_print_registers): Delete call to
7254 REGISTER_CONVERTIBLE.
7255 (sparc_gdbarch_init): Do not set register_convertible.
7256 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7257 * frv-tdep.c (frv_gdbarch_init): Ditto.
7258 * cris-tdep.c (cris_gdbarch_init): Ditto.
7259
adedef68
EZ
72602003-06-02 Elena Zannoni <ezannoni@redhat.com>
7261
8ffd9b1b 7262 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
7263 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7264 (syms_from_objfile): Ditto.
7265
650fcc91
AS
72662003-06-03 Andreas Schwab <schwab@suse.de>
7267
7268 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7269 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7270
df4a182b
RH
72712003-06-02 Richard Henderson <rth@redhat.com>
7272
7273 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7274 a member of all_reggroup.
7275
c483c494
RH
72762003-06-02 Richard Henderson <rth@redhat.com>
7277
7278 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7279 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7280 (alpha_lds, alpha_sts): New.
7281 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 7282 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
7283 restructure and fail for type sizes other than 4 or 8.
7284 (alpha_value_to_register): Similarly.
7285 (alpha_extract_return_value): Use alpha_sts.
7286 (alpha_store_return_value): Use alpha_lds.
7287 (alpha_gdbarch_init): Update hooks.
7288
b38b6be2
RH
72892003-06-02 Richard Henderson <rth@redhat.com>
7290
7291 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7292 regnum identifiers.
7293 (alpha_sigtramp_register_address): Likewise.
7294
98a8e1e5
RH
72952003-06-02 Richard Henderson <rth@redhat.com>
7296
7297 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7298 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7299 * alpha-tdep.h: Declare them.
7300
7301 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7302 Remove zerobuf. Don't error on UNIQUE.
7303 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7304 (ALPHA_REGSET_UNIQUE): Provide default.
7305 (supply_gregset): Use alpha_supply_int_regs.
7306 (fill_gregset): Use alpha_fill_int_regs.
7307 (supply_fpregset): Use alpha_supply_fp_regs.
7308 (fill_fpregset): Use alpha_fill_fp_regs.
7309 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7310 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7311 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7312 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7313 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7314 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7315
67dfac52
RH
73162003-06-02 Richard Henderson <rth@redhat.com>
7317
f75d70cc
RH
7318 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7319
67dfac52
RH
7320 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7321 (alpha_store_return_value): Likewise.
7322
0cf566ec
DC
73232003-06-02 David Carlton <carlton@math.stanford.edu>
7324
7325 * block.c (contained_in): Add 'const' to arguments.
7326 (block_function): Ditto.
7327 * block.h: Update declarations for block_function and
7328 contained_in.
7329
cdef89d0
DC
73302003-06-02 David Carlton <carlton@math.stanford.edu>
7331
7332 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7333 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7334 * p-valprint.c (pascal_val_print): Ditto.
7335 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7336
72667056
RH
73372003-06-02 Richard Henderson <rth@redhat.com>
7338
98a8e1e5
RH
7339 * alpha-tdep.c (alpha_push_dummy_call): Use
7340 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 7341
8ffd9b1b 7342 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
7343 sign-extension of 32-bit values.
7344 (alpha_store_return_value): Similarly.
0ede8eca 7345
98a8e1e5
RH
7346 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7347 (alpha_extract_return_value): Likewise.
7348 (alpha_store_return_value): Likewise.
7b5e1cb3 7349
98a8e1e5
RH
7350 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7351 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 7352
98a8e1e5
RH
7353 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7354 (alpha_extract_struct_value_address): Likewise.
7355 (alpha_store_return_value): Likewise.
7356 (alpha_store_struct_return): Remove.
7357 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 7358
98a8e1e5
RH
7359 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7360 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7361 macros where appropriate.
7362 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7363 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 7364
98a8e1e5
RH
7365 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7366 for SP, GP; void_func_ptr for PC; non-language-specific types
7367 for all others.
7368 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 7369
6dd77b81
RH
73702003-06-02 Richard Henderson <rth@redhat.com>
7371
7372 * top.h (lim_at_start): Declare.
7373 * main.c (captured_main): Set it.
7374 * top.c (lim_at_start): Define.
7375 (command_loop): Use it instead of &environ.
7376 * event-top.c (command_handler): Likewise.
7377
f4dbdb54
JT
73782003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7379
7380 * mipsnbsd-tdep.c: Update copyright years.
7381 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7382
8f285956
RH
73832003-06-01 Richard Henderson <rth@redhat.com>
7384
98a8e1e5
RH
7385 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7386 (alpha-linux-tdep.o): Update dependencies.
7387 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7388 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 7389
615967cb
RH
73902003-06-01 Richard Henderson <rth@redhat.com>
7391
98a8e1e5
RH
7392 * alpha-tdep.c (alpha_register_reggroup_p): New.
7393 (alpha_gdbarch_init): Register it.
615967cb 7394
b59661bd
AC
73952003-06-02 Andrew Cagney <cagney@redhat.com>
7396
7397 * dwarfread.c: Eliminate "register"
7398 (decode_die_type): Eliminate assignment within "if".
7399 (struct_type, decode_array_element_type): Ditto.
7400 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7401 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7402 (decode_modified_type, completedieinfo): Ditto.
7403 * block.c: Eliminate "register".
7404 (blockvector_for_pc_sect): Eliminate assignment within "if".
7405 * cp-support.h (struct symbol): Opaque declaration.
7406 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7407
5ef165c2
RH
74082003-06-01 Richard Henderson <rth@redhat.com>
7409
98a8e1e5
RH
7410 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7411 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 7412
143985b7
AF
74132003-06-01 Adam Fedor <fedor@gnu.org>
7414
7415 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7416 * gdbarch.[ch]: Regenerate.
7417 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7418 (hppa_gdbarch_init): Set it in the gdbarch vector.
7419 * i386-tdep.c (i386_fetch_pointer_argument): New
7420 (i386_gdbarch_init): Set it into gdbarch.
7421 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7422 (rs6000_gdbarch_init): Set it in gdbarch.
7423 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7424 (sparc_gdbarch_init): Set it in gdbarch.
7425
ae0167b9
AC
74262003-06-01 Andrew Cagney <cagney@redhat.com>
7427
7c0b4a20
AC
7428 * defs.h (extract_address): Delete declaration.
7429 * findvar.c (extract_address): Delete function.
7430 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7431 extract_address with the inline equivalent,
7432 extract_unsigned_integer.
7433 (xstormy16_extract_struct_value_address): Ditto.
7434 (xstormy16_pointer_to_address): Ditto.
7435 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7436 * v850-tdep.c (v850_push_arguments): Ditto.
7437 (v850_extract_return_value): Ditto.
7438 (v850_extract_struct_value_address): Ditto.
7439 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7440 (sparcnbsd_get_longjmp_target_64): Ditto.
7441 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7442 (get_longjmp_target): Ditto.
7443 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7444 (sh64_extract_struct_value_address): Ditto.
7445 (sh_push_arguments): Ditto.
7446 (sh64_push_arguments): Ditto.
7447 * remote-vxsparc.c (vx_read_register): Ditto.
7448 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7449 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7450 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7451 * mipsv4-nat.c (get_longjmp_target): Ditto.
7452 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7453 * mips-nat.c (get_longjmp_target): Ditto.
7454 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7455 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7456 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7457 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7458 * irix5-nat.c (get_longjmp_target): Ditto.
7459 * irix4-nat.c (get_longjmp_target): Ditto.
7460 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7461 (ia64_push_arguments): Ditto.
7462 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7463 * h8300-tdep.c (h8300_push_arguments): Ditto.
7464 (h8300_store_return_value): Ditto.
7465 (h8300_extract_struct_value_address): Ditto.
7466 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7467 (frv_push_arguments): Ditto.
7468 * avr-tdep.c (avr_pointer_to_address): Ditto.
7469 (avr_push_arguments): Ditto.
7470 * arm-tdep.c (arm_push_dummy_call): Ditto.
7471 (arm_get_longjmp_target): Ditto.
7472 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7473 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7474 (alpha_get_longjmp_target): Ditto.
7475
ae0167b9
AC
7476 * solib-irix.c (extract_mips_address): Inline extract_address,
7477 replacing it with extract_signed_integer.
7478 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7479 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7480 (first_link_map_member, open_symbol_file_object): Ditto.
7481 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7482 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7483 (LM_NEXT, LM_NAME): Ditto.
7484
44d88583
RH
74852003-06-01 Richard Henderson <rth@redhat.com>
7486
98a8e1e5
RH
7487 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7488 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7489 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7490 (alpha_cannot_store_register): Likewise.
7491 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7492 * alpha-nat.c (supply_gregset): Likewise.
7493 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7494
310e9b6a
AC
74952003-06-01 Andrew Cagney <cagney@redhat.com>
7496
7497 * infcall.c (call_function_by_hand): Update comment on
7498 DEPRECATED_DUMMY_WRITE_SP.
7499
7500 * mips-tdep.c (mips_gdbarch_init): Do not set
7501 deprecated_dummy_write_sp.
7502 (mips_eabi_push_dummy_call): Set the SP register.
7503 (mips_o64_push_dummy_call): Set the SP register.
7504 (mips_o32_push_dummy_call): Set the SP register.
7505 (mips_n32n64_push_dummy_call): Set the SP register.
7506
5ab84872
RH
75072003-06-01 Richard Henderson <rth@redhat.com>
7508
98a8e1e5
RH
7509 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7510 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7511 (supply_gregset): Likewise.
7512 * alpha-tdep.c (alpha_store_return_value): Likewise.
7513 (alpha_get_longjmp_target): Likewise.
7514 (alpha_register_name): Constify array.
7515 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7516 deprecated_register_size, deprecated_register_bytes,
7517 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7518 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7519 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7520
09cc52fd
RH
75212003-06-01 Richard Henderson <rth@redhat.com>
7522
7523 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7524 from arg_reg_buffer to regcache to avoid double conversion.
7525
c7f16359
MK
75262003-06-01 Mark Kettenis <kettenis@gnu.org>
7527
7528 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7529 SP_REGNUM.
7530 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7531 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7532
7131cb6e
RH
75332003-06-01 Richard Henderson <rth@redhat.com>
7534
98a8e1e5
RH
7535 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7536 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7537
f3e0f90b
RH
75382003-06-01 Richard Henderson <rth@redhat.com>
7539
98a8e1e5
RH
7540 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7541 not overlapping PC_REGNUM.
f3e0f90b 7542
c88e30c0
RH
75432003-06-01 Richard Henderson <rth@redhat.com>
7544
98a8e1e5
RH
7545 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7546 alpha_push_arguments. Don't dump argument register data to
7547 the target stack. Fix float and 128-bit long double semantics.
7548 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7549 (alpha_fix_call_dummy): Remove.
7550 (alpha_call_dummy_words): Remove.
7551 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7552
f1a559ae
RH
75532003-06-01 Richard Henderson <rth@redhat.com>
7554
7555 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7556
5e045346
AC
75572003-06-01 Andrew Cagney <cagney@redhat.com>
7558
95404a3e
AC
7559 * mips-tdep.c (is_mips16_addr): New function.
7560 (make_mips16_addr, unmake_mips16_addr): New functions.
7561 (pc_is_mips16, mips_fetch_instruction): Use.
7562 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7563 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7564 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7565 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7566 TARGET_MIPS.
7567 * config/mips/tm-mips.h: Update copyright.
7568 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7569 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7570 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7571 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7572 (TM_PRINT_INSN_MACH): Delete.
7573 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7574
5e045346
AC
7575 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7576 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7577 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7578 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7579 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7580 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7581 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7582 mips*-*-riscos* and mips*-*-sysv* onto mips.
7583 * config/mips/mips64.mt: New file.
7584 * config/mips/mips.mt: New file.
7585 * config/mips/littlemips.mt: Delete file.
7586 * config/mips/decstation.mt: Delete file.
7587 * config/mips/vr4300el.mt: Delete file.
7588 * config/mips/vr5000el.mt: Delete file.
7589 * config/mips/vr5000.mt: Delete file.
7590 * config/mips/vr4100.mt: Delete file.
7591 * config/mips/vr4xxxel.mt: Delete file.
7592 * config/mips/vr4300.mt: Delete file.
7593 * config/mips/vr4xxx.mt: Delete file.
7594 * config/mips/bigmips.mt: Delete file.
7595 * config/mips/bigmips64.mt: Delete file.
7596 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7597 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7598 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7599 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7600 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7601 "tm-bigmips.h".
7602 * config/mips/tm-irix3.h: Ditto.
7603 * config/mips/tm-mipsv4.h: Ditto.
7604 * config/mips/tm-embed.h: Ditto.
7605 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7606 "tm-bigmips64.h".
7607 * config/mips/tm-vr5000el.h: Delete file.
7608 * config/mips/tm-tx39l.h: Delete file.
7609 * config/mips/tm-vr4300el.h: Delete file.
7610 * config/mips/tm-vr4xxxel.h: Delete file.
7611 * config/mips/tm-vr4300.h: Delete file.
7612 * config/mips/tm-vr4100.h: Delete file.
7613 * config/mips/tm-vr4xxx.h: Delete file.
7614 * config/mips/tm-vr5000.h: Delete file.
7615 * config/mips/tm-embedl64.h: Delete file.
7616 * config/mips/tm-embedl.h: Delete file.
7617 * config/mips/tm-embed64.h: Delete file.
7618 * config/mips/tm-bigmips64.h: Delete file.
7619 * config/mips/tm-bigmips.h: Delete file.
7620
2473a4a9
MK
76212003-06-01 Mark Kettenis <kettenis@gnu.org>
7622
97a5b208
MK
7623 Fix gdb/1216.
7624 * shnbsd-nat.c: Include "sh-tdep.h".
7625
2473a4a9
MK
7626 From Richard Henderson <rth@redhat.com>:
7627 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7628
e0f7ec59
AC
76292003-05-31 Andrew Cagney <cagney@redhat.com>
7630
7631 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7632 forward declaration.
7633 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7634 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7635 (mips_find_saved_regs): Use set_reg_offset.
7636 (mips_frame_init_saved_regs): Delete function.
7637 (mips_pop_frame): Call mips_find_saved_regs instead of
7638 DEPRECATED_FRAME_INIT_SAVED_REGS.
7639
68dcc709
AC
76402003-05-31 Andrew Cagney <cagney@redhat.com>
7641
7642 * mips-tdep.c (mips_gdbarch_init): Do not set
7643 deprecated_max_register_raw_size, register_virtual_size, and
7644 deprecated_max_register_virtual_size.
7645
cfc14b3a
MK
76462003-05-31 Mark Kettenis <kettenis@gnu.org>
7647
6405b0a6
MK
7648 * i386-tdep.c: Include "dwarf2-frame.h".
7649 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7650 * Makefile.in (i386-tdep.o): Update dependencies.
7651
cfc14b3a
MK
7652 * dwarf2-frame.c, dwarf2-frame.h: New files.
7653 * Makefile.in (SFILES): Add dwarf2-frame.c.
7654 (dwarf2_frame_h): Define.
7655 (COMMON_OBS): Add dwarf2-frame.o.
7656 (dwarf2-frame.o): Add dependencies.
7657
6a2751d2
AJ
76582003-05-31 Andreas Jaeger <aj@suse.de>
7659
7660 * x86-64-linux-nat.c: Fix comment.
7661
1c3545ae
MK
76622003-05-31 Mark Kettenis <kettenis@gnu.org>
7663
10f93086
MK
7664 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7665 function signature.
7666
1c3545ae
MK
7667 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7668 have a sigcontext_addr handler.
7669 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7670 sigcontext_addr handler.
7671
e11c53d2
AC
76722003-05-31 Andrew Cagney <cagney@redhat.com>
7673
7674 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7675 (print_fp_register_row): Replace do_fp_register_row.
7676 (mips_print_fp_register): Add "file" and "frame" parameters.
7677 (mips_print_register): Add "file" and "frame" parameters.
7678 (mips_print_registers_info): Replace mips_do_registers_info.
7679 (mips_gdbarch_init): Set print_registers_info instead of
7680 deprecated_do_registers_info.
7681 (mips_read_fp_register_single): Add "frame" parameter.
7682 (mips_read_fp_register_double): Add "frame" parameter.
7683
a3386186
MK
76842003-05-31 Mark Kettenis <kettenis@gnu.org>
7685
70913449
MK
7686 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7687 Fixes a bug where GDB would print the wrong register names for
7688 targets without SSE.
7689
2b5e0749
MK
7690 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7691 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7692 registers.
7693
7694 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7695 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7696 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7697 TDEP->sc_sp_offset.
7698
a3386186
MK
7699 From Michal Ludvig <mludvig@suse.cz>:
7700 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7701 and `sc_num_regs'.
7702 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7703 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7704 I386_ST0_REGNUM): Move here from...
7705 * i386-tdep.c: ... here.
7706 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7707 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7708 registers if possible.
7709 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7710 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7711 Remove variables.
7712 (i386bsd_sc_reg_offset): New variable.
7713 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7714 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7715 TDEP->sc_sp_offset.
7716 (i386fbsd_sc_reg_offset): New variable.
7717 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7718 TDEP->sc_num_regs.
7719 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7720 variables.
7721 (i386fbsd4_sc_reg_offset): New variable.
7722 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7723 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7724 TDEP->sc_sp_offset.
7725 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7726 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7727 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7728 Remove variables.
7729 (i386nbsd_sc_reg_offset): New variable.
7730 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7731 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7732 TDEP->sc_sp_offset.
7733 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7734 Remove variables.
7735 (i386obsd_sc_reg_offset): New variable.
7736 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7737 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7738 TDEP->sc_sp_offset.
7739 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7740 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7741 for frame pointer offset in `struct sigcontext'.
7742
25ab4790
AC
77432003-05-31 Andrew Cagney <cagney@redhat.com>
7744
7745 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7746 architecture methods call_dummy_words, sizeof_call_dummy_words,
7747 push_return_address, store_struct_return, and fix_call_dummy. Set
7748 push_dummy_call instead of deprecated_push_arguments.
7749 (mips_store_struct_return): Delete function.
7750 (mips_fix_call_dummy): Delete function.
7751 (mips_push_return_address): Delete function.
7752 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7753 RA_REGNUM and T9_REGNUM.
7754 (mips_n32n64_push_dummy_call): Ditto for
7755 mips_n32n64_push_arguments.
7756 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7757 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7758
6a65450a
AC
77592003-05-31 Andrew Cagney <cagney@redhat.com>
7760
7761 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7762 "dummy_addr" to "bp_addr".
7763 * infcall.c (call_function_by_hand): Pass "funaddr" to
7764 gdbarch_push_dummy_call.
7765 * gdbarch.h, gdbarch.c: Re-generate.
7766 * i386-tdep.c (i386_push_dummy_call): Update.
7767 * arm-tdep.c (arm_push_dummy_call): Update.
7768 * d10v-tdep.c (d10v_push_dummy_call): Update.
7769
c4f35dd8
MK
77702003-05-31 Mark Kettenis <kettenis@gnu.org>
7771
7772 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7773 variable declarations.
7774 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7775 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7776 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7777 x86_64_init_frame_pc, x86_64_init_frame_pc,
7778 x86_64_function_has_prologue): Remove prototypes.
7779 (X86_64_NUM_GREGS): New define.
7780 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7781 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7782 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7783 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7784 XMM1_REGNUM): Remove defines.
7785 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7786 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7787 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7788 X86_64_XMM1_REGNUM): New defines.
7789 (struct x86_64_register_info): Renamed from `struct
7790 register_info'. Remove `size' member.
7791 (x86_64_register_info_table): Remove variable.
7792 (x86_64_register_info): New variable.
7793 (X86_64_NUM_REGS): New define.
7794 (X86_64_NUM_GREGS): Remove define.
7795 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7796 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7797 Remove variables.
7798 (x86_54_dwarf2_reg_to_regnum): Remove function.
7799 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7800 (x86_64_dwarf_reg_to_regnum): New function.
7801 (x86_64_register_name): Rewrite.
7802 (x86_64_register_raw_size): Remove function.
7803 (x86_64_register_byte_table): Remove variable.
7804 (x86_64_register_byte): Remove function.
7805 (x86_64_register_virtual_type): Remove function.
7806 (x86_64_register_type): New function.
7807 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7808 x86_64_register_convert_to_raw): Remove functions.
7809 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7810 (x86_64_use_struct_convention): Make static. Adjust for renamed
7811 defines.
7812 (x86_64_frame_init_saved_regs): Remove function.
7813 (x86_64_push_arguments): Make static. Change to accept a regcache
7814 as argument.
7815 (x86_64_store_return_value, x86_64_extract_return_value): Make
7816 static. Rewrite based on i386 counterparts.
7817 (x86_64_push_dummy_call): New function.
7818 (X86_64_NUM_SAVED_REGS): New define.
7819 (x86_64_register_number): Remove function.
7820 (x86_64_store_struct_return): Remove function.
7821 (x86_64_frameless_function_invocation,
7822 x86_64_function_has_prologue): Remove functions.
7823 (PROLOG_BUFSIZE): Remove define.
7824 (struct x86_64_frame_cache): New structure.
7825 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7826 x86_64_frame_cache, x86_64_frame_this_id,
7827 x86_64_frame_prev_register, x86_64_frame_p,
7828 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7829 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7830 functions.
7831 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7832 variables.
7833 (x86_64_skip_prologue): Rewrite in terms of
7834 x86_64_analyze_prologue.
7835 (x86_64_frame_base_address): New function.
7836 (x86_64_frame_base): New variable.
7837 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7838 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7839 set deprecated_fp_regnum, deprecated_register_size,
7840 deprecated_register_bytes, register_raw_size, register_byte,
7841 register_virtual_type, register_convertiable,
7842 register_convert_to_virtual, convert_to_raw,
7843 deprecated_get_saved_register, deprecated_target_read_fp,
7844 deprecated_push_arguments, deprecated_push_return_address,
7845 deprecated_pop_frame, deprecated_store_struct_return,
7846 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7847 frameless_function_invocation, deprecated_frame_saved_pc,
7848 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7849 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7850 deprecated_init_frame_pc and virtual_frame_pointer. Call
7851 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7852 and x86_64_frame_p. Call frame_base_set_default to register
7853 x86_64_frame_base.
7854 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7855 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7856 (_initialize_x86_64_tdep): Remove function.
7857 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7858 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7859 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7860 define.
7861 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7862 (x86_64_linux_sigcontext_addr): Rewrite.
7863 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7864 x86_64_linux_frame_saved_pc): Remove functions.
7865 (x86_64_linux_pc_in_sigtramp): Renamed from
7866 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7867 trampoline.
7868 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7869 Remove_functions.
7870 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7871 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7872 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7873 (x86_64_regmap): Rename to regmap.
7874 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7875 x86_64_num_gregs.
7876 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7877 x86_64_regmap.
7878 (x86_64_fxsave_offset): Remove function.
7879 (supply_fpregset): Simply call x86_64_supply_fxsave.
7880 (fill_fpregset): Simply call x86_64_fill_fxsave.
7881 (fetch_inferior_registers, store_inferior_registers): Avoid
7882 asignment in if-statement.
7883 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7884 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7885 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7886 (fetch_core_registers): Remove function.
7887 (linux_elf_core_fns): Remove.
7888 (offsetoff): Don't define.
7889 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7890 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7891 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7892 add core-regset.o.
7893 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7894 protection against multiple includes instead of NM_X86_64_h. Add
7895 various comments. Include "config/nm-linux.h". Don't include
7896 <signal.h>.
7897 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7898 GET_THREAD_SIGNALS): Remove defines.
7899 (x86_64_register_u_addr, kernel_u_size,
7900 lin_thread_get_thread_signals): Remove prototypes.
7901 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7902 [HAVE_LINK_H]: Don't include "solib.h".
7903 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7904 * config/i386/tm-x86-64linux.h: Fix comments.
7905 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7906 x86-64-tdep.o): Update dependencies.
7907
c25083af
AC
79082003-05-30 Andrew Cagney <cagney@redhat.com>
7909
c8f55a7b
AC
7910 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7911 Change parameter type to a "struct regcache *".
7912
c25083af
AC
7913 * gdbarch.sh: Regardless of the multi-arch level, always define
7914 the macro when not already defined.
7915 * gdbarch.h, gdbarch.c: Re-generate.
7916
fbe586ae
RH
79172003-05-30 Richard Henderson <rth@redhat.com>
7918
7919 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7920 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7921 (alpha_mdebug_frame_this_id): Likewise.
7922 (alpha_mdebug_frame_prev_register): Likewise.
7923 (alpha_mdebug_frame_base_address): Likewise.
7924 (alpha_mdebug_frame_locals_address): Likewise.
7925 (alpha_mdebug_frame_args_address): Likewise.
7926 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7927 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7928 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7929 loop increment.
7930 (alpha_heuristic_frame_this_id): Make static.
7931 (alpha_heuristic_frame_prev_register): Likewise.
7932 (alpha_heuristic_frame_base_address): Likewise.
7933 * alpha-tdep.h: Update.
7934
acd5c798
MK
79352003-05-30 Mark Kettenis <kettenis@gnu.org>
7936
7937 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7938 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7939 defenitions.
7940 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7941 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7942 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7943 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7944 I386_ST0_REGNUM): New defines.
7945 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7946 codestream_get): Remove define.
7947 (codestream_next_addr, condestream_addr, condestream_buf,
7948 codestream_off, codestream_cnt): Remove variables.
7949 (codestream_fill, codestream_seek, codestream_read): Remove
7950 functions.
7951 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7952 functionality.
7953 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7954 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7955 i386_frame_saved_pc, i386_saved_pc_after_call,
7956 i386_frame_num_args, i386_frame_init_saved_regs,
7957 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7958 i386_push_arguments): Remove functions.
7959 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7960 functionality. Use i386_analyze_prologue instead of
7961 i386_get_frame_setup.
7962 (I386_NUM_SAVED_REGS): New define.
7963 (struct i386_frame_cache): New structure.
7964 (i386_alloc_frame_cache, i386_analyze_struct_return,
7965 i386_skip_probe, i386_analyze_frame_setup,
7966 i386_analyze_register_saves, i386_analyze_prologue,
7967 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7968 i386_frame_prev_register, i386_sigtramp_frame_cache,
7969 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7970 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7971 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7972 New functions.
7973 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7974 New variables.
7975 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7976 I386_EAX_REGNUM and I386_EDX_REGNUM.
7977 (i386_extract_return_value, i386_store_return_value): Use
7978 I386_ST0_REGNUM where appropriate.
7979 (i386_extract_struct_value_address): Rewrite to use extract_address.
7980 (i386_svr4_pc_in_sigtramp): Add comment.
7981 (i386_svr4_sigcontext_addr): Rewrite.
7982 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7983 TDEP->sc_sp_offset.
7984 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7985 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7986 of new defines. Set push_dummy_call, don't set
7987 deprecated_push_arguments, deprecated_push_return_address,
7988 deprecated_pop_frame. Don't set parm_boundary. Don't set
7989 deprecated_frame_chain, deprecated_frame_saved_pc,
7990 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7991 save_dummy_frame_tos, unwind_pc. Call
7992 frame_unwind_append_predicate and frame_base_set_default. Don't
7993 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7994 Don't set frameless_function_invocation. Don't set
7995 deprecated_register_bytes, deprecated_register_size,
7996 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7997 * i386-linux-tdep.c: Fix formatting in some comments.
7998 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7999 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8000 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8001 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8002 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8003 redundant parentheses.
8004 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8005 (i386_linux_sigcontext_addr): Use it. Rewrite.
8006 (find_minsym_and_objfile): Change name of second argument.
8007 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8008 changed. Use frame_pc_unwind instead of
8009 DEPRECATED_SAVED_PC_AFTER_CALL.
8010 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8011 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8012 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8013 unwinder.
8014 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8015 "dummy-frame.h".
8016 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8017 (_initialize_i386_cygwin_tdep): New prototype.
8018 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8019 deprecated_frame_chain_valid.
8020 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8021 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8022 Rely on the SVR4 defaults.
8023 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8024 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8025
c89b70f1
AC
80262003-05-30 Andrew Cagney <cagney@redhat.com>
8027
8028 * infcall.c (call_function_by_hand): Always call
8029 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8030
85b32d22
RH
80312003-05-30 Richard Henderson <rth@redhat.com>
8032
c89b70f1
AC
8033 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8034 increment.
85b32d22 8035
bfe51b1e
JB
80362003-05-29 Jim Blandy <jimb@redhat.com>
8037
8038 Use gdbarch methods for solib stuff on PowerPC Linux.
8039 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8040 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8041 show through.
8042 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8043 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8044 giving the same effect as the #definitions above.
8045
1abf022c
AF
80462003-05-29 Adam Fedor <fedor@gnu.org>
8047
8048 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8049 (find_implementation_from_class): Replace it with the standard
8050 case i.e. do nothing.
8051
d2427a71
RH
80522003-05-29 Richard Henderson <rth@redhat.com>
8053
8054 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8055 (alpha_linux_sigtramp_offset): Use it. Make static.
8056 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8057 update for new frame model.
8058 * alpha-mdebug-tdep.c: New file.
8059 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8060 (alpha_osf1_init_abi): Install it.
8061 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8062 (linked_proc_desc_table): Remove.
8063 (alpha_frame_past_sigtramp_frame): Remove.
8064 (alpha_dynamic_sigtramp_offset): Remove.
8065 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8066 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8067 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8068 (push_sigtramp_desc): Remove.
8069 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8070 (alpha_cannot_store_register): Likewise.
8071 (alpha_sigcontext_addr): Remove.
8072 (alpha_find_saved_regs): Remove.
8073 (alpha_frame_init_saved_regs): Remove.
8074 (alpha_init_frame_pc_first): Remove.
8075 (read_next_frame_reg): Remove.
8076 (alpha_frame_saved_pc): Remove.
8077 (alpha_saved_pc_after_call): Remove.
8078 (temp_proc_desc, temp_saved_regs): Remove.
8079 (alpha_about_to_return): Remove.
8080 (cached_proc_desc): Remove.
8081 (alpha_frame_chain): Remove.
8082 (alpha_print_extra_frame_info): Remove.
8083 (alpha_init_extra_frame_info): Remove.
8084 (alpha_frame_locals_address): Remove.
8085 (alpha_frame_args_address): Remove.
8086 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8087 (alpha_push_dummy_frame): Remove.
8088 (alpha_pop_frame): Remove.
8089 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8090 (alpha_read_insn): New.
8091 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8092 for different insn encodings.
8093 (alpha_in_lenient_prologue): Remove.
8094 (struct alpha_sigtramp_unwind_cache): New.
8095 (alpha_sigtramp_frame_unwind_cache): New.
8096 (alpha_sigtramp_register_address): New.
8097 (alpha_sigtramp_frame_this_id): New.
8098 (alpha_sigtramp_frame_prev_register): New.
8099 (alpha_sigtramp_frame_unwind): New.
8100 (alpha_sigtramp_frame_p): New.
8101 (struct alpha_heuristic_unwind_cache): New.
8102 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8103 don't count nop insns that occur between functions.
8104 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8105 heuristic_proc_desc, but without the mdebug wrapping.
8106 (alpha_heuristic_frame_this_id): New.
8107 (alpha_heuristic_frame_prev_register): New.
8108 (alpha_heuristic_frame_unwind): New.
8109 (alpha_heuristic_frame_p): New.
8110 (alpha_heuristic_frame_base_address): New.
8111 (alpha_heuristic_frame_base): New.
8112 (alpha_unwind_dummy_id): New.
8113 (alpha_unwind_pc): New.
8114 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8115 frame related deprecated initializations; install replacements.
8116 (alpha_dump_tdep): Remove.
8117 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8118 (alpha_read_insn, alpha_after_prologue,
8119 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8120 alpha_heuristic_frame_prev_register,
8121 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8122 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8123 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8124 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8125
93ec1121
AC
81262003-05-29 Andrew Cagney <cagney@redhat.com>
8127
8128 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8129 dependant on the availability of ASSERT_FUNCTION.
8130 (ASSERT_FUNCTION): Do not define when there is no function name.
8131
98f08d3d
KB
81322003-05-29 Kevin Buettner <kevinb@redhat.com>
8133
8134 From Jimi X <jimix@watson.ibm.com>:
8135 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8136
0897f59b
JB
81372003-05-28 Jim Blandy <jimb@redhat.com>
8138
8139 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8140 argument to ptrace to int; the system headers should give it the
8141 right type, and pointers don't fit in ints on powerpc64-*-*.
8142
14898363
L
81432003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8144
8145 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8146 DW_TAG_catch_block.
8147
a7a48797
EZ
81482003-05-26 Elena Zannoni <ezannoni@redhat.com>
8149
8150 * stabsread.c (dbx_lookup_type): Make static.
8151 (read_type): Ditto.
8152 (add_undefined_type): Ditto.
8153 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8154 not export.
8155
f5479e9c
EZ
81562003-05-26 Elena Zannoni <ezannoni@redhat.com>
8157
8158 * hpread.c (hpread_has_name): Make static.
8159 (hpread_psymtab_to_symtab): Ditto.
8160 (file_exists): Ditto.
8161 (hpread_call_pxdb): Ditto.
8162 (hpread_pxdb_needed): Ditto.
8163 (hpread_quick_traverse): Ditto.
8164 (hpread_get_header): Ditto.
8165 (hpread_get_lntt): Ditto.
8166 (hpread_get_slt): Ditto.
8167 (class_of): Ditto.
8168
eb2e12d7
AS
81692003-05-25 Andreas Schwab <schwab@suse.de>
8170
78bf922a
AS
8171 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8172 stack_align and deprecated_extra_stack_alignment_needed.
8173 (m68k_stack_align): Delete.
8174
eb2e12d7
AS
8175 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8176 (m68k_register_virtual_size): Likewise.
8177 (altos_skip_prologue): Remove obsolete function.
8178 (isi_frame_num_args): Likewise.
8179 (news_frame_num_args): Likewise.
8180 (m68k_fix_call_dummy): Make static.
8181 (m68k_push_dummy_frame): Likewise.
8182 (m68k_pop_frame): Likewise.
8183 (m68k_skip_prologue): Likewise.
8184 (m68k_frame_init_saved_regs): Likewise.
8185 (m68k_saved_pc_after_call): Likewise.
8186 (m68k_get_longjmp_target): Make multi-arch.
8187 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8188 structure. Register m68k_get_longjmp_target if enabled.
8189 * m68k-tdep.h (struct gdbarch_tdep): Define.
8190 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8191
8192 * Makefile.in (config.status): Also depend on configure.tgt
8193 and configure.host.
8194 (m68klinux-tdep.o): Update dependencies.
8195 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8196 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8197 (M68K_LINUX_JB_PC): Define.
8198 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8199 and take additional parameter.
8200 (m68k_linux_sigtramp_saved_pc): Update.
8201 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8202 m68k_linux_pc_in_sigtramp, in_plt_section,
8203 find_solib_trampoline_target.
8204 * config/m68k/tm-linux.h: Don't include any tm headers.
8205 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8206 (JB_ELEMENT_SIZE): Likewise.
8207 (JB_PC): Likewise.
8208 (GET_LONGJMP_TARGET): Likewise.
8209 (IN_SIGTRAMP): Likewise.
8210 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8211
eb2c22dc
MK
82122003-05-25 Mark Kettenis <kettenis@gnu.org>
8213
8214 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8215 (sparc32_push_arguments): Re-implement by calling
8216 sparc32_do_push_arguments.
8217
44b7b84e
MK
82182003-05-25 Mark Kettenis <kettenis@gnu.org>
8219
8220 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8221 SPARC_O1_REGNUM): New defines.
8222 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8223 (sparc32_store_return_value): New function.
8224 (sparc_extract_struct_value_address): Rewrite to operate on a
8225 regcache.
8226 (sparc_gdbarch_init): Don't set
8227 deprecated_extract_struct_value_address. Set
8228 extract_struct_value_address instead. Don't set
8229 deprecated_extract_return_value and deprecated_store_return_value
8230 for 32-bit targets. Set extract_return_value and
8231 store_return_value instead.
8232 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7bb11558 8233 DEPRECATED_EXTRACT_RETURN_VALUE,
44b7b84e
MK
8234 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8235 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8236 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8237 (sparc_store_return_value): Remove prototype.
8238 (sparc32_store_return_value): New prototype.
8239 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8240 Adjust prototypes.
8241
f6ad61e3
MK
82422003-05-24 Mark Kettenis <kettenis@gnu.org>
8243
8244 * sparcnbsd-tdep.c: Include "gdb_string.h".
8245
b276f1bb
AC
82462003-05-23 Andrew Cagney <cagney@redhat.com>
8247
8248 * p-valprint.c (pascal_val_print): Replace extract_address with
8249 the inline equivalent extract_unsigned_integer.
8250 * jv-valprint.c (java_value_print): Ditto.
8251 * ada-valprint.c (ada_val_print_1): Ditto.
8252 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8253
e76c5fcc
TR
82542003-05-23 Theodore A. Roth <troth@openavr.org>
8255
8256 * blockframe.c (frameless_look_for_prologue): Remove unused
8257 after_prologue variable.
8258
2cdd89cb
MK
82592003-05-23 Mark Kettenis <kettenis@gnu.org>
8260
8261 * blockframe.c (get_pc_function_start): Rewrite to avoid
8262 asignments in if-statements.
8263
182d43bc
EZ
82642003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8265
8266 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 8267 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
8268 files, don't relocate absolute symbols (and do use mst_abs).
8269
e8f3fcdd
AC
82702003-05-23 Andrew Cagney <cagney@redhat.com>
8271
8272 * objc-lang.c: Include "gdb_assert.h".
8273 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8274 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8275 (gdb_check, gdb_check_fatal): Delete functions.
8276 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8277 gdb_assert.
8278 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8279 * Makefile.in (objc-lang.o): Update dependencies.
8280
3c23e6fb
ILT
82812003-05-22 Ian Lance Taylor <ian@airs.com>
8282
8283 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8284 with fprintf_filtered, not fprintf_unfiltered.
8285
af1342ab
AC
82862003-05-22 Andrew Cagney <cagney@redhat.com>
8287
8288 * stack.c (frame_info): Inline extract_address, replacing it with
8289 extract_unsigned_integer.
8290 * findvar.c (unsigned_pointer_to_address): Ditto.
8291 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8292 * dwarf2expr.c (dwarf2_read_address): Ditto.
8293 * frame.c (frame_pc_unwind): Update comment.
8294 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8295
47e242ec
JJ
82962003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8297
8298 * infptrace.c (detach): Call print_sys_errmsg rather than
8299 perror_with_name to issue warning message when errno is non-zero
8300 after calling ptrace detach.
8301
e2ac8128
JB
83022003-05-21 J. Brobecker <brobecker@gnat.com>
8303
8304 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8305 macro definitions from here...
8306 * hppa-tdep.c: ...to there.
8307
92b3541e
KB
83082003-05-20 Kevin Buettner <kevinb@redhat.com>
8309
8310 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8311 register_ptrace_addr(). Fix all callers.
8312
55809acb
AS
83132003-05-21 Andreas Schwab <schwab@suse.de>
8314
8315 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8316 dependencies.
8317 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8318 end.
8319 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8320 (_initialize_m68k_linux_tdep): New function.
8321 (m68k_linux_frame_saved_pc): Make static.
8322 (m68k_linux_extract_return_value): Likewise.
8323 (m68k_linux_store_return_value): Likewise.
8324 (m68k_linux_extract_struct_value_address): Likewise.
8325 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8326 Remove.
8327 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8328 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8329 (DEPRECATED_FRAME_SAVED_PC): Remove.
8330
0fbc10f7
KW
83312003-05-20 Kris Warkentin <kewarken@qnx.com>
8332
8333 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8334 regset numbering rather than our own.
8335
58da2eb2
DC
83362003-05-19 David Carlton <carlton@bactrian.org>
8337
8338 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8339
1fcb5155
DC
83402003-05-19 David Carlton <carlton@bactrian.org>
8341
8342 Partial fix for PR c++/827.
8343 * cp-support.h: Include symtab.h.
8344 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8345 * cp-namespace.c: Update contributors.
8346 (cp_lookup_symbol_nonlocal): New.
8347 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8348 (lookup_symbol_file): Ditto.
8349 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8350 * block.h: Declare block_scope, block_using, block_global_block.
8351 * block.c (block_scope): New.
8352 (block_using, block_global_block): Ditto.
8353 * Makefile.in (cp_support_h): Depend on symtab_h.
8354 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8355
5f9a71c3
DC
83562003-05-19 David Carlton <carlton@bactrian.org>
8357
8358 * language.h (struct language_defn): Add 'la_value_of_this'
8359 and 'la_lookup_symbol_nonlocal' members.
8360 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8361 lookup_symbol_static, lookup_symbol_global,
8362 lookup_symbol_aux_block.
8363 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8364 if we should search fields of this and how to do static/global
8365 lookup.
8366 (lookup_symbol_aux_block): Make extern.
8367 (basic_lookup_symbol_nonlocal): New.
8368 (lookup_symbol_static, lookup_symbol_global): Ditto.
8369 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8370 'la_lookup_symbol_nonlocal' members.
8371 * c-lang.c (c_language_defn, cplus_language_defn)
8372 (asm_language_defn, minimal_language_defn): Ditto.
8373 * jv-lang.c (java_language_defn): Ditto.
8374 * language.c (unknown_language_defn, auto_language_defn)
8375 (local_language_defn): Ditto.
8376 * m2-lang.c (m2_language_defn): Ditto.
8377 * objc-lang.c (objc_language_defn): Ditto.
8378 * scm-lang.c (scm_language_defn): Ditto.
8379 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8380 * p-lang.c (pascal_language_defn): Ditto for both.
8381 * Makefile.in (f-lang.o): Depend on value_h.
8382 (p-lang.o): Ditto.
8383
89a9d1b1
DC
83842003-05-19 David Carlton <carlton@bactrian.org>
8385
8386 * block.h: Declare block_static_block.
8387 * block.c (block_static_block): New.
8388 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8389 lookup_symbol_aux_local, calling block_static_block instead.
8390 (lookup_symbol_aux_local): Delete 'static_block' argument.
8391
eed3f8ab
DC
83922003-05-19 David Carlton <carlton@bactrian.org>
8393
8394 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8395
a09d8bda
ML
83962003-05-19 Michal Ludvig <mludvig@suse.cz>
8397
8398 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8399 register numbers mapping.
8400
69636828
AF
84012003-05-18 Adam Fedor <fedor@gnu.org>
8402
8403 * symtab.c (completion_list_objc_symbol): New function.
8404 (make_symbol_completion_list): Use it to add ObjC symbols
8405 when looking though the list.
8406 (language_search_unquoted_string): New function.
8407 (make_file_symbol_completion_list): Use it.
8408
55baeb84
AS
84092003-05-18 Andreas Schwab <schwab@suse.de>
8410
d0b45d99
AS
8411 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8412 dependencies.
8413 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8414 as m68k_linux_extract_return_value.
8415 (DEPRECATED_STORE_RETURN_VALUE): Define as
8416 m68k_linux_store_return_value.
8417 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8418 m68k_linux_extract_struct_value_address.
8419 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8420 get_next_frame, get_frame_base, get_frame_pc.
8421 (m68k_linux_frame_saved_pc): Use get_frame_base.
8422 (m68k_linux_extract_return_value): New function.
8423 (m68k_linux_store_return_value): New function.
8424 (m68k_linux_extract_struct_value_address): New function.
8425 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8426
55baeb84
AS
8427 * c-exp.y (typebase): Remove duplicate occurence of
8428 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 8429 of lookup_signed_typename.
55baeb84 8430
b6b08ebf
MK
84312003-05-18 Mark Kettenis <kettenis@gnu.org>
8432
8433 * dwarf2loc.c (find_location_expression): Change type of second
8434 argument to `size_t *'.
8435 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8436 for size variable.
8437
5ad1c190
DC
84382003-05-18 David Carlton <carlton@bactrian.org>
8439
8440 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8441 'linkage_name'. Add comment.
8442 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8443 'linkage_name'.
8444 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8445 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8446 (lookup_block_symbol): Ditto.
8447
b8b527c5
AC
84482003-05-16 Andrew Cagney <cagney@redhat.com>
8449
8450 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8451 * gdbarch.h, gdbarch.c: Re-generate.
8452 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8453 * TODO (REGISTER_BYTES): Delete reference.
8454 * alpha-tdep.c (alpha_gdbarch_init): Update.
8455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8456 * x86-64-tdep.c (x86_64_init_abi): Update.
8457 * vax-tdep.c (vax_gdbarch_init): Update.
8458 * v850-tdep.c (v850_gdbarch_init): Update.
8459 * sparc-tdep.c (sparc_gdbarch_init): Update.
8460 * sh-tdep.c (sh_gdbarch_init): Update.
8461 * s390-tdep.c (s390_gdbarch_init): Update.
8462 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8463 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8464 (ns32k_gdbarch_init_32382): Update.
8465 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8466 * mcore-tdep.c (mcore_gdbarch_init): Update.
8467 * m68k-tdep.c (m68k_gdbarch_init): Update.
8468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8469 * ia64-tdep.c (ia64_gdbarch_init): Update.
8470 * i386-tdep.c (i386_gdbarch_init): Update.
8471 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8472 * hppa-tdep.c (hppa_gdbarch_init): Update.
8473 * h8300-tdep.c (h8300_gdbarch_init): Update.
8474 * frv-tdep.c (frv_gdbarch_init): Update.
8475 * cris-tdep.c (cris_gdbarch_init): Update.
8476 * avr-tdep.c (avr_gdbarch_init): Update.
8477 * arm-tdep.c (arm_gdbarch_init): Update.
8478 * sparc-tdep.c (sparc_pop_frame): Update.
8479 * rs6000-tdep.c (rs6000_pop_frame): Update.
8480 * remote.c (init_remote_state): Update.
8481 (remote_prepare_to_store): Update.
8482 * remote-vx.c (vx_prepare_to_store): Update.
8483 * remote-sds.c (sds_fetch_registers): Update.
8484 (sds_prepare_to_store): Update.
8485 * remote-array.c: Update.
8486 * regcache.c (init_legacy_regcache_descr): Update.
8487 (init_regcache_descr): Update.
8488 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8489 (mips_o64_extract_return_value): Update.
8490 * irix5-nat.c (fetch_core_registers): Update.
8491 * irix4-nat.c (fetch_core_registers): Update.
8492 * i386-tdep.h: Update.
8493 * hppa-tdep.c (pa_do_registers_info): Update.
8494 (pa_do_strcat_registers_info): Update.
8495 * cris-tdep.c (cris_register_bytes_ok): Update.
8496 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8497 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8498 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8499 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8500 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8501 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8502 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8503 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8504 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8505 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8506 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8507 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8508 (REGISTER_BYTES_OK): Update.
8509 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8510 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8511
ee2842e2
ILT
85122003-05-16 Ian Lance Taylor <ian@airs.com>
8513
8514 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8515 (vax_print_insn, print_insn_arg): Remove static functions.
8516 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8517 print_insn_vax from opcodes library.
8518 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8519
973177d3
AC
85202003-05-15 Andrew Cagney <cagney@redhat.com>
8521
aaab4dba
AC
8522 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8523 * target.h (memory_breakpoint_from_pc): Delete declaration.
8524 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8525 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8526 * monitor.c (monitor_insert_breakpoint): Use
8527 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8528 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8529 * gdbarch.h, gdbarch.c: Re-generate.
8530 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8531 (sparc_gdbarch_init): Set breakpoint_from_pc to
8532 sparc_breakpoint_from_pc.
8533 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8534 (BREAKPOINT_FROM_PC): Define.
8535 (sparc_breakpoint_from_pc): Declare.
8536 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8537 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8538 (BREAKPOINT_FROM_PC): Define.
8539 (BREAKPOINT): Delete macro.
8540 * target.h: Update comment.
8541 * s390-tdep.c (s390_gdbarch_init): Update comments.
8542 * remote.c: Update comments.
8543 * remote-mips.c: Update comments.
8544 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8545 * mem-break.c: Update comment.
8546 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8547 (ia64_memory_insert_breakpoint): Update.
8548 * config/sparc/tm-sparc.h: Update comment.
8549 * config/pa/tm-hppa64.h: Update comment.
8550 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8551 (rs6000_breakpoint_from_pc): Update.
8552 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8553 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8554 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8555 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8556 (mips_breakpoint_from_pc): Update.
8557 (mips_dump_tdep): Update.
8558
e06963ff
AC
8559 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8560 * minsyms.c (lookup_minimal_symbol): Inline
8561 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8562
973177d3
AC
8563 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8564 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8565 * p-lang.c (pascal_printstr): Ditto.
8566 * objc-lang.c (objc_printstr): Ditto.
8567 * m2-lang.c (m2_printstr): Ditto.
8568 * jv-valprint.c (java_print_value_fields): Ditto.
8569 * f-lang.c (f_printstr): Ditto.
8570 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8571 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8572 for repeat_count_threshold.
8573 * Makefile.in (cp-valprint.o): Update dependencies.
8574
5ea2bd7f 85752003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8576
5ea2bd7f
JJ
8577 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8578 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8579 they start with mov r2,r12. Support skipping over indirect stores
8580 of the input registers. Upon hitting a non-nop branch instruction
8581 or predicated instruction, bail out by setting lim_pc to the current
8582 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8583 beyond our calculated value and we have trust_limit set,
8584 use the lim_pc value.
8585
cc8c88f3
AC
85862003-05-15 Andrew Cagney <cagney@redhat.com>
8587
8588 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8589 generic_find_dummy_frame.
8590 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8591 (deprecated_generic_find_dummy_frame): Update.
8592 (deprecated_read_register_dummy): Update.
8593 * frame.c (deprecated_generic_get_saved_register): Update.
8594
909cd28e
TR
85952003-05-15 Theodore A. Roth <troth@openavr.org>
8596
8597 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8598 (avr_gdbarch_init): Set breakpoint_from_pc method.
8599
b923b08d
AC
86002003-05-15 Andrew Cagney <cagney@redhat.com>
8601
8602 * regcache.c (build_regcache): Set deprecated_register_valid
8603 directly.
8604 (deprecated_grub_regcache_for_register_valid): Delete function.
8605 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8606 declaration.
8607
ae2f03ac 86082003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8609
8610 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8611 * symtab.c (lookup_symbol_aux): Delete calls to
8612 lookup_symbol_aux_minsyms.
8613 (lookup_symbol_aux_minsyms): Comment out function and
8614 prototype. Delete lookup by mangled name.
ae2f03ac 8615
18ec9831
KB
86162003-05-14 Kevin Buettner <kevinb@redhat.com>
8617
8618 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8619 correctly indicate an empty stack and ``stack_allocated'' to the
8620 indicate the number of elements initially allocated.
8621 (dwarf_expr_grow_stack): Simplify method for computing new
8622 stack size. Don't loop infinitely if ``stack_len'' is zero.
8623 (execute_stack_op): Move ``ctx->in_reg'' initialization
8624 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8625 be used in conjuction with DW_OP_piece. Revise error message
8626 accordingly.
8627
de18ac1f
TR
86282003-05-14 Theodore A. Roth <troth@openavr.org>
8629
8630 * MAINTAINERS: Update my email address.
8631 * avr-tdep.c: Ditto.
8632
176620f1
EZ
86332003-05-14 Elena Zannoni <ezannoni@redhat.com>
8634
8635 * symtab.h (enum domain_enum): Rename from namespace_enum.
8636 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8637 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8638 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8639 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8640 TYPES_NAMESPACE, METHODS_NAMESPACE.
8641 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8642 (struct symbol, struct partial_symbol): Rename field
8643 'namespace_enum namespace' to 'domain_enum domain'.
8644 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8645 Delete old define kludge for namespace.
8646
8647 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8648 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8649 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8650 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8651 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8652 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8653 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8654 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8655 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8656 occurrences of the above.
8657
b7f31508
ILT
86582003-05-14 Ian Lance Taylor <ian@airs.com>
8659
8660 * Makefile.in (install-only): Use $(SHELL) when running
8661 mkinstalldirs.
8662
2fdbdd39
ILT
86632003-05-13 Ian Lance Taylor <ian@airs.com>
8664
a208d82c
ILT
8665 * MAINTAINERS (write after approval): Add myself.
8666
2fdbdd39
ILT
8667 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8668 second and third arguments.
8669 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8670 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8671
fbd9dcd3
AC
86722003-05-13 Andrew Cagney <cagney@redhat.com>
8673
8674 * defs.h (store_address): Delete declaration.
8675 findvar.c (store_address): Delete function.
8676 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8677 store_unsigned_integer.
8678 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8679 * v850-tdep.c (v850_push_arguments): Ditto.
8680 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8681 * sh-tdep.c (sh64_get_saved_register): Ditto.
8682 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8683 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8684 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8685 (mips_get_saved_register): Ditto.
8686 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8687 (find_func_descr, ia64_push_arguments): Ditto.
8688 * i386-tdep.c (i386_push_arguments): Ditto.
8689 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8690 * frv-tdep.c (frv_push_arguments): Ditto.
8691 * frame.c (legacy_saved_regs_prev_register): Ditto.
8692 (deprecated_generic_get_saved_register): Ditto.
8693 * findvar.c (unsigned_address_to_pointer): Ditto.
8694 * dwarf2read.c (dwarf2_const_value): Ditto.
8695 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8696 * alpha-tdep.c (alpha_push_arguments): Ditto.
8697
6760f9e6
JB
86982003-05-12 J. Brobecker <brobecker@gnat.com>
8699
8700 * NEWS: Mention that the hppa-hpux port has been partially
8701 multiarched (32bit ABIT only, so far).
8702
30e221b4
AC
87032003-05-11 Andrew Cagney <cagney@redhat.com>
8704
8705 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8706 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8707 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8708 sim/testsuite/sim/arm/misaligned2.ms, and
8709 sim/testsuite/sim/arm/misaligned3.ms.
8710 * disasm.h (struct ui_file): Add opaque struct declaration.
8711 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8712 * frame.h (struct ui_file): Ditto.
8713
dea7f9ba
MK
87142003-05-11 Mark Kettenis <kettenis@gnu.org>
8715
8716 * value.h: Pretty print.
8717
01986c48
MK
87182003-05-10 Mark Kettenis <kettenis@gnu.org>
8719
8720 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8721
123a958e
AC
87222003-05-08 Andrew Cagney <cagney@redhat.com>
8723
8724 * regcache.h (max_register_size): Delete declaration.
8725 * regcache.c (max_register_size): Delete function.
8726 (struct regcache_descr): Delete field "max_register_size".
8727 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8728 registers fit in MAX_REGISTER_SIZE.
8729 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8730 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8731 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8732 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8733 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8734 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8735 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8736 * dve3900-rom.c, hppa-tdep.c: Ditto.
8737
eb294659
DC
87382003-05-08 David Carlton <carlton@math.stanford.edu>
8739
8740 * valops.c (push_word): Fix typo.
8741
d9d9c31f
AC
87422003-05-08 Andrew Cagney <cagney@redhat.com>
8743
8744 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8745 * gdbarch.h: Re-generate.
8746 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8747 (legacy_max_register_raw_size): Delete declaration.
8748 * regcache.c (legacy_max_register_raw_size): Delete function.
8749 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8750 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8751 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8752 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8753 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8754 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8755 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8756 * findvar.c, dwarf2cfi.c: Ditto.
8757
22540ece
AC
87582003-05-08 Andrew Cagney <cagney@redhat.com>
8759
8760 * mips-tdep.c (read_signed_register): New function, moved to here
8761 from "regcache.c".
8762 (read_signed_register_pid): Ditto.
8763 * regcache.c (read_signed_register_pid): Delete function, moved to
8764 "mips-tdep.c".
8765 (read_signed_register): Ditto.
8766 * regcache.h (read_signed_register): Delete declaration.
8767 (read_signed_register_pid): Delete declaration.
8768
0c92afe8
AC
87692003-05-08 Andrew Cagney <cagney@redhat.com>
8770
8771 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8772 * gdbarch.h: Re-generate.
8773 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8774 (legacy_max_register_virtual_size): Delete declaration.
8775 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8776 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8777 * tracepoint.c (memrange_sortmerge): Ditto.
8778 * sparc-tdep.c (sparc_print_registers): Ditto.
8779 * regcache.c (legacy_max_register_virtual_size): Delete function.
8780
6037b830
JB
87812002-05-08 J. Brobecker <brobecker@gnat.com>
8782
8783 * fork-child.c (escape_bang_in_quoted_argument): New function.
8784 (fork_inferior): Escape '!' characters in quoted arguments
8785 only when needed.
8786
5d62c8b1
JB
87872003-05-08 J. Brobecker <brobecker@gnat.com>
8788
8789 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8790 the language of the CU is not currently supported by GDB.
8791
20a0e81d
JB
87922003-05-08 J. Brobecker <brobecker@gnat.com>
8793
8794 * defs.h (language): Add language_minimal enum value.
8795 * c-lang.c (minimal_language_defn): New language definition.
8796 (_initialize_c_language): Add the new minimal language to the list
8797 of languages known to GDB.
8798
710ee10a
KB
87992003-05-08 Kevin Buettner <kevinb@redhat.com>
8800
8801 * frame.c (get_frame_type): Don't attempt to lazily initialize
8802 frame's unwinder for legacy frames.
8803
1750fa04
AC
88042003-05-07 Andrew Cagney <cagney@redhat.com>
8805
8806 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8807 and "regcache" parameters.
8808 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8809
ddf9f258 88102003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8811
8812 * dwarf2read.c (dwarf_decode_lines): Only use output of
8813 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8814 the current address.
8815
87767c29
AC
88162003-05-07 Andrew Cagney <cagney@redhat.com>
8817
8818 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8819 code.
8820
5e7b2f39
JB
88212003-05-07 Jim Blandy <jimb@redhat.com>
8822
8823 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8824 'maint info symtabs' and 'maint info psymtabs'.
8825 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8826 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8827 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8828 Declarations updated.
8829 * maint.c (maintenance_list_command): Delete.
8830 (_initialize_maint_cmds): Update calls to add_cmd.
8831 * gdbcmd.h (maintenancelistlist): Delete declaration.
8832 * cli/cli-cmds.c (maintenancelistlist): Delete.
8833 (init_cmd_lists): Don't initialize it.
8834 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8835
f6684c31
AC
88362003-05-07 Andrew Cagney <cagney@redhat.com>
8837
8838 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8839 "regcache".
8840 (d10v_print_registers_info): Update.
8841 (d10v_dmap_register, d10v_imap_register): Delete functions.
8842 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8843 and "imap_register".
8844 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8845 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8846 * arch-utils.c (generic_remote_translate_xfer_address): Add
8847 "regcache" and "gdbarch" parameters.
8848 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8849 parameter. Change class to multi-arch.
8850 * gdbarch.h, gdbarch.c: Re-generate.
8851 * remote.c (remote_xfer_memory): Use
8852 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8853
e4846b08
JJ
88542003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8855
8856 * infrun.c (prev_pc): Move declaration ahead of proceed().
8857 (proceed): Refresh prev_pc value before resuming.
8858 (stop_stepping): Remove code to refresh prev_pc.
8859
6b71b8ac
KW
88602003-05-06 Kris Warkentin <kewarken@qnx.com>
8861
8862 * nto-tdep.c: Removed stray comment.
8863
47979a4b
KW
88642003-05-06 Kris Warkentin <kewarken@qnx.com>
8865
8866 * i386-nto-tdep.c: Fix old K&R function definitions.
8867 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8868 Also change add_show_from_set() call to add_setshow_cmd().
8869 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8870
00905d52
AC
88712003-05-05 Andrew Cagney <cagney@redhat.com>
8872
8873 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8874 (fprint_dummy_frames): New function.
8875 (maintenance_print_dummy_frames): New function.
8876 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8877 * frame.c (fprint_frame_id): Make global.
8878 * frame.h (fprint_frame_id): Declare.
8879 * Makefile.in (dummy-frame.o): Update dependencies.
8880
b1e29e33
AC
88812003-05-05 Andrew Cagney <cagney@redhat.com>
8882
8883 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8884 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8885 SIZEOF_CALL_DUMMY_WORDS.
8886 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8887 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8888 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8889 CALL_DUMMY_BREAKPOINT_OFFSET.
8890 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8891 CALL_DUMMY_START_OFFSET.
8892 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8893 * gdbarch.h, gdbarch.c: Re-generate.
8894 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8895 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8896 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8897 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8898 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8899 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8900 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8901 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8902 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8903 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8904 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8905 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8906 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8907 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8908 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8909
89102003-05-05 Kris Warkentin <kewarken@qnx.com>
8911
8912 * configure.tgt: Add i[3456]86-*-nto*.
8913 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8914 * nto-tdep.c: New file. Neutrino target support routines.
8915 * nto-tdep.h: New file. Neutrino target header.
8916 * config/tm-qnxnto.h: New file.
8917 * config/i386/i386nto.mt: New file.
8918 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8919
0ce3d317
AC
89202003-05-04 Andrew Cagney <cagney@redhat.com>
8921
8922 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8923 (load_infrun_state): Ditto.
8924 (struct thread_info): Drop "prev_func_name" field.
8925 * thread.c (load_infrun_state): Update.
8926 (save_infrun_state): Update.
8927 * infrun.c (prev_func_name): Delete variable.
8928 (init_wait_for_inferior): Do not clear prev_func_name.
8929 (stop_stepping, keep_going, context_switch): Do not swap
8930 prev_func_name.
8931 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8932 instead of PC_IN_SIGTRAMP.
8933
46654a5b
AC
89342003-05-04 Andrew Cagney <cagney@redhat.com>
8935
8936 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8937 REGISTER_BYTE with register_offset_hack.
8938 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8939 that REGISTER_BYTE is consistent with the regcache.
8940 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8941 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8942
14b08c1b
MK
89432003-05-04 Mark Kettenis <kettenis@gnu.org>
8944
04c8243f
MK
8945 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8946 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8947
14b08c1b
MK
8948 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8949
c7a11e01
JB
89502003-05-03 J. Brobecker <brobecker@gnat.com>
8951
8952 From Thierry Schneider <tpschneider1@yahoo.com>
8953 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8954 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8955 (mi-cmd-symbol.o): Add rule.
8956
7043d8dc
AC
89572003-05-03 Andrew Cagney <cagney@redhat.com>
8958
8959 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8960 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8961 * gdbarch.h, gdbarch.c: Re-generate.
8962 * d10v-tdep.c (d10v_push_dummy_code): New function.
8963 (d10v_gdbarch_init): Set push_dummy_code.
8964 * infcall.c (legacy_push_dummy_code): New function.
8965 (generic_push_dummy_code): New function.
8966 (push_dummy_code): New function.
8967 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8968 instead of dummy_addr, to push_dummy_call. Move call to
8969 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8970 switch.
8971 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8972
92bf2b80
AC
89732003-05-03 Andrew Cagney <cagney@redhat.com>
8974
8975 * disasm.h (print_insn): Declare.
8976 * disasm.c (init_gdb_disassemble_info): New function.
8977 (gdb_disassembly): Call init_gdb_disassemble_info.
8978 (gdb_print_insn): New function.
8979 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8980 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8981 * mcore-tdep.c: Include "disasm.h"
8982 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8983 * d10v-tdep.c: Include "disasm.h".
8984 (display_trace): Call gdb_print_insn, instead of print_insn.
8985 (print_insn): Delete function.
8986 * printcmd.c: Include "disasm.h".
8987 (print_insn): Delete function.
8988 (print_formatted): Call gdb_print_insn, instead of print_insn.
8989 * Makefile.in (printcmd.o): Update dependencies.
8990 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8991
27d94c49
AC
89922003-05-02 Andrew Cagney <cagney@redhat.com>
8993
82de1e5b
AC
8994 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8995 PC_REGNUM, re-indent.
8996 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8997 PC_REGNUM isn't set.
8998
27d94c49
AC
8999 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9000 * gdbarch.h, gdbarch.c: Re-generate.
9001 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9002 register_virtual_size, pc_regnum, or register_bytes.
9003 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9004 (d10v_register_type): Use D10V_PC_REGNUM.
9005 (d10v_print_registers_info, d10v_read_pc): Ditto.
9006 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9007 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9008
a9c0dc7f
DC
90092003-05-02 David Carlton <carlton@bactrian.org>
9010
9011 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9012 the name with mstrsave.
9013
e33d66ec
EZ
90142003-05-02 Elena Zannoni <ezannoni@redhat.com>
9015
9016 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9017 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9018 (host_charset_name, target_charset_name): New vars for use by
9019 set/show commands.
9020 (host_charset_enum, target_charset_enum): New enums for set/show
9021 commands.
9022 (set_charset_sfunc, set_host_charset_sfunc,
9023 set_target_charset_sfunc): New functions.
9024 (set_host_charset, set_target_charset): Make static.
9025 (list_charsets, set_host_charset_command,
9026 set_target_charset_command): Delete functions.
9027 (show_charset_command): Rewrite as....
9028 (show_charset): Hook this up with the set/show command mechanism.
9029 (_initialize_charset): Change names of charsets to match the
9030 set/show enums. Use host_charset_name and target_charset_name.
9031 Use set/show mechanism for charset, host-charset, target-charset
9032 commands. Do not make 'show host-charset' and 'show
9033 target-charset' be aliases of 'show charset'.
9034
9035 * charset.h (set_host_charset, set_target_charset): Don't export,
9036 they are not used outside the file.
9037
2b6fd0d8
AC
90382003-05-01 Andrew Cagney <cagney@redhat.com>
9039
9040 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9041 (gdb_disassembly): Make "di" non static, always initialize and
9042 cleanup. Always use dis_asm_read_memory.
9043 (gdb_dis_asm_read_memory): Delete function.
9044
6ae2f580
AC
90452003-05-01 Andrew Cagney <cagney@redhat.com>
9046
9047 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9048 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9049
810ecf9f
AC
90502003-04-30 Andrew Cagney <cagney@redhat.com>
9051
9052 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9053 "tm_print_insn_info".
9054 (TARGET_PRINT_INSN_INFO): Delete macro.
9055 (dis_asm_read_memory): Delete function declaration.
9056 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9057 (tm_print_insn_info): Delete variable definition.
9058 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9059 * gdbarch.h, gdbarch.c: Re-generate.
9060 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9061 "deprecated_tm_print_insn_info".
9062 * mcore-tdep.c (mcore_dump_insn): Ditto.
9063 * mips-tdep.c (mips_gdbarch_init): Ditto.
9064 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9065 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9066 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9067 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9068 instead of TARGET_PRINT_INSN_INFO, add comment.
9069 * s390-tdep.c (s390_get_frame_info): Instead of
9070 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9071 (s390_check_function_end, s390_is_sigreturn): Ditto.
9072 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9073 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9074 * disasm.c: Include "gdbcore.h".
9075 (_initialize_disasm): New function, initialize
9076 "deprecated_tm_print_insn_info".
9077 (deprecated_tm_print_insn_info): New variable.
9078 (dis_asm_read_memory): Moved from "corefile.c", made static.
9079 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9080 * Makefile.in (disasm.o): Update dependencies.
9081
07020390
AC
90822003-04-30 Andrew Cagney <cagney@redhat.com>
9083
9084 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9085
a9fa03de
AF
90862003-04-29 Adam Fedor <fedor@gnu.org>
9087
9088 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9089 * infcall.c (find_function_addr): Make non-static.
9090 * infcall.h (find_function_addr): Declare.
9091 * Makefile.in (eval.o): Update dependencies.
9092
1bae87b9
AF
90932003-04-28 Adam Fedor <fedor@gnu.org>
9094
9095 * symtab.c (symbol_find_demangled_name): Check for and demangle
9096 ObjC symbols.
9097 (symbol_init_demangled_name): Init for language_objc as well.
9098
0ba6dca9
AC
90992003-04-28 Andrew Cagney <cagney@redhat.com>
9100
9101 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9102 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9103 * gdbarch.h, gdbarch.c: Re-generate.
9104 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9105 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9106 * inferior.h (deprecated_read_fp): Rename read_fp.
9107 (generic_target_read_fp): Delete declaration.
9108 * regcache.c (generic_target_read_fp): Delete function.
9109 (deprecated_read_fp): Replace read_fp, use
9110 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9111 * d10v-tdep.c (d10v_read_fp): Delete function.
9112 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9113
9114 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9115 deprecated_target_read_fp to generic_target_read_fp.
9116 * sh-tdep.c (sh_gdbarch_init): Ditto.
9117 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9119 * frv-tdep.c (frv_gdbarch_init): Ditto.
9120
9121 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9122 deprecated_fp_regnum.
9123 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9124 * vax-tdep.c (vax_gdbarch_init): Ditto.
9125 * v850-tdep.c (v850_gdbarch_init): Ditto.
9126 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9127 * sh-tdep.c (sh_gdbarch_init): Ditto.
9128 * s390-tdep.c (s390_gdbarch_init): Ditto.
9129 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9130 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9131 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9132 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9133 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9134 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9135 * i386-tdep.c (i386_gdbarch_init): Ditto.
9136 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9137 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9138 * frv-tdep.c (frv_gdbarch_init): Ditto.
9139 * cris-tdep.c (cris_gdbarch_init): Ditto.
9140 * avr-tdep.c (avr_gdbarch_init): Ditto.
9141 * arm-tdep.c (arm_gdbarch_init): Ditto.
9142 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9143
9144 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9145 * v850-tdep.c (v850_gdbarch_init): Ditto.
9146 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9147 * sh-tdep.c (sh_gdbarch_init): Ditto.
9148 * s390-tdep.c (s390_gdbarch_init): Ditto.
9149 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9150 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9151 * mips-tdep.c (mips_gdbarch_init): Ditto.
9152 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9153 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9154 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9155 * frv-tdep.c (frv_gdbarch_init): Ditto.
9156 * avr-tdep.c (avr_gdbarch_init): Ditto.
9157 * arm-tdep.c (arm_gdbarch_init): Ditto.
9158
9159 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9160 DEPRECATED_FP_REGNUM.
9161 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9162 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9163 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9164 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9165 (sparc32_register_virtual_type): Ditto.
9166 * sh-tdep.c (sh64_frame_chain): Ditto.
9167 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9168 (sh_nofp_frame_init_saved_regs): Ditto.
9169 (sh64_nofp_frame_init_saved_regs): Ditto.
9170 (sh_fp_frame_init_saved_regs): Ditto.
9171 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9172 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9173 * procfs.c (procfs_fetch_registers): Ditto.
9174 (procfs_store_registers): Ditto.
9175 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9176 (store_inferior_registers, fetch_core_registers): Ditto.
9177 (fetch_kcore_registers, clear_regs): Ditto.
9178 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9179 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9180 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9181 * nlm/i386.c (do_status): Ditto.
9182 * mipsv4-nat.c (supply_gregset): Ditto.
9183 * mips-tdep.c: Ditto for comments.
9184 * mips-nat.c (fetch_inferior_registers): Ditto.
9185 (store_inferior_registers, fetch_core_registers): Ditto.
9186 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9187 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9188 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9189 (i386_do_pop_frame, i386_register_type): Ditto.
9190 * hppa-tdep.c (hppa_frame_chain): Ditto.
9191 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9192 (hppa_pop_frame, hppa_read_fp): Ditto.
9193 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9194 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9195 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9196 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9197 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9198 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9199 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9200 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9201 * blockframe.c: Ditto for comments.
9202 * arch-utils.h: Ditto for comments.
9203 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9204 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9205 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9206 * alpha-tdep.h: Ditto for comments.
9207 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9208 (alpha_cannot_store_register): Ditto.
9209 (alpha_push_dummy_frame): Ditto.
9210 * alpha-nat.c (supply_gregset): Ditto.
9211
9212 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9213 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9214 * config/sparc/tm-sparc.h: Update comment.
9215
9216 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9217 deprecated_read_fp instead of TARGET_READ_FP.
9218 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9219 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9220 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9221 deprecated_read_fp instead of read_fp.
9222 * s390-tdep.c (s390_push_arguments): Ditto.
9223 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9224 * frame.h: Ditto in comments.
9225 * frame.c (legacy_get_prev_frame): Ditto.
9226 * dummy-frame.c (dummy_frame_this_id): Ditto.
9227 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9228
d7a27068
AC
92292003-04-28 Andrew Cagney <cagney@redhat.com>
9230
9231 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9232 * gdbarch.h, gdbarch.c: Re-generate.
9233 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9234 * vax-tdep.c (_initialize_vax_tdep): Update.
9235 * v850-tdep.c (_initialize_v850_tdep): Update.
9236 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9237 * s390-tdep.c (_initialize_s390_tdep): Update.
9238 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9239 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9240 * mips-tdep.c (_initialize_mips_tdep): Update.
9241 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9242 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9243 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9244 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9245 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9246 * frv-tdep.c (_initialize_frv_tdep): Update.
9247 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9248 (_initialize_cris_tdep): Update.
9249 * arch-utils.c (legacy_print_insn): Update.
9250 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9251
d2630e69
AF
92522003-04-26 Adam Fedor <fedor@gnu.org>
9253
9254 * linespec.c (decode_objc): New function to decode ObjC calls
9255 (decode_line_1): Check for ObjC calls (using decode_objc)
9256 * Makefile (linespec.o): Update dependencies.
9257
3086aeae
DJ
92582003-04-26 Daniel Jacobowitz <drow@mvista.com>
9259
9260 * breakpoint.h (struct breakpoint_ops): New.
9261 (struct breakpoint): Add ops member.
9262
9263 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9264 (mention): Use new breakpoint ops member.
9265 (set_raw_breakpoint): Initialize ops field to NULL.
9266 (print_exception_catchpoint, print_one_exception_catchpoint)
9267 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9268 (gnu_v3_exception_catchpoint_ops): New.
9269 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9270
1fbec6c3
AF
92712003-04-25 Adam Fedor <fedor@gnu.org>
9272
9273 * Makefile.in (COMMON_OBS): Add objc-lang.o
9274
0ef21242
AC
92752003-04-25 Andrew Cagney <cagney@redhat.com>
9276
9277 * d10v-tdep.c (print_insn): Delete function.
9278 (display_trace): Use TARGET_PRINT_INSN.
9279 (_initialize_d10v_tdep): Do not set tm_print_insn.
9280 (d10v_gdbarch_init): Set print_insn.
9281
f75493ed
AC
92822003-04-25 Andrew Cagney <cagney@redhat.com>
9283
9284 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9285 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9286 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9287 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9288 (nr_dmap_regs, a0_regnum): ... new functions.
9289 (d10v_print_registers_info): Use a0_regnum, use register_size.
9290 (d10v_register_byte): Delete function.
9291 (d10v_register_raw_size): Delete function.
9292 (d10v_register_type): Use a0_regnum.
9293 (d10v_print_registers_info): Use a0_regnum.
9294 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9295 (d10v_gdbarch_init): Do not set register_byte or
9296 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9297 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9298 extract_address.
9299 (trace_command): Use XCALLOC.
9300 (print_insn): Delete reference to tm_print_insn.
9301 (saved_regs_unwinder): Use store_unsigned_integer instead of
9302 store_address.
9303 * frame.h (FRAME_OBSTACK_CALLOC): Define
9304
2202b100
DC
93052003-04-25 David Carlton <carlton@bactrian.org>
9306
9307 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9308
4e45ca2e
AF
93092003-04-24 Adam Fedor <fedor@gnu.org>
9310
9311 * objc-lang.c: Include "valprint.h"
9312 * Makefile.in (objc-lang.o): Update dependencies.
9313
93de3e7f
AF
93142003-04-24 Adam Fedor <fedor@gnu.org>
9315
8ffd9b1b 9316 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
9317 architecture dependant compilation and mark as unimplemented
9318 (until they get put in the gdbarch vector).
9319
0f20eeea
DC
93202003-04-23 David Carlton <carlton@bactrian.org>
9321
9322 * cp-support.c (cp_find_first_component): Accept 'operator' in
9323 more locations.
9324
74cfe982
AC
93252003-04-23 Andrew Cagney <cagney@redhat.com>
9326
9327 * infcall.c (call_function_by_hand): Eliminate redundant
9328 indentation. Move "saved_async" and "old_cleanups" to where they
9329 are needed.
8ffd9b1b 9330
52557533
AC
93312003-04-23 Andrew Cagney <cagney@redhat.com>
9332
9333 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9334 and "buffer". Move the "name" code to where it is needed.
9335
158775de
AC
93362003-04-23 Andrew Cagney <cagney@redhat.com>
9337
9338 * infcall.c (call_function_by_hand): Move variables "start_sp",
9339 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9340 code to ON_STACK switch branch.
8ffd9b1b 9341
ebc7896c
AC
93422003-04-23 Andrew Cagney <cagney@redhat.com>
9343
9344 * infcall.c (call_function_by_hand): Make declaration of "i",
9345 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9346 lint.
9347
d727590f
AC
93482003-04-23 Andrew Cagney <cagney@redhat.com>
9349
9350 * infcall.c (call_function_by_hand): Delete variable
9351 "n_method_args". Localize "param_type"'s declaration to the loop
9352 that it is used. Reinstate code assigning to said variable -
9353 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9354 Rationalize code using "param_type".
9355
d585e13a
AC
93562003-04-22 Andrew Cagney <cagney@redhat.com>
9357
9358 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9359 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9360 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9361 to DEPRECATED_PUSH_RETURN_ADDRESS.
9362
051caad9
KB
93632003-04-22 Kevin Buettner <kevinb@redhat.com>
9364
9365 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9366 on the DWARF2 register number prior to fetching a register.
9367
77296879
JB
93682003-04-22 J. Brobecker <brobecker@gnat.com>
9369
9370 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9371 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 9372 this macro was always set to 0.
77296879
JB
9373 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9374 considering the fact that this macro was always set to 0.
9375 * hppa-tdep.h (hppa_store_return_value): Likewise.
9376 (hppa_extract_return_value): Likewise.
9377
4252f1df
JB
93782003-04-22 J. Brobecker <brobecker@gnat.com>
9379
9380 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9381 the hppa-pro target only.
9382
14604c6b
JB
93832003-04-21 J. Brobecker <brobecker@gnat.com>
9384
9385 Ongoing multi-arch conversion effort for HP/UX:
9386 * config/pa/tm-hppa.h: Move all macro that are no longer
9387 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9388 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9389
77eb01d1
JB
93902003-04-21 J. Brobecker <brobecker@gnat.com>
9391
9392 * config/pa/tm-hppa.h: Obsolete a section that was only used
9393 for hppa-pro.
9394
61995b3b
JB
93952003-04-21 J. Brobecker <brobecker@gnat.com>
9396
9397 Ongoing multi-arch conversion for HP/UX.
9398 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9399 if already defined (allows hppa64 to stay non-multiarched for now).
9400 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9401
4aa79dcc
AC
94022003-04-21 Andrew Cagney <cagney@redhat.com>
9403
9404 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9405
0f751ff2
AC
94062003-04-21 Andrew Cagney <cagney@redhat.com>
9407
9408 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9409 "i386_num_mmx_regs".
9410
04714b91
AC
94112003-04-21 Andrew Cagney <cagney@redhat.com>
9412
9413 * infcall.c: New file.
9414 * infcall.h: New file.
9415 * valarith.c: Include "infcall.h".
9416 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9417 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9418 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9419 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9420 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9421 (SFILES): Add "infcall.c"
9422 (COMMON_OBS): Add "infcall.o".
9423 (infcall.o): Specify dependencies.
9424 * value.h (call_function_by_hand): Delete declaration.
9425 * inferior.h (run_stack_dummy): Delete declaration.
9426 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9427 (run_stack_dummy): Move to "infcall.c", merged into
9428 call_function_by_hand.
9429 * valops.c (call_function_by_hand): Moved to "infcall.c".
9430 (find_function_addr, value_arg_coerce): Ditto.
9431 (unwindonsignal_p, coerce_float_to_double): Ditto.
9432 (_initialize_valops): Move "set/show coerce-float-to-double", and
9433 "set/show unwindonsignal" commands to "infcall.c".
9434 * v850-tdep.c, target.h: Update comments.
9435 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9436 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9437 (sh64_init_extra_frame_info): Update comments.
9438 * mn10300-tdep.c: Update comments.
9439 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9440 * config/sparc/tm-sparc.h: Update comments.
9441 * breakpoint.h: Update comments.
9442 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9443 * arm-tdep.c: Update comment.
9444
f9d3c2a8
MK
94452003-04-19 Mark Kettenis <kettenis@gnu.org>
9446
c40e1eab
MK
9447 * i386-tdep.c (i386_num_register_names): New variable.
9448 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9449 (MM0_REGNUM): Remove redundant parentheses in define.
9450 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9451 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9452 i386_mxcsr_regnum_p): Remove redundant parentheses.
9453 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 9454
94ea66b3
MK
9455 * i386-tdep.c (i386_extract_return_value,
9456 i386_store_return_value): Correct check for availability of
9457 floating-point registers.
9458
54299a1d
MK
9459 * i386-tdep.c (i386_frame_num_args): Remove function.
9460 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9461
c86c27af
MK
9462 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9463 mmx_regnum_to_fp_regnum. Adjust all callers.
9464
f9d3c2a8
MK
9465 * i386-tdep.c (i386_get_longjmp_target): Use
9466 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9467 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9468 extract_address.
9469
94ba74a9
MK
94702003-04-19 Mark Kettenis <kettenis@gnu.org>
9471
9472 * core-regset.c: Update comments to reflect reality. Re-order
9473 includes.
9474 (fetch_core_registers): Use switch instead of if. Remove
9475 redundant prototype.
9476
4074e13c
JB
94772003-04-18 Jim Blandy <jimb@redhat.com>
9478
9479 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9480 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9481
e3ab4aba
RH
94822003-04-17 Richard Henderson <rth@redhat.com>
9483
9484 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9485
627bf7c1
EZ
94862003-04-17 Michael Snyder <msnyder@redhat.com>
9487 Karen Bennet <bennet@redhat.com>
9488
9489 Committed by Elena Zannoni <ezannoni@redhat.com>
9490 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9491
514621a9
EZ
94922003-04-17 Elena Zannoni <ezannoni@redhat.com>
9493
9494 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9495 value if the return type is void.
514621a9 9496
b4acd559
JJ
94972003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9498
9499 * thread-db.c: Reindented.
8ffd9b1b 9500
530b167e 95012003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9502
9503 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9504 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9505 as types.
9506
0a48e7e8
MS
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
8ffd9b1b 9530
ab9fe00e
KB
95312003-04-16 Kevin Buettner <kevinb@redhat.com>
9532
610a3745 9533 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9534 the size of ``long double'' to 16, instead of 8.
9535
e64a344c
MK
95362003-04-16 Mark Kettenis <kettenis@gnu.org>
9537
9538 * i386-linux-nat.c: Add some whitespace to make things more
9539 readable.
9540 (fetch_register, store_register, fetch_inferior_registers,
9541 store_inferior_registers): Get rid of assignment in if-statement.
9542 (store_register): Fix typo in error message.
9543
25d41031
AC
95442003-04-16 Andrew Cagney <cagney@redhat.com>
9545
9546 * utils.c (xmmalloc): Always allocate something, matches
9547 libiberty/xmalloc's semantics.
9548 (xmrealloc, xmcalloc): Ditto.
9549
c50901fd
AC
95502003-04-16 Andrew Cagney <cagney@redhat.com>
9551
9552 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9553 update comments.
9554 (get_frame_type): Initialize unwind and type when needed.
9555 (get_frame_id, frame_register_unwind): Ditto.
9556
f81824a9
AC
95572003-04-16 Andrew Cagney <cagney@redhat.com>
9558
9559 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9560 obsolete.
9561 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9562 * sparcl-stub.c: Obsolete file.
9563 * config/sparc/tm-sparclet.h: Obsolete file.
9564 * sparclet-stub.c: Obsolete file.
9565 * sparclet-rom.c: Obsolete file.
9566 * sparcl-tdep.c: Obsolete file.
9567 * config/sparc/tm-sparclite.h: Obsolete file.
9568 * config/sparc/sparclite.mt: Obsolete file.
9569 * config/sparc/sparclet.mt: Obsolete file.
9570 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9571 sparc86x-*-* obsolete.
9572
9219021c
DC
95732003-04-15 David Carlton <carlton@math.stanford.edu>
9574
9575 * Makefile.in (SFILES): Add cp-namespace.c.
9576 (COMMON_OBS): Add cp-namespace.o.
9577 (block.o): Depend on gdb_obstack_h and cp_support_h.
9578 (buildsym.o): Depend on cp_support_h.
9579 (cp-namespace.o): New.
9580 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9581 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9582 (dwarf2read.o): Depend on cp_support_h.
9583 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9584 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9585 processing_current_namespace.
9586 (read_namespace): Update processing_current_namespace; check for
9587 anonymous namespaces.
9588 (dwarf2_name): New function.
9589 (dwarf2_extension): Ditto.
9590 * cp-support.h: Update copyright, contributors.
9591 Add inclusion guards.
9592 Add opaque declaration for structs obstack, block, symbol.
9593 (struct using_direct): New struct.
9594 Add declarations for cp_find_first_component,
9595 cp_entire_prefix_len, processing_has_namespace_info,
9596 processing_current_namespace, cp_is_anonymous,
9597 cp_add_using_directive, cp_initialize_namespace,
9598 cp_finalize_namespace, cp_set_block_scope,
9599 cp_scan_for_anonymous_namespaces.
9600 * cp-namespace.c: New file.
9601 * cp-support.c: Update copyright.
9602 Include ctype.h, gdb_assert.h, gdbcmd.h.
9603 New variable maint_cplus_cmd_list.
9604 (cp_find_first_component): New function.
9605 (cp_entire_prefix_len, maint_cplus_command)
9606 (first_component_command, _initialize_cp_support): Ditto.
9607 * buildsym.c: Include cp-support.h.
9608 New variable using_list.
9609 (add_symbol_to_list): Check for anonymous namespaces.
9610 (finish_block): Set block's scope.
9611 (start_symtab): Initialize C++ namespace support.
9612 (end_symtab): Finalize C++ namespace support.
9613 * block.h: Add opaque declarations for structs
9614 block_namespace_info, using_direct, and obstack.
9615 Add declarations for block_set_scope and block_set_using.
9616 (struct block): Add 'language_specific' member.
9617 (BLOCK_NAMESPACE): New macro.
9618 * block.c: Include gdb_obstack.h and cp-support.h.
9619 (struct block_namespace_info): New struct.
9620 (block_set_scope): New function.
9621 (block_set_using, block_initialize_namespace): Ditto.
9622
d5a921c9
KB
96232003-04-14 Kevin Buettner <kevinb@redhat.com>
9624
9625 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9626 (locate_base): Return early if there aren't any link map offsets.
9627 (svr4_solib_create_inferior_hook): Warn if shared library support
9628 is unavailable.
9629
d2a52b27
DC
96302003-04-14 David Carlton <carlton@math.stanford.edu>
9631
9632 * symtab.c (symbol_set_names): Add prefix when storing Java names
9633 in hash table. Fix for PR java/1039.
9634
980cae7a
DC
96352003-04-14 David Carlton <carlton@math.stanford.edu>
9636
9637 * symtab.c (symbol_set_names): Rename 'name' arg to
9638 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9639 * symtab.h: Change 'name' argument in declaration of
9640 symbol_set_names to 'linkage_name'.
9641 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9642
e227b13c
AC
96432003-04-14 Andrew Cagney <cagney@redhat.com>
9644
9645 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9646 return the fully sign-extended register value.
9647 (get_frame_pointer): Ditto.
9648 (mips_pop_frame): Initialize "proc_desc" after checking for a
9649 dummy frame.
9650
36712a20
AC
96512003-04-14 Andrew Cagney <cagney@redhat.com>
9652
9653 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9654 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9655 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9656 (mips_push_register): Delete function.
9657 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9658 PUSH_FP_REGNUM.
9659
44ea7b70
JB
96602003-04-14 Jim Blandy <jimb@redhat.com>
9661
9662 * symmisc.c: #include "gdb_regex.h".
9663 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9664 functions.
9665 * maint.c (maintenance_list_command): New function.
9666 (_initialize_maint_cmds): Register the above as commands.
9667 * symtab.h (maintenance_list_symtabs,
9668 maintenance_list_psymtabs): New declarations.
9669 * cli/cli-cmds.c (maintenancelistlist): New variable.
9670 (init_cmd_lists): Initialize it.
9671 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9672 * gdbcmd.h (maintenancelistlist): New declaration.
9673 * Makefile.in (symmisc.o): Update dependencies.
9674
2d0c7962
EZ
96752003-04-14 Elena Zannoni <ezannoni@redhat.com>
9676
9677 * s390-nat.c: Include asm/types.h for addr_t.
9678
1947a811
CV
96792003-04-14 Corinna Vinschen <vinschen@redhat.com>
9680
9681 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9682 actually incoming type.
9683
adb616d7
AC
96842003-04-13 Andrew Cagney <cagney@redhat.com>
9685
9686 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9687 get_next_frame and get_frame_saved_regs.
9688
9b5e151c
AC
96892003-04-13 Andrew Cagney <cagney@redhat.com>
9690
9691 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9692 of gdbarch_num_regs.
9693
ef6e7e13
AC
96942003-04-13 Andrew Cagney <cagney@redhat.com>
9695
9696 * frame.h: Mention what replaced what in "struct frame_info".
9697 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9698 deprecated_update_frame_base_hack and
9699 deprecated_update_frame_pc_hack.
9700 * hppa-tdep.c: Ditto.
9701
61fbb938
DJ
97022003-04-13 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9705 to read_reg and update its comment. Remove regnum member.
9706 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9707 Don't call read_reg when setting in_reg. Call read_reg to get
9708 the frame base if it's in a register. Return the register number
9709 on the stack instead of in the context. Remove extra arguments
9710 to read_reg.
9711 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9712 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9713 the register number on the expression stack.
9714 (needs_frame_read_reg): Remove extra arguments.
9715
0d53c4c4
DJ
97162003-04-13 Daniel Jacobowitz <drow@mvista.com>
9717
9718 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9719 made non-static.
9720 (execute_stack_op): All callers updated.
9721 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9722 * dwarf2loc.c (find_location_expression): New function.
9723 (dwarf_expr_frame_base): Call it.
9724 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9725 (dwarf2_tracepoint_var_ref): New function, broken out from
9726 locexpr_tracepoint_var_ref.
9727 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9728 Make static.
9729 (loclist_read_variable, loclist_read_needs_frame): New functions.
9730 (loclist_describe_location, loclist_tracepoint_var_ref): New
9731 functions.
9732 (dwarf2_loclist_funcs): New struct location_funcs.
9733 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9734 (struct dwarf2_locexpr_baton): Add comments.
9735 (dwarf2_loclist_funcs): New extern.
9736 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9737 base_address and base_known.
9738 (dwarf_loc_buffer): New variable.
9739 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9740 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9741 (dwarf2_has_info): Initialize dwarf_loc_offset.
9742 (dwarf2_build_psymtabs): Read in .debug_loc.
9743 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9744 DWARF_LOC_SIZE.
9745 (psymtab_to_symtab_1): Likewise. Move base address calculation
9746 here, from...
9747 (dwarf2_get_pc_bounds): ... here. Use the base address from
9748 cu_header.
9749 (dwarf2_symbol_mark_computed): Handle location lists.
9750
6aca59a3
DJ
97512003-04-13 Daniel Jacobowitz <drow@mvista.com>
9752
9753 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9754 if the linkage name demangled successfully.
9755
aca1fcd0
MK
97562003-04-13 Mark Kettenis <kettenis@gnu.org>
9757
97095916
MK
9758 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9759 disassmbly_flavour): Removed.
9760
aca1fcd0
MK
9761 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9762
562a961f
MK
97632003-04-13 Mark Kettenis <kettenis@gnu.org>
9764
9765 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9766
bd013d54
AC
97672003-04-12 Andrew Cagney <cagney@redhat.com>
9768
9769 * frame.h (struct frame_info): Move definition from here ...
9770 * frame.c (struct frame_info): ... to here.
9771
167ef8b1
AC
97722003-04-12 Andrew Cagney <cagney@redhat.com>
9773
9774 * gdbthread.h (save_infrun_state): Delete parameter
9775 "prev_func_start".
9776 (struct thread_info): Delete field "prev_func_start".
9777 (load_infrun_state): Ditto.
9778 * thread.c (load_infrun_state, save_infrun_state): Update.
9779 * infrun.c (prev_func_start): Delete variable.
9780 (context_switch, init_wait_for_inferior): Update.
9781 (stop_stepping, keep_going): Update.
9782
da3331ec
AC
97832003-04-12 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbarch.sh: Add missing opaque declarations.
9786 * gdbarch.h: Regnerate.
9787 * symtab.h: Add missing opaque declarations.
9788 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9789 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9790 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9791 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9792 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9793 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9794 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9795 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9796 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9797 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9798 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9799 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9800 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9801
18adea3f
AC
98022003-04-11 Andrew Cagney <cagney@redhat.com>
9803
9804 * frame.c (get_frame_id): Return this frame's "id".
9805 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9806 function start.
9807 (legacy_saved_regs_this_id): Replace function body with
9808 internal-error.
9809 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9810 FRAME_OBSTACK_ZALLOC.
9811 (create_new_frame): Mark the frame ID as valid.
9812
2252e863
AO
98132003-04-11 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * Makefile.in (libbfd_h): Added missing setting.
9816 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9817 according to the selected ABI.
9818
a8245ab8
JJ
98192003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9820
9821 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9822
6913c89a
AC
98232003-04-11 Andrew Cagney <cagney@redhat.com>
9824
9825 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9826 SAVED_PC_AFTER_CALL.
9827 * gdbarch.h, gdbarch.c: Regenerate.
9828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9829 * x86-64-tdep.c (x86_64_init_abi): Update.
9830 * vax-tdep.c (vax_gdbarch_init): Update.
9831 * v850-tdep.c (v850_gdbarch_init): Update.
9832 * sparc-tdep.c (sparc_gdbarch_init): Update.
9833 * sh-tdep.c (sh_gdbarch_init): Update.
9834 * s390-tdep.c (s390_gdbarch_init): Update.
9835 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9836 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9837 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9838 * mips-tdep.c (mips_gdbarch_init): Update.
9839 * mcore-tdep.c (mcore_gdbarch_init): Update.
9840 * m68k-tdep.c (m68k_gdbarch_init): Update.
9841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9842 * ia64-tdep.c (ia64_gdbarch_init): Update.
9843 (ia64_saved_pc_after_call): Update declaration.
9844 * i386ly-tdep.c (i386lynx_init_abi): Update.
9845 * i386-tdep.c (i386_gdbarch_init): Update.
9846 * hppa-tdep.c (hppa_gdbarch_init): Update.
9847 * h8300-tdep.c (h8300_gdbarch_init): Update.
9848 * frv-tdep.c (frv_gdbarch_init): Update.
9849 * cris-tdep.c (cris_gdbarch_init): Update.
9850 * avr-tdep.c (avr_gdbarch_init): Update.
9851 * arm-tdep.c (arm_gdbarch_init): Update.
9852 * alpha-tdep.c (alpha_gdbarch_init): Update.
9853 * ns32knbsd-nat.c (frame_num_args): Update.
9854 * ns32k-tdep.c (umax_frame_num_args): Update.
9855 * mips-tdep.c (mips_init_frame_pc_first): Update.
9856 * infrun.c (step_over_function): Update.
9857 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9858 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9859 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9860 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9861 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9862 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9863 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9864 * arch-utils.c (init_frame_pc_default): Update.
9865 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9866 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9867 declaration.
8ffd9b1b 9868
38edeab8
AC
98692003-04-11 Andrew Cagney <cagney@redhat.com>
9870
9871 * i387-tdep.c: Update copyright.
9872 (i387_to_double): Delete function.
9873 (double_to_i387): Delete function.
9874
81f8a206
AC
98752003-04-10 Andrew Cagney <cagney@redhat.com>
9876
9877 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9878 frame's function's address. Simplify.
9879 (d10v_frame_unwind_cache): Check that the frame's function is
9880 non-zero.
9881
6e691f7a
JB
98822003-04-10 Jim Blandy <jimb@redhat.com>
9883
9884 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9885 call to set_gdbarch_deprecated_push_arguments.
9886
7f78e237
AC
98872003-04-10 Andrew Cagney <cagney@redhat.com>
9888
9889 * frame.c (fprint_frame_id): New function.
9890 (fprint_frame_type, fprint_frame): New function.
9891 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9892 (create_sentinel_frame, get_frame_id): Ditto.
9893 (frame_id_p, frame_id_eq): Ditto.
9894 (frame_id_inner, create_new_frame): Ditto.
9895 (legacy_get_prev_frame, get_prev_frame): Ditto.
9896 (deprecated_update_frame_pc_hack): Ditto.
9897 (frame_register_unwind): Ditto.
9898 (deprecated_update_frame_base_hack): Ditto.
9899
f870b49b
CV
99002003-04-10 Corinna Vinschen <vinschen@redhat.com>
9901
9902 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9903 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9904 frame_chain function.
9905 * Makefile.in: Add dependencies due to above change.
9906
7c86889b
CV
99072003-04-10 Corinna Vinschen <vinschen@redhat.com>
9908
9909 * blockframe.c (legacy_frame_chain_valid): Move call to
9910 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9911 inside_entry_file.
9912
d0a55772
AC
99132003-04-09 Andrew Cagney <cagney@redhat.com>
9914
9915 * frame.h (struct frame_id): Replace "pc" and "base" with
9916 "stack_addr" and "code_addr". Update comments.
9917 (frame_id_build): Update parameter names and comment.
9918 (struct frame_info): Replace "id_p" and "id" with "this_id".
9919 * dummy-frame.c (dummy_frame_this_id): Update.
9920 * breakpoint.c (print_one_breakpoint): Update.
9921 * frame.c (get_frame_id): Update.
9922 (get_frame_base, frame_id_build): Update.
9923 (create_sentinel_frame, legacy_get_prev_frame): Update.
9924 (deprecated_update_frame_base_hack): Update.
9925 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9926 (frame_id_inner): Ditto.
9927
ac16bf07
AC
99282003-04-09 Andrew Cagney <cagney@redhat.com>
9929
9930 * defs.h (gdb_print_host_address): Make "addr" parameter a
9931 pointer constant.
9932 * utils.c (gdb_print_host_address): Update.
9933
366cfc9e
KB
99342003-04-09 Kevin Buettner <kevinb@redhat.com>
9935
9936 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9937 register number for R0 is 0.
9938
cd983b5c
JB
99392003-04-09 J. Brobecker <brobecker@gnat.com>
9940
9941 * frame.h (struct gdbarch): Add opaque structure definition
9942 to avoid a compilation warning on LynxOS 4.0.
9943
d1340264
AC
99442003-04-09 Andrew Cagney <cagney@redhat.com>
9945
9946 * frame.h (struct frame_info): Delete field "pc". Replace
9947 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9948 structure.
9949 * frame.c (frame_pc_unwind): Update.
9950 (create_sentinel_frame): Do not set "pc".
9951 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9952 (get_frame_pc): Call frame_pc_unwind.
9953 (deprecated_update_frame_pc_hack): Update.
9954 (create_new_frame): Use "pc" not "->pc".
9955
90a6fffb
AC
99562003-04-09 Andrew Cagney <cagney@redhat.com>
9957
9958 * frame.c (get_frame_id): Eliminate code updating "frame".
9959 (legacy_get_prev_frame): Ditto.
9960 (get_frame_base): Return id.base directly.
9961 (deprecated_update_frame_base_hack): Update "id.base".
9962 * frame.h (struct frame_info): Delete field "frame".
9963
2fbce691
AC
99642003-04-09 Andrew Cagney <cagney@redhat.com>
9965
9966 * NEWS: Mention that the "Sequent family" is obsolete.
9967 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9968 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9969 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9970 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9971 * config/i386/tm-ptx4.h: Obsolete file.
9972 * config/i386/tm-ptx.h: Obsolete file.
9973 * symm-tdep.c: Obsolete file.
9974 * config/i386/symmetry.mt: Obsolete file.
9975 * config/i386/tm-symmetry.h: Obsolete file.
9976 * symm-nat.c: Obsolete file.
9977 * config/i386/nm-symmetry.h: Obsolete file.
9978 * config/i386/xm-symmetry.h: Obsolete file.
9979 * config/i386/symmetry.mh: Obsolete file.
9980 * config/i386/nm-ptx4.h: Obsolete file.
9981 * config/i386/ptx4.mh: Obsolete file.
9982 * config/i386/ptx.mt: Obsolete file.
9983 * config/i386/ptx.mh: Obsolete file.
9984 * config/i386/xm-ptx4.h: Obsolete file.
9985 * config/i386/xm-ptx.h: Obsolete file.
9986
78c43945
AC
99872003-04-09 Andrew Cagney <cagney@redhat.com>
9988
9989 Obsolete mips*-*-mach3*.
9990 * NEWS: Mention that mips*-*-mach3* is obsolete.
9991 * m3-nat.c: Obsolete file.
9992 * config/nm-m3.h: Obsolete file.
9993 * config/mips/tm-mipsm3.h: Obsolete file.
9994 * config/mips/mipsm3.mt: Obsolete file.
9995 * config/mips/mipsm3.mh: Obsolete file.
9996 * config/mips/xm-mipsm3.h: Obsolete file.
9997 * mipsm3-nat.c: Obsolete file.
9998 * configure.host: Obsolete mips-dec-mach3*.
9999 * configure.tgt: Obsolete mips*-*-mach3*.
10000
f1908289
AC
100012003-04-09 Andrew Cagney <cagney@redhat.com>
10002
10003 * doublest.h: Update copyright.
10004 (deprecated_store_floating, deprecated_extract_floating): Rename
10005 store_floating and extract_floating. Update comments.
10006 * doublest.c: Update copyright.
10007 (extract_floating_by_length): Replace extract_floating.
10008 (store_floating_by_length): Replace store_floating.
10009 (deprecated_extract_floating): New function.
10010 (deprecated_store_floating): New function.
10011 (extract_typed_floating): Call extract_floating_by_length.
10012 (store_typed_floating): Call store_floating_by_length.
10013 * x86-64-tdep.c (x86_64_store_return_value): Update.
10014 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10015 (sh64_extract_return_value): Update.
10016 (sh_sh4_register_convert_to_virtual): Update.
10017 (sh_sh64_register_convert_to_virtual): Update.
10018 (sh_sh4_register_convert_to_raw): Update.
10019 (sh_sh64_register_convert_to_raw): Update.
10020 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10021 (rs6000_register_convert_to_raw): Update.
10022 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10023 (ia64_register_convert_to_raw): Update.
10024 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10025 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10026 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10027 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10028 (alpha_register_convert_to_raw): Update.
10029
4443bd83
AC
100302003-04-08 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10033 * gdbarch.h, gdbarch.c: Re-generate.
10034 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10035 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10036 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10037 conditionally, use frame_pc_unwind as an alternative. Add
10038 comments.
10039 * arch-utils.c (init_frame_pc_default): Only call
10040 SAVED_PC_AFTER_CALL when available.
10041
c0236d92
EZ
100422003-04-08 Elena Zannoni <ezannoni@redhat.com>
10043
fbe586ae 10044 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
10045 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10046 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10047 (start_remote): Ditto.
10048 (handle_inferior_event): Ditto.
10049 (save_inferior_status): Ditto.
10050 (restore_inferior_status): Ditto.
10051 * infcmd.c (attach_command): Ditto.
10052 * fork-child.c (startup_inferior): Ditto.
fbe586ae 10053 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
10054 * alpha-tdep.c (heuristic_proc_start): Ditto.
10055 * mips-tdep.c (heuristic_proc_start): Ditto.
10056 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10057 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10058 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10059 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10060 * remote-vx.c (vx_create_inferior): Ditto.
10061
100622003-04-08 Elena Zannoni <ezannoni@redhat.com>
10063
10064 * infrun.c (stop_soon_quietly): Make it an enum, to better
10065 override the default behavior of handle_inferior_event.
10066 (clear_proceed_status): Update uses of stop_soon_quietly to
10067 reflect that it is now an enum.
10068 (start_remote): Ditto.
10069 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10070 is set to handle the new GNU/Linux kernel behavior for
10071 attach/sigstop. Update uses of stop_soon_quietly.
10072 * inferior.h (enum stop_kind): New enum.
10073 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10074 Reset normal handle_inferior_event behavior, afterwards.
10075 * fork-child.c (startup_inferior): Update.
10076 * alpha-tdep.c (heuristic_proc_start): Update.
10077 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10078 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10079 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10080 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10081 * remote-vx.c (vx_create_inferior): Update.
10082 * mips-tdep.c (heuristic_proc_start): Update.
10083
1211bce3
EZ
100842003-04-07 Elena Zannoni <ezannoni@redhat.com>
10085
10086 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 10087 be freed more than once, causing wild memory corruptions.
1211bce3 10088 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 10089 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 10090 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 10091 with the "core" target.
1211bce3 10092
f0ef6b29
KB
100932003-04-07 Kevin Buettner <kevinb@redhat.com>
10094
10095 * mips-tdep.c (mips_print_fp_register): New function, created from
10096 do_fp_register_row(). Registers are now (also) printed as hex.
10097 Only one register is printed per row.
10098 (mips_print_register, do_fp_register_row): Print floating point
10099 registers with mips_print_fp_register().
10100
8cf71652
AC
101012003-04-06 Andrew Cagney <cagney@redhat.com>
10102
5e488a7b
AC
10103 * valprint.h (inspect_it): Add extern declaration.
10104 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10105 (selectors_info, classes_info): Ditto.
10106 (find_objc_msgcall): Fix indentation.
10107 (objc_printstr): Delete extern declarations.
10108
8cf71652
AC
10109 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10110
e6ba3bc9
AC
101112003-04-06 Andrew Cagney <cagney@redhat.com>
10112
10113 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10114 Update comment.
10115 * frame.c (legacy_saved_regs_this_id): Update.
10116 (legacy_get_prev_frame): Update.
10117 * xstormy16-tdep.c: Update comment.
10118 * sparc-tdep.c (sparc_frame_chain): Update comment.
10119 * blockframe.c (legacy_frame_chain_valid): Update.
10120
55e1d7e7
AC
101212003-04-06 Andrew Cagney <cagney@redhat.com>
10122
996179ee
AC
10123 * valprint.c (val_print_type_code_int): Delete #ifdef
10124 PRINT_TYPELESS_INTEGER code.
10125
55e1d7e7
AC
10126 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10127 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10128 multi-arch definition.
10129 * gdbarch.h: Re-generate.
10130
43bd9a9e
AC
101312003-04-05 Andrew Cagney <cagney@redhat.com>
10132
10133 Eliminate FRAME_FIND_SAVED_REGS.
10134 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10135 Change FSR parameter to a pointer.
10136 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10137 Assume FSR parameter is a pointer.
10138 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10139 Make fsr a pointer.
10140 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10141 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10142 saved_regs a pointer.
10143 (hppa_frame_saved_pc): Ditto.
10144 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10145 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10146 pointer.
10147 (restore_pc_queue): Make fsr a pointer.
10148 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10149 (hppa_frame_chain): Make saved_regs a pointer, call
10150 hppa_frame_init_saved_regs.
10151 * sparc-tdep.c: Include "gdb_assert.h".
10152 (sparc_frame_find_saved_regs): Replace internal_error with
10153 gdb_assert.
10154 * remote-vxsparc.c (vx_read_register): Delete reference to
10155 FRAME_FIND_SAVED_REGS.
10156 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10157 * gdbarch.h: Regenerate.
10158 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10159 (deprecated_get_frame_saved_regs): Delete declaration.
10160 (struct frame_saved_regs): Delete definition.
10161 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10162 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10163 (hppa_frame_find_saved_regs): Delete declaration.
10164 (FRAME_FIND_SAVED_REGS): Delete macro.
10165 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10166 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10167 FRAME_FIND_SAVED_REGS in comment.
10168
be41e9f4
AC
101692003-04-05 Andrew Cagney <cagney@redhat.com>
10170
10171 * frame.c (frame_func_unwind, get_frame_func): New functions.
10172 * frame.h (get_frame_func, frame_func_unwind): Declare.
10173 (struct frame_info): Add field "prev_func" for caching the
10174 previous frame's function address.
10175 * arm-tdep.c (arm_frameless_function_invocation): Combine
10176 get_pc_function_start and get_frame_pc into get_frame_func.
10177 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10178 (sh64_nofp_frame_init_saved_regs): Ditto.
10179 * s390-tdep.c (s390_function_start): Ditto.
10180 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10181 (rs6000_frameless_function_invocation): Ditto.
10182 (rs6000_frame_saved_pc): Ditto.
10183 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10184 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10185 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10186 (i386_frame_init_saved_regs): Ditto.
10187 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10188 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10189 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10190 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10191 * blockframe.c (frameless_look_for_prologue): Ditto.
10192
a01dd7cc
AC
101932003-04-05 Andrew Cagney <cagney@redhat.com>
10194
10195 * frame.c (legacy_get_prev_frame): Link prev to next at the
10196 function start. Update comments.
10197
5e5592e6
AC
101982003-04-05 Andrew Cagney <cagney@redhat.com>
10199
10200 * frame.c (get_frame_id): Update comment.
10201 (legacy_get_prev_frame): Update comment.
10202 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10203 * gdbarch.h: Regenerate.
10204 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10205 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10206
6fba5002
AC
102072003-04-05 Andrew Cagney <cagney@redhat.com>
10208
10209 * stack.c (print_frame_info): Use get_frame_pc.
10210
7df05f2b
AC
102112003-04-04 Andrew Cagney <cagney@redhat.com>
10212
10213 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10214 the frame's type from the unwinder.
10215 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10216 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10217 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10218 (get_frame_base_address): Use get_frame_type.
10219 (get_frame_locals_address, get_frame_args_address): Ditto.
10220 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10221 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10222 (struct frame_info): Add comment explaining why the frame contains
10223 a "type" field.
10224 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10225 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10226 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10227 NORMAL_FRAME.
10228 * frame-unwind.h: Include "frame.h".
10229 (struct frame_unwind): Add "type" field.
10230 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 10231
11889732
AC
102322003-04-04 Andrew Cagney <cagney@redhat.com>
10233
10234 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10235 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10236 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10237 get_frame_base.
10238 (d10v_unwind_dummy_id): Use frame_id_build.
10239 * frame.c (find_frame_sal): Use get_frame_pc.
10240 (create_new_frame): Use deprecated_update_frame_pc_hack and
10241 deprecated_update_frame_base_hack.
10242 (create_sentinel_frame): Add comment about ->pc going away.
10243 (get_prev_frame): Add comment about ->pc going away.
10244 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10245 frame_id_build, deprecated_update_frame_pc_hack and
10246 deprecated_update_frame_base_hack.
10247 (select_frame): Use get_frame_pc.
10248 (legacy_saved_regs_this_id): Use frame_id_build.
10249
50c46a0d
EZ
102502003-04-04 Elena Zannoni <ezannoni@redhat.com>
10251
fbe586ae
RH
10252 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10253 signed integer case.
10254 (classify_argument): Handle enumerations and references.
50c46a0d 10255
50bbdbd9
AC
102562003-04-04 Andrew Cagney <cagney@redhat.com>
10257
10258 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10259 ID to NULL.
10260
36018d2e
AF
102612003-04-01 Adam Fedor <fedor@gnu.org>
10262
10263 * gdb/objc-lang.c (selectors_info): Replace calls to
10264 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10265 SYMBOL_NATURAL_NAME.
10266 (classes_info, find_methods): Likewise.
10267
35cec841
KB
102682003-04-03 Kevin Buettner <kevinb@redhat.com>
10269
10270 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10271 ``mach'' to the value determined by bfd_default_set_arch_mach().
10272
43136899
BR
102732003-04-02 Bob Rossi <bob_rossi@cox.net>
10274
10275 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10276 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10277 (mi-cmd-file.o): Update dependencies.
10278
040b99fd
KB
102792003-04-01 Kevin Buettner <kevinb@redhat.com>
10280
10281 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10282 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10283
9a3d7dfd
AF
102842003-04-01 Adam Fedor <fedor@gnu.org>
10285
10286 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10287 * language.h (struct language_defn): Add la_demangle.
10288 (language_demangle): Declare.
10289 * language.c (language_demangle): New function.
10290 (unk_lang_demangle): Likewise.
10291 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 10292 Add ukn_lang_demangle.
9a3d7dfd 10293 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 10294 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
10295 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10296 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10297 * jv-lang.c (java_demangle): New function
10298 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
10299 * objc-lang.c (objc_demangle): Add options argument
10300 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
10301 * maint.c (maintenance_demangle): Replace switch with
10302 call to language_demangle.
10303 * utils.c (fprintf_symbol_filtered): Likewise.
10304
5e074003
AC
103052003-04-01 Andrew Cagney <cagney@redhat.com>
10306
10307 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10308 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10309 PRINT_TYPELESS_INTEGER.
10310 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10311 PUSH_RETURN_ADDRESS.
10312
270cb5d6
AC
103132003-04-01 Andrew Cagney <cagney@redhat.com>
10314
10315 * Makefile.in (d10v-tdep.o): Update dependencies.
10316 * d10v-tdep.c: Include "frame-base.h".
10317 (d10v_frame_unwind): Make constant.
10318 (d10v_frame_base_address): New function.
10319 (d10v_frame_base): New variable.
10320 (d10v_gdbarch_init): Set frame_base default.
10321 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10322 comment for base.
10323 (d10v_frame_unwind_cache): Set and use "prev_sp".
10324 (d10v_frame_this_id): Use the previous frame's inner most stack
10325 address and this frame's func address for the frame ID. Use
10326 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 10327
6bfb3e36
AC
103282003-04-01 Andrew Cagney <cagney@redhat.com>
10329
10330 * frame.h (get_frame_locals_address, get_frame_args_address):
10331 Refer to the base address, instead of the address of the first
10332 local or parameter.
8ffd9b1b 10333
da62e633
AC
103342003-04-01 Andrew Cagney <cagney@redhat.com>
10335
10336 Add frame debug info addresses:
10337 * frame-base.c: New file.
10338 * frame-base.h: New file.
10339 * frame.h (struct frame_base): Add opaque declaration.
10340 (get_frame_base): Update comment.
10341 (get_frame_base_address): Declare.
10342 (get_frame_locals_address): Declare.
10343 (get_frame_args_address): Declare.
10344 (struct frame_info): Add "base" and "base_cache". Update
10345 comments on the unwinder.
10346 * frame.c: Include "frame-base.h".
10347 (get_frame_locals_address): New function.
10348 (get_frame_base_address): New function.
10349 (get_frame_args_address): New function.
10350 * findvar.c (read_var_value): Use get_frame_locals_address and
10351 get_frame_args_address.
10352 * stack.c (frame_info): Use get_frame_locals_address and
10353 get_frame_args_address.
10354 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10355 moved to "frame-base.c".
10356 * printcmd.c (print_frame_nameless_args): Ditto.
10357 * symtab.h (address_class): Update comments.
10358 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10359 get_frame_base_address.
10360 * dwarf2expr.c (execute_stack_op): Ditto.
10361 * Makefile.in (frame_base_h): Define.
10362 (frame.o): Update dependencies.
10363 (frame-base.o): Add dependencies.
10364 (SFILES): Add frame-base.c.
10365 (COMMON_OBS): Add frame-base.o.
10366
3d30e9c2
AC
103672003-04-01 Andrew Cagney <cagney@redhat.com>
10368
10369 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10370 CALL_DUMMY_LENGTH): Ditto.
10371 * gdbarch.c: Re-generate.
10372 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10373 (CALL_DUMMY_LENGTH): Delete macro.
10374 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10375 * arm-tdep.c (arm_gdbarch_init): Ditto.
10376 * avr-tdep.c (avr_gdbarch_init): Ditto.
10377 * cris-tdep.c (cris_gdbarch_init): Ditto.
10378 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10379 * frv-tdep.c (frv_gdbarch_init): Ditto.
10380 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10381 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10382 * i386-tdep.c (i386_gdbarch_init): Ditto.
10383 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10384 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10385 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10386 * mips-tdep.c (mips_gdbarch_init): Ditto.
10387 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10388 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10389 * s390-tdep.c (s390_gdbarch_init): Ditto.
10390 * sh-tdep.c (sh_gdbarch_init): Ditto.
10391 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10392 * v850-tdep.c (v850_gdbarch_init): Ditto.
10393 * vax-tdep.c (vax_gdbarch_init): Ditto.
10394 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10395
ce0c7262
CV
103962003-04-01 Corinna Vinschen <vinschen@redhat.com>
10397
10398 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10399
73dd234f
AC
104002003-04-01 Andrew Cagney <cagney@redhat.com>
10401
10402 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10403 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10404 * gdbarch.h, gdbarch.c: Re-generate.
10405 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10406 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10407 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10408 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10409 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10410 * infcmd.c (run_stack_dummy): Simplify assuming
10411 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10412 * infrun.c (handle_inferior_event): Ditto.
10413 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10414 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10415 * arm-tdep.c (arm_gdbarch_init): Ditto.
10416 * avr-tdep.c (avr_gdbarch_init): Ditto.
10417 * cris-tdep.c (cris_gdbarch_init): Ditto.
10418 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10419 * frv-tdep.c (frv_gdbarch_init): Ditto.
10420 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10421 * i386-tdep.c (i386_gdbarch_init): Ditto.
10422 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10423 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10424 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10425 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10426 * mips-tdep.c (mips_gdbarch_init): Ditto.
10427 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10428 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10429 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10430 * s390-tdep.c (s390_gdbarch_init): Ditto.
10431 * sh-tdep.c (sh_gdbarch_init): Ditto.
10432 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10433 * v850-tdep.c (v850_gdbarch_init): Ditto.
10434 * vax-tdep.c (vax_gdbarch_init): Ditto.
10435 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10436
97606a13
DJ
104372003-04-01 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * symfile.c (symfile_relocate_debug_section): Update call to
10440 bfd_simple_get_relocated_section_contents.
10441
e8ab51f7
AC
104422003-03-31 Andrew Cagney <cagney@redhat.com>
10443
10444 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10445 * gdbarch.h, gdbarch.c: Regenerate.
10446 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10447 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10448 available.
10449 * frame.h (generic_fix_call_dummy): Delete declaration.
10450 * dummy-frame.h: Update comment.
10451 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10452 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10453 fix_call_dummy.
10454 * sh-tdep.c (sh_gdbarch_init): Ditto.
10455 * s390-tdep.c (s390_gdbarch_init): Ditto.
10456 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10457 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10459 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10460 * i386-tdep.c (i386_gdbarch_init): Ditto.
10461 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10462 * frv-tdep.c (frv_gdbarch_init): Ditto.
10463 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10464 * cris-tdep.c (cris_gdbarch_init): Ditto.
10465 * avr-tdep.c (avr_gdbarch_init): Ditto.
10466 * arm-tdep.c (arm_gdbarch_init): Ditto.
10467
018d1b48
JB
104682003-03-31 J. Brobecker <brobecker@gnat.com>
10469
10470 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10471 (INIT_FRAME_AP): Likewise.
10472 (EXTRA_FRAME_INFO): Likewise.
10473
e9a2674e
AC
104742003-03-31 Andrew Cagney <cagney@redhat.com>
10475
10476 * gdbarch.sh: Include "symfile.h".
10477 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10478 * gdbarch.h, gdbarch.c: Re-generate.
10479 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10480 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10481 call_dummy_address, the default is at entry_point_address.
10482 * v850-tdep.c (v850_gdbarch_init): Ditto.
10483 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10484 * sh-tdep.c (sh_gdbarch_init): Ditto.
10485 * s390-tdep.c (s390_gdbarch_init): Ditto.
10486 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10487 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10488 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10489 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10490 * i386-tdep.c (i386_gdbarch_init): Ditto.
10491 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10492 * frv-tdep.c (frv_gdbarch_init): Ditto.
10493 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10494 * cris-tdep.c (cris_gdbarch_init): Ditto.
10495 * arm-tdep.c (arm_gdbarch_init): Ditto.
10496
e8a8712a
AC
104972003-03-31 Andrew Cagney <cagney@redhat.com>
10498
10499 * gdbarch.sh (CALL_DUMMY_P): Delete.
10500 * gdbarch.h, gdbarch.c: Re-generate.
10501 * inferior.h (CALL_DUMMY_P): Delete macro.
10502 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10503 * vax-tdep.c (vax_gdbarch_init): Update.
10504 * v850-tdep.c (v850_gdbarch_init): Update.
10505 * sparc-tdep.c (sparc_gdbarch_init): Update.
10506 * sh-tdep.c (sh_gdbarch_init): Update.
10507 * s390-tdep.c (s390_gdbarch_init): Update.
10508 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10509 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10510 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10511 * mips-tdep.c (mips_gdbarch_init): Update.
10512 * mcore-tdep.c (mcore_gdbarch_init): Update.
10513 * m68k-tdep.c (m68k_gdbarch_init): Update.
10514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10515 * ia64-tdep.c (ia64_gdbarch_init): Update.
10516 * i386-tdep.c (i386_gdbarch_init): Update.
10517 * h8300-tdep.c (h8300_gdbarch_init): Update.
10518 * frv-tdep.c (frv_gdbarch_init): Update.
10519 * d10v-tdep.c (d10v_gdbarch_init): Update.
10520 * cris-tdep.c (cris_gdbarch_init): Update.
10521 * breakpoint.c (deprecated_frame_in_dummy): Update.
10522 * avr-tdep.c (avr_gdbarch_init): Update.
10523 * alpha-tdep.c (alpha_gdbarch_init): Update.
10524 * arm-tdep.c (arm_gdbarch_init): Update.
10525 * dummy-frame.c (dummy_frame_this_id): Update comments.
10526 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10527 * frame.c (legacy_get_prev_frame): Ditto.
10528 * valops.c (call_function_by_hand): Delete function.
10529 (hand_function_call): Rename to call_function_by_hand
10530
ed234cf8
AC
105312003-03-30 Andrew Cagney <cagney@redhat.com>
10532
10533 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10534 * value.h (struct value): Update comment.
ed234cf8 10535
06c77151
AC
105362003-03-30 Andrew Cagney <cagney@redhat.com>
10537
6c2b5168
AC
10538 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10539 D10V_FP_REGNUM.
10540 (d10v_gdbarch_init): Do not set fp_regnum.
10541
06c77151
AC
10542 * frame.c (get_frame_base): Force ID initialization.
10543 (get_prev_frame): Move computation of the frame ID from here ...
10544 (get_frame_id): ... to here.
10545 (legacy_get_prev_frame): Mark the frame ID as valid.
10546 * frame.h (struct frame_info): Add field "id_p".
10547
97a1a11c
MK
105482003-03-30 Mark Kettenis <kettenis@gnu.org>
10549
10550 * i386-tdep.c (i386_store_struct_return): Removed.
10551 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10552
6c0e89ed
AC
105532003-03-30 Andrew Cagney <cagney@redhat.com>
10554
10555 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10556 * gdbarch.h, gdbarch.c: Regenerate.
10557 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10558 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10559 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10560 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10561 * i386-tdep.c (i386_gdbarch_init): Ditto.
10562 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10563 * cris-tdep.c (cris_gdbarch_init): Ditto.
10564 * vax-tdep.c (vax_gdbarch_init): Ditto.
10565 * s390-tdep.c (s390_gdbarch_init): Ditto.
10566 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10567 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10568 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10569 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10570 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10571 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10572 * sparc-tdep.c (sparc_gdbarch_init): Update.
10573 * sh-tdep.c (sh_gdbarch_init): Update.
10574 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10575 * mips-tdep.c (mips_gdbarch_init): Update.
10576 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10577 * ia64-tdep.c (ia64_gdbarch_init): Update.
10578 * frv-tdep.c (frv_gdbarch_init): Update.
10579 * avr-tdep.c (avr_gdbarch_init): Update.
10580 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10581 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10582 instead of when push_dummy_call is not available.
8ffd9b1b 10583
f7dd6af2
AC
105842003-03-30 Andrew Cagney <cagney@redhat.com>
10585
10586 * infttrace.c: Include "gdbthread.h".
10587 (parent_attach_all): Fix function signature.
10588 (call_ptrace): Update call.
10589 * Makefile.in (infttrace.o): Update dependencies.
10590
28f617b3
AC
105912003-03-30 Andrew Cagney <cagney@redhat.com>
10592
10593 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10594 PUSH_RETURN_ADDRESS.
10595 * gdbarch.h, gdbarch.c: Regenerate.
10596 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10597 * x86-64-tdep.c (x86_64_init_abi): Update.
10598 * v850-tdep.c (v850_gdbarch_init): Update.
10599 * sparc-tdep.c (sparc_gdbarch_init): Update.
10600 * sh-tdep.c (sh_gdbarch_init): Update.
10601 * s390-tdep.c (s390_gdbarch_init): Update.
10602 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10603 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10604 * mips-tdep.c (mips_gdbarch_init): Update.
10605 * mcore-tdep.c (mcore_gdbarch_init): Update.
10606 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10607 * ia64-tdep.c (ia64_gdbarch_init): Update.
10608 * i386-tdep.c (i386_gdbarch_init): Update.
10609 * h8300-tdep.c (h8300_gdbarch_init): Update.
10610 * frv-tdep.c (frv_gdbarch_init): Update.
10611 * cris-tdep.c (cris_gdbarch_init): Update.
10612 * avr-tdep.c (avr_gdbarch_init): Update.
10613 * arm-tdep.c (arm_gdbarch_init): Update.
10614 * valops.c (hand_function_call): Update.
10615
4d628cd7
AC
106162003-03-29 Andrew Cagney <cagney@redhat.com>
10617
10618 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10619 sizeof_call_dummy_words.
10620 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10621 define.
10622 * gdbarch.h: Regenerate.
8ffd9b1b 10623
65e82032
AC
106242003-03-29 Andrew Cagney <cagney@redhat.com>
10625
10626 * infttrace.h: New file.
10627 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10628 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10629 (hpread_read_doc_function_type): Detect an initialized type1.
10630 (hpread_quick_traverse): Initialize mod_name_string.
10631 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10632 (som_solib_get_solib_by_pc): Declare.
10633 (so_lib_thread_start_addr): Declare.
10634 (no_shared_libraries): Declare.
10635 * somread.c (init_import_symbols): Make static. Add forward
10636 declaration.
10637 * config/pa/nm-hppah.h: Include "infttrace.h" for
10638 parent_attach_all.
10639 (hppa_insert_hw_watchpoint): Declare.
10640 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10641 * hppah-nat.c: Include "gdb_string.h".
10642 (parent_attach_all): Delete extern declaration, moved to
10643 "infttrace.h".
10644 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10645 int.
10646 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10647 * Makefile.in (infttrace_h): Define.
10648 (hpread.o): Update dependencies.
10649 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10650 * hppa-hpux-tdep.c: Include "gdb_string.h".
10651 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10652 * infrun.c (handle_inferior_event): Always initialize
10653 stepped_after_stopped_by_watchpoint. Add default and remove
10654 fallthrough in switch statement.
10655 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10656 parameter to int.
10657 (hppa_remove_hw_watchpoint): Ditto.
10658
2c3bbe77
AC
106592003-03-29 Andrew Cagney <cagney@redhat.com>
10660
10661 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10662 offset.
10663
2dd604e7
RE
106642003-03-29 Richard Earnshaw <rearnsha@arm.com>
10665
10666 * arm-tdep.c (arm_push_arguments): Delete.
10667 (struct stack_item): New type.
10668 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10669 (arm_store_struct_return): Delte.
10670 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10671 arm_push_arguments or arm_store_struct_return.
10672
e8933a55
AC
106732003-03-28 Andrew Cagney <cagney@redhat.com>
10674
10675 * Makefile.in (d10v-tdep.o): Update dependencies.
10676 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10677 * d10v-tdep.c: Include "remote.h".
10678 (target_resume_hook): Delete extern declaration.
10679 (target_wait_loop_hook): Ditto.
10680 (tdisassemble_command): Eliminate assignment in "if" conditional.
10681 (d10v_ts2_register_sim_regno): Eliminate call to
10682 legacy_register_sim_regno.
10683 (d10v_ts3_register_sim_regno): Ditto.
10684
6949171e
JJ
106852003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10686
10687 * thread.c: Reindented.
10688 * lin-lwp.c: Ditto.
10689 * linux-proc.c: Ditto.
10690
98c7071f
BR
106912003-03-28 Bob Rossi <bob_rossi@cox.net>
10692
fbe586ae 10693 * MAINTAINERS (write after approval): Add myself.
98c7071f 10694
5edc9ca6
TR
106952003-03-27 Theodore A. Roth <troth@openavr.org>
10696
10697 * objc-exp.y: Add missing semi-colons.
10698
378bfd1b
AC
106992003-03-27 Andrew Cagney <cagney@redhat.com>
10700
10701 * regcache.c (write_sp): Delete function and references.
10702 * inferior.h (write_sp): Delete declaration.
10703 * valops.c (hand_function_call): Replace write_sp with
10704 TARGET_WRITE_SP.
10705 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10706 (sparc_pop_frame): Ditto.
8ffd9b1b 10707
56056df7
AC
107082003-03-27 Andrew Cagney <cagney@redhat.com>
10709
10710 * NEWS: Mention removal of support for hppa*-*-bsd* and
10711 hppa*-*-osf* natives, and hppa*-*-pro* target.
10712 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10713 * config/pa/xm-pa.h: Obsolete file.
10714 * config/pa/xm-hppab.h: Obsolete file.
10715 * config/pa/nm-hppab.h: Obsolete file.
10716 * config/pa/tm-hppab.h: Obsolete file.
10717 * config/pa/tm-hppao.h: Obsolete file.
10718 * config/pa/nm-hppao.h: Obsolete file.
10719 * config/pa/tm-pro.h: Obsolete file.
10720 * config/pa/hppaosf.mt: Obsolete file.
10721 * config/pa/hppaosf.mh: Obsolete file.
10722 * config/pa/hppapro.mt: Obsolete file.
10723 * config/pa/hppabsd.mt: Obsolete file.
10724 * config/pa/hppabsd.mh: Obsolete file.
10725 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10726 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10727 hppa*-*-osf*.
10728
5873a88d
AC
107292003-03-27 Andrew Cagney <cagney@redhat.com>
10730
10731 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10732 push_arguments. Don't set push_return_address or write_sp.
10733 (d10v_push_dummy_call): Replace d10v_push_arguments.
10734 (d10v_push_return_address, d10v_write_sp): Delete function,
10735 handled by push_dummy_call.
10736
b81774d8
AC
107372003-03-26 Andrew Cagney <cagney@redhat.com>
10738
10739 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10740 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10741 regcache and dummy_addr parameters.
10742 * gdbarch.h, gdbarch.c: Re-generate.
10743 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10744 available; assume it will handle stack alignment and return
10745 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10746 legacy_push_arguments.
10747 (legacy_push_arguments): Rename default_push_arguments.
10748 * value.h (legacy_push_arguments): Rename default_push_arguments.
10749 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10750 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10751 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10752 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10753 * config/i386/tm-symmetry.h: Update.
10754 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10755 * x86-64-tdep.c (x86_64_init_abi): Update.
10756 * v850-tdep.c (v850_gdbarch_init): Update.
10757 * sparc-tdep.c (sparc_gdbarch_init): Update.
10758 * sh-tdep.c (sh_gdbarch_init): Update.
10759 * s390-tdep.c (s390_gdbarch_init): Update.
10760 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10761 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10762 * mips-tdep.c (mips_gdbarch_init): Update.
10763 * mcore-tdep.c (mcore_gdbarch_init): Update.
10764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10765 * ia64-tdep.c (ia64_gdbarch_init): Update.
10766 * i386-tdep.c (i386_gdbarch_init): Update.
10767 * hppa-tdep.c (hppa_gdbarch_init): Update.
10768 * h8300-tdep.c (h8300_gdbarch_init): Update.
10769 * frv-tdep.c (frv_gdbarch_init): Update.
10770 * d10v-tdep.c (d10v_gdbarch_init): Update.
10771 * cris-tdep.c (cris_gdbarch_init): Update.
10772 * avr-tdep.c (avr_gdbarch_init): Update.
10773 * arm-tdep.c (arm_gdbarch_init): Update.
10774 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10775 * alpha-tdep.c (alpha_gdbarch_init): Update.
10776
f541410f
DJ
107772003-03-26 Daniel Jacobowitz <drow@mvista.com>
10778
10779 * signals/signals.c (do_target_signal_to_host): Correct realtime
10780 signal range test.
10781
69f567ae
DJ
107822003-03-26 Daniel Jacobowitz <drow@mvista.com>
10783
10784 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10785 (struct sal_chain, map_catch_names): Remove.
10786 (catch_exception_command_1): Don't call
10787 handle_gnu_4_16_catch_command.
10788
d5d14a5a
DJ
107892003-03-26 Daniel Jacobowitz <drow@mvista.com>
10790
10791 From Mark Dettinger <dettinge@de.ibm.com>:
10792 * dwarf2cfi.c (read_2u): Increment pointer by two.
10793
bdd73e22
DJ
107942003-03-26 Daniel Jacobowitz <drow@mvista.com>
10795
10796 * signals/signals.c: Fix typos in last change.
10797
960cb555
DJ
107982003-03-26 Daniel Jacobowitz <drow@mvista.com>
10799
10800 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10801 not already defined. Use __SIGRTMIN if available.
10802 (target_signal_from_host): Remove SIGRTMIN block.
10803 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10804 the signal is within the realtime range.
10805
f636b87d
AF
108062003-03-25 Adam Fedor <fedor@gnu.org>
10807
10808 * Makefile.in (infrun.o): Add $(language_h)
10809 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10810 for language specific trampolines.
10811 * language.h (struct language_defn): Add skip_trampoline.
10812 (skip_language_trampoline): Declare.
10813 * language.c (unk_lang_trampoline, skip_language_trampoline):
10814 New functions.
10815 (unknown_language_defn, auto_language_defn, local_language_defn):
10816 Add ukn_lang_trampoline.
10817 * ada-lang.c (ada_language_defn): Add NULL for language
10818 specific skip_trampoline.
10819 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10820 scm-lang.c: Likewise.
10821 * objc-lang.c (objc_skip_trampoline): New function.
10822 (objc_language_defn): Add objc_skip_trampoline.
10823
28f617b3 108242003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10825
10826 * frame.c (get_prev_frame): Delay validating a frame's ID -
10827 non-NULL, didn't go backwards - until an attempt to unwind it to
10828 the previous frame.
10829
f933a9c5
AC
108302003-03-25 Andrew Cagney <cagney@redhat.com>
10831
10832 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10833 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10834 * gdbarch.h, gdbarch.c: Re-generate.
10835 * config/sparc/tm-sparc.h
10836 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10837 * sparc-tdep.c (sparc_gdbarch_init): Set
10838 deprecated_extra_stack_alignment_needed.
10839 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10840 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10841 extra_stack_alignment_needed.
10842 * v850-tdep.c (v850_gdbarch_init): Ditto.
10843 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10844 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10845 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10846 * cris-tdep.c (cris_gdbarch_init): Ditto.
10847 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10848 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10849
4183d812
AC
108502003-03-25 Andrew Cagney <cagney@redhat.com>
10851
10852 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10853 STORE_STRUCT_RETURN.
10854 * gdbarch.h, gdbarch.c: Regenerate.
10855 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10856 (d10v_push_arguments): Set the struct return register.
10857 (d10v_gdbarch_init): Update.
10858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10859 * x86-64-tdep.c (x86_64_init_abi): Update.
10860 * vax-tdep.c (vax_gdbarch_init): Update.
10861 * v850-tdep.c (v850_gdbarch_init): Update.
10862 * sparc-tdep.c (sparc_gdbarch_init): Update.
10863 * sh-tdep.c (sh_gdbarch_init): Update.
10864 * s390-tdep.c (s390_gdbarch_init): Update.
10865 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10866 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10867 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10868 * mips-tdep.c (mips_gdbarch_init): Update.
10869 * mcore-tdep.c (mcore_gdbarch_init): Update.
10870 * m68k-tdep.c (m68k_gdbarch_init): Update.
10871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10872 * ia64-tdep.c (ia64_gdbarch_init): Update.
10873 * i386-tdep.c (i386_gdbarch_init): Update.
10874 * hppa-tdep.c (hppa_gdbarch_init): Update.
10875 * h8300-tdep.c (h8300_gdbarch_init): Update.
10876 * frv-tdep.c (frv_gdbarch_init): Update.
10877 * cris-tdep.c (cris_gdbarch_init): Update.
10878 * avr-tdep.c (avr_gdbarch_init): Update.
10879 * arm-tdep.c (arm_gdbarch_init): Update.
10880 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10881
1bf6d5cc
AC
108822003-03-25 Andrew Cagney <cagney@redhat.com>
10883
10884 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10885 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10886 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10887 * gdbarch.h, gdbarch.c: Regenerate.
10888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10889 call_dummy_stack_adjust_p.
10890 * vax-tdep.c (vax_gdbarch_init): Ditto.
10891 * v850-tdep.c (v850_gdbarch_init): Ditto.
10892 * sh-tdep.c (sh_gdbarch_init): Ditto.
10893 * s390-tdep.c (s390_gdbarch_init): Ditto.
10894 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10895 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10896 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10897 * mips-tdep.c (mips_gdbarch_init): Ditto.
10898 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10899 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10901 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10902 * i386-tdep.c (i386_gdbarch_init): Ditto.
10903 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10904 * frv-tdep.c (frv_gdbarch_init): Ditto.
10905 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10906 * cris-tdep.c (cris_gdbarch_init): Ditto.
10907 * avr-tdep.c (avr_gdbarch_init): Ditto.
10908 * arm-tdep.c (arm_gdbarch_init): Ditto.
10909 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10910 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10911 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10912 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10913 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10914 call_dummy_stack_adjust_p.
10915 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10916 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10917 * sparc-tdep.c (sparc32_push_arguments): Update.
10918 * valops.c (hand_function_call): Update.
10919
71c08af0
CV
109202003-03-25 Corinna Vinschen <vinschen@redhat.com>
10921
10922 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10923 set_gdbarch_char_signed.
10924
30757f90
RE
109252003-03-25 Richard Earnshaw <rearnsha@arm.com>
10926
10927 PR cli/548
10928 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10929
03d48a7d
RE
109302003-03-25 Richard Earnshaw <rearnsha@arm.com>
10931
10932 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10933 (_initialize_arm_tdep): Don't set tm_print_insn.
10934
2cf6873c
AF
109352003-03-24 Adam Fedor <fedor@gnu.org>
10936
10937 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10938 * objc-lang.h: Add multiple inclusion protection.
10939 (start_msglist, add_msglist, end_msglist): Additional declarations.
10940
17c0759e
RE
109412003-03-24 Richard Earnshaw <rearnsha@arm.com>
10942
10943 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10944 value was renamed to ARM_FLOAT_SOFT_FPA.
10945
618ce49f
AC
109462003-03-23 Andrew Cagney <cagney@redhat.com>
10947
10948 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10949 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10950 * gdbarch.h, gdbarch.c: Regenerate.
10951 * valops.c (hand_function_call): Update.
10952 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10953 * frame.c (legacy_saved_regs_this_id): Update.
10954 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10955 * dummy-frame.h: Update.
10956 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10957 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10958 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10959 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10960 * config/m68k/tm-sun3.h: Update.
10961 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10963 * x86-64-tdep.c (x86_64_init_abi): Update.
10964 * vax-tdep.c (vax_gdbarch_init): Update.
10965 * v850-tdep.c (v850_gdbarch_init): Update.
10966 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10967 * sh-tdep.c (sh_gdbarch_init): Update.
10968 * s390-tdep.c (s390_gdbarch_init): Update.
10969 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10970 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10971 (frame_get_saved_regs): Update.
10972 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10973 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10974 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10975 * mips-tdep.c (mips_gdbarch_init): Update.
10976 * mcore-tdep.c (mcore_gdbarch_init): Update.
10977 * m68k-tdep.c (m68k_gdbarch_init): Update.
10978 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10979 * ia64-tdep.c (ia64_gdbarch_init): Update.
10980 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10981 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10982 (i386_interix_back_one_frame): Update.
10983 * hppa-tdep.c (hppa_gdbarch_init): Update.
10984 (hppa_init_extra_frame_info): Update.
10985 * h8300-tdep.c (h8300_gdbarch_init): Update.
10986 * frv-tdep.c (frv_gdbarch_init): Update.
10987 * cris-tdep.c (cris_gdbarch_init): Update.
10988 * avr-tdep.c (avr_gdbarch_init): Update.
10989 * arm-tdep.c (arm_gdbarch_init): Update.
10990 * alpha-tdep.c (alpha_gdbarch_init): Update.
10991
fd50bc42
RE
109922003-03-22 Richard Earnshaw <rearnsha@arm.com>
10993
10994 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10995 (arm_get_fp_model): Declare.
10996 * arm-tdep.c (fp_model_strings): New string array.
10997 (arm_fp_model, current_fp_model): New variables.
10998 (arm_get_fp_model): New function.
10999 (arm_set_fp): New function.
11000 (set_fp_model_sfunc): New function.
11001 (show_fp_model): New function.
11002 (_initialize_arm_tdep): Add new command to set/show the FPU.
11003 (arm_extract_return_value): Use arm_get_fp_model.
11004 (arm_store_return_value): Likewise.
11005 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11006 to initialize the floating-point data types.
11007 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11008 model is FPA.
11009
26304000
RE
110102003-03-22 Richard Earnshaw <rearnsha@arm.com>
11011
11012 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11013 the current setting of each value.
11014 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 11015 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
11016 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11017 commands and add new version as subcommands of "set/show arm".
11018
afd7eef0
RE
110192003-03-22 Richard Earnshaw <rearnsha@arm.com>
11020
11021 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11022 (set_arm_command, show_arm_command): New functions.
11023 (_initialize_arm_tdep): Add them.
11024 (num_disassembly_options): Renamed from num_flavor_options.
11025 (valid_disassembly_styles): Renamed from valid_flavors.
11026 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 11027 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
11028 set_disassembly_flavor_sfunc.
11029 (set_disassembly_style): Renamed from set_disassembly_flavor.
11030 (arm_othernames): Updated.
11031 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11032 command. Add "set/show arm disassembly" commands. Deprecate
11033 "othernames" command.
11034
299a7944
RE
110352003-03-22 Richard Earnshaw <rearnsha@arm.com>
11036
11037 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11038 (arm-tdep.o): Depend on elf_arm_h.
11039
c1dac9e6
RE
110402003-03-22 Richard Earnshaw <rearnsha@arm.com>
11041
11042 * Makefile.in (coff_internal_h): Define.
11043 (arm-tdep.o): Update dependencies.
11044
2702d96c
RE
110452003-03-22 Richard Earnshaw <rearnsha@arm.com>
11046
11047 * arm-tdep.c (prologue_cache): Delete.
11048 (check_prologue_cache, save_prologue_cache): Delete.
11049 (arm_scan_prologue): Don't check or update the prologue_cache.
11050 (arm_gdb_arch_init): Don't initialize it.
11051 (_initialize_arm_tdep): Likewise.
11052
27d5d74b
SC
110532003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11054
11055 * MAINTAINERS (tui): Maintainer of tui code.
11056
1762d96d
CV
110572003-03-21 Corinna Vinschen <vinschen@redhat.com>
11058
11059 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11060 (i386-cygwin-tdep.o): Add dependencies.
11061 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11062 * i386-cygwin-tdep.c: New file.
11063 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11064 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11065
4c2e2391
AC
110662003-03-20 Andrew Cagney <cagney@redhat.com>
11067
f20d38b7
AC
11068 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11069 (handle_inferior_event): Remove code calling
11070 DYNAMIC_TRAMPOLINE_NEXTPC.
11071
0022b738
AC
11072 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11073 already has a full path.
11074
864dbc90
AC
11075 * main.c (gdb_main): Return 1.
11076 (captured_main): Call error to report an invalid interpreter.
11077
4c2e2391
AC
11078 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11079 * alpha-osf1-tdep.c: Include "gdb_string.h".
11080
5ef7553b
JB
110812003-03-19 J. Brobecker <brobecker@gnat.com>
11082
11083 Continuing work to convert the hppa targets to multiarch partial.
11084
11085 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11086 method, now that hppa_push_dummy_frame has a conformant prototype.
11087 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11088 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11089 for the switch to multiarch partial.
11090
7bde8967
KB
110912003-03-19 Kevin Buettner <kevinb@redhat.com>
11092
11093 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11094 when iss is issNull.
11095
b006a9e9
KB
110962003-03-18 Kevin Buettner <kevinb@redhat.com>
11097
11098 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11099 NUM_REGS bounds check.
11100
5e2e9765
KB
111012003-03-18 Kevin Buettner <kevinb@redhat.com>
11102
11103 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11104 * mips-tdep.c (gdb_assert.h): Include.
11105 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11106 (mips_register_name): Handle integer registers explicitly. Add
11107 bounds checking.
11108 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11109 (mips_lsi33k_reg_names): Don't list integer registers; they're
11110 handled by mips_register_name() now.
11111 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11112 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11113 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11114 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11115 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11116
a2867626
AC
111172003-03-18 Andrew Cagney <cagney@redhat.com>
11118
11119 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11120 a void pointer.
11121 * gdbtypes.h (print_scalar_formatted): Update declaration.
11122 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11123
06600e06
JB
111242003-03-18 J. Brobecker <brobecker@gnat.com>
11125
11126 * infrun.c (observer.h): Add #include.
11127 (normal_stop): Add call to observer_notify_normal_stop.
11128 * Makefile.in (infrun.o): Add dependency on observer.h.
11129
7daf4f5b
JB
111302003-03-18 J. Brobecker <brobecker@gnat.com>
11131
11132 Continuing work to convert the hppa targets to multiarch partial.
11133 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11134 parameter. Reformat comment.
11135 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11136 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11137 to match new profile.
11138
3371ccc0
JB
111392003-03-18 J. Brobecker <brobecker@gnat.com>
11140
11141 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11142 appear to be working in any case.
11143
4fbe891e
JB
111442003-03-18 J. Brobecker <brobecker@gnat.com>
11145
11146 * observer.c (observer_test_first_observer): New static variable.
11147 (observer_test_second_observer): Likewise.
11148 (observer_test_third_observer): Likewise.
11149 (observer_test_first_notification_function): New static function.
11150 (observer_test_second_notification_function): Likewise.
11151 (observer_test_third_notification_function): Likewise.
11152
a7ff40e7
JB
111532003-03-17 J. Brobecker <brobecker@gnat.com>
11154
11155 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11156 * somsolib.c (gdb_assert.h): Likewise.
11157 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11158 (somsolib.o): Likewise.
11159
26ca4152
AC
111602003-03-17 Andrew Cagney <cagney@redhat.com>
11161
11162 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11163 BFD. Simplify setting of di.endian.
11164
0a613259
AC
111652003-03-17 Andrew Cagney <cagney@redhat.com>
11166
11167 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11168 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11169
11170 From Elena Zannoni <ezannoni@redhat.com>
11171 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11172 vector and floating-point parameters.
11173 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11174 convention.
11175 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11176
1132738f
FN
111772003-03-17 Fernando Nasser <fnasser@redhat.com>
11178
11179 * MAINTAINERS: Remove my name from several maintainership roles.
11180
6dc42492
AC
111812003-03-17 Andrew Cagney <cagney@redhat.com>
11182
11183 Fix frame off-by-one bug.
11184 * frame-unwind.h (frame_this_id_ftype): Replace
11185 frame_unwind_id_ftype.
11186 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11187 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11188 with "prev_register".
11189 * frame-unwind.c (frame_unwind_find_by_pc): Return
11190 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11191 comment.
11192 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11193 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11194 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11195 (dummy_frame_unwind): Update.
11196 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11197 sentinel_frame_register_unwind.
11198 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11199 (sentinel_frame_unwinder): Update.
11200 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11201 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11202 * frame.c (create_sentinel_frame): Update. Initialize
11203 "prologue_cache" instead of "unwind_cache".
11204 (frame_register_unwind): Call this frame's prev_register with the
11205 next frame and this frame's prologue cache.
11206 (get_prev_frame): Simplify. Always call prev frame's this_id with
11207 this frame and prev frame's prologue cache. Document that this
11208 call is shifted one to the left when compared to the
11209 frame_register_unwind call.
11210 (legacy_saved_regs_prev_register): Replace
11211 frame_saved_regs_register_unwind.
11212 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11213 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11214 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11215 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11216 (d10v_frame_unwind): Update.
11217 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11218 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11219 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11220 "saved_regs" with "this_saved_regs".
11221
efd710d6
AC
112222003-03-16 Andrew Cagney <cagney@redhat.com>
11223
11224 * frame.c (frame_pop): Don't call target_store_registers. Fix
11225 problem reported by Mark Kettenis.
11226
4e259f09
MK
112272003-03-16 Mark Kettenis <kettenis@gnu.org>
11228
11229 * i386-tdep.c (i386_register_type): Renamed from
11230 i386_register_virtual_type. Adjust function signature.
11231 (i386_gdbarch_init): Set register_type instead of
11232 deprecated_max_register_raw_size,
11233 deprecated_max_register_virtual_size and register_virtual_type.
11234
055bb976
AC
112352003-03-14 Andrew Cagney <cagney@redhat.com>
11236
11237 * frame.c (get_prev_frame): When a legacy frame, always call
11238 legacy_get_prev_frame. Simplify unwind code using assumption that
11239 the unwinder is new.
11240 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11241 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11242 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11243
ac2adee5
AC
112442003-03-14 Andrew Cagney <cagney@redhat.com>
11245
11246 * frame.c (get_saved_register): Delete function.
11247 * frame.h (get_saved_register): Delete declaration.
11248 * xstormy16-tdep.c: Update comment.
11249 * regcache.h: Update comments.
11250 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11251 get_saved_register and extract_address, use
11252 frame_read_unsigned_register.
11253 (sparc_frame_saved_pc): Ditto.
11254 (sparc_get_saved_register): Instead of get_saved_register, use
11255 frame_register.
11256 (sparc_pop_frame): Ditto.
11257 * findvar.c: Update comments.
11258 (value_of_register): Call frame_register instead of
11259 get_saved_register.
11260 (value_from_register): Ditto.
11261 * config/sparc/tm-sparc.h: Update comment.
11262 * breakpoint.c: Update comment.
11263
129c1cd6
AC
112642003-03-14 Andrew Cagney <cagney@redhat.com>
11265
11266 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11267 GET_SAVED_REGISTER.
11268 * gdbarch.h, gdbarch.c: Re-generate.
11269 * frame.h: Update comments.
11270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11271 * x86-64-tdep.c (x86_64_init_abi): Update.
11272 * sparc-tdep.c (sparc_gdbarch_init): Update.
11273 * sh-tdep.c (sh_gdbarch_init): Update.
11274 * mips-tdep.c (mips_gdbarch_init): Update.
11275 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11276 * cris-tdep.c (cris_gdbarch_init): Update.
11277 * ia64-tdep.c (ia64_gdbarch_init): Update.
11278 * frame.c (frame_register): Update.
11279 (get_saved_register): Update.
11280 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 11281
749b82f6
AC
112822003-03-13 Andrew Cagney <cagney@redhat.com>
11283
11284 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11285 * gdbarch.h, gdbarch.c: Regenerate.
11286 * valops.c (hand_function_call): Update comment.
11287 * stack.c (return_command): Update comment.
11288 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11289 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11290 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11291 * x86-64-tdep.c (x86_64_init_abi): Update.
11292 * vax-tdep.c (vax_gdbarch_init): Update.
11293 * v850-tdep.c (v850_gdbarch_init): Update.
11294 * sparc-tdep.c (sparc_gdbarch_init): Update.
11295 * sh-tdep.c (sh_gdbarch_init): Update.
11296 * s390-tdep.c (s390_gdbarch_init): Update.
11297 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11298 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11299 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11300 * mips-tdep.c (mips_gdbarch_init): Update.
11301 * mcore-tdep.c (mcore_gdbarch_init): Update.
11302 * m68k-tdep.c (m68k_gdbarch_init): Update.
11303 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11304 * ia64-tdep.c (ia64_gdbarch_init): Update.
11305 * i386-tdep.c (i386_gdbarch_init): Update.
11306 * hppa-tdep.c (hppa_gdbarch_init): Update.
11307 * h8300-tdep.c (h8300_gdbarch_init): Update.
11308 * frv-tdep.c (frv_gdbarch_init): Update.
11309 * cris-tdep.c (cris_gdbarch_init): Update.
11310 * avr-tdep.c (avr_gdbarch_init): Update.
11311 * arm-tdep.c (arm_gdbarch_init): Update.
11312 * alpha-tdep.c (alpha_gdbarch_init): Update.
11313
1594fa56
AC
113142003-03-13 Andrew Cagney <cagney@redhat.com>
11315
11316 * frame.c (legacy_frame_p): New function.
11317 (get_prev_frame): Use legacy_frame_p.
11318 * frame.h (legacy_frame_p): Declare.
11319
7717fda3
V
113202003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11321
fbe586ae 11322 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
11323 listing corrected.
11324
0c67cbe9
V
113252003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11326
fbe586ae 11327 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 11328
03febf99
AC
113292003-03-12 Andrew Cagney <cagney@redhat.com>
11330
11331 * frame.c (get_prev_frame): Rename the frame parameter to
11332 "this_frame".
11333 (get_next_frame, legacy_get_prev_frame): Ditto.
11334
0a1e1ca1
AC
113352003-03-12 Andrew Cagney <cagney@redhat.com>
11336
11337 * frame.c (get_current_frame): Check target_has_registers before
11338 checking target_has_stack.
11339 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11340 instead of deprecated_selected_frame.
11341 * findvar.c (value_of_register): Pass "frame", not
11342 deprecated_selected_frame, to value_of_builtin_reg.
11343
a66a9c23
AC
113442003-03-12 Andrew Cagney <cagney@redhat.com>
11345
11346 * regcache.c (regcache_cooked_write_signed): New function.
11347 (regcache_cooked_write_unsigned): New function.
11348 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11349 (regcache_cooked_read_signed): Fix regnum in range assertion.
11350 * regcache.h (regcache_cooked_write_signed): Declare.
11351 (regcache_cooked_write_unsigned): Declare.
11352
8bedc050
AC
113532003-03-12 Andrew Cagney <cagney@redhat.com>
11354
11355 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11356 * gdbarch.h, gdbarch.c: Re-generate.
11357 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11358 * x86-64-tdep.h: Update.
11359 * x86-64-tdep.c (x86_64_init_abi): Update.
11360 * v850-tdep.c (v850_gdbarch_init): Update.
11361 * sparc-tdep.c (sparc_gdbarch_init): Update.
11362 * sh-tdep.c (sh_gdbarch_init): Update.
11363 * s390-tdep.c (s390_gdbarch_init): Update.
11364 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11365 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11366 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11367 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11368 * mips-tdep.c (mips_gdbarch_init): Update.
11369 * mcore-tdep.c (mcore_gdbarch_init): Update.
11370 * m68k-tdep.c (m68k_gdbarch_init): Update.
11371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11372 * ia64-tdep.c (ia64_gdbarch_init): Update.
11373 * i386-tdep.c (i386_gdbarch_init): Update.
11374 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11375 * hppa-tdep.c (hppa_gdbarch_init): Update.
11376 * h8300-tdep.c (h8300_gdbarch_init): Update.
11377 * frv-tdep.c (frv_gdbarch_init): Update.
11378 * cris-tdep.c (cris_gdbarch_init): Update.
11379 * avr-tdep.c (avr_gdbarch_init): Update.
11380 * arm-tdep.c (arm_gdbarch_init): Update.
11381 * alpha-tdep.c (alpha_gdbarch_init): Update.
11382 * sh-tdep.c (sh_init_extra_frame_info): Update.
11383 (sh64_init_extra_frame_info): Update.
11384 * ns32knbsd-nat.c (frame_num_args): Update.
11385 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11386 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11387 (xstormy16_frame_chain_valid): Update.
11388 * vax-tdep.c (vax_saved_pc_after_call): Update.
11389 * v850-tdep.c (v850_frame_chain): Update.
11390 (v850_pop_frame): Update.
11391 (v850_init_extra_frame_info): Update.
11392 * sparc-tdep.c (setup_arbitrary_frame): Update.
11393 * ns32k-tdep.c (umax_frame_num_args): Update.
11394 * s390-tdep.c (s390_pop_frame_regular): Update.
11395 * mn10300-tdep.c (mn10300_frame_chain): Update.
11396 (mn10300_pop_frame_regular): Update.
11397 (mn10300_init_extra_frame_info): Update.
11398 * mips-tdep.c (mips_init_frame_pc_first): Update.
11399 (mips_frame_chain): Update.
11400 (mips_pop_frame): Update.
11401 * mcore-tdep.c (mcore_frame_chain): Update.
11402 (mcore_pop_frame): Update.
11403 (mcore_init_extra_frame_info): Update.
11404 * arch-utils.c (init_frame_pc_default): Update.
11405 * m68k-tdep.c (isi_frame_num_args): Update.
11406 (delta68_frame_num_args): Update.
11407 (news_frame_num_args): Update.
11408 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11409 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11410 (alpha_frame_chain): Update.
11411 (alpha_pop_frame): Update.
11412 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11413 (hppa_init_extra_frame_info): Update.
11414 (hppa_frame_chain): Update.
11415 (hppa_frame_chain_valid): Update.
11416 * cris-tdep.c (cris_init_extra_frame_info): Update.
11417 * avr-tdep.c (avr_init_extra_frame_info): Update.
11418 * arm-tdep.c (arm_frame_chain_valid): Update.
11419 (arm_init_extra_frame_info): Update.
11420 (arm_pop_frame): Update.
11421 * frame.c (frame_pc_unwind): Update.
11422 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11423 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11424 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11425 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11426 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11427 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11428
7a25a7c1
AC
114292003-03-12 Andrew Cagney <cagney@redhat.com>
11430
11431 Eliminate the need for POP_FRAME.
11432 * frame.c (do_frame_unwind_register): New function.
11433 (frame_pop): When no POP_FRAME, pop the frame using register
11434 unwind and a scratch regcache.
11435 (frame_saved_regs_pop): Delete function.
11436 (trad_frame_unwinder): Update.
11437 * d10v-tdep.c (d10v_frame_pop): Delete function.
11438 (d10v_frame_unwind): Update.
11439 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11440 (sentinel_frame_unwinder): Update.
11441 * dummy-frame.c (dummy_frame_pop): Delete function.
11442 (dummy_frame_unwind): Update.
11443 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11444 (struct frame_unwind): Update.
11445
2f38ef89
KB
114462003-03-11 Kevin Buettner <kevinb@redhat.com>
11447
11448 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11449 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11450 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11451 Do range checks on register number obtained from debugging info.
11452 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11453 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11454 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11455 mapping function.
11456 (do_fp_register_row): Fix typo which caused double type to be
11457 used when attempting to unpack a float.
11458
552f4abf
JB
114592003-03-11 J. Brobecker <brobecker@gnat.com>
11460
11461 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11462
e0d2ae16
AC
114632003-03-11 Andrew Cagney <cagney@redhat.com>
11464
11465 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11466 frame. Problem found by Corinna Vinschen.
11467
ddbfdd06
PM
114682003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11469
11470 * doublest.c (floatformat_from_length): Accept also
11471 the real size of 'long double' type.
11472
088b2ddc 114732003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11474
088b2ddc 11475 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11476 * breakpoint.c (bpstat_copy): Copy the command lines as well
11477 as the old value, to match what is freed in bpstat_clear.
11478
f56f77c1
DC
114792003-03-10 David Carlton <carlton@math.stanford.edu>
11480
11481 * minsyms.c (add_minsym_to_hash_table): Replace
11482 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11483 (compare_minimal_symbols, compact_minimal_symbols)
11484 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11485 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11486 of DEPRECATED_SYMBOL_MATCHES_NAME.
11487 (lookup_minimal_symbol_solib_trampoline): Ditto.
11488
5602984a
AC
114892003-03-10 Andrew Cagney <cagney@redhat.com>
11490
11491 * regcache.h (regcache_cooked_read_ftype): Define.
11492 (regcache_save, regcache_restore): Add a cooked_read parameter.
11493 * regcache.c (regcache_save, regcache_restore): Update.
11494 (do_cooked_read): New function.
11495 (regcache_cpy): Pass do_cooked_read to regcache_save and
11496 regcache_restore.
11497
8bedc050
AC
114982003-03-10 Andrew Cagney <cagney@redhat.com>
11499
11500 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11501 * gdbarch.h, gdbarch.c: Re-generate.
11502 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11503 * x86-64-tdep.h: Update.
11504 * x86-64-tdep.c (x86_64_init_abi): Update.
11505 * v850-tdep.c (v850_gdbarch_init): Update.
11506 * sparc-tdep.c (sparc_gdbarch_init): Update.
11507 * sh-tdep.c (sh_gdbarch_init): Update.
11508 * s390-tdep.c (s390_gdbarch_init): Update.
11509 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11510 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11511 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11512 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11513 * mips-tdep.c (mips_gdbarch_init): Update.
11514 * mcore-tdep.c (mcore_gdbarch_init): Update.
11515 * m68k-tdep.c (m68k_gdbarch_init): Update.
11516 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11517 * ia64-tdep.c (ia64_gdbarch_init): Update.
11518 * i386-tdep.c (i386_gdbarch_init): Update.
11519 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11520 * hppa-tdep.c (hppa_gdbarch_init): Update.
11521 * h8300-tdep.c (h8300_gdbarch_init): Update.
11522 * frv-tdep.c (frv_gdbarch_init): Update.
11523 * cris-tdep.c (cris_gdbarch_init): Update.
11524 * avr-tdep.c (avr_gdbarch_init): Update.
11525 * arm-tdep.c (arm_gdbarch_init): Update.
11526 * alpha-tdep.c (alpha_gdbarch_init): Update.
11527 * sh-tdep.c (sh_init_extra_frame_info): Update.
11528 (sh64_init_extra_frame_info): Update.
11529 * ns32knbsd-nat.c (frame_num_args): Update.
11530 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11531 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11532 (xstormy16_frame_chain_valid): Update.
11533 * vax-tdep.c (vax_saved_pc_after_call): Update.
11534 * v850-tdep.c (v850_frame_chain): Update.
11535 (v850_pop_frame): Update.
11536 (v850_init_extra_frame_info): Update.
11537 * sparc-tdep.c (setup_arbitrary_frame): Update.
11538 * ns32k-tdep.c (umax_frame_num_args): Update.
11539 * s390-tdep.c (s390_pop_frame_regular): Update.
11540 * mn10300-tdep.c (mn10300_frame_chain): Update.
11541 (mn10300_pop_frame_regular): Update.
11542 (mn10300_init_extra_frame_info): Update.
11543 * mips-tdep.c (mips_init_frame_pc_first): Update.
11544 (mips_frame_chain): Update.
11545 (mips_pop_frame): Update.
11546 * mcore-tdep.c (mcore_frame_chain): Update.
11547 (mcore_pop_frame): Update.
11548 (mcore_init_extra_frame_info): Update.
11549 * arch-utils.c (init_frame_pc_default): Update.
11550 * m68k-tdep.c (isi_frame_num_args): Update.
11551 (delta68_frame_num_args): Update.
11552 (news_frame_num_args): Update.
11553 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11554 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11555 (alpha_frame_chain): Update.
11556 (alpha_pop_frame): Update.
11557 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11558 (hppa_init_extra_frame_info): Update.
11559 (hppa_frame_chain): Update.
11560 (hppa_frame_chain_valid): Update.
11561 * cris-tdep.c (cris_init_extra_frame_info): Update.
11562 * avr-tdep.c (avr_init_extra_frame_info): Update.
11563 * arm-tdep.c (arm_frame_chain_valid): Update.
11564 (arm_init_extra_frame_info): Update.
11565 (arm_pop_frame): Update.
11566 * frame.c (frame_pc_unwind): Update.
11567 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11568 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11569 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11570 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11571 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11572 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11573
12cc2063
AC
115742003-03-10 Andrew Cagney <cagney@redhat.com>
11575
11576 * gdbarch.sh (gdbarch_unwind_pc): New method.
11577 * gdbarch.h, gdbarch.c: Regenerate.
11578 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11579 but use read_pc and FRAME_SAVED_PC as fall backs.
11580 (frame_saved_regs_pc_unwind): Delete function.
11581 (trad_frame_unwinder): Update.
11582 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11583 (struct frame_unwind): Update.
11584 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11585 (dummy_frame_unwind): Update.
11586 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11587 (sentinel_frame_unwinder): Update.
11588 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11589 (d10v_frame_unwind): Update.
11590 (d10v_unwind_pc): New function.
11591 (d10v_gdbarch_init): Set unwind_pc.
11592
ef840a37
AC
115932003-03-10 Andrew Cagney <cagney@redhat.com>
11594
a2ce2e56
AC
11595 * gdbarch.h: Re-generate.
11596
ef840a37
AC
11597 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11598 PC.
11599 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11600 the PC register.
11601
08f3424b
MK
116022003-03-08 Mark Kettenis <kettenis@gnu.org>
11603
11604 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11605
1248ede2
AC
116062003-03-08 Andrew Cagney <cagney@redhat.com>
11607
11608 * cli-out.c: Update copyright.
11609 (cli_out_data): Define typedef. Use instead of ui_out_data.
11610
f49bacc8
AC
116112003-03-08 Andrew Cagney <cagney@redhat.com>
11612
11613 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11614 the result.
11615
9b05f993
AC
116162003-03-07 Andrew Cagney <cagney@redhat.com>
11617
11618 * gdbarch.sh: Don't generate two macro definitions when an
11619 undefined macro taking no arguments.
11620 * gdbarch.h: Regenerate.
8ffd9b1b 11621
166f4c7b
ML
116222002-03-07 Michal Ludvig <mludvig@suse.cz>
11623
11624 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11625 (x86_64_unwind_dummy_id): New functions.
11626 (x86_64_init_abi): Register these two new functions.
11627
6d686a84
ML
116282003-03-07 Michal Ludvig <mludvig@suse.cz>
11629
11630 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11631 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11632 separate function.
11633 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11634
6314f104
AC
116352003-03-05 Andrew Cagney <cagney@redhat.com>
11636
11637 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11638 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11639 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11640 to use unwind_dummy_id when a dummy frame.
11641 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11642 predicate.
11643 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11644
ceea5145
AC
116452003-03-05 Andrew Cagney <cagney@redhat.com>
11646
11647 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11648 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11649 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11650 values.
11651
0d843116
AC
116522003-03-05 Andrew Cagney <cagney@redhat.com>
11653
11654 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11655 (struct d10v_unwind_cache): Delete field "frameless". Replace
11656 "next_addr" with "sp_offset". Add "r11_offset".
11657 (d10v_frame_unwind_cache): Update.
11658 (prologue_find_regs): Update. When "mv r11, sp", save the
11659 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11660 RN was saved in r11_offset.
11661
b2579786
AC
116622003-03-05 Andrew Cagney <cagney@redhat.com>
11663
11664 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11665 cached PC value in the next frame.
11666
218e5956
AC
116672003-03-05 Andrew Cagney <cagney@redhat.com>
11668
11669 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11670 "id_unwind_cache" with "id".
11671 (frame_id_unwind): Delete declaration.
11672 * frame.c (frame_id_unwind): Delete function.
11673 (get_prev_frame): Call the frame id unwind method directly. Store
11674 the returned next frame's ID value in NEXT_FRAME. Note that there
11675 is a problem with the wrong unwind ID being called with the wrong
11676 unwind cache.
11677
ed363b1b
DJ
116782003-03-05 Daniel Jacobowitz <drow@mvista.com>
11679
11680 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11681
fe1f4a5e
DJ
116822003-03-05 James Ingham <jingham@apple.com>
11683 Daniel Jacobowitz <drow@mvista.com>
11684
11685 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11686 (auto_cp_abi): New variable.
11687 (current_cp_abi, num_cp_abis): Make static.
11688 (CP_ABI_MAX): Define.
11689 (cp_abis): Turn into an array.
11690 (value_virtual_fn_field): Fix formatting.
11691 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11692 takes a pointer.
11693 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11694 (list_cp_abis, _initialize_cp_abi): New functions.
11695 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11696 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11697 switch_to_cp_abi. Update prototype for register_cp_abi.
11698 * Makefile.in (cp-abi.o): Update dependencies.
11699 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11700 instead of switch_to_cp_abi.
11701 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11702 register_cp_abi.
11703 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11704 register_cp_abi.
11705 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11706
e4adbba9
DJ
117072003-03-05 Daniel Jacobowitz <drow@mvista.com>
11708
11709 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11710 * dwarf2loc.c: Include "regcache.h".
11711 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11712 register_size.
11713 * Makefile.in (dwarf2loc.o): Update dependencies.
11714
91ccbfc1
TR
117152003-03-04 Theodore A. Roth <troth@openavr.org>
11716
11717 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11718 number of io registers reported by remote target is not a multiple of
11719 step.
11720
3d4e8fd2
DC
117212003-03-04 David Carlton <carlton@math.stanford.edu>
11722
11723 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11724 (lookup_symbol_aux_psymtabs): Update call to
11725 lookup_partial_symbol.
11726 (lookup_transparent_type, find_main_psymtab)
11727 (make_symbol_overload_list): Ditto.
11728
ed42d87b
KH
117292003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11730
11731 * MAINTAINERS (Write after approval): Update my email address.
11732
a0ed5532
AC
117332003-03-03 Andrew Cagney <cagney@redhat.com>
11734
11735 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11736 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11737 predicate. Replace MAX_REGISTER_RAW_SIZE.
11738 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11739 MAX_REGISTER_VIRTUAL_SIZE.
11740 * regcache.c (legacy_max_register_raw_size): New function.
11741 (legacy_max_register_virtual_size): New function.
11742 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11743 (MAX_REGISTER_RAW_SIZE): Define.
11744 (legacy_max_register_raw_size): Declare.
11745 (legacy_max_register_virtual_size): Declare.
11746 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11747 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11748 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11749 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11750 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11751 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11752 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11753 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11754 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11755 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11756 * vax-tdep.c (vax_gdbarch_init): Update.
11757 * v850-tdep.c (v850_gdbarch_init): Update.
11758 * sparc-tdep.c (sparc_gdbarch_init): Update.
11759 * sh-tdep.c (sh_gdbarch_init): Update.
11760 * s390-tdep.c (s390_gdbarch_init): Update.
11761 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11762 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11763 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11764 * mips-tdep.c (mips_gdbarch_init): Update.
11765 * mcore-tdep.c (mcore_gdbarch_init): Update.
11766 * m68k-tdep.c (m68k_gdbarch_init): Update.
11767 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11768 * ia64-tdep.c (ia64_gdbarch_init): Update.
11769 * i386-tdep.c (i386_gdbarch_init): Update.
11770 * hppa-tdep.c (hppa_gdbarch_init): Update.
11771 * h8300-tdep.c (h8300_gdbarch_init): Update.
11772 * frv-tdep.c (frv_gdbarch_init): Update.
11773 * cris-tdep.c (cris_gdbarch_init): Update.
11774 * avr-tdep.c (avr_gdbarch_init): Update.
11775 * arm-tdep.c (arm_gdbarch_init): Update.
11776 * alpha-tdep.c (alpha_gdbarch_init): Update.
11777 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11778 max_register_raw_size or max_register_virtual_size.
11779
8e437497
DC
117802003-03-03 David Carlton <carlton@math.stanford.edu>
11781
11782 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11783 SYMBOL_MATCHES_NAME, add comment.
11784 (SYMBOL_MATCHES_NATURAL_NAME): New.
11785 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11786 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11787 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11788 * symtab.c (lookup_partial_symbol): Use
11789 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11790 unhelpful comment.
11791 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11792 SYMBOL_MATCHES_NAME.
11793 Fix for PR c++/33.
11794
25120b0d
DC
117952003-03-03 David Carlton <carlton@math.stanford.edu>
11796
11797 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11798 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11799 by regexp matching against SYMBOL_NATURAL_NAME.
11800
78a11fb4
DC
118012003-03-03 David Carlton <carlton@math.stanford.edu>
11802
11803 * linespec.c (find_method): Extract code into collect_methods.
11804 (collect_methods): New.
11805
645dd519
MK
118062003-03-02 Mark Kettenis <kettenis@gnu.org>
11807
b4700d91
MK
11808 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11809 get_frame_base.
11810
645dd519
MK
11811 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11812 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11813
0aa7e1aa
SC
118142003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11815
8ffd9b1b 11816 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11817 and not regnum when summing the size of all registers up to regnum.
11818
f30ee0bc
AC
118192003-03-01 Andrew Cagney <cagney@redhat.com>
11820
11821 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11822 FRAME_INIT_SAVED_REGS.
11823 * gdbarch.h, gdbarch.c: Regenerate.
11824 * stack.c (frame_info): Update.
11825 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11826 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11827 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11828 * ns32k-tdep.c (ns32k_pop_frame): Update.
11829 * mips-tdep.c (mips_pop_frame): Update.
11830 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11831 * ia64-tdep.c (ia64_frame_chain): Update.
11832 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11833 (ia64_frameless_function_invocation): Update.
11834 (ia64_init_extra_frame_info): Update.
11835 (ia64_pop_frame_regular): Update.
11836 * frame.h (struct frame_info): Update comment.
11837 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11838 * frame.c (frame_saved_regs_register_unwind): Update.
11839 (frame_saved_regs_register_unwind): Update.
11840 (deprecated_generic_get_saved_register): Update.
11841 * cris-tdep.c: Update comment.
11842 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11843 Rename macro.
11844 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11845 * x86-64-tdep.c (x86_64_init_abi): Update.
11846 * vax-tdep.c (vax_gdbarch_init): Update.
11847 * v850-tdep.c (v850_gdbarch_init): Update.
11848 * sparc-tdep.c (sparc_gdbarch_init): Update.
11849 * sh-tdep.c (sh_gdbarch_init): Update.
11850 * s390-tdep.c (s390_gdbarch_init): Update.
11851 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11852 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11853 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11854 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11855 * mips-tdep.c (mips_gdbarch_init): Update.
11856 * mcore-tdep.c (mcore_gdbarch_init): Update.
11857 * m68k-tdep.c (m68k_gdbarch_init): Update.
11858 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11859 * ia64-tdep.c (ia64_gdbarch_init): Update.
11860 * i386-tdep.c (i386_gdbarch_init): Update.
11861 * frv-tdep.c (frv_gdbarch_init): Update.
11862 * avr-tdep.c (avr_gdbarch_init): Update.
11863 * arm-tdep.c (arm_gdbarch_init): Update.
11864 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11865
42fa7c0f
AC
118662003-03-01 Andrew Cagney <cagney@redhat.com>
11867
11868 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11869 option enum and switch. When no windows, set the interpreter to
11870 INTERP_CONSOLE.
8ffd9b1b 11871
49c7e338
AC
118722003-03-01 Andrew Cagney <cagney@redhat.com>
11873
11874 * main.c (captured_main): Replace magic option characters with an
11875 enum.
11876
e9582e71
AC
118772003-03-01 Andrew Cagney <cagney@redhat.com>
11878
11879 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11880 INIT_EXTRA_FRAME_INFO.
11881 * gdbarch.h, gdbarch.c: Regenerate.
11882 * arm-tdep.c: Update comments.
11883 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11884 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11885 * frame.h, avr-tdep.c: Ditto.
11886 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11887 (create_new_frame, legacy_get_prev_frame): Ditto.
11888 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11889 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11890 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11891 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11892 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11893 * v850-tdep.c (v850_gdbarch_init): Ditto.
11894 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11895 * sh-tdep.c (sh_gdbarch_init): Ditto.
11896 * s390-tdep.c (s390_gdbarch_init): Ditto.
11897 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11898 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11899 * mips-tdep.c (mips_gdbarch_init): Ditto.
11900 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11901 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11902 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11903 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11904 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11905 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11906 * frv-tdep.c (frv_gdbarch_init): Ditto.
11907 * cris-tdep.c (cris_gdbarch_init): Ditto.
11908 * avr-tdep.c (avr_gdbarch_init): Ditto.
11909 * arm-tdep.c (arm_gdbarch_init): Ditto.
11910 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11911 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11912
35cac7cf
AC
119132003-03-01 Andrew Cagney <cagney@redhat.com>
11914
11915 * gdbarch.sh (register_type): New function with predicate.
11916 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11917 * gdbarch.h, gdbarch.c: Re-generate.
11918 * arch-utils.c (generic_register_byte): Use generic_register_size.
11919 (generic_register_size): When available, use
11920 gdbarch_register_type.
11921 * regcache.c (init_regcache_descr): When available, initialize the
11922 register type array using gdbarch_register_type. If the
11923 architecture supplies gdbarch_register_type, do not use the legacy
11924 regcache layout.
11925 * d10v-tdep.c (d10v_register_type): Replace
11926 d10v_register_virtual_type.
11927 (d10v_gdbarch_init): Set register_type instead of
11928 register_virtual_type.
11929
7b83296f
AC
119302003-03-01 Andrew Cagney <cagney@redhat.com>
11931
11932 * Makefile.in (ax-gdb.o): Update dependencies.
11933 * ax-gdb.c: Include "regcache.h".
11934 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11935 * findvar.c (value_of_register): Ditto.
11936 * infcmd.c (default_print_registers_info): Ditto.
11937
eadc1c87
MK
119382003-03-01 Mark Kettenis <kettenis@gnu.org>
11939
11940 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11941 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11942
14143612
MK
119432003-03-01 Mark Kettenis <kettenis@gnu.org>
11944
11945 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11946 of STREQ.
11947
a55cc764
DJ
119482003-02-28 Daniel Jacobowitz <drow@mvista.com>
11949
11950 * Makefile.in (dwarf2loc.o): Update dependencies.
11951 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11952 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11953 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11954 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11955 (locexpr_tracepoint_var_ref): New function.
11956 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11957
08a617da
AC
119582003-02-28 Andrew Cagney <cagney@redhat.com>
11959
11960 * regcache.c (register_size): New function.
11961 * regcache.h (register_size): Declare
11962 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11963 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11964
4224873a
DC
119652003-02-28 David Carlton <carlton@math.stanford.edu>
11966
11967 * linespec.c (decode_compound): Extract code into find_method.
11968 (find_method): New.
11969
ccdc5d7f
JB
119702003-02-28 J. Brobecker <brobecker@gnat.com>
11971
11972 * Makefile.in: Add rules to build and link in observer.o.
11973
974e8ced
JB
119742003-02-27 J. Brobecker <brobecker@gnat.com>
11975
11976 * observer.c: Minor comments edits.
11977
7a28f973
JB
119782003-02-27 J. Brobecker <brobecker@gnat.com>
11979
11980 * observer.h, observer.c: New file.
11981
27cddce2
AC
119822003-02-27 Andrew Cagney <cagney@redhat.com>
11983
11984 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11985
b94a41a1
SC
119862003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11987
11988 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11989 (M6812_OP_STS_EXT): Likewise.
11990 (m6811_prologue): Use the above to recognize prologue.
11991 (m6812_prologue): Likewise.
11992
c8be8951
DC
119932003-02-27 David Carlton <carlton@math.stanford.edu>
11994
11995 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11996 SYMBOL_PRINT_NAME.
11997 (compare_psymbols): Ditto.
11998 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11999
d05bb1fc
MS
120002003-02-27 Michael Snyder <msnyder@redhat.com>
12001
4e845cd3
MS
12002 * f-lang.c (build_fortran_types): New function.
12003 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
12004 * doublest.c (extract_floating): Fix warning text.
12005
f3824013
AC
120062003-02-27 Andrew Cagney <cagney@redhat.com>
12007
12008 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12009 predicate. Replaces PUSH_DUMMY_FRAME.
12010 * gdbarch.h, gdbarch.c: Regnerate.
12011 * valops.c (hand_function_call): Update. Call
12012 generic_push_dummy_frame directly.
12013 * vax-tdep.c (vax_gdbarch_init): Update.
12014 * sparc-tdep.c (sparc_gdbarch_init): Update.
12015 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12016 * m68k-tdep.c (m68k_gdbarch_init): Update.
12017 * hppa-tdep.c (hppa_gdbarch_init): Update.
12018 * alpha-tdep.c (alpha_gdbarch_init): Update.
12019 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12020 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12021 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12022 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12023 push_dummy_frame to generic_push_dummy_frame.
12024 * v850-tdep.c (v850_gdbarch_init): Ditto.
12025 * sh-tdep.c (sh_gdbarch_init): Ditto.
12026 * s390-tdep.c (s390_gdbarch_init): Ditto.
12027 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12028 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12029 * mips-tdep.c (mips_gdbarch_init): Ditto.
12030 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12031 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12032 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12033 * i386-tdep.c (i386_gdbarch_init): Ditto.
12034 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12035 * frv-tdep.c (frv_gdbarch_init): Ditto.
12036 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12037 * cris-tdep.c (cris_gdbarch_init): Ditto.
12038 * avr-tdep.c (avr_gdbarch_init): Ditto.
12039 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 12040
ad188201
KB
120412003-02-26 Kevin Buettner <kevinb@redhat.com>
12042
12043 * mips-tdep.c (show_mips_abi): New function.
12044 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12045 command ``show mips abi''.
12046
6b37567a 120472003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 12048
6b37567a 12049 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 12050 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
12051 more sline entries have been seen for the function.
12052
d3e0a5bf
MC
120532003-02-26 Michael Chastain <mec@shout.net>
12054
12055 * configure: Regenerate with autoconf 000227.
12056
18972eea
MC
120572003-02-26 Michael Chastain <mec@shout.net>
12058
12059 Close PR build/660.
12060 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12061 for old libc5/glibc.
12062 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12063
0bbde931
KW
120642003-02-26 Kris Warkentin <kewarken@qnx.com>
12065
12066 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12067 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12068
27ca5dad
MC
120692003-02-26 Michael Chastain <mec@shout.net>
12070
12071 * configure.in: New variable HAVE_UINTPTR_T.
12072 * configure, config.in: Regenerated.
12073
6f88d630
DJ
120742003-02-26 Daniel Jacobowitz <drow@mvista.com>
12075
12076 Fix PR build/1097.
12077 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12078
b14185ce
AC
120792003-02-25 Andrew Cagney <cagney@redhat.com>
12080
12081 * frame.c (get_prev_frame): Add comment on check for
12082 inside_entry_func. Only check for inside_entry_file when not a
12083 dummy and not a sentinel. Check that the new frame is not inner
12084 to the old frame.
12085
ac2bd0a9
AC
120862003-02-25 Andrew Cagney <cagney@redhat.com>
12087
12088 * frame.c (frame_debug): New variable.
12089 (_initialize_frame): Add "set/show debug frame" command.
12090 (get_prev_frame): When frame_debug, print reason why unwind
12091 failed.
12092
b18a0fd2
MC
120932003-02-25 Michael Chastain <mec@shout.net>
12094
12095 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12096 to avoid uintptr_t definition problems.
12097
22abf04a
DC
120982003-02-25 David Carlton <carlton@math.stanford.edu>
12099
12100 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12101 (SYMBOL_LINKAGE_NAME): Ditto.
12102 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12103 SYMBOL_LINKAGE_NAME.
12104 (struct general_symbol_info): Expand comment.
12105 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12106 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12107 (SYMBOL_MATCHES_REGEXP): Ditto.
12108 * symtab.c (symbol_natural_name): New function.
12109 * objfiles.h: Replace all uses of SYMBOL_NAME by
12110 DEPRECATED_SYMBOL_NAME.
12111 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12112 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12113 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12114 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12115 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12116 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12117 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12118 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12119 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12120 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12121 * ada-exp.y: Ditto.
12122 * ada-exp.y: Update copyright.
12123 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12124 * cp-valprint.c: Ditto.
12125
1a5848f6
JJ
121262003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12127
12128 * infptrace.c (detach): Do not flag error if ptrace detach fails
12129 and errno is set to ESRCH.
12130
7343d46a
AC
121312003-02-24 Andrew Cagney <cagney@redhat.com>
12132
12133 * infptrace.c (udot_info): Change type of udot_off to long. Use
12134 paddr when printing udot_off's value.
12135
49fa1dc2
DC
121362003-02-24 David Carlton <carlton@math.stanford.edu>
12137
12138 * symtab.c (make_symbol_overload_list): Only read in partial
12139 symtabs containing a matching partial symbol.
12140
0fe19209
DC
121412003-02-24 David Carlton <carlton@math.stanford.edu>
12142
12143 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12144 do the comparison, not strcmp.
12145 * symfile.c (compare_psymbols): Ditto.
12146 * defs.h: Declare strcmp_iw_ordered.
12147 * utils.c (strcmp_iw_ordered): New function.
12148
8e3ee7b5
JB
121492003-02-24 Jim Blandy <jimb@redhat.com>
12150
12151 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12152 support, shared libs): Remove my name from here, to better reflect
12153 reality.
12154
7df1a324
KW
121552003-02-24 Kris Warkentin <kewarken@qnx.com>
12156
12157 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12158 (target_ops): Add to_have_continuable_watchpoint.
12159 * target.c (update_current_target): Add INHERIT line for
12160 to_have_continuable_watchpoint.
12161 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12162 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12163 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12164 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12165
d1c76907
EZ
121662003-02-24 Elena Zannoni <ezannoni@redhat.com>
12167
12168 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12169 maintainership.
12170
2610b0bf
KW
121712003-02-24 Kris Warkentin <kewarken@qnx.com>
12172
f46169db
KW
12173 * solib.c (solib_open): Call target defined search function after
12174 failing with solib-search-path.
12175 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12176 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 12177
9a3c34fe
KW
121782003-02-24 Kris Warkentin <kewarken@qnx.com>
12179
f46169db 12180 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 12181
2417dd25
SC
121822003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12183
12184 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12185
b631436b
SC
121862003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12187
12188 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12189 (m68hc11_add_reggroups): New function.
12190 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12191 (m68hc11_gdbarch_init): Install the reggroups.
12192 (_initialize_m68hc11_tdep): Initialize them.
12193
0aa8c1e4
JW
121942003-02-21 James E Wilson <wilson@tuliptree.org>
12195
12196 * MAINTAINERS: Update my email address.
12197
50ceaba5
DC
121982003-02-21 David Carlton <carlton@math.stanford.edu>
12199
12200 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12201
4c2df51b
DJ
122022003-02-21 Daniel Jacobowitz <drow@mvista.com>
12203
12204 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12205 * symtab.h: Add opaque declarations of struct axs_value and
12206 struct agent_expr.
12207 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12208 (struct location_funcs): New type.
12209 (struct symbol): Add "loc" to aux_value.
12210 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12211 * dwarf2read.c: Include "dwarf2expr.h".
12212 (dwarf2_symbol_mark_computed): New function.
12213 (read_func_scope): Use it.
12214 (var_decode_location): New function.
12215 (new_symbol): Use it.
12216 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12217
12218 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12219 (dwarf2expr_h, dwarf2loc_h): New variables.
12220 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12221 (dwarf2expr.o, dwarf2loc.o): New rules.
12222 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12223 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12224 LOC_COMPUTED_ARG.
12225 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12226 * m2-exp.y (yylex): Likewise.
12227 * printcmd.c (address_info, print_frame_args): Likewise.
12228 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12229 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12230 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12231 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12232 * symtab.c (lookup_block_symbol): Likewise.
12233
5784d15e
AF
122342003-02-20 Adam Fedor <fedor@gnu.org>
12235
12236 * symtab.h: Remove objc_specific struct
12237 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12238 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12239 Have language_objc use cplus_specific struct.
12240
d4cad8db
TT
122412003-02-20 Tom Tromey <tromey@redhat.com>
12242
12243 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12244 TYPE_NAME, when printing a String value. PR java/1075.
12245
2f9a90b4
AF
122462003-02-20 Adam Fedor <fedor@gnu.org>
12247
d38074a8 12248 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 12249 * objc-lang.c (find_methods): Make static.
2f9a90b4 12250
6f17862b
CF
122512003-02-20 Christopher Faylor <cgf@redhat.com>
12252
12253 * win32-nat.c (get_image_name): Check return value from
12254 ReadProcessMemory.
12255 (child_xfer_memory): Ditto.
12256
715d1656
AO
122572003-02-20 Alexandre Oliva <aoliva@redhat.com>
12258
12259 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12260 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12261 '${exec_prefix}' (in addition to the expansion thereof) as
12262 relocatable.
12263 * configure: Rebuilt.
12264
b1262a02
DC
122652003-02-20 David Carlton <carlton@math.stanford.edu>
12266
12267 * symtab.c (search_symbols): Revert the search_symbols part of my
12268 2002-12-23 patch. Add comment.
12269
7134143f
DJ
122702002-02-20 Daniel Jacobowitz <drow@mvista.com>
12271
12272 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12273 * dbxread.c (elfstab_build_psymtabs): Don't call
12274 install_minimal_symbols.
12275 (stabsect_build_psymtabs): Likewise.
12276 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12277 earlier.
12278 * somread.c (som_symfile_read): Call install_minimal_symbols
12279 and do_cleanups earlier.
12280 * nlmread.c (nlm_symfile_read): Likewise.
12281 * mdebugread.c (elfmdebug_build_psymtabs): Call
12282 install_minimal_symbols and make appropriate cleanups.
12283
cf466558
KB
122842003-02-20 Kevin Buettner <kevinb@redhat.com>
12285
12286 * solib.c (reload_shared_libraries): New function.
12287 (_initialize_solib): Add callbacks for ``set solib-search-path''
12288 and ``set solib-absolute-prefix''.
12289
de5ad195
DC
122902003-02-20 David Carlton <carlton@math.stanford.edu>
12291
12292 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12293 expand comment.
12294 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12295 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12296 * ada-typeprint.c (ada_typedef_print): Ditto.
12297 * ax-gdb.c (gen_var_ref): Ditto.
12298 * breakpoint.c (print_one_breakpoint): Ditto.
12299 * buildsym.c (finish_block): Ditto.
12300 * c-valprint.c (c_val_print): Ditto.
12301 * expprint.c (print_subexp): Ditto.
12302 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
12303 * infcmd.c (jump_command): Ditto.
12304 * linespec.c (decode_line_2, decode_compound): Ditto.
12305 * maint.c (maintenance_translate_address): Ditto.
12306 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
12307 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12308 Ditto.
8ffd9b1b
AJ
12309 * p-valprint.c (pascal_val_print): Ditto.
12310 * stabsread.c (define_symbol): Ditto.
de5ad195 12311 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
12312 (print_frame_arg_vars, return_command): Ditto.
12313 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12314 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
12315 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12316 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
12317 (rbreak_command): Ditto.
12318 * tracepoint.c (tracepoints_info): Ditto.
12319 * typeprint.c (typedef_print): Ditto.
12320 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
12321 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12322 * ada-typeprint.c: Update Copyright.
12323 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12324 * tracepoint.c, cli/cli-cmds.c: Ditto.
12325
f796e4be
KB
123262003-02-20 Kevin Buettner <kevinb@redhat.com>
12327
12328 * frame.c (generic_unwind_get_saved_register): Make non-static.
12329 * frame.h (generic_unwind_get_saved_register): Declare.
12330 * mips-tdep.c (read_next_frame_reg): Fetch register from
12331 current regcache when frame is NULL.
12332 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12333 that must be NULL.
12334 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12335 instead of frame_register_unwind().
12336
836cc9f4
AC
123372003-02-20 Andrew Cagney <ac131313@redhat.com>
12338
12339 * remote-sim.c (gdbsim_insert_breakpoint)
12340 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12341 code.
12342
501eef12
AC
123432003-02-20 Andrew Cagney <ac131313@redhat.com>
12344
12345 * remote.c (_initialize_remote): Add commands "set/show remote
12346 hardware-watchpoint-limit" and "set/show remote
12347 hardware-breakpoint-limit".
12348 (remote_hw_watchpoint_limit): Initialize to -1.
12349 (remote_hw_breakpoint_limit): Ditto.
12350 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12351
1b6bc7e0
CF
123522003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12353
12354 * coff-pe-read.c: New file - support reading of minimal symbols from a
12355 portable executable using the export table.
12356 * coff-pe-read.h: New file.
12357 * coffread.c: Include coff-pe-read.h.
12358 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12359 debugging symbols found.
12360 * Makefile.in (SFILES): Add coff-pe-read.o.
12361 (coff_pe_read_h): Define.
12362 (COMMON_OBS): Add coff-pe-read.o.
12363 (coffread.o): Add coff_pe_read_h dependency.
12364 (coff-pe-read.o): New target.
12365
fe898f56
DC
123662003-02-19 David Carlton <carlton@math.stanford.edu>
12367
12368 * Makefile.in (SFILES): Add block.c.
12369 (block_h): New.
12370 (COMMON_OBS): Add block.o.
12371 (block.o): New.
12372 (x86-64-tdep.o): Add $(block_h).
12373 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12374 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12375 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12376 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12377 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12378 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12379 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12380 * value.h: Add opaque declaration for struct block.
12381 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12382 * ada-lang.h: Ditto.
12383 * x86-64-tdep.c: #include "block.h"
12384 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12385 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12386 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12387 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12388 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12389 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12390 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12391 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12392 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12393 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12394 * symtab.c (block_function): Ditto.
12395 (contained_in): Ditto.
12396 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12397 block.h. Add opaque declaration for struct block.
12398 * symtab.h: Move block_function and contained_in declarations to
12399 block.h. Add opaque declarations for struct block, struct
12400 blockvector.
12401 (struct block): Move to block.h.
12402 (struct blockvector): Ditto.
12403 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12404 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12405 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12406 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12407 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12408 Ditto.
12409 * block.c: New file.
12410 * block.h: New file.
12411
173345b5
TR
124122003-02-19 Theodore A. Roth <troth@openavr.org>
12413
12414 * avr-tdep.c (avr_extract_return_value): Remove function.
12415 (avr_store_return_value): Remove function.
12416 (avr_extract_struct_value_address): Remove function.
12417 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12418
338ef23d
AC
124192003-02-19 Andrew Cagney <ac131313@redhat.com>
12420
12421 * rs6000-tdep.c: Include "gdb_assert.h".
12422 (registers_e500): Add "acc" and "spefscr".
12423 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12424 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12425 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12426 really is "r0".
12427 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12428
5412f5f3
KS
124292003-02-18 Keith Seitz <keiths@redhat.com>
12430
12431 * Makefile.in: Add gdbtk-interps.c.
12432
881324eb
KB
124332003-02-18 Kevin Buettner <kevinb@redhat.com>
12434
12435 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12436 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12437
6a2f5abf
AC
124382003-02-18 Andrew Cagney <cagney@redhat.com>
12439
12440 * symtab.h (struct objfile): Add opaque declaration.
12441
54c7009d
EZ
124422003-02-18 Elena Zannoni <ezannoni@redhat.com>
12443
12444 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
12445 * dbxread.c (process_one_symbol): Use last_function_start rather
12446 than function_start_offset to find the real beginning of the
12447 current function. The latter is just the text section offset on
12448 some systems, the former is always the real function start.
54c7009d 12449
7ee6d7eb
AC
124502003-02-17 Andrew Cagney <cagney@redhat.com>
12451
12452 * configure.in: Revert ${target} != ${host}.
12453
2846da9b
AC
124542003-02-17 Andrew Cagney <ac131313@redhat.com>
12455
12456 * configure.in (Makefile): Use the test ${target} != ${host},
12457 instead of the absence of the "nm.h" file, to determine of the
12458 configuration non-native.
12459 * configure: Regenerate.
8ffd9b1b 12460
3b27aeea
EZ
124612003-02-14 Elena Zannoni <ezannoni@redhat.com>
12462
fbe586ae 12463 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12464
12465 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12466 conditionalize tui_active test.
12467 (lookup_cmd_1): Ditto.
12468
b0b1c2c0
MK
124692003-02-14 Mark Kettenis <kettenis@gnu.org>
12470
12471 * configure.in: Add check for _etext.
12472 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12473 available.
12474 * config.in, configure: regenerated.
12475
8f05cde5
DJ
124762003-02-14 Daniel Jacobowitz <drow@mvista.com>
12477
12478 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12479
021e7609
AC
124802003-02-14 Andrew Cagney <ac131313@redhat.com>
12481
12482 * main.c (tui_version): Delete variable.
12483 (captured_main): When --tui, set interpreter_p to "tui" instead of
12484 enabling tui_version.
12485 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12486 tui_version.
12487 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12488 * cli/cli-cmds.c (disassemble_command): Ditto.
12489 * defs.h (tui_version): Delete declaration.
12490 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12491 (tui-interp.o): Add rules.
12492 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12493
e325dcec
CF
124942003-02-14 Christopher Faylor <cgf@redhat.com>
12495
36ffb041 12496 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12497 just-loaded dll.
12498
c4f90d87
JM
124992003-02-12 Jason Molenda (jmolenda@apple.com)
12500
fbe586ae
RH
12501 * symmisc.c (print_objfile_statistics): Include information about
12502 the number of psymtabs and symtabs in each object file.
c4f90d87 12503
e46e5ccd
KS
125042003-02-13 Keith R Seitz <keiths@redhat.com>
12505
12506 * main.h (struct captured_main_args): Add interpreter_p.
12507 * main.c (captured_main): Initialize interpreter_p from context.
12508 * gdb.c (main): Set interpreter_p argument.
12509 * Makefile.in (gdb.o): Add dependency for interps.h.
12510
fe97fe9c
AC
125112003-02-12 Andrew Cagney <ac131313@redhat.com>
12512
12513 * event-top.c (cli_command_loop): Delete declaration.
12514 (_initialize_event_loop): Delete function setting event_loop_hook.
12515 * event-top.h (cli_command_loop): Declare. Update copyright.
12516 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12517 * interps.c (current_interp_command_loop): When event_loop_p, call
12518 cli_command_loop.
12519
1cdac4ef
AC
125202003-02-12 Andrew Cagney <ac131313@redhat.com>
12521
12522 * interps.h (interp_command_loop_ftype): Change return type to
12523 void.
12524
48037ead
ML
125252003-02-12 Michal Ludvig <mludvig@suse.cz>
12526
12527 * x86-64-tdep.c (x86_64_extract_return_value)
12528 (x86_64_store_return_value): Use regcache instead of regbuf.
12529 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12530 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12531
033afc63
AC
125322003-02-11 Andrew Cagney <ac131313@redhat.com>
12533
12534 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12535 * aclocal.m4: Regenerate.
12536 * configure: Regenerate.
12537
12538 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12539 TCL_LD_SEARCH_FLAGS.
12540
40d02bca
ML
125412003-02-10 Michal Ludvig <mludvig@suse.cz>
12542
12543 * dwarf2cfi.c: Reindented.
12544
11308a41
AC
125452003-02-09 Andrew Cagney <ac131313@redhat.com>
12546
12547 * interps.c (clear_interpreter_hooks): Convert function definition
12548 to ISO C.
12549
e1c1c0f6
DC
125502003-02-07 David Carlton <carlton@math.stanford.edu>
12551
12552 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12553
ab5d3da6
KB
125542003-02-07 Kevin Buettner <kevinb@redhat.com>
12555
12556 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12557 (struct type): ...to here.
12558 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12559 field.
12560 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12561 (replace_type): Set length on all type variants for a given type.
12562
b8a92b82
AC
125632003-02-07 Andrew Cagney <ac131313@redhat.com>
12564
12565 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12566 <sys/stat.h>.
12567 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12568
5cb316ef
AC
125692003-02-06 Andrew Cagney <ac131313@redhat.com>
12570
2555fe1a
AC
12571 * Makefile.in (symm-nat.o): Update dependencies.
12572 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12573 (lynx-nat.o, ia64-linux-nat.): Ditto.
12574 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12575 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12576 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12577
44270758
AC
12578 * Makefile.in (inflow_h): Define.
12579 (procfs.o, inflow.o, procfs.o): Update dependencies.
12580 * inftarg.c (child_stop): Delete extern declaration of
12581 inferior_process_group. Include "inflow.h".
12582 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12583 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12584 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12585 (our_process_group, inferior_process_group): Extern declarations.
12586
df8f7274
AC
12587 * procfs.c: Include "gdb_assert.h".
12588
5cb316ef
AC
12589 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12590 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12591 * jv-typeprint.c (java_type_print_base): Ditto.
12592 * typeprint.c (typedef_print): Eliminate STREQ.
12593 * cli/cli-script.c (define_command, define_command): Ditto.
12594 * main.c (captured_main): Ditto.
12595 * values.c (lookup_internalvar): Ditto.
12596 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12597 within `if' conditional.
12598 * linespec.c (decode_line_2): Ditto.
12599 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12600 (bfd_openw_with_cleanup): Ditto.
12601
2a28ccea
MK
126022003-02-07 Mark Kettenis <kettenis@gnu.org>
12603
12604 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12605 legacy_extract_return_value and store_return_value to
12606 legacy_return_value.
12607
786b8124
CF
126082003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12609
12610 * win32-nat.c (get_relocated_section_addrs): New function. Find
12611 section load addresses for symbol handling in relocated DLLs.
12612 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12613
b871e4ec
FF
126142003-02-05 Fred Fish <fnf@intrinsity.com>
12615
12616 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12617 '=' and '!='.
12618 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12619 with '&' and '=='.
12620 (angel_RDI_info): Ditto.
12621 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12622 with '&' and '!='.
12623 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12624
4389a95a 126252003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12626 Keith Seitz <keiths@redhat.com>
12627 Elena Zannoni <ezannoni@redhat.com>
12628 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12629
12630 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12631 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12632 (SUBDIR_MI_OBS): Add "mi-interp.o".
12633 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12634 (SFILES): Add "interps.c".
12635 (COMMON_OBS): Add "interps.o".
12636 (interps_h, mi_main_h): Define.
12637 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12638 (mi-main.o, main.o, event-top.o): Update dependencies.
12639 * cli/cli-interp.c: New file.
12640 * interps.h, interps.c: New files.
12641 * top.c: (gdb_init): Don't install the default interpreter, handed
12642 by captured_main.
12643 * main.c: Include "interps.h".
12644 (interpreter_p): Note that it should malloc'ed.
12645 (captured_command_loop): Call current_interp_command_loop.
12646 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12647 xfree and xstrdup when updating interpreter_p. Install the
12648 default interpreter. Add hack to stop mi1's copyright notice
12649 being encoded.
12650 * event-top.h (gdb_setup_readline): Declare.
12651 (gdb_disable_readline): Declare.
12652 * event-top.c: Include "interps.h".
12653 (display_gdb_prompt): Call current_interp_display_prompt_p.
12654 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12655 gdb_stdlog, and gdb_stdtarg.
12656 (_initialize_event_loop): Don't call gdb_setup_readline.
12657 * cli-out.c (cli_out_set_stream): New function.
12658 * cli-out.h (cli_out_set_stream): Declare.
12659
ff3b5810
MK
126602003-02-06 Mark Kettenis <kettenis@gnu.org>
12661
12662 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12663 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12664 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12665 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12666 config/i386/i386v42mp.mt: Removed.
12667
5b729aa5
MK
126682003-02-05 Mark Kettenis <kettenis@gnu.org>
12669
12670 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12671 GDB_OSABI_SOLARIS.
12672
8cc15142
MC
126732003-02-05 Michael Chastain <mec@shout.net>
12674
12675 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12676 2.12.1 and earlier versions.
12677
5aa5d4b9
AC
126782003-02-05 Andrew Cagney <ac131313@redhat.com>
12679
12680 Remove orphaned hosts, targets and files.
12681 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12682 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12683 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12684 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12685 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12686 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12687 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12688 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12689 * config/sparc/tm-sp64sim.h: Delete.
12690 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12691 hosts.
12692 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12693 mips*-dec-mach3* targets.
12694
b68767c1
MC
126952003-02-04 Michael Chastain <mec@shout.net>
12696
12697 * NEWS: Fix typo: sepcifying -> specifying.
12698
5ae7ca1d
MC
126992003-02-04 Michael Chastain <mec@shout.net>
12700
12701 * dwarfread.c: Add documentation on the state of dwarf-1,
12702 looking towards obsoletion.
12703
d08a4280
MC
127042003-02-03 Michael Chastain <mec@shout.net>
12705
12706 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12707 gdb/testsuite/gdb.c++/pr-1023.exp.
12708
e9be73e4
AC
127092003-02-04 Andrew Cagney <ac131313@redhat.com>
12710
12711 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12712 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12713
12714 * utils.c (init_page_info): Delete reference to MPW in comments.
12715 * main.c (captured_main): Delete #ifdef MPW.
12716
05d57f6f
AC
127172003-02-04 Andrew Cagney <ac131313@redhat.com>
12718
8ffd9b1b 12719 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12720 * monitor.c (monitor_expect): Obsolete reference to m32r.
12721 * configure.tgt: Mark m32r-*-elf* as obsolete.
12722 * MAINTAINERS: Mark m32k as obsolete.
12723 * m32r-rom.c: Obsolete file.
12724 * config/m32r/m32r.mt: Obsolete file.
12725 * config/m32r/tm-m32r.h: Obsolete file.
12726 * m32r-stub.c: Obsolete file.
12727 * m32r-tdep.c: Obsolete file.
12728
8b0e5691
AC
127292003-02-04 Andrew Cagney <ac131313@redhat.com>
12730
12731 * NEWS: Mention that the z8k-zilog-none is obsolete.
12732 * MAINTAINERS: Mark z8k as obsolete.
12733 * configure.tgt: Obsolete the z8k-*-coff* target.
12734 * config/z8k/z8k.mt: Obsolete file.
12735 * config/z8k/tm-z8k.h: Obsolete file.
12736 * z8k-tdep.c: Obsolete file.
12737
67f16606
AC
127382003-02-04 Andrew Cagney <ac131313@redhat.com>
12739
12740 * NEWS: Mention that the mn10200-elf is obsolete.
12741 * configure.tgt: Obsolete mn10200-*-* target.
12742 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12743 mention that the mn10200 is obsolete.
12744 * breakpoint.h: Ditto.
12745 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12746 * config/mn10200/mn10200.mt: Obsolete file.
12747 * config/mn10200/tm-mn10200.h: Obsolete file.
12748 * mn10200-tdep.c: Obsolete file.
12749
fd2299bd
AC
127502003-02-04 Andrew Cagney <ac131313@redhat.com>
12751
12752 * MAINTAINERS: Mark h8500 as obsolete.
12753 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12754 * findvar.c (value_from_register): Ditto.
12755 * h8500-tdep.c: Mark file as obsolete.
12756 * config/h8500/h8500.mt: Ditto.
12757 * config/h8500/tm-h8500.h: Ditto.
12758 * NEWS: Mention that h8500 is obsolete.
12759
eb9a305d
DC
127602003-02-04 David Carlton <carlton@math.stanford.edu>
12761
12762 * objfiles.c (allocate_objfile): Always set name. Add comment at
12763 start of function.
12764 * jv-lang.c (get_dynamics_objfile): Add comment.
12765
406fc7fb
DC
127662003-02-04 David Carlton <carlton@math.stanford.edu>
12767
12768 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12769 * printcmd.c (build_address_symbolic): Replace uses of
12770 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12771 SYMBOL_NAME, and asm_demangle.
12772 Update copyright.
12773
93d91629
DC
127742003-02-04 David Carlton <carlton@math.stanford.edu>
12775
12776 * linespec.c (decode_compound): Extract code into
12777 lookup_prefix_sym.
12778 (lookup_prefix_sym): New function.
12779
1c5cb38e
DC
127802003-02-04 David Carlton <carlton@math.stanford.edu>
12781
12782 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12783 FLOAT_COERCION_BADNESS.
12784 * gdbtypes.c (rank_one_type): Replace all uses of
12785 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12786
0cf824c9
JB
127872003-02-04 Jim Blandy <jimb@redhat.com>
12788
12789 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12790 section, let dwarf_macinfo_section point to it, not
12791 dwarf_loc_section.
12792
a2d356b0
DJ
127932003-02-04 Daniel Jacobowitz <drow@mvista.com>
12794
12795 Pointed out by Anton Blanchard <anton@samba.org>.
12796 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12797 (ppc_linux_at_sigtramp_return_path): Use it.
12798
2de7ced7
DJ
127992003-02-04 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * defs.h (streq): Add prototype.
12802 * utils.c (streq): New function.
12803
12804 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12805 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12806 * mdebugread.c (new_symbol): Likewise.
12807 * stabsread.c (define_symbol): Likewise.
12808 * coffread.c (process_coff_symbol): Likewise.
12809 * dwarfread.c (new_symbol): Likewise.
12810
12811 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12812 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12813 here.
12814 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12815 SYMBOL_INIT_DEMANGLED_NAME.
12816 * objfiles.c: Include "hashtab.h".
12817 (allocate_objfile): Call htab_set_functions_ex for the
12818 demangled_names_hash.
12819 (free_objfile): Call htab_delete for the demangled_names_hash.
12820 * objfiles.h (struct htab): Add declaration.
12821 (struct objfile): Add demangled_names_hash.
12822 * symfile.c: Include "hashtab.h".
12823 (reread_symbols): Call htab_delete for the demangled_names_hash.
12824 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12825 SYMBOL_NAME in the bcache.
12826 * symtab.c: Include "hashtab.h". Update comments.
12827 (create_demangled_names_hash, symbol_set_names): New functions.
12828 (symbol_find_demangled_name): New function, broken out from
12829 symbol_init_demangled_names.
12830 (symbol_init_demangled_names): Use it.
12831 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12832 (SYMBOL_SET_NAMES): New macro.
12833 (symbol_set_names): Add prototype.
12834
15831452
JB
128352003-02-03 Jim Blandy <jimb@redhat.com>
12836
12837 Use a single, consistent representation for an empty minimal
12838 symbol table in an objfile.
12839 * objfiles.c (terminate_minimal_symbol_table): New function.
12840 (allocate_objfile): Call it.
12841 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12842 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12843 non-NULL.
15831452
JB
12844 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12845 objfile has minimal symbols, compare minimal_symbol_count to zero,
12846 instead of comparing msymbols with NULL.
12847 * objfiles.c (have_minimal_symbols): Same.
12848 * solib-sunos.c (solib_add_common_symbols): Call
12849 terminate_minimal_symbol_table.
12850 * symfile.c (reread_symbols): Same.
8ffd9b1b 12851
ffc65945
KB
128522003-02-03 Kevin Buettner <kevinb@redhat.com>
12853
12854 * s390-tdep.c (s390_address_class_type_flags)
12855 (s390_address_class_type_flags_to_name)
12856 (s390_address_class_name_to_type_flags): New functions.
12857 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12858 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12859
f211c6d4
MS
128602003-02-03 Michael Snyder <msnyder@redhat.com>
12861
12862 * arm-tdep.c: Fix spell-o in comment.
12863
659b0389
ML
128642003-02-03 Michal Ludvig <mludvig@suse.cz>
12865
12866 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12867 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12868 error messages to contain BFD filename.
659b0389 12869
3b31d625
EZ
128702003-02-02 Elena Zannoni <ezannoni@redhat.com>
12871
997b089a 12872 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12873 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12874 (do_mixed_source_and_assembly): Use
12875 make_cleanup_ui_out_tuple_begin_end and
12876 make_cleanup_ui_out_tuple_begin_end.
12877 (do_mixed_source_and_assembly): Ditto.
12878 * thread.c (do_captured_list_thread_ids): Ditto.
12879 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12880 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12881 ui_out_tuple_end): Delete prototypes.
12882 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12883 ui_out_list_end, ui_out_tuple_end): Delete.
12884
12885 From Kevin Buettner <kevinb@redhat.com>:
12886 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12887 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12888 (do_cleanup_table_end): New functions.
12889 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12890 Use cleanups to invoke_ui_out_tuple_end().
12891 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12892 * cli/cli-setshow.c (cmd_show_list): Use
12893 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12894
5b181d62
AC
128952003-02-02 Andrew Cagney <ac131313@redhat.com>
12896
12897 * frame.c (frame_unwind_register): New function.
12898 (frame_unwind_unsigned_register): Use.
12899 (frame_unwind_signed_register): Use.
12900 (frame_read_register): New function.
12901 * frame.h (frame_unwind_register): Declare.
12902 (frame_read_register): Declare.
12903
12904 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12905 and frame_unwind_register instead of read_memory, write_register
12906 and deprecated_write_register_bytes.
12907
5f601589
AC
129082003-02-02 Andrew Cagney <ac131313@redhat.com>
12909
12910 * frame.h: Note that namelen can be negative.
12911 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12912 NAME's length.
12913
12914 * NEWS: Mention that the d10v's `regs' command is deprecated.
12915 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12916 (d10v_print_registers_info): New function.
12917 (show_regs): Call d10v_print_registers_info.
12918 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12919
6a3fe0a4
MK
129202003-02-02 Mark Kettenis <kettenis@gnu.org>
12921
12922 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12923 lost in the previous patch.
12924
075559bc
AC
129252003-02-01 Andrew Cagney <ac131313@redhat.com>
12926
12927 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12928 * stack.c (print_frame_info_base): Output complete FRAME tuple
12929 for synthesized frames.
075559bc 12930
6789195b
AC
129312003-02-02 Andrew Cagney <ac131313@redhat.com>
12932
12933 * mips-nat.c (zerobuf): Delete.
12934 (fetch_inferior_registers): Alloc local zerobuf.
12935 (fetch_core_registers): Alloc local zerobuf.
12936 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12937 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12938 * thread-db.c (thread_db_store_registers): Ditto.
12939 * sh-tdep.c (sh_do_register): Ditto.
12940 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12941 * remote-sim.c (gdbsim_store_register): Ditto.
12942 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12943 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12944 * monitor.c (monitor_supply_register): Ditto.
12945 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12946 * mips-nat.c (fetch_inferior_registers): Ditto.
12947 * m68klinux-nat.c (fetch_register): Ditto.
12948 * lynx-nat.c (fetch_inferior_registers): Ditto.
12949 (fetch_inferior_registers): Ditto.
12950 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12951 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12952 (hpux_thread_store_registers): Ditto.
12953 * hppah-nat.c (fetch_register): Ditto.
12954 * hppab-nat.c (fetch_register): Ditto.
12955 * hppa-tdep.c (pa_register_look_aside): Ditto.
12956 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12957 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12958
e669114a
AC
129592003-02-01 Andrew Cagney <ac131313@redhat.com>
12960
12961 * gdbarch.sh: Explictly specify all method levels. When a
12962 variable with an empty level, provide a non-multi-arch default.
12963 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12964 * gdbarch.h: Re-generate.
12965 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12966 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12967
9a043c1d
AC
129682003-02-01 Andrew Cagney <ac131313@redhat.com>
12969
12970 * defs.h (host_pointer_to_address): Delete declaration.
12971 (address_to_host_pointer): Delete declaration.
12972 * utils.c (host_pointer_to_address): Delete function.
12973 (address_to_host_pointer): Delete function.
12974 * procfs.c (procfs_address_to_host_pointer): New function.
12975 * procfs.c (proc_set_watchpoint): Use.
12976 (procfs_can_use_hw_breakpoint): Update comments.
12977 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12978 (som_solib_add): Use.
12979 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12980 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12981
7ca9f392
AC
129822003-02-01 Andrew Cagney <ac131313@redhat.com>
12983
94bbfd30
AC
12984 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12985 strlen d_name.
12986
7ca9f392
AC
12987 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12988 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12989 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12990 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12991 (define_symbol): Update.
12992 * symfile.c (generic_load): Remove references to nindy.
12993 * symtab.c: Remove references to nindy.
12994
31a85ea2
AC
129952003-02-01 Andrew Cagney <ac131313@redhat.com>
12996
12997 * infcmd.c (print_float_info): Delete code conditional on
12998 FLOAT_INFO.
12999 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13000 * config/m68k/nm-apollo68b.h: Ditto.
13001 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13002 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13003 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13004
f6e85fc8
MK
130052003-02-01 Mark Kettenis <kettenis@gnu.org>
13006
6015b6a0
MK
13007 * config/i386/tm-i386os9k.h: Removed.
13008
f7a30bdf
MK
13009 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13010 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13011 they're identical to i[3456]86-*-sysv* now.
13012 * config/i386/i386v32.mh: Removed.
13013 * config/i386/xm-i386v32.h: Removed.
13014 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13015
28d52111
MK
13016 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13017
4d3f6bce
MK
13018 * config/i386/i386dgux.mh: Removed.
13019 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13020
f6e85fc8
MK
13021 * configure.in: Fix typo.
13022 * configure: Regenerated.
13023
53955967
DC
130242003-01-31 David Carlton <carlton@math.stanford.edu>
13025
13026 * dwarf2read.c (dwarf2_locate_sections): Set
13027 dwarf_ranges_section.
13028
b1364885
AC
130292003-01-31 Andrew Cagney <ac131313@redhat.com>
13030
8dbb1c65
AC
13031 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13032 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 13033
8731e58e
AC
13034 * utils.c: Re-indent.
13035
b1364885
AC
13036 * config/djgpp/fnchange.lst: Delete nindy files.
13037 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13038 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13039 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13040 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13041 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13042 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13043 * Makefile.in (init.c): Remove nindy references.
13044 (saber_gdb): Delete rule.
13045 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13046 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13047 and a68v-nat.c.
13048 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13049 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13050 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13051 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13052 nindy-share/stop.h.
13053 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13054 * saber.suppress: Delete file.
13055
086df311
DJ
130562003-01-31 Daniel Jacobowitz <drow@mvista.com>
13057
13058 * dbxread.c (stabs_data): New static variable.
13059 (fill_symbuf): Support an in-memory buffer for stabs data.
13060 (stabs_seek): New function.
13061 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13062 (read_ofile_symtab): Use stabs_seek.
13063 (elfstab_build_psymtabs): Take an asection* instead of
13064 an offset and size. Relocate the stabs data if necessary.
13065 Save the section* for dbx_psymtab_to_symtab.
13066 * dwarf2read.c: Add section variables for each debug section.
13067 (dwarf2_locate_sections): Fill them in.
13068 (dwarf2_read_section): Take an asection* argument.
13069 Relocate the section contents if necessary.
13070 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13071 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13072 it to dwarf2_read_section.
13073 (dwarf2_build_frame_info): Update callers.
13074 * elfread.c (elf_symfile_read): Update call to
13075 elfstab_build_psymtabs.
13076 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13077 (DBX_STAB_SECTION): New macro.
8ffd9b1b 13078 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
13079 * symfile.c (symfile_dummy_outputs): New function.
13080 (symfile_relocate_debug_section): New function.
13081 * symfile.h (symfile_relocate_debug_section): Add prototype.
13082
87d1b352
RH
130832003-01-31 Richard Henderson <rth@redhat.com>
13084
13085 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13086 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13087 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13088 * alpha-tdep.c (alpha_register_name): Add "unique".
13089 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13090 (ALPHA_UNIQUE_REGNUM): New.
13091 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13092
c48861fb
AC
130932003-01-31 Andrew Cagney <ac131313@redhat.com>
13094
13095 * README: Remove reference to Ericsson 1800 monitor.
13096 * Makefile.in (remote-es.o): Delete rule.
13097 (ALLDEPFILES): Delete remote-es.c.
13098 * remote-es.c: Delete file.
13099 * config/m68k/es1800.mt: Delete file.
13100 * config/djgpp/fnchange.lst: Update.
13101 * configure.tgt: Delete m68*-ericsson-* target.
13102
d764a824
AF
131032003-01-31 Adam Fedor <fedor@gnu.org>
13104
13105 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13106 Remove duplicate/shadowing variable of same name.
13107
fe36c4f4
JB
131082003-01-30 Jim Blandy <jimb@redhat.com>
13109
13110 * symfile.c (find_separate_debug_file): Assert that the objfile's
13111 directory name we compute ends with a slash, and then assume that
13112 that's so everywhere we use it.
13113
cb741690
DJ
131142003-01-30 Daniel Jacobowitz <drow@mvista.com>
13115
13116 * valops.c (value_assign): Flush frame cache after stores to memory
13117 also.
13118
96ee5227
AC
131192003-01-30 Andrew Cagney <ac131313@redhat.com>
13120
13121 * Makefile.in (mon960-rom.o): Delete rule.
13122 * mon960-rom.c: Delete file.
13123
7f6104a9
AC
131242003-01-30 Andrew Cagney <ac131313@redhat.com>
13125
13126 * d10v-tdep.c: Include "frame-unwind.h".
13127 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13128 list.
13129 (next_addr, uses_frame): Delete.
13130 (struct d10v_unwind_cache): Define.
13131 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13132 Use info instead of next_addr and uses_frame globals.
13133 (d10v_frame_init_saved_regs): Delete function.
13134 (d10v_init_extra_frame_info): Delete function.
13135 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13136 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13137 init_frame_pc or frame_saved_pc.
13138 (d10v_pop_frame): Delete function.
13139 (do_d10v_pop_frame): Delete function.
13140 (d10v_frame_chain): Delete function.
13141 (d10v_frame_chain_valid): Delete function.
13142 (d10v_frame_pc_unwind): New function.
13143 (d10v_frame_id_unwind): New function.
13144 (saved_regs_unwinder): New function.
13145 (d10v_frame_register_unwind): New function.
13146 (d10v_frame_pop): New function.
13147 (d10v_frame_unwind): New variable.
13148 (d10v_frame_p): New function.
13149 (d10v_frame_saved_pc): Delete function.
13150 * Makefile.in (d10v-tdep.o): Update dependencies.
13151
cad2e848
JB
131522003-01-30 J. Brobecker <brobecker@gnat.com>
13153
13154 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13155 causing some regressions due to a change in the default value
13156 for this macro.
13157
af34e669
DJ
131582003-01-29 Richard Henderson <rth@redhat.com>
13159 Elena Zannoni <ezannoni@redhat.com>
13160 Daniel Jacobowitz <drow@mvista.com>
13161
13162 Fix PR gdb/961.
8ffd9b1b 13163 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
13164 variables.
13165 (RANGES_SECTION): New.
13166 (dwarf_ranges_buffer): New variable.
13167 (struct comp_unit_head): Add member "die".
13168 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13169 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13170 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13171 (dwarf2_locate_sections): Likewise.
13172 (dwarf2_build_psymtabs): Read .debug_ranges.
13173 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13174 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13175 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13176 Look for DW_AT_ranges and return the bounding box.
13177
baa93fa6
CF
131782003-01-29 Brian Ford <ford@vss.fsi.com>
13179
13180 * win32-nat.c (cygwin_pid): Removed as unused.
13181 (child_attach): Try fall back to Cygwin pid.
13182
c63f977f
JB
131832003-01-29 Jim Blandy <jimb@redhat.com>
13184
13185 * objfiles.h (struct objfile): Doc fix.
13186
d62d1979
AC
131872003-01-29 Andrew Cagney <ac131313@redhat.com>
13188
13189 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13190 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13191 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13192 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13193 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13194 (FRAME_SAVED_PC): Change to a function with predicate.
13195 * gdbarch.h, gdbarch.c: Re-generate.
13196
1ae18a04
AC
131972003-01-28 Andrew Cagney <ac131313@redhat.com>
13198
52287340
AC
13199 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13200
1ae18a04
AC
13201 * complaints.c (complain): Delete function.
13202 * complaints.h (struct deprecated_complaint): Delete definition.
13203 (complain): Delete declaration.
13204
f2c16bd6
KB
132052003-01-28 Kevin Buettner <kevinb@redhat.com>
13206
13207 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13208 dummy frames.
13209
a94dd1fd
AC
132102003-01-27 Andrew Cagney <ac131313@redhat.com>
13211
13212 * sentinel-frame.h, sentinel-frame.c: New files.
13213 * Makefile.in (frame.o): Update dependencies.
13214 (SFILES): Add sentinel-frame.c.
13215 (sentinel_frame_h): Define.
13216 (COMMON_OBS): Add sentinel-frame.o.
13217 (sentinel-frame.o): Specify dependencies.
13218 * frame.c: Include "sentinel-frame.h".
13219 (frame_register_unwind): Rewrite assuming that there is always a a
13220 ->next frame.
13221 (frame_register, generic_unwind_get_saved_register): Ditto.
13222 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13223 (create_sentinel_frame, unwind_to_current_frame): New functions.
13224 (get_current_frame): Rewrite using create_sentinel_frame and
13225 unwind_to_current_frame. When possible, always create a frame.
13226 (create_new_frame): Set next to the sentinel frame.
13227 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13228 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13229 ID cache when necessary.
13230 (frame_saved_regs_id_unwind): Use frame_relative_level.
13231 (deprecated_generic_get_saved_register): Use frame_relative_level,
13232 get_frame_saved_regs, get_frame_pc, get_frame_base and
13233 get_next_frame.
13234 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13235 frame_register.
13236
5378adc4
DJ
132372003-01-27 Daniel Jacobowitz <drow@mvista.com>
13238
13239 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13240
51ee2ddc
DJ
132412003-01-27 Daniel Jacobowitz <drow@mvista.com>
13242
13243 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13244 (maintenance_set_profile_cmd): Use error () instead of warning ().
13245
d9feb4e7
DJ
132462003-01-27 Daniel Jacobowitz <drow@mvista.com>
13247
13248 * configure.in: Check that -pg works if using --enable-profiling.
13249 Check for monstartup and _mcleanup regardless of --enable-profiling.
13250 * maint.c: Check for monstartup and _mcleanup before using them.
13251 * config.in: Regenerated.
13252 * configure: Regenerated.
13253
2d188dd3
NC
132542003-01-24 Nick Clifton <nickc@redhat.com>
13255
13256 * Add sh2e support:
13257
13258 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13259
13260 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13261 (sh2e_show_regs): New.
13262 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13263 * config/sh/tm-sh.h: Added sh2e to comments.
13264
cb3c37b2
JB
132652003-01-23 Jim Blandy <jimb@redhat.com>
13266
13267 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13268 symbols found)" message here; we haven't checked for a separate
13269 debug info file yet, so we don't know yet.
13270 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13271 we've looked everywhere. Also, there's no need to print a special
13272 message when we're loading the separate debug info file: the one
13273 symbol_file_add prints is fine.
13274
5b5d99cf
JB
132752003-01-23 Alexander Larsson <alexl@redhat.com>
13276 Jim Blandy <jimb@redhat.com>
13277
13278 Add support for executables whose debug info has been separated
13279 out into a separate file, leaving only a link behind.
13280 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13281 and separate_debug_objfile_backlink.
13282 (put_objfile_before): New declaration.
13283 * symfile.c: #include "filenames.h".
13284 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13285 debug info in a separate file, read that, too. Save the addrs
13286 argument, so we can use it again to read the separated debug info;
13287 syms_from_objfile modifies the table we pass it.
13288 (reread_symbols): After re-reading an objfile, call
13289 reread_separate_symbols to refresh its separate debug info
13290 objfile, if it has one.
13291 (reread_separate_symbols, find_separate_debug_file,
13292 get_debug_link_info, separate_debug_file_exists): New functions.
13293 (debug_file_directory): New global var.
13294 (_initialize_symfile): Initialize debug_file_directory, and
13295 provide the new `set debug-file-directory' command to let the user
13296 change it.
13297 * objfiles.c (free_objfile): If this objfile has its debug info in
13298 a separate objfile, free that one too. If this is itself a
13299 separate debug info objfile, clear our parent's backlink.
13300 (put_objfile_before): New function.
13301 * utils.c (gnu_debuglink_crc32): New function.
13302 * defs.h (gnu_debuglink_crc32): New declaration.
13303 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13304 * configure.in: Handle --with-separate-debug-dir config option.
13305 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13306 * acconfig.h (DEBUGDIR): New macro.
13307 * configure, aclocal.m4, config.in: Regenerated.
13308
7e8580c1
JB
133092003-01-22 Jim Blandy <jimb@redhat.com>
13310
7904e09f
JB
13311 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13312 like the old symbol_file_add, but taking new arguments: you can
13313 now pass in either a `struct section_addr_info' list to say where
13314 each section is loaded, or a `struct section_offsets' table. Pass
13315 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 13316 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
13317 with the appropriate quiescent values for the new arguments.
13318
7e8580c1
JB
13319 * symfile.c: #include "gdb_assert.h".
13320 (syms_from_objfile): Add the ability to pass in a section offset
13321 table directly, as an alternative to the section_addr_info table.
13322 Document arguments better.
13323 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13324 * symfile.h (syms_from_objfile): Update declaration.
13325 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13326 syms_from_objfile.
13327 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13328
d28f9cdf
DJ
133292003-01-22 Daniel Jacobowitz <drow@mvista.com>
13330
13331 Original patch by Tom Tromey <tromey@cygnus.com> and
13332 Jason Molenda <jmolenda@apple.com>.
13333 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13334 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13335 * NEWS: Mention profiling.
13336 * configure.in (--enable-gdbtk): Fix typo.
13337 (--enable-profiling): New. Set PROFILE_CFLAGS.
13338 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13339 Fill in function.
13340 (profiling_state): New variable.
13341 (mcleanup_wrapper): New function.
13342 (_initialize_maint): Remove NOTYET, fix call to
13343 add_setshow_boolean_cmd for "maint set profile".
13344 * configure: Regenerated.
13345
df21e465
MH
133462003-01-21 Martin M. Hunt <hunt@redhat.com>
13347
13348 * Makefile.in (install-gdbtk): Install PNG images too.
13349
73c1f219
AC
133502003-01-21 Andrew Cagney <ac131313@redhat.com>
13351
13352 * exec.c (text_start): Delete global variable.
13353 (exec_file_attach): Make text_start local to the function.
13354 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13355 * valops.c (hand_function_call): Delete code that handles
13356 BEFORE_TEXT_END and AFTER_TEXT_END.
13357 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13358 of CALL_DUMMY_LOCATION.
13359 * gdbarch.c: Regenerate.
13360 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13361 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13362 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13363 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13364 (text_end): Delete extern declaration.
13365
eb4f72c5
AC
133662003-01-21 Andrew Cagney <ac131313@redhat.com>
13367
13368 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13369 * blockframe.c (backtrace_below_main): Move to "frame.c".
13370 (frame_chain_valid): Delete check for backtrace_below_main.
13371 (_initialize_blockframe): Delete initialization, move ``set
13372 backtrace-below-main'' command to "frame.c".
13373 (do_flush_frames_sfunc): Delete function.
13374 * frame.c: Include "command.h" and "gdbcmd.h".
13375 (frame_type_from_pc): New function.
13376 (create_new_frame): Use frame_type_from_pc.
13377 (legacy_get_prev_frame): New function.
13378 (get_prev_frame): Rewrite. When an old style frame, call
13379 legacy_get_prev_frame. Otherwize, unwind the PC first.
13380 (_initialize_frame): Add ``set backtrace-below-main'' command.
13381 * Makefile.in (frame.o): Update dependencies.
13382
778ce8cc
AC
133832003-01-19 Andrew Cagney <ac131313@redhat.com>
13384
13385 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13386 DEPRECATED_REGISTERS_INFO.
13387
01c193c8
AC
133882003-01-19 Andrew Cagney <ac131313@redhat.com>
13389
13390 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13391 Maintainers'. Update `Various Maintainers'.
13392
dedc2a2b
AC
133932003-01-19 Andrew Cagney <ac131313@redhat.com>
13394
13395 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13396 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13397 Suppress actual parameters when `-'.
13398 * gdbarch.h, gdbarch.c: Regenerate.
13399
b7261c70
AC
134002003-01-19 Andrew Cagney <ac131313@redhat.com>
13401
13402 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13403 code handling dummy frames.
13404
dbe9fe58
AC
134052003-01-19 Andrew Cagney <ac131313@redhat.com>
13406
13407 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13408 (struct frame_unwind): Add field pop.
13409 * frame.h (frame_pop): Declare.
13410 * frame.c (frame_saved_regs_pop): New function.
13411 (trad_frame_unwinder): Add frame_saved_regs_pop.
13412 (frame_pop): New function.
13413 * dummy-frame.c (dummy_frame_pop): New function.
13414 (discard_innermost_dummy): New function.
13415 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13416 (dummy_frame_unwind): Add dummy_frame_pop.
13417 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13418 * valops.c (hand_function_call): Ditto.
13419 * stack.c (return_command): Ditto.
13420
570b8f7c
AC
134212003-01-18 Andrew Cagney <ac131313@redhat.com>
13422
13423 * cris-tdep.c: Fix function declaration indentation.
13424 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13425 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13426 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13427 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13428 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13429 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13430
134312003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
13432
13433 * README (Unpacking and Installation -- quick overview):
13434 Warn against ".../gdb-5.3/gdb/configure".
13435
494cca16
AC
134362003-01-18 Andrew Cagney <ac131313@redhat.com>
13437
13438 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13439 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13440 (struct frame_unwind): Declare opaque.
13441 (dummy_frame_p): Declare function.
13442 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13443 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13444 * dummy-frame.c: Include "frame-unwind.h".
13445 (dummy_frame_p): New function.
13446 (dummy_frame_unwind): New variable.
13447 * frame.c: Include "frame-unwind.h".
13448 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13449 to use the new unwind field.
13450 (set_unwind_by_pc): Delete function.
13451 (create_new_frame, get_prev_frame): Set unwind field using
13452 frame_unwind_find_by_pc.
13453 (trad_frame_unwind, trad_frame_unwinder): New variables.
13454 * frame.h (trad_frame_unwind): Declare variable.
13455 (frame_id_unwind_ftype): Delete declaration.
13456 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13457 (struct frame_unwind): Declare opaque.
13458 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13459 register_unwind with a single unwind pointer.
13460 * frame-unwind.h, frame-unwind.c: New files.
13461 * Makefile.in (SFILES): Add frame-unwind.c.
13462 (frame_unwind_h): Define.
13463 (COMMON_OBS): Add frame-unwind.o.
13464 (frame-unwind.o): Specify dependencies.
13465 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13466
4efb68b1
AC
134672003-01-18 Andrew Cagney <ac131313@redhat.com>
13468
13469 * ada-valprint.c: Eliminate PTR.
13470 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13471 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13472 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13473 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13474 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13475 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13476 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13477
a84d24ee
AC
134782003-01-17 Andrew Cagney <ac131313@redhat.com>
13479
762f08a3
AC
13480 * main.c (captured_main): Don't use PTR.
13481 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13482 * gdbtypes.c (lookup_primitive_typename): Ditto.
13483 (lookup_struct_elt_type): Ditto.
13484 * f-valprint.c (info_common_command): Ditto.
13485 (list_all_visible_commons): Ditto.
13486 * jv-typeprint.c (java_type_print_base): Ditto.
13487
a84d24ee
AC
13488 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13489 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13490 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13491 i386-interix-nat.c and i386-interix-tdep.c. Rename
13492 m68klinux-nat.c and m68klinux-tdep.c. Rename
13493 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13494 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13495 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13496 * main.c (captured_main): Use xfree, not free.
13497
c170fb60
AC
134982003-01-16 Andrew Cagney <ac131313@redhat.com>
13499
13500 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13501 ID back using a parameter.
13502 * frame.c (frame_id_unwind): Update call.
13503 (frame_saved_regs_id_unwind): Update.
13504 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13505 * dummy-frame.h (struct frame_id): Add opaque declaration.
13506 (dummy_frame_id_unwind): Update declaration.
13507
867f3898
AC
135082003-01-15 Andrew Cagney <ac131313@redhat.com>
13509
13510 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13511
40622be8 135122003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13513
40622be8 13514 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13515
ae66c1fc
EZ
135162003-01-14 Elena Zannoni <ezannoni@redhat.com>
13517
997b089a 13518 Fix PR gdb/898
ae66c1fc
EZ
13519 * breakpoint.c (until_break_command): Add new argument. Use it to
13520 decide whether to stop only at the current frame or not.
13521 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13522 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13523 call.
13524 (advance_command): New function.
13525 (_initialize_infcmd): Update help string for 'until' command.
13526 Add new 'advance' command.
13527
a04257e6
DC
135282003-01-14 David Carlton <carlton@math.stanford.edu>
13529
13530 * linespec.c (decode_line_1): Normalize comments.
13531 (set_flags): Ditto.
13532 (locate_first_half): Ditto.
13533 (decode_compound): Ditto.
13534 (symtab_from_filename): Ditto.
13535 (decode_all_digits): Ditto.
13536 (decode_dollar): Ditto.
13537 (find_methods): Ditto.
13538 (find_toplevel_char): Ditto.
13539
1bac305b
AC
135402003-01-13 Andrew Cagney <ac131313@redhat.com>
13541
13542 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13543 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13544 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13545 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13546 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13547 * language.c, language.h, m32r-tdep.c: Update copyright.
13548 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13549 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13550 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13551 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13552 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13553 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13554
25caa7a8
EZ
135552003-01-13 Elena Zannoni <ezannoni@redhat.com>
13556
13557 * stabsread.h (process_later, resolve_cfront_continuation):
13558 Obsolete.
13559 Update copyright years.
13560 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13561 Update copyright year.
13562 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13563 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13564 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13565 Update copyright year.
13566 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13567 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13568 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13569 (parse_partial_symbols): Obsolete cfront support.
13570 * stabsread.c
13571 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13572 macros.
13573 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13574 read_cfront_baseclasses, read_cfront_member_functions,
13575 resolve_cfront_continuation,read_cfront_static_fields,
13576 copy_cfront_struct_fields): Obsolete functions.
13577 (define_symbol, read_one_struct_field): Obsolete cfront support.
13578 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13579 Update Copyright year.
13580
7789c6f5
EZ
135812003-01-13 Elena Zannoni <ezannoni@redhat.com>
13582
13583 * stack.c (print_frame_info, print_stack_frame_base_stub,
13584 print_stack_frame_base, show_and_print_stack_frame_stub,
13585 show_and_print_stack_frame, print_only_stack_frame_stub,
13586 print_only_stack_frame): Delete functions.
13587 (print_stack_frame_stub): Call print_frame_info instead of
13588 print_frame_info_base.
13589 (print_frame_info_base): Rename to print_frame_info.
13590 (backtrace_command_1): Call print_frame_info, instead of
13591 print_frame_info_base.
13592 (current_frame_command): Call print_stack_frame, instead of
13593 print_only_stack_frame.
13594 (frame_command): Call print_stack_frame, instead of
13595 show_and_print_stack_frame.
13596 (up_command): Ditto.
13597 (down_command): Ditto.
13598 * frame.h (print_only_stack_frame): Delete prototype.
13599 * infrun.c (normal_stop): Call print_stack_frame, instead of
13600 show_and_print_stack_frame.
13601 * thread.c (info_threads_command): Call print_stack_frame, instead
13602 of print_only_stack_frame.
13603
3f5a3016
AC
136042003-01-13 Andrew Cagney <ac131313@redhat.com>
13605
d99ba314
AC
13606 * README (Graphical interface to GDB): Update URL. Point at
13607 gdb/links/.
13608
3f5a3016
AC
13609 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13610 version match.
13611
083ae935
DJ
136122003-01-13 Daniel Jacobowitz <drow@mvista.com>
13613
13614 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13615 lines.
13616
5365276c
DJ
136172003-01-13 Daniel Jacobowitz <drow@mvista.com>
13618
13619 * thread-db.c (attach_thread): Prototype.
13620 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13621 thread information (ti), and valid flags (th_valid, ti_valid).
13622 (attach_thread): Move target_pid_to_str call to after the thread
13623 is added to GDB's list. Initialize the cache.
13624 (thread_get_info_callback, thread_db_map_id2thr)
13625 (thread_db_get_info): New functions.
13626 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13627 (thread_db_store_registers, thread_db_thread_alive)
13628 (thread_db_get_thread_local_address): Use them.
13629 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13630 of calling error() for threads in unknown state.
13631
13632 (clear_lwpid_callback): New function.
13633 (thread_db_resume): Use it to clear the cache.
13634
9fc30b6b
DJ
136352003-01-13 Daniel Jacobowitz <drow@mvista.com>
13636
13637 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13638 (resume_callback): Remove dead code.
13639
8f871025
AC
136402003-01-13 Andrew Cagney <ac131313@redhat.com>
13641
13642 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13643 predicate.
13644 * gdbarch.h, gdbarch.c: Regenerate.
13645 * stack.c (frame_info): Only initialize the saved registers when
13646 FRAME_INIT_SAVED_REGS_P.
13647 * frame.c (frame_saved_regs_register_unwind): Assert
13648 FRAME_INIT_SAVED_REGS_P.
13649 (deprecated_generic_get_saved_register): Ditto.
13650
3f565f1e
DJ
136512003-01-13 Daniel Jacobowitz <drow@mvista.com>
13652
13653 * source.c (openp): Squelch warning about "filename".
13654
072b1022
DJ
136552003-01-13 Daniel Jacobowitz <drow@mvista.com>
13656
13657 * source.c (openp): If the file does not exist don't necessarily
13658 search the path.
13659
973ccf8b
DJ
136602003-01-13 Daniel Jacobowitz <drow@mvista.com>
13661
13662 Fix PR gdb/872.
13663 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13664 (integer_types_same_name_p): New function.
13665 (rank_one_type): Use it.
13666 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13667
030292b7
DJ
136682003-01-13 Daniel Jacobowitz <drow@mvista.com>
13669
13670 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13671 variables.
13672 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13673 * configure.in: Add --with-sysroot.
13674 * configure: Regenerated.
13675 * main.c (gdb_sysroot): New variable.
13676 (captured_main): Initialize gdb_sysroot.
13677 * defs.h (gdb_sysroot): New extern declaration.
13678 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13679
afb5d334
MC
136802003-01-12 Michael Chastain <mec@shout.net>
13681
13682 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13683
751ceeb4
MC
136842003-01-12 Michael Chastain <mec@shout.net>
13685
13686 * top.c (print_gdb_version): Bump copyright year to 2003.
13687
94cd26f8
DC
136882003-01-12 David Carlton <carlton@bactrian.org>
13689
13690 * linespec.c (symtab_from_filename): Rename variable 's' to
13691 'file_symtab'.
13692
1ce79225
AC
136932003-01-12 Andrew Cagney <ac131313@redhat.com>
13694
13695 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13696 dummy frame.
13697 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13698
fa1fd571
AC
136992003-01-12 Andrew Cagney <ac131313@redhat.com>
13700
13701 * d10v-tdep.c: Include "gdb_assert.h".
13702 (d10v_store_return_value): Rewrite to match current interface.
13703 (d10v_extract_struct_value_address): Ditto.
13704 (d10v_extract_return_value): Ditto.
13705 (d10v_gdbarch_init): Set store_restore_value,
13706 extract_struct_value_address and extract_return_value.
13707
68b8d23e
JB
137082003-01-12 J. Brobecker <brobecker@gnat.com>
13709
13710 * hpread.c (set_namestring): New procedure replacing the
13711 SET_NAMESTRING macro.
13712 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13713 by calls to set_namestring.
13714
137152003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13716
13717 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13718 a compilation warning.
13719 (hpread_process_one_debug_symbol): Likewise.
13720
88d262ca
DC
137212003-01-10 David Carlton <carlton@math.stanford.edu>
13722
13723 * linespec.c (decode_line_1): Rename variable 's' to
13724 'file_symtab'.
13725 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13726 (decode_dollar): Ditto.
13727 (decode_variable): Ditto.
13728 (symbol_found): Ditto.
13729
86669319
MC
137302003-01-09 Michael Chastain <mec@shout.net>
13731
13732 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13733
616a9dc4
CV
137342003-01-07 Corinna Vinschen <vinschen@redhat.com>
13735
13736 * win32-nat.c (set_process_privilege): New function.
13737 (child_attach): Call set_process_privilege() to enable the
13738 SE_DEBUG_NAME user privilege if available in process token.
13739
3269bcfa
JB
137402003-01-10 J. Brobecker <brobecker@gnat.com>
13741
13742 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13743 compilation error in the previous revision.
13744
2b0ee454
DC
137452003-01-09 David Carlton <carlton@math.stanford.edu>
13746
13747 * linespec.c: Update copyright.
13748
b3ba1b44
DJ
137492003-01-09 Daniel Jacobowitz <drow@mvista.com>
13750
13751 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13752 than inferior_ptid.
13753 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13754
4ef3f3be
AC
137552003-01-09 Andrew Cagney <ac131313@redhat.com>
13756
479ab5a0
AC
13757 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13758 Update comments.
13759 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13760 (frame_saved_regs_zalloc): Update.
13761 (frame_saved_regs_register_unwind): Update.
13762 (create_new_frame): Update.
13763 (get_prev_frame): Update.
13764 (frame_extra_info_zalloc): Update.
13765 (deprecated_get_frame_saved_regs): Update.
13766 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13767 * cris-tdep.c: Update comment.
13768
bde58177
AC
13769 * somsolib.h: Fix function indentation.
13770 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13771 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13772 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13773 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13774 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13775
4ef3f3be
AC
13776 * infrun.c (follow_fork): Use ISO C definition.
13777 * expprint.c (print_subexp): Use xfree instead of free.
13778 * charset.c: Include "gdb_string.h" instead of <string.h>.
13779 (register_iconv_charsets): Use ISO C definition.
13780 (host_charset, target_charset): Ditto.
13781 * Makefile.in (charset.o): Update dependencies.
13782 (mi-cmd-env.o): Update dependencies.
13783
1c615f7a
AC
137842003-01-08 Andrew Cagney <cagney@redhat.com>
13785
13786 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13787 get_frame_base.
13788
c9a1dc08
AC
137892003-01-08 Andrew Cagney <ac131313@redhat.com>
13790
13791 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13792 build directories. Save edited gdb output in Mbuild.log. If a
13793 build fails, remove any final GDB executable.
13794
dbad9d94
AC
137952003-01-08 Andrew Cagney <ac131313@redhat.com>
13796
13797 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13798 replacing hex constants with function names and stripping leading
13799 file name directory prefixes.
13800
8d357cca
AC
138012003-01-08 Andrew Cagney <cagney@redhat.com>
13802
13803 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13804 get_frame_base.
13805
bca02a8a
DC
138062003-01-08 David Carlton <carlton@math.stanford.edu>
13807
13808 * linespec.c (decode_line_1): Move code into decode_variable.
13809 (decode_variable): New function.
13810
7f8ab3a0
AC
138112003-01-08 Andrew Cagney <ac131313@redhat.com>
13812
13813 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13814
7b5849cc
AC
138152003-01-08 Andrew Cagney <cagney@redhat.com>
13816
13817 * cris-tdep.c (cris_frame_init_saved_regs): Use
13818 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13819 saved_regs buffer.
13820 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13821 (sh64_nofp_frame_init_saved_regs): Ditto.
13822 (sh_fp_frame_init_saved_regs): Ditto.
13823 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13824 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13825 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13826 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13827
72a5efb3
DJ
138282003-01-08 Daniel Jacobowitz <drow@mvista.com>
13829
13830 * minsyms.c (lookup_minimal_symbol): Update comment.
13831 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13832 (lookup_minimal_symbol_solib_trampoline): Likewise.
13833
11c02a10
AC
138342003-01-08 Andrew Cagney <cagney@redhat.com>
13835
aab3ea25
AC
13836 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13837 frame_relative_level.
13838
da50a4b7
AC
13839 * alpha-tdep.c: Use get_frame_extra_info.
13840 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13841 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13842 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13843 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13844
11c02a10
AC
13845 * alpha-tdep.c: Use get_next_frame.
13846 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13847 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13848 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13849 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13850 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13851 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13852 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13853
1e2330ba
AC
138542003-01-07 Andrew Cagney <cagney@redhat.com>
13855
13856 * alpha-tdep.c: Use get_frame_base.
13857 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13858 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13859 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13860 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13861 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13862 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13863 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13864 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13865
2d75187b
AC
138662003-01-07 Andrew Cagney <cagney@redhat.com>
13867
13868 * frame.c (deprecated_get_frame_context): New function.
13869 (deprecated_set_frame_context): New function.
13870 * frame.h (deprecated_get_frame_context): Declare.
13871 (deprecated_set_frame_context): Declare.
13872 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13873 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13874
483d36b2
AC
138752003-01-07 Andrew Cagney <cagney@redhat.com>
13876
13877 * frame.c (deprecated_set_frame_next_hack): New function.
13878 (deprecated_set_frame_prev_hack): New function.
13879 * frame.h (deprecated_set_frame_next_hack): Declare.
13880 (deprecated_set_frame_prev_hack): Declare.
13881 * mcore-tdep.c (analyze_dummy_frame): Use
13882 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13883 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13884
14e91ac5
DC
138852003-01-07 David Carlton <carlton@math.stanford.edu>
13886
13887 * linespec.c (decode_line_1): Move code into decode_dollar.
13888 (decode_dollar): New function.
13889
b0c6b05c
AC
138902003-01-07 Andrew Cagney <cagney@redhat.com>
13891
13892 * arm-tdep.c (arm_init_extra_frame_info): Use
13893 deprecated_update_frame_base_hack.
13894 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13895 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13896 (fix_frame_pointer): Ditto.
13897 (mn10300_analyze_prologue): Ditto.
13898
a00a19e9
AC
138992003-01-07 Andrew Cagney <cagney@redhat.com>
13900
13901 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13902 extra_info using frame_extra_info_zalloc.
13903 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13904 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13905 (sh64_init_extra_frame_info): Ditto.
13906 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13907 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13908 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13909 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13910 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13911 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13912 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13913 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13914 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13915 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13916 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13917 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13918
13919 * mn10300-tdep.c (analyze_dummy_frame): Use
13920 deprecated_set_frame_extra_info_hack.
13921 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13922
1fb4c65b
JB
139232003-01-07 J. Brobecker <brobecker@gnat.com>
13924
13925 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13926 class is not scText. These do not define "real" procedures.
13927 (parse_partial_symbols): Likewise.
13928
9fe7d6bf
MS
139292003-01-06 Michael Snyder <msnyder@redhat.com>
13930
13931 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13932
f6c609c4
AC
139332003-01-06 Andrew Cagney <ac131313@redhat.com>
13934
13935 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13936 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13937 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13938 deprecated_frame_xmalloc_with_cleanup.
13939 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13940 deprecated_frame_xmalloc.
13941 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13942 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13943
d995ff4b
AC
139442003-01-06 Andrew Cagney <cagney@redhat.com>
13945
84dc46cb
AC
13946 * x86-64-linux-tdep.c: Include "osabi.h".
13947 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13948
d995ff4b
AC
13949 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13950
66140c26
AC
139512003-01-06 Andrew Cagney <cagney@redhat.com>
13952
13953 * MAINTAINERS (Target Instruction Set Architectures): Update
13954 arm-elf. Can be built with -Werror, has been multiarched.
13955
13956 * value.h (unpack_long): Make buffer parameter constant.
13957 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13958 * scm-lang.h (scm_parse): Ditto.
13959 * defs.h (extract_typed_address, extract_address): Ditto.
13960 (extract_long_unsigned_integer): Ditto.
13961 * inferior.h (unsigned_pointer_to_address): Ditto.
13962 (signed_pointer_to_address): Ditto.
13963 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13964 * gdbarch.h, gdbarch.c: Regenerate.
13965 * findvar.c (extract_long_unsigned_integer): Update.
13966 (extract_address): Update.
13967 (extract_typed_address): Update.
13968 (unsigned_pointer_to_address): Update.
13969 * values.c (unpack_long): Update.
13970 (unpack_double): Update.
13971 (unpack_pointer): Update.
13972 (unpack_field_as_long): Update.
13973 * d10v-tdep.c (d10v_pointer_to_address): Update.
13974 * avr-tdep.c (avr_pointer_to_address): Update.
13975 * scm-lang.c (scm_unpack): Update.
13976 * findvar.c (signed_pointer_to_address): Update.
13977
b089b3da
ML
139782003-01-06 Michal Ludvig <mludvig@suse.cz>
13979
8ffd9b1b 13980 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13981 since it is in i386-tdep.c.
13982
aff87235
JB
139832003-01-06 J. Brobecker <brobecker@gnat.com>
13984
13985 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13986 failure introduced in the previous change.
13987
34f5e845
MC
139882003-01-05 Michael Chastain <mec@shout.net>
13989
13990 * README: Remove references to deleted remote-*.c files:
13991 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13992 remote-nrom.c, remote-os9k.c, remote-udi.c.
13993
28bcfd30
MK
139942003-01-05 Mark Kettenis <kettenis@gnu.org>
13995
13996 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13997 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13998 i386_get_longjmp_target.
13999
15a5b3ee
AC
140002003-01-05 Andrew Cagney <ac131313@redhat.com>
14001
14002 * arm-tdep.c (prologue_cache): Change to a pointer.
14003 (_initialize_arm_tdep): Allocate prologue_cache.
14004 (check_prologue_cache): Update.
14005 (save_prologue_cache): Update.
14006 (arm_gdbarch_init): Update.
14007
c263362b
DJ
140082003-01-04 Daniel Jacobowitz <drow@mvista.com>
14009
14010 * stabsread.c (update_method_name_from_physname): Call complaint()
14011 instead of error.
14012
51603483
DJ
140132003-01-04 Daniel Jacobowitz <drow@mvista.com>
14014
14015 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14016 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14017 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14018
14019 * blockframe.c: Include "gdbcmd.h" and "command.h".
14020 (backtrace_below_main): New variable.
14021 (file_frame_chain_valid, func_frame_chain_valid)
14022 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14023 (generic_func_frame_chain_valid): Remove functions.
14024 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14025 (_initialize_blockframe): New function.
14026 * Makefile.in (blockframe.o): Update dependencies.
14027 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14028 comment. Call frame_chain_valid ().
14029 * frame.h: Remove old prototypes. Add prototype for
14030 frame_chain_valid and update comments to match.
14031 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14032 Remove old comment.
14033 * gdbarch.h: Regenerated.
14034 * gdbarch.c: Regenerated.
14035
14036 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14037 set_gdbarch_frame_chain_valid.
14038 * avr-tdep.c (avr_gdbarch_init): Likewise.
14039 * cris-tdep.c (cris_gdbarch_init): Likewise.
14040 * frv-tdep.c (frv_gdbarch_init): Likewise.
14041 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14042 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14043 (i386_nw_init_abi): Likewise.
14044 (i386_gdbarch_init): Likewise.
14045 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14046 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14047 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14048 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14049 * mips-tdep.c (mips_gdbarch_init): Likewise.
14050 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14051 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14052 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14053 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14054 * s390-tdep.c (s390_gdbarch_init): Likewise.
14055 * sh-tdep.c (sh_gdbarch_init): Likewise.
14056 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14057 * v850-tdep.c (v850_gdbarch_init): Likewise.
14058 * vax-tdep.c (vax_gdbarch_init): Likewise.
14059 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14060
14061 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14062 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14063 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14064 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14065 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14066 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14067 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14068 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14069
b00a8037
DJ
140702002-01-04 Daniel Jacobowitz <drow@mvista.com>
14071
14072 * Makefile.in (acconfig_h): Remove incorrect macro.
14073 (config_h): Define.
14074 (osabi.o): Update dependencies.
14075 * configure.tgt: Set gdb_osabi based on target triplet.
14076 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14077 * configure: Regenerated.
14078 * config.in: Regenerated.
14079 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14080 (GDB_OSABI_DEFAULT): Define if not already defined.
14081 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14082 (set_osabi_string): New variables.
14083 (gdbarch_register_osabi): Add new OS ABI to
14084 gdb_osabi_available_names.
14085 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14086 (set_osabi, show_osabi): New functions.
14087 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14088
4be87837
DJ
140892003-01-04 Daniel Jacobowitz <drow@mvista.com>
14090
14091 * arch-utils.c (gdbarch_info_init): Set osabi to
14092 GDB_OSABI_UNINITIALIZED.
14093 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14094 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14095 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14096 * gdbarch.c: Regenerated.
14097 * gdbarch.h: Regenerated.
14098 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14099 there's no BFD.
14100 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14101 * osabi.h (enum gdb_osabi): Move to defs.h.
14102 (gdbarch_init_osabi): Update prototype.
14103 * defs.h (enum gdb_osabi): Moved here.
14104 * Makefile.in: Update dependencies.
14105
14106 * alpha-tdep.h: Don't include "osabi.h".
14107 (struct gdbarch_tdep): Remove osabi member.
14108 * alpha-tdep.c: Include "osabi.h".
14109 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14110 iterate over arches. Update call to gdbarch_init_osabi.
14111 (alpha_dump_tdep): Don't dump osabi.
14112 * alpha-linux-tdep.c: Include "osabi.h".
14113 * alpha-osf1-tdep.c: Include "osabi.h".
14114 * alphafbsd-tdep.c: Include "osabi.h".
14115 * alphanbsd-tdep.c: Include "osabi.h".
14116
14117 * arm-tdep.h: Don't include "osabi.h".
14118 (struct gdbarch_tdep): Remove osabi member.
14119 * arm-tdep.c: Include "osabi.h".
14120 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14121 iterate over arches. Update call to gdbarch_init_osabi.
14122 (arm_dump_tdep): Don't dump osabi.
14123 * arm-linux-tdep.c: Include "osabi.h".
14124 * armnbsd-tdep.c: Include "osabi.h".
14125
14126 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14127 Update call to gdbarch_init_osabi.
14128
14129 * i386-tdep.h: Don't include "osabi.h".
14130 (struct gdbarch_tdep): Remove osabi member.
14131 * i386-tdep.c: Include "osabi.h".
14132 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14133 iterate over arches. Update call to gdbarch_init_osabi.
14134 (i386_dump_tdep): Don't dump osabi.
14135 * i386-linux-tdep.c: Include "osabi.h".
14136 * i386-sol2-tdep.c: Include "osabi.h".
14137 * i386bsd-tdep.c: Include "osabi.h".
14138 * i386gnu-tdep.c: Include "osabi.h".
14139 * i386ly-tdep.c: Include "osabi.h".
14140 * i386nbsd-tdep.c: Include "osabi.h".
14141 * i386obsd-tdep.c: Include "osabi.h".
14142
14143 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14144 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14145 check osabi when iterating over arches. Update call to
14146 gdbarch_init_osabi.
14147 (mips_dump_tdep): Don't dump osabi.
14148
14149 * ns32k-tdep.h: Don't include "osabi.h".
14150 (struct gdbarch_tdep): Remove.
14151 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14152 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14153 allocate tdep. Update call to gdbarch_init_osabi.
14154 (ns32k_dump_tdep): Remove.
14155 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14156 * ns32knbsd-tdep.c: Include "osabi.h".
14157
14158 * ppc-tdep.h: Don't include "osabi.h".
14159 (struct gdbarch_tdep): Remove osabi member.
14160 * rs6000-tdep.c: Include "osabi.h".
14161 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14162 osabi when iterating over arches. Update call to
14163 gdbarch_init_osabi.
14164 (rs6000_dump_tdep): Don't dump osabi.
14165 * ppc-linux-tdep.c: Include "osabi.h".
14166 * ppcnbsd-tdep.c: Include "osabi.h".
14167
14168 * sh-tdep.h: Don't include "osabi.h".
14169 (struct gdbarch_tdep): Remove osabi member.
14170 * sh-tdep.c: Include "osabi.h".
14171 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14172 iterate over arches. Update call to gdbarch_init_osabi.
14173 (sh_dump_tdep): Don't dump osabi.
14174 * shnbsd-tdep.c: Include "osabi.h".
14175
14176 * sparc-tdep.c: Include "osabi.h".
14177 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14178 iterate over arches. Update call to gdbarch_init_osabi.
14179 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14180 tdep structure.
14181
14182 * vax-tdep.h: Don't include "osabi.h".
14183 (struct gdbarch_tdep): Remove.
14184 * vax-tdep.c: Include "osabi.h".
14185 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14186 iterate over arches. Don't allocate tdep. Update call
14187 to gdbarch_init_osabi.
14188 (vax_dump_tdep): Remove.
14189 (_initialize_vax_tdep): Update call to gdbarch_register.
14190
a881cf8e
DJ
141912003-01-04 Daniel Jacobowitz <drow@mvista.com>
14192
14193 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14194 entirely.
14195 (breakpoint_re_set_one): Don't fetch the value for a disabled
14196 watchpoint.
14197
1e698235
DJ
141982003-01-04 Daniel Jacobowitz <drow@mvista.com>
14199
14200 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14201 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14202 (COERCE_FLOAT_TO_DOUBLE): Remove.
14203 * gdbarch.c: Regenerate.
14204 * gdbarch.h: Regenerate.
14205 * Makefile.in: Remove value_h from gdbarch_h.
14206 * valops.c (coerce_float_to_double): New variable.
14207 (default_coerce_float_to_double): Remove.
14208 (standard_coerce_float_to_double): Remove.
14209 (value_arg_coerce): Use coerce_float_to_double.
14210 (_initialize_valops): Add "set coerce-float-to-double".
14211 * value.h (default_coerce_float_to_double): Remove prototype.
14212 (standard_coerce_float_to_double): Remove prototype.
14213
14214 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14215 prototyped.
14216 * mdebugread.c (parse_symbol): Likewise.
14217 * stabsread.c (define_symbol): Mark all functions as prototyped.
14218
14219 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14220 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14221 set_gdbarch_coerce_float_to_double.
14222 * arm-tdep.c (arm_gdbarch_init): Likewise.
14223 * frv-tdep.c (frv_gdbarch_init): Likewise.
14224 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14225 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14226 * mips-tdep.c (mips_gdbarch_init): Likewise.
14227 (mips_coerce_float_to_double): Remove.
14228 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14229 (rs6000_coerce_float_to_double): Remove.
14230 * s390-tdep.c (s390_gdbarch_init): Likewise.
14231 * sh-tdep.c (sh_gdbarch_init): Likewise.
14232 (sh_coerce_float_to_double): Remove.
14233 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14234 (sparc_coerce_float_to_double): Remove.
14235 * v850-tdep.c (v850_gdbarch_init): Likewise.
14236 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14237 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14238 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14239 (hppa_coerce_float_to_double): Remove prototype.
14240 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14241
f436a26a
DJ
142422003-01-04 Daniel Jacobowitz <drow@mvista.com>
14243
14244 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14245
248f8055
DJ
142462003-01-04 Daniel Jacobowitz <drow@mvista.com>
14247
14248 Suggested by Stewart Brown <sb24@avaya.com>:
14249 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14250 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14251 (c_type_print_varspec_suffix): Likewise.
14252
72cfdc76
MK
142532003-01-04 Mark Kettenis <kettenis@gnu.org>
14254
bfd260bb
MK
14255 * configure.in: Don't set and AC_SUBST SUBDIRS.
14256 * configure: Regenerated.
14257
72cfdc76
MK
14258 * configure.in: Remove code dealing with shared libraries.
14259 * Makefile.in: Remove HLDFLAGS and HLDENV.
14260 * configure: Regenerated.
14261
c8b8a898
AC
142622003-01-04 Andrew Cagney <ac131313@redhat.com>
14263
14264 * frame.c (deprecated_frame_xmalloc): New function.
14265 (deprecated_set_frame_saved_regs_hack): New function.
14266 (deprecated_set_frame_extra_info_hack): New function.
14267 * frame.h (deprecated_frame_xmalloc): Declare.
14268 (deprecated_set_frame_saved_regs_hack): Declare.
14269 (deprecated_set_frame_extra_info_hack): Declare.
14270
14abd0fb
MK
142712003-01-04 Mark Kettenis <kettenis@gnu.org>
14272
8ee53726
MK
14273 * configure.in: Move code that provides the --enable-gdbtk option
14274 right after the code that handles the --enable-tui option, and
14275 polish it somewhat.
14276 * configure: Regenerated.
14277
14abd0fb
MK
14278 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14279 AC_CHECK_FUNCS and remove the old check for pread64.
14280 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14281 * acconfig.h (_GNU_SOURCE): Add.
14282 (HAVE_PREAD64): Remove.
14283 * configure, aclocal.m4, config.in: Regenerated.
14284
b2fb4676
AC
142852003-01-03 Andrew Cagney <ac131313@redhat.com>
14286
14287 * alpha-tdep.c: Use get_frame_saved_regs.
14288 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14289 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14290 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14291 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14292 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14293
8dcde887
MK
142942003-01-03 Mark Kettenis <kettenis@gnu.org>
14295
14296 * configure.in: Remove all use of the SUBDIRS variable; add
14297 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14298 code providing the --enable-multi-ice option, and move it right in
14299 front of the code that checks whether gdbserver is supported.
14300 Polish that too.
14301 * configure: Regenerated.
14302 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14303 @SUBDIRS@.
14304
8ccd593b
AC
143052003-01-03 Andrew Cagney <cagney@redhat.com>
14306
14307 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14308 * avr-tdep.c, cris-tdep.c: Ditto.
14309 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14310 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 14311
91151a06
MK
143122003-01-03 Mark Kettenis <kettenis@gnu.org>
14313
14314 * configure.in: Remove --enable-netrom option.
14315 * configure: Regenerated.
14316
8fe84d01
MK
143172003-01-03 Mark Kettenis <kettenis@gnu.org>
14318
14319 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14320 declaration for `struct re_pattern_buffer' instead.
14321 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14322
f0394be6
JB
143232003-01-03 J. Brobecker <brobecker@gnat.com>
14324
14325 * mdebugread.c (parse_symbol): Count until the stEnd matching
14326 the structure name.
14327
27e9bf90
MK
143282003-01-02 Mark Kettenis <kettenis@gnu.org>
14329
93d331ba
MK
14330 * configure.in: Remove --with-cpu option.
14331 subscripts. Remove evil changequotes here.
14332 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14333 * config.in, configure: Regenerated.
8ffd9b1b 14334
27e9bf90
MK
14335 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14336 * configure.in: Cleanup section that sources GDB and BFD configure
14337 subscripts. Remove evil changequotes here.
14338 * config.in, configure: Regenerated.
14339
50abf9e5
AC
143402003-01-02 Andrew Cagney <ac131313@redhat.com>
14341
14342 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14343 frame accessor methods.
14344 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14345 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14346 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14347 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14348 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14349 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14350 * z8k-tdep.c: Ditto.
8ffd9b1b 14351
287c1a40
MK
143522003-01-02 Mark Kettenis <kettenis@gnu.org>
14353
f5dbc56d
MK
14354 * configure.in: Remove UI_OUT configuration code.
14355 * ada-lang.c: Update assuming UI_OUT is always true.
14356 * Makefile.in (UIOUT_CFLAGS): Remove.
14357 * configure: Regenerated.
14358 * TODO: Remove blurb about elimination of -DUI_OUT.
14359
627af7ea
MK
14360 * configure.in: Move code that provides the --enable-gdbcli,
14361 --enable-gdbmi options right before the code that handles the
14362 --enable-tui option. Polish a bit.
14363 * configure: Regenerated.
14364
06825bd1
MK
14365 * configure.in: Rewrite check for GNU regex and the
14366 --without-included regex option, and move it into the "Checks for
14367 library functions" section. This makes us use the system regex
14368 again by default on systems with version 2 of the GNU C library.
14369 This was apparently broken.
14370 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14371 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14372 * config.in, configure: Regenerated.
14373
287c1a40
MK
14374 * configure.in: Move code that provides the --enable-tui option
14375 before the "Checks for libraries" section. Polish the code
14376 somewhat and set need_curses to yes if we build the TUI. Rewrite
14377 code that looks for a library providing termcap functionality to
14378 match more closely what's done in the Readline library, and move
14379 it into to the "Checks for libraries" section.
14380 * configure: Regenerated.
14381 * Makefile.in (TERMCAP): Remove variable.
14382 * config/i386/go32.mh (TERMCAP): Remove variable.
14383
684e56bf
AC
143842003-01-02 Andrew Cagney <ac131313@redhat.com>
14385
14386 * MAINTAINERS: Mention gdb_mbuild.sh.
14387 * gdb_mbuild.sh: Rewrite.
14388
e1ea1d75
MK
143892003-01-02 Mark Kettenis <kettenis@gnu.org>
14390
14391 * configure.in: Fix typo in last change.
14392 * config.in, configure: Regenerated.
14393
1b831c93
AC
143942003-01-02 Andrew Cagney <ac131313@redhat.com>
14395
14396 * valarith.c (value_binop): Delete obsolete code and comments.
14397 * configure.host: Ditto.
14398 * buildsym.h (make_blockvector): Ditto.
14399 * buildsym.c (make_blockvector): Ditto.
14400 * defs.h (enum language): Ditto.
14401 (chill_demangle): Ditto.
14402 * elfread.c (elf_symtab_read): Ditto.
14403 * dwarfread.c (CHILL_PRODUCER): Ditto.
14404 (set_cu_language): Ditto.
14405 (handle_producer): Ditto.
14406 * expprint.c (print_subexp): Ditto.
14407 * gdbtypes.c (chill_varying_type): Ditto.
14408 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14409 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14410 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14411 (chill_varying_type): Ditto.
14412 * language.h (_LANG_chill): Ditto.
14413 * language.c (binop_result_type, integral_type): Ditto.
14414 (character_type, string_type, structured_type): Ditto.
14415 (lang_bool_type, binop_type_check): Ditto.
14416 * stabsread.h (os9k_stabs): Ditto.
14417 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14418 (define_symbol, read_type, read_struct_fields): Ditto.
14419 (read_array_type, read_enum_type, read_huge_number): Ditto.
14420 (read_range_type, start_stabs): Ditto.
14421 * symfile.c (init_filename_language_table): Ditto.
14422 (add_psymbol_with_dem_name_to_list): Ditto.
14423 * symtab.c (symbol_init_language_specific): Ditto.
14424 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14425 * symtab.h (struct general_symbol_info): Ditto.
14426 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14427 * typeprint.c (typedef_print): Ditto.
14428 * utils.c (fprintf_symbol_filtered): Ditto.
14429 * valops.c (value_cast, search_struct_field, value_slice): Delete
14430 obsolete code.
14431 (varying_to_slice): Delete function.
14432 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14433 (varying_to_slice): Delete declaration.
14434 * MAINTAINERS: Update.
14435
8bb2c122
MK
144362003-01-02 Mark Kettenis <kettenis@gnu.org>
14437
97bf5e38
MK
14438 * configure.in: Reorganize "Checks for library functions section"
14439 a bit. Remove check for `btowc' and `isascii' functions.
14440 * configure: Regenerated.
14441
5ee754fc
MK
14442 * acconfig.h (_MSE_INT_H): Remove.
14443 * configure.in: Create "Checks for header files" section, and move
14444 appropriate tests there. Don't check for objlist.h, wchar.h,
14445 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14446 misdetection fix. Also add "Checks for types", "Checks for
14447 compiler characteristics" and "Checks for library functions"
14448 sections.
14449 * config.in, configure: Regenerated.
14450
8bb2c122
MK
14451 * configure.in: Create "Checks for programs" section, and move
14452 appropriate tests there.
14453
9a156167
MK
144542003-01-01 Mark Kettenis <kettenis@gnu.org>
14455
14456 * configure.in: Create "Checks for libraries" section, and move
14457 appropriate tests there. Cleanup check for wctype in libw. Use
14458 AC_SEARCH_LIBS to see whether we need libsocket.
14459 * configure: Regenerated.
14460
a80e2bcb 14461For older changes see ChangeLog-2002
c906108c
SS
14462\f
14463Local Variables:
14464mode: change-log
14465left-margin: 8
14466fill-column: 74
14467version-control: never
14468End:
This page took 1.127403 seconds and 4 git commands to generate.