2003-11-07 Michael Chastain <mec@shout.net>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f594e5e9
MC
12003-11-07 Michael Chastain <mec@shout.net>
2
3 * symtab.h (struct minimal_symbol): Add size.
4 * dbxread.c: Use it.
5 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
6 Rename to record_minimal_symbol.
7 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
8 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
9 (install_minimal_symbols): Ditto.
10 * objfiles.c (terminate_minimal_symbol_table): Ditto.
11 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
12 * m68hc11-tdep.c: Ditto.
13 * mips-tdep.c: Ditto.
14 * sh64-tdep.c: Ditto.
15
68e39e73
MC
162003-11-10 Michael Chastain <mec.gnu@mindspring.com>
17
18 * MAINTAINERS: Change my e-mail address.
19
b60eb90d
AC
202003-11-10 Andrew Cagney <cagney@redhat.com>
21
963e2bb7
AC
22 * gdbarch.sh (return_value): Replace "inval" and "outval" with
23 "readbuf" and "writebuf".
24 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
25 * d10v-tdep.c (d10v_return_value): Ditto.
26 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
27 (ppc_sysv_abi_broken_return_value): Ditto.
28 (ppc64_sysv_abi_return_value): Ditto.
29 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
30 (ppc_sysv_abi_return_value): Ditto.
31 (ppc_sysv_abi_broken_return_value): Ditto.
32 (ppc64_sysv_abi_return_value): Ditto.
33 * values.c (register_value_being_returned): Update call.
34 * stack.c (return_command): Update call.
35 * gdbarch.h, gdbarch.c: Re-generate.
36
8aa91c1e
AC
37 * target.h (struct target_ops): Order xfer buffer parameters "read
38 write" not "write read".
39 * bfd-target.c (target_bfd_xfer_partial): Update.
40 * remote.c (remote_xfer_partial): Update.
41 * inftarg.c (child_xfer_partial): Update.
42 * target.c (default_xfer_partial): Update.
43 (target_read_partial, target_write_partial): Update.
44 (debug_to_xfer_partial): Update.
45
100bcc3f
AC
46 * arch-utils.h, arch-utils.c: Fix typo in comment.
47
b60eb90d
AC
48 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
49 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1b3164d8
AC
50 (set_gdbarch_from_file): Call
51 "deprecated_current_gdbarch_select_hack".
b60eb90d 52
bf922ad9
AC
532003-11-09 Andrew Cagney <cagney@redhat.com>
54
ebdba546
AC
55 * arch-utils.c (gdbarch_update_p): New function.
56 * gdbarch.sh (gdbarch_update_p): Delete function.
57 (find_arch_by_info, gdbarch_find_by_info): New functions.
3f030793 58 (deprecated_current_gdbarch_select_hack): New function.
ebdba546
AC
59 * gdbarch.c: Re-generate.
60
7de2341d
AC
61 * gdbarch.sh (clear_gdbarch_swap): Delete function.
62 (swapout_gdbarch_swap): Delete function.
63 (swapin_gdbarch_swap): Delete function.
64 (init_gdbarch_swap): Delete function.
65 (initialize_non_multiarch): Delete function.
66 (current_gdbarch_swap_in_hack): New function.
67 (current_gdbarch_swap_out_hack): New function.
68 (current_gdbarch_swap_init_hack): New function.
69 * gdbarch.c: Re-generate.
70
db446970
AC
71 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
72 parameter to "current_gdbarch". Add comment explaining why.
73 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
74 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
75 * gdbarch.c: Re-generate.
76
341e3d11
AC
77 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
78 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
79 * config/s390/xm-linux.h: Delete file.
80 * config/m88k/xm-delta88v4.h: Delete stray.
81
bf922ad9
AC
82 * Makefile.in (arch-utils.o): Update dependencies.
83 * arch-utils.c: Include "osabi.h".
84 (gdbarch_info_fill): New function.
85 * arch-utils.h (gdbarch_info_fill): Declare.
86 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
87 * gdbarch.c: Re-generate.
88
a3640c75
MK
892003-11-09 Mark Kettenis <kettenis@gnu.org>
90 David S. Miller <davem@redhat.com>
91
92 * glibc-tdep.c, glibc-tdep.h: New files.
93 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
94 * config/i386/linux.mt (TDEPFILES): Likewise.
95 * i386-linux-tdep.c (glibc-tdep.h): Include.
96 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
97 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
98 * arm-linux-tdep.c (glibc-tdep.h): Include.
99 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
100 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
101 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
102 (glibc_tdep_h): Define.
103 (glibc-tdep.o): Add dependencies.
104 (arm-linux-tdep.o): Update dependencies.
105 (i386-linux-tdep.o): Likewise.
106
e60e0ab2
AC
1072003-11-09 Andrew Cagney <cagney@redhat.com>
108
109 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
110 * config/mips/nm-irix6.h: Delete file.
111 * config/mips/nm-linux.h: Update copyright.
112 (MIPS_GNULINUX_TARGET): Delete macro.
113 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
114 * config/mips/xm-irix6.h: Delete file.
115 * config/mips/linux.mh (XM_FILE): Delete definition.
116 * config/mips/xm-linux.h: Delete file.
117
181555e9
AC
1182003-11-09 Andrew Cagney <cagney@redhat.com>
119
120 * d10v-tdep.c (d10v_return_value): New function.
121 (d10v_use_struct_convention): Delete function.
122 (d10v_store_return_value): Delete function.
123 (d10v_extract_struct_value_address): Delete function.
124 (d10v_gdbarch_init): Set "return_value" instead of
125 "extract_return_value", "store_return_value",
126 "extract_struct_value_address", and "use_struct_convention".
127 (RET1_REGNUM): Delete const.
128
dea0c52f
MK
1292003-11-09 Mark Kettenis <kettenis@gnu.org>
130
131 From David S. Miller <davem@redhat.com>:
132 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
133 * gdbarch.c, gdbarch.h: Regenerated.
134 * arch-utils.c (generic_skip_solib_resolver): New function.
135 * arch-utils.h (generic_skip_solib_resolver): New prototype.
136 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
137
6314a349
AC
1382003-11-07 Andrew Cagney <cagney@redhat.com>
139
140 * top.c (print_gdb_version): Replace STREQ with strcmp.
141 * valops.c (value_struct_elt_for_reference): Ditto.
142 (value_struct_elt_for_reference): Ditto.
143 * symtab.c (gdb_mangle_name): Ditto.
144 (find_line_symtab): Ditto.
145 * symmisc.c (maintenance_print_symbols): Ditto.
146 * symfile.c (symbol_file_command): Ditto.
147 * stabsread.c (define_symbol, read_type): Ditto.
148 (cleanup_undefined_types, scan_file_globals): Ditto.
149 * solib.c (solib_map_sections): Ditto.
150 * solib-svr4.c (bfd_lookup_symbol): Ditto.
151 * rs6000-tdep.c (skip_prologue): Ditto.
152 * p-valprint.c (pascal_value_print): Ditto.
153 (pascal_object_is_vtbl_ptr_type): Ditto.
154 * objfiles.c (in_plt_section): Ditto.
155 * minsyms.c (lookup_minimal_symbol): Ditto.
156 (compact_minimal_symbols): Ditto.
157 (find_solib_trampoline_target): Ditto.
158 * mdebugread.c (parse_type): Ditto.
159 * language.c (set_language_command): Ditto.
160 (set_type_command, set_range_command): Ditto.
161 * f-lang.c (add_common_block): Ditto.
162 (add_common_block): Ditto.
163 (find_first_common_named): Ditto.
164 (patch_all_commons_by_name): Ditto.
165 * elfread.c (elf_locate_sections): Ditto.
166 (elf_locate_sections): Ditto.
167 (elfstab_offset_sections): Ditto.
168 * dwarf2read.c (dwarf2_locate_sections): Ditto.
169 * dbxread.c (add_old_header_file): Ditto.
170 (find_corresponding_bincl_psymtab): Ditto.
171 (read_dbx_symtab, process_one_symbol): Ditto.
172 * coffread.c (patch_opaque_types): Ditto.
173 * cli/cli-decode.c (delete_cmd): Ditto.
174 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
175 * c-typeprint.c (c_type_print_base): Ditto.
176 * breakpoint.c (bpstat_stop_status): Ditto.
177 (clear_command, breakpoint_re_set_one): Ditto.
178
49df298f
AC
1792003-11-07 Andrew Cagney <cagney@redhat.com>
180
181 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
182 * bcache.c (struct bstring): Make "length" an unsigned short, add
183 "half_hash".
184 (struct bcache): Add "half_hash_error_count".
185 (bcache): Compute and save the "half_hash". Compare the
186 "half_hash" before comparing the length. Update
187 half_hash_error_count.
188
f168dd80
AC
1892003-11-07 Andrew Cagney <cagney@redhat.com>
190
191 * inftarg.c (child_xfer_partial): New function
192 (init_child_ops): Set "to_xfer_partial".
193
05580c65
AC
1942003-11-07 Andrew Cagney <cagney@redhat.com>
195
196 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
197 set "return_value" instead of "use_struct_convention".
198 (ppc_linux_use_struct_convention): Delete function.
199 (ppc_linux_return_value): New function.
200 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
201 (ppc_sysv_abi_broken_return_value): New function.
202 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
203 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
204 static.
205 (ppc_sysv_abi_extract_return_value): Delete function.
206 (ppc_sysv_abi_broken_extract_return_value): Delete function.
207 (ppc_sysv_abi_store_return_value): Delete function.
208 (ppc_sysv_abi_broken_store_return_value): Delete function.
209 (ppc_sysv_abi_use_struct_convention): Delete function.
210 (ppc64_sysv_abi_use_struct_convention): Delete function.
211 (ppc64_sysv_abi_extract_return_value): Delete function.
212 (ppc64_sysv_abi_store_return_value): Delete function.
213 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
214 (ppcnbsd_init_abi): Set "return_value", instead of
215 "use_struct_convention", "extract_return_value", and
216 "store_return_value".
217 (ppcnbsd_use_struct_convention): Delete function.
218 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
219 (ppc_sysv_abi_return_value): Declare.
220 (ppc_sysv_abi_broken_return_value): Declare.
221 (ppc_sysv_abi_use_struct_convention): Delete.
222 (ppc_sysv_abi_store_return_value): Delete.
223 (ppc_sysv_abi_extract_return_value): Delete.
224 (ppc_sysv_abi_broken_store_return_value): Delete.
225 (ppc_sysv_abi_broken_extract_return_value): Delete.
226 (ppc64_sysv_abi_use_struct_convention): Delete.
227 (ppc64_sysv_abi_extract_return_value): Delete.
228 (ppc64_sysv_abi_store_return_value): Delete.
229 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
230 set "return_value" instead of "extract_return_value",
231 "store_return_value", and "use_struct_convention".
232
1763fba4
MK
2332003-11-07 Mark Kettenis <kettenis@gnu.org>
234
22c7ba1a
MK
235 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
236
1763fba4
MK
237 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
238 fscanf.
239
fc07cc2d
MK
2402003-11-07 Mark Kettenis <kettenis@gnu.org>
241
242 * fbsd-proc.c: Fix formatting.
243
6a748db6
KB
2442003-11-06 Kevin Buettner <kevinb@redhat.com>
245
246 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
247 Define.
248 (new_variant): Set name for iacc0_regnum.
249 (frv_register_name): Accommodate pseudo-registers.
250 (frv_register_type): Add case for iacc0_regnum.
251 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
252 (frv_gdbarch_init): Set number of pseudo registers. Establish
253 pseudo-register read/write methods.
254
bf896cb0
AC
2552003-11-06 Andrew Cagney <cagney@redhat.com>
256
257 * valops.c (destructor_name_p): Replace STREQN with strncmp.
258 * top.c (command_line_input): Ditto.
259 * objc-exp.y (yylex): Ditto.
260 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
261 * jv-exp.y (yylex): Ditto.
262 * f-exp.y (yylex): Ditto.
263 * event-top.c (command_line_handler): Ditto.
264 * environ.c (get_in_environ): Ditto.
265 (set_in_environ): Ditto.
266 * dwarfread.c (handle_producer): Ditto.
267 * dbxread.c (process_one_symbol): Ditto.
268 * c-typeprint.c (c_type_print_base): Ditto.
269 * c-exp.y (yylex): Ditto.
270
0b603eba
AC
2712003-11-06 Andrew Cagney <cagney@redhat.com>
272 Jeff Johnston <jjohnstn@redhat.com>
273
274 * target.c (add_target): Only set "to_xfer_partial" when NULL.
275 (init_dummy_target): Set "to_xfer_partial".
276
9cedbfec
AC
2772003-11-06 Andrew Cagney <cagney@redhat.com>
278
279 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
280 REGISTER_CONVENTION.
281
26bb91f3
DJ
2822003-11-06 Daniel Jacobowitz <drow@mvista.com>
283
284 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
285 static.
286
0bde7532
DJ
2872003-11-06 Daniel Jacobowitz <drow@mvista.com>
288
289 * breakpoint.c (remove_breakpoint): Take an bp_location
290 instead of a breakpoint argument. Check the bp_location's type.
291 Fix a reversed condition for hardware breakpoints.
292
293 (insert_bp_location): Update call to remove_breakpoint.
294 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
295 (remove_hw_watchpoints): Likewise.
296 (reattach_breakpoints): Likewise.
297 (detach_breakpoints): Likewise.
298 (delete_breakpoint): Likewise.
299
075f6582
DJ
3002003-11-06 Daniel Jacobowitz <drow@mvista.com>
301
302 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
303 (beakpoint_init_inferior): Likewise.
304 (breakpoint_here_p): Likewise. Only check addresses for software
305 or hardware breakpoints.
306 (breakpoint_inserted_here_p): Likewise.
307 (breakpoint_thread_match): Likewise. Correct comment.
308 (bpstat_have_active_hw_watchpoints): Likewise.
309 (check_duplicates): Likewise.
310
879bfdc2
DJ
3112003-11-06 Daniel Jacobowitz <drow@mvista.com>
312
313 * breakpoints.c (insert_bp_location): New function, broken out
314 from insert_breakpoints. Work on an bp_location instead of a
315 breakpoint.
316 (insert_breakpoints): Use it.
317
cf3a9e5b
DJ
3182003-11-06 Daniel Jacobowitz <drow@mvista.com>
319
320 * breakpoint.h (struct bp_location): Add section.
321 (struct breakpoint): Remove section.
322 * breakpoint.c (insert_breakpoints, remove_breakpoint)
323 (breakpoint_here_p, breakpoint_inserted_here_p)
324 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
325 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
326 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
327 section through loc.
328
ffce0d52
DJ
3292003-11-06 Daniel Jacobowitz <drow@mvista.com>
330
331 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
332 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
333
e049a4b5
DJ
3342003-11-06 Daniel Jacobowitz <drow@mvista.com>
335
336 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
337 arguments. Initialize owner and type for the new breakpoint
338 location item.
339 (set_raw_breakpoint): Update call to allocate_bp_location.
340
7cc221ef
DJ
3412003-11-06 Daniel Jacobowitz <drow@mvista.com>
342
343 * breakpoint.h (struct bp_location): Add a chain pointer.
344 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
345 macros.
346 (bp_location_chain): New variable.
347 (allocate_bp_location): New function.
348 (set_raw_breakpoint): Use it.
349 (delete_breakpoint): Remove ->loc from the bp_location_chain.
350
5cab636d
DJ
3512003-11-06 Daniel Jacobowitz <drow@mvista.com>
352
353 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
354 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 355 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
356 * breakpoint.c (condition_command, read_memory_nobpt)
357 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
358 (reattach_breakpoints, update_breakpoints_after_exec)
359 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
360 (breakpoint_init_inferior, breakpoint_here_p)
361 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
362 (breakpoint_thread_match, bpstat_stop_status)
363 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
364 (describe_other_breakpoints, check_duplicates)
365 (make_breakpoint_permanent, create_thread_event_breakpoint)
366 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
367 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
368 (watch_command_1, print_one_exception_catchpoint)
369 (clear_command, breakpoint_re_set_one): Adjust member accesses to
370 use the breakpoint's ->loc.
371 (set_raw_breakpoint): Likewise. Initialize ->loc.
372 (delete_breakpoint): Likewise. Free ->loc.
373
7be0c536
AC
3742003-11-05 Andrew Cagney <cagney@redhat.com>
375
4c7d882e
AC
376 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
377 macro.
378 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
379 * config/i386/tm-cygwin.h
380 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
381 * config/powerpc/tm-linux.h
382 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
383 (at_subroutine_call_instruction_target): Delete declaration.
384 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
385 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
386 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
387
7be0c536
AC
388 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
389 "struct bfd_section" and "struct bfd".
390 * target.h (struct section_table): Ditto.
391 * rs6000-nat.c (xcoff_relocate_core): Ditto.
392 * solib-svr4.c (elf_locate_base): Ditto.
393 * pa64solib.c (dld_cache_t): Ditto.
394 * objfiles.h (struct obj_section): Ditto.
395 * objfiles.c (add_to_objfile_sections): Ditto.
396 * exec.c (bfdsec_to_vmap): Ditto.
397 (add_to_section_table): Ditto.
398 (build_section_table): Ditto.
399 * corelow.c (get_core_register_section): Ditto.
400 * coffread.c (find_linenos): Ditto.
401 * elfread.c (elf_interpreter): Delete #if0'd function.
402
403 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
404 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
405 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
406 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
407
408 * arch-utils.h (generic_cannot_extract_struct_value_address):
409 Delete declaration.
410 * wince.c (_initialize_wince): Fix multi-line string.
411 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
412
d8fe84e3
EZ
4132003-11-05 Elena Zannoni <ezannoni@redhat.com>
414
415 * top.c (execute_command): Fix broken logic for command execution
416 while inferior is running in async mode.
417
cbdfc7c0
MK
4182003-11-06 Mark Kettenis <kettenis@gnu.org>
419
420 * dwarf2-frame.c (execute_cfa_program): Mark register as
421 REG_SAVED_REG for DW_CFA_register opcode.
422
dac94105
MK
4232003-11-05 Mark Kettenis <kettenis@gnu.org>
424
425 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
426 %rsp, %rip and %eflags to match ABI-change.
427
85bf2b91
JJ
4282003-11-05 Jeff Johnston <jjohnstn@redhat.com>
429
430 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
431 (ia64_gdbarch_init): Don't bother calculating the os.
432 Instead use the gdbarch_info struct and look at the osabi field.
433 Also use gdbarch_list_lookup_by_info() to look for a
434 candidate gdbarch.
435
cd31fb03
KB
4362003-11-05 Kevin Buettner <kevinb@redhat.com>
437
438 * frv-tdep.c (frv_register_byte): Delete.
439 (frv_extract_return_value, frv_store_return_value)
440 (frv_extract_struct_value_address): Don't call frv_register_byte().
441 Convert to non-deprecated form.
442 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
443 Convert calls to set_gdbarch_deprecated_extract_return_value(),
444 set_gdbarch_deprecated_store_return_value(), and
445 set_gdbarch_deprecated_extract_struct_value_address() into
446 non-deprecated forms.
447
0a056982
AC
4482003-11-05 Andrew Cagney <cagney@redhat.com>
449
450 * mips-tdep.c (mips_dump_tdep): Do not print
451 PRINT_EXTRA_FRAME_INFO.
452 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
453 Rename PRINT_EXTRA_FRAME_INFO.
454 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
455 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
456 (mips_print_extra_frame_info): Delete declaration.
457 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
458
29e0a062
EZ
4592003-11-05 Elena Zannoni <ezannoni@redhat.com>
460
461 * coffread.c (coff_symtab_read): Remove passing of info parameter
462 to prim_record_minimal_symbol_and_info.
463
8af580fc
EZ
4642003-11-05 Elena Zannoni <ezannoni@redhat.com>
465
466 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
467 (decode_base_type): Delete ifdeffed out code.
468
507836c0
AC
4692003-11-04 Andrew Cagney <cagney@redhat.com>
470
471 * symtab.c (find_active_alias): Delete function.
472 (lookup_block_symbol): Delete alias code.
473 * stabsread.c (resolve_live_range): Delete function.
474 (add_live_range): Delete function.
475 (resolve_symbol_reference): Delete function.
476 (define_symbol): Delete live range and alias code.
477 (scan_file_globals): Delete alias code.
478 * symtab.h (SYMBOL_RANGES): Delete macro.
479 (struct range_list): Delete structure.
480 (struct symbol): Delete field "ranges".
481 (SYMBOL_ALIASES): Delete macro.
482 (struct alias_list): Delete structure.
483 (struct symbol): Delete field "aliases".
484
1083b3bc
MS
4852003-11-04 Michael Snyder <msnyder@redhat.com>
486
487 * MAINTAINERS: Remove myself as owner of breakpoints and
488 of sparc/solaris.
489
474e5826
CV
4902003-11-03 Corinna Vinschen <vinschen@redhat.com>
491
492 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
493 (sh_sh4al_dsp_register_name): Ditto.
494 (sh4_nofpu_show_regs): Ditto.
495 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
496 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
497
2160782c
AC
4982003-11-03 Andrew Cagney <cagney@redhat.com>
499
500 * bcache.c: Include "gdb_assert.h".
501 (struct bcache): Add fields "expand_count" and
502 "expand_hash_count".
503 (expand_hash_table): Update the expand counts.
504 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
505 on object sizes and hashes.
506 * Makefile.in (bcache.o): Update dependencies.
507
85302095
AC
5082003-11-03 Andrew Cagney <cagney@redhat.com>
509
510 * exec.c (xfer_memory): Eliminate xfer_fn.
511
526eef89
KB
5122003-10-31 Kevin Buettner <kevinb@redhat.com>
513
514 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
515 (opcodes/frv-desc.h): Include.
516 (iacc0h_regnum, iacc0l_regnum): Define.
517 (last_spr_regnum, frv_num_regs): Update.
518 (new_variant): Don't supply default names for holes in the SPRs.
519 Supply names for iacc0h_regnum and iacc0l_regnum.
520 (frv_register_type): Use symbolic constants first_fpr_regnum and
521 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
522 builtin_type_int instead of builtin_type_int32.
523 (frv_register_sim_regno): New function.
524 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
525 * Makefile.in (gdb_sim_frv_h): Define.
526 (frv-tdep.o): Update dependencies.
527
9e815ec2
AC
5282003-10-31 Andrew Cagney <cagney@redhat.com>
529
530 * avr-tdep.c (avr_frame_this_id): Do not call
531 deprecated_inside_entry_file.
532 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
533 * m32r-tdep.c (m32r_frame_this_id): Ditto.
534 * d10v-tdep.c (d10v_frame_this_id): Ditto.
535 * arm-tdep.c (arm_prologue_this_id): Ditto.
536 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
537
e372db49
JB
5382003-10-31 Jim Blandy <jimb@redhat.com>
539
540 * elfread.c (elf_symtab_read): Allocate correct number of tail
541 elements to sectinfo structure. (Fix from Woody LaRue.)
542
e8bcf01f
AC
5432003-10-31 Andrew Cagney <cagney@redhat.com>
544
545 * stack.c (return_command): Use get_frame_type, instead of
546 CALL_DUMMY_HAS_COMPLETED.
547 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
548 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
549
4c05fe53
MK
5502003-10-31 Mark Kettenis <kettenis@gnu.org>
551
552 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
553 explicitly specify size of array.
554 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
555 TDEP->sc_num_regs.
556
c8b91b89
AC
5572003-10-31 Andrew Cagney <cagney@redhat.com>
558
559 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
560 function.
561 (s390_gdbarch_init): Set extract_struct_value_address.
562 * arch-utils.c (generic_cannot_extract_struct_value_address):
563 Delete function.
564 * arch-utils.h (generic_cannot_extract_struct_value_address):
565 Delete definition.
566
fdfb6fc8
MK
5672003-10-31 Mark Kettenis <kettenis@gnu.org>
568
569 * i386-linux-nat.c (fetch_core_registers): Remove.
570 (linux_elf_core_fns): Remove.
571 (_initialize_i386_linux_nat): Remove.
572
2f4950cd
AC
5732003-10-31 Andrew Cagney <cagney@redhat.com>
574
575 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
576 "exec.h".
577 (exec_entry_point): New function.
578 (enable_break): Create a "tmp_bfd_target", use that and
579 entry_point_address when computing the relocation offset.
580 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
581 * Makefile.in (solib-svr4.o): Update dependencies.
582
bba2d28d
AC
5832003-10-31 Andrew Cagney <cagney@redhat.com>
584
585 * defs.h (XZALLOC): Define.
586 * target.h (struct target_ops): Add "to_data";
587 * bfd-target.h, bfd-target.c: New files.
588 * Makefile.in (SFILES): Add "bfd-target.c".
589 (COMMON_OBS): Add "bfd-target.o".
590 (bfd-target.o): Specify dependencies.
591 (bfd_target_h): Define.
592 * defs.h (XZALLOC): Define.
593
6066c3de
AC
5942003-10-31 Andrew Cagney <cagney@redhat.com>
595
596 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
597 adjust_breakpoint_address.
598 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
599 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
600 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
601 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
602
4b8a223f
AC
6032003-10-31 Andrew Cagney <cagney@redhat.com>
604
605 * target.h (struct target_ops): Replace "to_read_partial" and
606 "to_write_partial" with "to_xfer_partial". Update comments.
607 * target.c (debug_to_write_partial): Delete function.
608 (debug_to_xfer_partial): Replace debug_to_read_partial.
609 (add_target, update_current_target, setup_target_debug): Set
610 "to_xfer_partial" instead of "to_read_partial" and
611 "to_write_partial".
612 (default_xfer_partial): Replace "default_write_partial".
613 (default_read_partial): Delete.
614 (target_read_partial, target_write_partial): Call
615 "to_xfer_partial".
616 * remote.c (init_remote_ops): Set "to_xfer_partial".
617 (init_remote_async_ops): Ditto.
618 (remote_xfer_partial): Replace "remote_read_partial".
619
66a72d25
MK
6202003-10-31 Mark Kettenis <kettenis@gnu.org>
621
622 * i386-tdep.c (i386_supply_fpregset): Support floating-point
623 registers in `fxsave' format.
624 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
625
9a12a2a0
MK
6262003-10-30 Mark Kettenis <kettenis@gnu.org>
627
e9f1aad5
MK
628 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
629 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
630 TDEP->gregset_num_regs and tdep->sizeof_gregset.
631
bb489b3c
MK
632 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
633 specify size of array.
634 (i386_linux_init_abi): Remove initialization of
635 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
636 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
637
da285bc4
MK
638 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
639 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
640 core-regset.o.
641
9a12a2a0
MK
642 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
643 the ELF header.
644
0e24ac5d
MK
6452003-10-29 Mark Kettenis <kettenis@gnu.org>
646
6d6d8e9c
MK
647 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
648 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
649 core-regset.o.
650
25e60c9b
MK
651 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
652
0e24ac5d
MK
653 * corelow.c: Include "arch-utils.h", "regset.h" and
654 "gdb_assert.h".
655 (core_gdbarch): New variable.
656 (sniff_core_bfd): Don't sniff if we have support for register sets
657 in CORE_GDBARCH.
658 (core_close): Reset CORE_GDBARCH.
659 (core_open): Initialize CORE_GDBARCH.
660 (get_core_register_section): Use register sets if they are
661 supported by CORE_GDBARCH.
662 (get_core_registers): Don't print error message if we have support
663 for register sets in CORE_GDBARCH.
664
0a0a4ac3
AC
6652003-10-29 Andrew Cagney <cagney@redhat.com>
666
667 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
668 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
669
7b097ae3
MK
6702003-10-29 Mark Kettenis <kettenis@gnu.org>
671
672 * objfiles.h (clear_objfile_data): New prototype.
673 * objfiles.c (clear_objfile_data): New function.
674 * symfile.c (reread_symbols): Clear per-objfile data.
675
46f45a4a
JJ
6762003-10-28 Jeff Johnston <jjohnstn@redhat.com>
677
678 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
679 printf_unfiltered instead of printf_filtered for output messages.
680 (add_symbol_file_command): Ditto.
681 (reread_symbols): Ditto.
682 (overlay_auto_command): Ditto.
683 (overlay_manual_command): Ditto.
684 (overlay_off_command): Ditto.
685
2b026650
MK
6862003-10-27 Mark Kettenis <kettenis@gnu.org>
687
688 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
689 (gdbarch_from_bfd): New function.
690 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
691 deprecated_select_gdbarch_hack.
692 * arch-utils.h (gdbarch_from_bfd): New prototype.
693
0bcad584 6942003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
695
696 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
697 arch_info. Use warning instead of fprintf_filtered. Do not use
698 deprecated bfd_printable_arch_mach.
699
7f398216
KB
7002003-10-26 Kevin Buettner <kevinb@redhat.com>
701
702 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
703 Delete.
704 (frv_register_type): Rename from frv_register_virtual_type. Add
705 ``struct gdbarch *'' parameter.
706 (frv_gdbarch_init): Delete calls to the following functions:
707 set_gdbarch_deprecated_size(),
708 set_gdbarch_deprecated_register_bytes(),
709 set_gdbarch_deprecated_register_raw_size(),
710 set_gdbarch_deprecated_max_register_raw_size(),
711 set_gdbarch_deprecated_register_virtual_size(),
712 set_gdbarch_deprecated_max_register_virtual_size(),
713 set_gdbarch_deprecated_register_virtual_size(),
714 set_gdbarch_deprecated_register_virtual_type().
715 Add call to function set_gdbarch_register_type().
716
bcf48cc7
MK
7172003-10-26 Mark Kettenis <kettenis@gnu.org>
718
6c7de422
MK
719 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
720 FDOFF_REGNUM): Remove defines.
721 * win32-nat.c (do_child_fetch_inferior_registers): Include
722 "i387-tdep.h".
3e685d41 723 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
724 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
725 undefine I387_ST0_REGNUM.
726
f783586b
MK
727 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
728 * x86-64-tdep.c (x86_64_store_return_value): Use
729 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
730
bcf48cc7
MK
731 Change register numbers to enumartion values.
732 * i386-tdep.h (enum i386_regnum): New.
733 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
734 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
735 I386_ST0_REGNUM): Remove defines.
736 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
737 I386_EDI_REGNUM): Remove defines.
738
b6591e8b
AC
7392003-10-24 Andrew Cagney <cagney@redhat.com>
740
741 * target.c: Include "gdbcore.h".
742 (get_target_memory, get_target_memory_unsigned): New functions.
743 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
744 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
745 Use get_target_memory_unsigned.
746 * Makefile.in (target.o): Update dependencies.
747
5f724446
AC
7482003-10-24 Andrew Cagney <cagney@redhat.com>
749
ce2826aa
AC
750 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
751 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
752 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
753 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
754 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
755
5f724446
AC
756 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
757 (can_run_code_for): Use the OO term "singleton".
758
fc70c2a0
AC
7592003-10-23 Andrew Cagney <cagney@redhat.com>
760
761 * Makefile.in (stack.o): Add $(regcache_h).
762 * stack.c: Include "regcache.h"
763 (return_command): Rewrite. Use get_frame_id and
764 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
765 about unhandled return-values.
766 * value.h (set_return_value): Delete declaration.
767 * values.c (set_return_value): Delete function.
768
4afcc598
JJ
7692003-10-23 Jeff Johnston <jjohnstn@redhat.com>
770
771 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
772 (pseudo_regs): Add comment regarding register stack registers.
773 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
774 (floatformat_valid): New static routine.
775 (floatformat_ia64_ext): Add name field and set up is_valid routine
776 to floatformat_valid().
777 (examine_prologue): For the previous cfm, use
778 frame_unwind_register()
779 if the cfm is not stored in a register-stack register. Save the
780 previous cfm value in the prev_cfm field. Add debug output.
781 (ia64_frame_this_id): Use frame_id_build_special() to also register
782 the bsp. Add debug output.
783 (ia64_sigtramp_frame_this_id): Ditto.
784 (ia64_frame_prev_register): Look at cache saved_regs for a few more
785 registers and also add some checks for framelessness before accepting
786 current register values for fields such as return address. For cfm,
787 use the cached prev_cfm field if available. Add comment to explain
788 PSR logic. Add debug output.
789 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
790 as part of initialization.
791 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
792 calculated. Cache the bsp and cfm values.
793 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
794 instead of using ia64_frame_prev_register() which doesn't expect most
795 registers to be saved. The saved values for bsp and sp
796 can be taken from the cache. Add debug output.
797 (ia64_push_dummy_call): Use frame_id_build_special() to also register
798 the bsp.
799
6cfae0bc
JB
8002003-10-23 Jim Blandy <jimb@redhat.com>
801
802 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
803 architecture the current arch can run code for --- but not if it's
804 a superset.
805 (can_run_code_for): New function.
806
fcd182f9
JW
8072003-10-22 James E Wilson <wilson@specifixinc.com>
808
809 * MAINTAINERS: Move myself from paper trail section back to write
810 after approval section.
811
4646aa9d
AC
8122003-10-22 Andrew Cagney <cagney@redhat.com>
813
814 * exec.h: New file.
815 * win32-nat.c: Include "exec.h".
816 * solib.c: Include "exec.h".
817 * target.h (build_section_table): Delete declaration.
818 * somsolib.c: Include "exec.h".
819 (exec_ops): Delete extern declaration.
820 * rs6000-nat.c: Update copyright. Include "exec.h".
821 (exec_ops): Delete extern declaration.
822 * pa64solib.c: Update copyright. Include "exec.h".
823 (exec_ops): Delete extern declaration.
824 * exec.c: Update copyright. Include "exec.h".
825 * corelow.c: Update dependencies. Include "exec.h".
826 * Makefile.in (exec_h): Define.
827 (exec.o, somsolib.o): Update dependencies.
828 (pa64solib.o, corelow.o): Update dependencies.
829
0088c768
AC
8302003-10-22 Andrew Cagney <cagney@redhat.com>
831
832 * target.c: Include "gdb_assert.h" (target_read): Call
833 "target_read_partial", not "target_write_partial".
834 (default_read_partial, default_write_partial): New function.
835 (target_read_partial, target_write_partial): Simplify, assume that
836 there is always a read/write method.
837 (update_current_target, add_target): Always set "to_read_partial"
838 and "to_write_partial".
839 (target_write, target_read): Fail on a zero byte transfer.
840 * Makefile.in (target.o): Update dependencies.
841 * target.h: Update copyright date.
842 (target_object): Fix typo.
843
e2d0e7eb
AC
8442003-10-22 Andrew Cagney <cagney@redhat.com>
845
846 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
847 multi-arch method, add "targ" parameter.
848 (struct target_ops): Declare.
849 * gdbarch.h, gdbarch.c: Re-generate.
850 * Makefile.in (c-valprint.o): Update dependencies.
851 * arch-utils.h: Update copyright.
852 (convert_from_func_ptr_addr_identity): Declare.
853 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
854 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
855 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
856 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
857 * infcall.c (find_function_addr, call_function_by_hand): Update.
858 * c-valprint.c: Include "target.h".
859 (print_function_pointer_address): Update.
860
f1c07ab0
AC
8612003-10-22 Andrew Cagney <cagney@redhat.com>
862
863 * target.c (target_close): New function.
864 (debug_to_close): Use "target_close".
865 (push_target): Use "target_close".
866 (unpush_target): Use "target_close".
867 (pop_target): Use "target_close".
868 * target.h (struct target_ops): Add "to_xclose".
869 (target_open): Delete macro. Move comment to "to_open".
870 (target_close): Replace macro with function that takes a target.
871 * top.c (quit_target): Pass "current_target" to "target_close".
872
5520a790
EZ
8732003-10-21 Elena Zannoni <ezannoni@redhat.com>
874
875 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
876 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
877 * symtab.h (lookup_minimal_symbol_text): Update.
878 * breakpoint.c (create_overlay_event_breakpoint,
879 create_longjmp_breakpoint): Update callers.
880 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
881 * symtab.c (find_pc_sect_line): Ditto.
882
caa92b73
AC
8832003-10-21 Andrew Cagney <cagney@redhat.com>
884
885 * target.c (errno): Delete extern declaration.
886
aa2a9a3c
JJ
8872003-10-20 Jeff Johnston <jjohnstn@redhat.com>
888
889 * ia64-tdep.c: Change all occurrences of
890 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
891 (ia64_frame_prev_register): Minor whitespace change.
892
4beec2b7
MC
8932003-10-20 Michael Chastain <mec@shout.net>
894
895 * config/djgpp/fnchange.lst: Add lines for:
896 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
897 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
898 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
899 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
900 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
901 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
902 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
903
92ad9cd9
AC
9042003-10-20 Andrew Cagney <cagney@redhat.com>
905
906 * values.c (register_value_being_returned): Update comments. Use
907 "gdbarch_return_value" when available.
908 (using_struct_return): Ditto.
909 (set_return_value): Ditto. Use "gdbarch_return_value" when
910 available.. Print a warning, and not an error, when an unhandled
911 return type is encountered.
912 * infcmd.c: Include "gdb_assert.h".
913 (print_return_value): When gdbarch_return_value_p, and using
914 struct return, assume that the value is not available.
915 * defs.h (return_value_convention): Define.
916 * gdbarch.sh (gdbarch_return_value): New predicate method.
917 * gdbarch.h, gdbarch.c: Re-generate
918 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
919
198beae2
AC
9202003-10-20 Andrew Cagney <cagney@redhat.com>
921
922 * symtab.c: Replace "struct sec" with "struct bfd_section".
923 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
924
24d693a6 9252003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
926
927 * config/djgpp/fnchange.lst: Add lines for:
928 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
929 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
930 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
931
21ad8dc3
MK
9322003-10-19 Mark Kettenis <kettenis@gnu.org>
933
934 * amd64fbsd-nat.c (fetch_inferior_registers,
935 store_inferior_registers): Remove functions.
936 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
937
cced5e27
MK
9382003-10-18 Mark Kettenis <kettenis@gnu.org>
939
940 Add NetBSD/amd64 native configuration:
941 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
942 * amd64nbsd-tdep.c: New file.
943 * amd64nbsd-nat.c: New file.
944 * amd64bsd-nat.c: New file.
945 * config/i386/nbsd64.mh: New file.
946 * config/i386/nbsd64.mt: New file.
947 * configure.host: Add x86_64-*-netbsd*.
948 * configure.tgt: Add x86_64-*-netbsd*.
949 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
950 New targets.
951 * NEWS (New native configurations): Mention NetBSD/amd64.
952
666de3fd
MC
9532003-10-17 Michael Chastain <mec@shout.net>
954
955 * config/djgpp/fnchange.lst: Remove dead lines for:
956 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
957 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
958 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
959 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
960 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
961 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
962 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
963 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
964 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
965 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
966 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
967 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
968 gdb/config/sparc/tm-sparclite.h,
969 gdb/gdbtk/generic/ChangeLog-2001,
970 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
971 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
972 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
973 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
974 gdb/testsuite/gdb.mi/mi0-var-block.exp,
975 gdb/testsuite/gdb.mi/mi0-var-child.exp,
976 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
977 gdb/testsuite/gdb.mi/mi0-var-display.exp,
978 itcl/iwidgets3.0.0/demos/extfileselectionbox,
979 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
980 itcl/iwidgets3.0.0/demos/fileselectionbox,
981 itcl/iwidgets3.0.0/demos/fileselectiondialog,
982 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
983 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
984 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
985 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
986 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
987 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
988 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
989 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
990 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
991 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
992 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
993 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
994 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
995 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
996 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
997 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
998 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
999 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1000 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1001 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1002 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1003 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1004 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1005 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1006 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1007 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1008 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1009 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1010 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1011 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1012 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1013 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1014 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1015 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1016 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1017 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1018 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1019 itcl/iwidgets3.0.0/demos/scrolledframe,
1020 itcl/iwidgets3.0.0/demos/scrolledhtml,
1021 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1022 itcl/iwidgets3.0.0/demos/scrolledtext,
1023 itcl/iwidgets3.0.0/demos/selectionbox,
1024 itcl/iwidgets3.0.0/demos/selectiondialog,
1025 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1026 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1027 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1028 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1029 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1030 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1031 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1032 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1033 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1034 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1035 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1036 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1037 itcl/iwidgets3.0.0/doc/selectionbox.n,
1038 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1039 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1040 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1041 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1042 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1043 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1044 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1045 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1046 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1047 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1048 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1049 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1050 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1051 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1052 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1053 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1054 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1055 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1056 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1057 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1058 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1059 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1060 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1061 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1062 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1063 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1064 itcl/iwidgets3.0.0/tests/selectionbox.test,
1065 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1066 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1067 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1068 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1069 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1070 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1071 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1072 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1073 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1074 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1075 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1076 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1077 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1078 tk/mac/tkMacProjects.sit.hqx.
1079
1e3ff5ad
AC
10802003-10-17 Andrew Cagney <cagney@redhat.com>
1081
8db32d44
AC
1082 * target.c (target_section_by_addr): New function.
1083 (do_xfer_memory): Use "target_section_by_addr".
1084 * target.h (target_section_by_addr): Declare.
1085
1e3ff5ad
AC
1086 * target.h (struct target_ops): Add "to_read_partial" and
1087 "to_write_partial", delete "to_query".
1088 (target_read_partial, target_write_partial): Declare.
1089 (target_read, target_write): Declare.
1090 (target_query): Delete macro.
1091 * target.c (target_read_partial): New function.
1092 (target_write_partial, target_read, target_write): New function.
1093 (update_current_target): Delete inheritance of "to_query". Add
1094 comments about "to_read_partial" and "to_write_partial".
1095 (debug_to_partial_read, debug_to_partial_write): New functions.
1096 (debug_to_query): Delete function.
1097 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1098 instead of "to_query".
1099 * remote.c (remote_read_partial): Replace "remote_query".
1100 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1101 (init_remote_async_ops): Ditto.
1102 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1103 "target_read_partial" instead of "target_query".
1104 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1105 Use "target_read_partial" instead of "target_query".
1106
48c66725
JJ
11072003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1108
1109 * frame.h (struct frame_id): Add new field: special_addr.
1110 (frame_id_build_special): New prototype.
1111 * frame.c (frame_id_build_special): New function.
1112 (frame_id_build): Change to call frame_id_build_special().
1113 (frame_id_eq): Change to also test special_addr field.
1114 (frame_id_inner): Update comment.
1115
7998dfc3
AC
11162003-10-17 Andrew Cagney <cagney@redhat.com>
1117
1118 * target.c (update_current_target): Perform the target cleanup.
1119 Put the target stack beneath the squashed "current_target".
1120 (add_target): Delete disabled call to "cleanup_target".
1121 (cleanup_target): Delete function.
1122 (push_target, unpush_target): Do not call "cleanup_target".
1123
9c04404e 11242003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
1125
1126 * target.c (target_stack): Change to a static target_ops.
1127 (update_current_target): Walk the "struct target_ops" stack.
1128 (pop_target, do_xfer_memory, target_info): Ditto.
1129 (find_target_beneath): Ditto.
1130 (push_target): Rewrite to use the "struct target_ops" stack.
1131 (unpush_target): Ditto.
1132 * target.h (struct target_stack_item): Delete definition.
1133 (target_stack): Delete declaration.
1134 (struct target_ops): Add field "beneath".
1135
c98a2b49 11362003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
1137
1138 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1139 declaration.
1140 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
1141 (h8300_examine_prologue): Use h8300_normal_mode flag
1142 (h8300_gdbarch_init): Set architecture info for normal mode
1143
506fb367
DJ
11442003-10-16 Daniel Jacobowitz <drow@mvista.com>
1145
1146 * remote.c (remote_protocol_vcont): New variable.
1147 (set_remote_protocol_vcont_packet_cmd): New function.
1148 (show_remote_protocol_vcont_packet_cmd): New function.
1149 (init_all_packet_configs): Handle remote_protocol_vcont.
1150 (remote_vcont_probe): New function.
1151 (remote_vcont_resume): New function.
1152 (remote_resume): Use it.
1153 (remote_async_resume): Call remote_resume.
1154 (_initialize_remote): Add verbose-resume packet commands.
1155
65815ea1
AC
11562003-10-16 Andrew Cagney <cagney@redhat.com>
1157
1158 * infrun.c (handle_inferior_event): Add comment about
1159 "frame_id_inner" being too weak.
1160
40324f1b
EZ
11612003-10-16 Elena Zannoni <ezannoni@redhat.com>
1162
1163 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1164 second parameter, which is always null. Remove
1165 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1166 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1167 accordingly.
1168 * somsolib.c (som_solib_create_inferior_hook,
1169 som_solib_desire_dynamic_linker_symbols): Update callers.
1170 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
1171
11722003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1173
1174 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1175 debug interface, SDI (Scalable Debug Interface).
1176 * NEWS: Mention m32r SDI protocol was supported.
1177 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1178 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1179
51931cbb
JJ
11802003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1181
1182 * ia64-linux-tdep.c: Include gdbcore.h.
1183 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1184 (ia64_linux_sigcontext_register_addr): Find the address of the
1185 sigcontext area stored in the sigframe instead of using
1186 a magic offset constant.
1187
84e7fd53
AC
11882003-10-15 Andrew Cagney <cagney@redhat.com>
1189
1190 * remote.c (remote_search): Delete function.
1191 * target.h (target_search): Delete disabled macro.
1192 (struct target_ops): Delete disabled field "to_search".
1193
0f4d7c52
KB
11942003-10-14 Kevin Buettner <kevinb@redhat.com>
1195
1196 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1197 instead of deprecated_inside_entry_file().
1198
2e952408
CV
11992003-10-14 Corinna Vinschen <vinschen@redhat.com>
1200
1201 * sh-tdep.c: Fix copy/paste hangover in comment.
1202 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1203 mode.
1204 (sh3e_sh4_extract_return_value): Ditto.
1205
7e86466e
RH
12062003-10-13 Richard Henderson <rth@redhat.com>
1207
1208 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1209 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1210 match c_val_print a bit closer.
1211
46a16dba
KB
12122003-10-13 Kevin Buettner <kevinb@redhat.com>
1213
1214 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1215 (frv_gdbarch_adjust_breakpoint_address): New function.
1216 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1217 method.
1218
76897487
KB
12192003-10-13 Kevin Buettner <kevinb@redhat.com>
1220
1221 * breakpoint.h (struct breakpoint): Add new member
1222 ``requested_address''.
1223 * breakpoint.c (breakpoint_adjustment_warning)
1224 (adjust_breakpoint_address): New static functions.
1225 (print_it_typical): Issue warning if breakpoint's address is different
1226 from its requested address.
1227 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1228 (breakpoint_re_set_one): Set breakpoint's
1229 ``requested_address'' field. Set ``address'' field to the
1230 result of calling adjust_breakpoint_address() on the requested
1231 address.
1232
a1131521
KB
12332003-10-13 Kevin Buettner <kevinb@redhat.com>
1234
1235 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1236 * gdbarch.h, gdbarch.c: Regenerate.
1237
6ce6d90f
MK
12382003-10-11 Mark Kettenis <kettenis@gnu.org>
1239
155c1d33
MK
1240 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1241 TDEP->sc_num_regs.
1242
8a96bc77
MK
1243 * i386fbsd-tdep.c: New file.
1244 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1245 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1246 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1247 i386bsd-tdep.c.
1248 (_initialize_i386fbsd_tdep): New function.
1249 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1250 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1251 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1252 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1253 TDEP->sc_num_regs.
1254 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1255 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1256 to initialize TDEP->sc_num_regs.
1257 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1258 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1259 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1260 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1261 FreeBSD ELF OS/ABI's here.
1262 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1263 (i386fbsd-tdep.o): New target.
1264 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1265 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1266
477f40d1
MK
1267 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1268 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1269 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1270 in initialization of TDEP->sc_num_regs.
1271
c6b33596
MK
1272 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1273 (x86_64_init_abi): Initialize regset_from_core_section if
1274 appropriate.
1275
8446b36a
MK
1276 * i386-tdep.c (i386_regset_from_core_section): New function.
1277 (i386_gdbarch_init): Initialize regset_from_core_section if
1278 appropriate.
1279 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1280
c783cbd6
MK
1281 * i386-tdep.h (struct regset): Declare opaque.
1282
6ce6d90f
MK
1283 * gdbarch.sh (regset_from_core_section): New method.
1284 (struct regset): Declare opaque.
1285 * gdbarch.c, gdbarch.h: Regenerated.
1286
b98ed7be
AM
12872003-10-11 Alan Modra <amodra@bigpond.net.au>
1288
1289 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1290 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1291 Correct test for pc within section.
1292
f6214256
MK
12932003-10-11 Mark Kettenis <kettenis@gnu.org>
1294
1295 * gdbarch.sh: Remove trailing whitepsace from comments.
1296
a8f4cde1
RM
12972003-10-08 Roland McGrath <roland@redhat.com>
1298
1299 * gcore.c (make_mem_sec): Function removed, folded into ...
1300 (gcore_create_callback): ... here. To omit a section, clear its
1301 SEC_LOAD bit rather than zeroing its size.
1302 Omit read-only sections only if they correspond to a known disk file.
1303 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1304
74276724
MS
13052003-10-10 Michael Snyder <msnyder@redhat.com>
1306
1307 * d10v-tdep.c: Fix typo in comment.
1308
e754ae69
AC
13092003-10-10 Andrew Cagney <cagney@redhat.com>
1310
1311 * rs6000-tdep.c (e500_store_return_value): Delete function.
1312 (e500_extract_return_value): Delete function.
1313 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1314 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1315 "ppc_sysv_abi_restore_return_value" where applicable.
1316 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1317 (ppc_sysv_abi_extract_return_value): Declare.
1318 (ppc_sysv_abi_broken_store_return_value): Declare.
1319 (ppc_sysv_abi_broken_extract_return_value): Declare.
1320 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1321 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1322 start of file.
1323 (do_ppc_sysv_return_value): New function.
1324 (ppc_sysv_abi_extract_return_value): New function.
1325 (ppc_sysv_abi_store_return_value): New function.
1326 (ppc_sysv_abi_broken_extract_return_value): New function.
1327 (ppc_sysv_abi_broken_store_return_value): New function.
1328 (ppc_sysv_abi_use_struct_convention): Call
1329 do_ppc_sysv_return_value.
1330
8d4ce20a
JB
13312003-10-10 J. Brobecker <brobecker@gnat.com>
1332
1333 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1334 to lookup the main function symbol.
1335
afce3d2a
CV
13362003-10-10 Corinna Vinschen <vinschen@redhat.com>
1337
1338 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1339 types correctly.
1340 (sh_push_dummy_call_fpu): Fix argument passing rules.
1341 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1342 float types.
1343 (sh3e_sh4_store_return_value): Ditto.
1344
7fe958be
EZ
13452003-10-10 Elena Zannoni <ezannoni@redhat.com>
1346
1347 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1348 comment.
1349
3f997a97
CV
13502003-10-10 Corinna Vinschen <vinschen@redhat.com>
1351
1352 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1353 more readable code. Accomodate passing of bitfields.
1354
8be9034a
AC
13552003-10-10 Andrew Cagney <cagney@redhat.com>
1356
1357 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1358 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1359 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1360 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1361 (ppc64_sysv_abi_push_dummy_call): New function.
1362 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1363 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1364 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1365
85a453d5
KI
13662003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1367
1368 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1369 * README: Ditto.
1370 * d10v-tdep.c: Ditto.
1371 * h8300-tdep.c: Ditto.
1372 * remote-e7000.c: Ditto.
1373 * remote-hms.c: Ditto.
1374 * ser-e7kpc.c: Ditto.
1375 * sh-stub.c: Ditto.
1376 * sh-tdep.c: Ditto.
1377 * sh-tdep.h: Ditto.
1378 * sh3-rom.c: Ditto.
1379 * sh64-tdep.c: Ditto.
1380 * top.c: Ditto.
1381 * wince.c: Ditto.
1382 * config/d10v/d10v.mt: Ditto.
1383 * config/sh/embed.mt: Ditto.
1384 * config/sh/linux.mt: Ditto.
1385 * config/sh/tm-linux.h: Ditto.
1386 * config/sh/tm-sh.h: Ditto.
1387 * config/sh/wince.mt: Ditto.
1388
221c12ff
AC
13892003-10-09 Andrew Cagney <cagney@redhat.com>
1390
1391 * ppc-tdep.h (struct type): Declare opaque.
1392 * x86-64-tdep.h (struct regcache): Declare opaque.
1393 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1394 coding style.
1395
ef5200c1
AC
13962003-10-09 Andrew Cagney <cagney@redhat.com>
1397
1398 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1399 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1400 (SOFTWARE_SINGLE_STEP_P): Ditto.
1401 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1402 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1403 (SOFTWARE_SINGLE_STEP_P): Ditto.
1404 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1405 software_single_step to rs6000_software_single_step.
a8f4cde1 1406
9644bbdd
AC
14072003-10-09 Andrew Cagney <cagney@redhat.com>
1408
1409 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1410
db72fa6b
MS
14112003-10-09 Michael Snyder <msnyder@redhat.com>
1412
f3efb16c
MS
1413 * frame.h: Fix typo in comment.
1414 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1415 * d10v-tdep.c: Random whitespace/comment tweaks.
1416
9a5cef92
EZ
14172003-10-09 Elena Zannoni <ezannoni@redhat.com>
1418
1419 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1420 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1421 on stack.
a8f4cde1 1422
9a5cef92
EZ
1423 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1424 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1425 in detail.
a8f4cde1 1426
0f317a0c
DJ
14272003-10-09 Daniel Jacobowitz <drow@mvista.com>
1428
1429 * remote-mips.c (mips_initialize): Remove unneeded call to
1430 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1431
bbab2f46
DJ
14322003-10-09 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1435 a memory pointer.
1436
550950b8
JJ
14372003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1438
1439 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1440 for any lwp we resume.
1441 (running_callback): Add lwps that have pending status events
1442 against them to be considered running.
1443
15c69bc7
KI
14442003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1445
1446 * m32r-tdep.c : Include "dis-asm.h".
1447 * Makefile.in (m32r-tdep.o): Update dependencies.
1448
51065942
JB
14492003-10-06 J. Brobecker <brobecker@gnat.com>
1450
1451 * completer.h (get_gdb_completer_word_break_characters): Delete.
1452 * completer.c: include language.h.
1453 (gdb_completer_word_break_characters): Delete.
1454 (get_gdb_completer_word_break_characters): Delete.
1455 (location_completer): Use the word break characters of the current
1456 language.
1457 (complete_line): Likewise.
1458 (line_completion_function): Likewise.
1459 (skip_quoted_chars): Likewise.
1460 * Makefile.in (completer.o): Add dependency on language.h.
1461 * top.c (init_main): Set the readline word break characters
1462 to GDB's default word break characters.
1463
6084f43a
JB
14642003-10-06 J. Brobecker <brobecker@gnat.com>
1465
1466 * language.h (language_defn): new field, la_word_break_characters.
1467 * language.c (unknown_language_defn): Set new field to
1468 default_word_break_characters.
1469 (auto_language_defn): Likewise.
1470 (local_language_defn): Likewise.
1471 * ada-lang.c (ada_language_defn): Likewise.
1472 * c-lang.c (c_language_defn): Likewise.
1473 (cplus_language_defn): Likewise.
1474 (asm_language_defn): Likewise.
1475 (minimal_language_defn): Likewise.
1476 * f-lang.c (f_language_defn): Likewise.
1477 * jv-lang.c (java_language_defn): Likewise.
1478 * m2-lang.c (m2_language_defn): Likewise.
1479 * objc-lang.c (objc_language_defn): Likewise.
1480 * p-lang.c (pascal_language_defn): Likewise.
1481 * scm-lang.c (scm_language_defn): Likewise.
1482
944fcfab
AC
14832003-10-06 Andrew Cagney <cagney@redhat.com>
1484
1485 * ppc-sysv-tdep.c: Re-indent.
1486
9f0a5303
JB
14872003-10-06 J. Brobecker <brobecker@gnat.com>
1488
1489 * language.h (default_word_break_characters): Add prototype.
1490 * language.c (default_word_break_characters): New function.
1491
7270b6ed
AS
14922003-10-06 Andreas Schwab <schwab@suse.de>
1493
1494 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1495 with %eax.
1496
a5d61f66
AC
14972003-10-06 Andrew Cagney <cagney@redhat.com>
1498
1499 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1500 "h8500-tdep.c".
1501 (z8k-tdep.o): Delete custom build rule.
1502
28a86f5c
AC
15032003-10-06 Andrew Cagney <cagney@redhat.com>
1504
1bfd8a83
AC
1505 * Makefile.in: Update all dependencies.
1506
17144ef8
AC
1507 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1508 No longer list PA as as obsolete candidate. List m32r as
1509 broken instead of obsolete.
a8f4cde1 1510
a5679ae5
AC
1511 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1512 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1513 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1514 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1515 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1516 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1517 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1518 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1519 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1520 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1521 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1522 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1523 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1524 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1525 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1526 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1527 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1528 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1529 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1530 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1531 * config/z8k/z8k.mt: Ditto.
1532
4a8269c0
AC
1533 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1534 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1535 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1536 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1537 sparclite were removed.
1538 * configure.host, configure.tgt: Remove corresponding tuples.
1539
41989fcd
AC
1540 * breakpoint.c, breakpoint.h: Remove obsolete code.
1541 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1542 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1543 * stabsread.h, xcoffread.c: Ditto.
1544
28a86f5c
AC
1545 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1546 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1547 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1548 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1549
4efdaa0d
DL
15502003-10-06 David Lecomber <dsl@sources.redhat.com>
1551
1552 * f-valprint.c: Reformatting
1553
ae53de43
MK
15542003-10-06 Mark Kettenis <kettenis@gnu.org>
1555
a8bb57e7
MK
1556 * x86-64-tdep.c: Remove duplicate comment.
1557
ae53de43
MK
1558 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1559 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1560 names for return values. This fixes a bug since we looked at %rbx
1561 instead of %rdx.
1562
473f17b0
MK
15632003-10-05 Mark Kettenis <kettenis@gnu.org>
1564
2c261fae
MK
1565 * x86-64-tdep.c: Include "regset.h".
1566
473f17b0
MK
1567 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1568 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1569 sizeof_fpregset.
1570 * i386-tdep.c: Include "regset.h".
1571 (i386_supply_gregset): New function.
1572 (i386_supply_fpregset): New function.
1573 (i386_gdbarch_init): Initialze register set-related members of
1574 TDEP.
1575 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1576 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1577
afd48b75
AC
15782003-10-03 Andrew Cagney <cagney@redhat.com>
1579
1580 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1581 set extract_return_value, store_return_value and
1582 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1583 ppc64_sysv_abi_store_return_value and
1584 ppc64_sysv_abi_use_struct_convention.
1585 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1586 (ppc64_sysv_abi_store_return_value): Declare.
1587 (ppc64_sysv_abi_use_struct_convention): Declare.
1588 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1589 (ppc64_sysv_abi_extract_return_value): New function.
1590 (ppc64_sysv_abi_store_return_value): New function.
1591 (ppc64_sysv_abi_use_struct_convention): New function.
1592 (ppc64_sysv_abi_return_value): New function.
1593
9b540880
AC
15942003-10-03 Andrew Cagney <cagney@redhat.com>
1595
1596 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1597 convert a descriptor to a function when it's in the ".opd"
1598 section.
1599
8748518b
CV
16002003-10-03 Corinna Vinschen <vinschen@redhat.com>
1601
1602 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1603 reg_size to keep GCC silent.
1604
0fd85043
CV
16052003-10-03 Corinna Vinschen <vinschen@redhat.com>
1606
1607 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1608 base for DW_EH_PE_textrel encodings.
1609 (read_encoded_value): Add a DW_EH_PE_textrel case.
1610 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1611 section.
1612
37b517aa
MK
16132003-10-03 Mark Kettenis <kettenis@gnu.org>
1614
1615 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1616
12c266ea
AC
16172003-10-02 Andrew Cagney <cagney@redhat.com>
1618
1619 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1620 REGISTER_RAW_SIZE.
1621 * gdbarch.h, gdbarch.c: Re-generate.
1622 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1623 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1624 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1625 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1626 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1627 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1628 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1629 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1630 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1631 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1632 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1633 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1634 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1635 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1636 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1637 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1638
78ba4af6
JB
16392003-10-02 Jim Blandy <jimb@redhat.com>
1640
1641 * dwarf2read.c (struct die_info): Doc fix.
1642
617daa0e
CV
16432003-10-02 Corinna Vinschen <vinschen@redhat.com>
1644
1645 * sh-tdep.c: Running thru gdb_indent.sh.
1646
e5e33cd9
CV
16472003-10-02 Corinna Vinschen <vinschen@redhat.com>
1648
1649 * sh-tdep.c (sh_justify_value_in_reg): New function.
1650 (sh_stack_allocsize): Ditto.
1651 (flt_argreg_array): New array used for floating point argument
1652 passing.
1653 (sh_init_flt_argreg): New function.
a8f4cde1 1654 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1655 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1656 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1657 Fix argument passing strategy.
1658 (sh_push_dummy_call_nofpu): Ditto.
1659
5fe830e4
AC
16602003-10-01 Andrew Cagney <cagney@redhat.com>
1661
1662 * value.h (register_value_being_returned): Declare. Replace
1663 "value_being_returned".
1664 * infcall.c (call_function_by_hand): Use
1665 register_value_being_returned.
1666 * infcmd.c (print_return_value): Call
1667 "register_value_being_returned", handle struct return locally.
1668 * values.c (register_value_being_returned): New function. Replace
1669 "value_being_returned".
a8f4cde1 1670
5fe830e4 16712003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1672
1673 * linux-proc.c (linux_do_registers): New function.
1674 (linux_make_note_section): Use linux_do_registers in case of
1675 single threaded inferior programs.
1676
64f395bf
AC
16772003-10-01 Andrew Cagney <cagney@redhat.com>
1678
1679 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1680 use STRUCT_ADDR. When not using "struct return convention", pass
1681 "0" to "value_being_returned". Add FIXMEs.
1682 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1683 value_being_returned. Add comments.
1684 * values.c (value_being_returned): Add fixme.
1685 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1686 (hppa_value_returned_from_stack): Add FIXME.
1687
639d11d3
DC
16882003-09-30 David Carlton <carlton@kealia.com>
1689
1690 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1691 'has_children' and 'next' by 'child' and 'sibling'.
1692 (read_comp_unit): Rework algorithm, breaking body into
1693 read_die_and_children and read_die_and_siblings.
1694 (read_die_and_children, read_die_and_siblings): New.
1695 (read_full_die): Add 'has_children' argument; set it instead of
1696 the die's 'has_children' field. Minor formatting cleanup.
1697 (free_die_list): Use die->child and die->sibling instead of
1698 die->next.
1699 (dump_die_list): Ditto.
1700 (sibling_die): Use die->sibling.
1701 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1702 'has_children' and 'next' fields.
a8f4cde1
RM
1703 (process_die, read_file_scope, read_func_scope)
1704 (read_lexical_block_scope, read_structure_scope)
1705 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1706 (read_namespace, read_subroutine_type, dump_die): Ditto.
1707
5bffac25
AC
17082003-09-30 Andrew Cagney <cagney@redhat.com>
1709
1710 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1711 to 224, not 220.
1712
f30992d4
AC
17132003-09-30 Andrew Cagney <cagney@redhat.com>
1714
1715 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1716 REGISTER_VIRTUAL_SIZE.
1717 * gdbarch.h, gdbarch.c: Regenerate.
1718 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1719 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1720 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1721
2e092625
AC
17222003-09-29 Andrew Cagney <cagney@redhat.com>
1723
1724 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1725 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1726 * gdbarch.h, gdbarch.c: Regenerate.
1727 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1728 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1729
1730 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1731 * remote-vxmips.c (vx_read_register): Ditto.
1732 * remote-vx68.c (vx_read_register): Ditto.
1733 * gnu-nat.c (inf_validate_procs): Ditto.
1734
7a5dd6ee
JB
17352003-09-29 J. Brobecker <brobecker@gnat.com>
1736
1737 * infcall.c (call_function_by_hand): Fix build failure
1738 introduced in the previous change to this file.
1739
1fe43d45
AC
17402003-09-29 Andrew Cagney <cagney@redhat.com>
1741
1742 * NEWS: Mention Objective-C.
1743
e28a332c
JG
17442003-09-29 Jerome Guitton <guitton@act-europe.fr>
1745
1746 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1747 test if the register has been saved on the stack.
1748 (arm_scan_prologue_cache): When analysing the instruction
1749 "str lr, [sp, #-4]", save the address where lr has been stored.
1750
9ff63c35
AC
17512003-09-28 Andrew Cagney <cagney@redhat.com>
1752
7f5f525d
AC
1753 * frame.c (frame_read_unsigned_register): Delete function.
1754 * frame.h (frame_read_unsigned_register): Delete declaration.
1755 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1756 get_frame_register_unsigned.
1757 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1758 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1759 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1760
7f5f525d
AC
1761 * frame.h (frame_read_register): Delete declaration.
1762 * frame.c (frame_read_register): Delete function.
1763 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1764 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1765 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1766 * mips-tdep.c (mips_register_to_value): Ditto.
1767 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1768 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1769
1770 * frame.c (frame_read_signed_register): Delete function.
1771 (frame_read_unsigned_register): Update comments.
1772 * frame.h (frame_read_signed_register): Delete declaration.
1773 * h8300-tdep.c (h8300_print_register): Use
1774 get_frame_register_signed.
1775 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1776
9ff63c35
AC
1777 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1778 Rename VALUE_RETURNED_FROM_STACK.
1779 * infcmd.c (print_return_value): Update.
1780 * infcall.c (call_function_by_hand): Update.
1781
41d041d6
MK
17822003-09-28 Mark Kettenis <kettenis@gnu.org>
1783
1784 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1785 regcache argument and reverse the order of the other two
1786 arguments. Remove local regcache variable. Determine
1787 architecture from REGCACHE. Update comments.
1788 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1789 reverse the order of the other two arguments. Remove local
1790 regcache variable. Determine architecture from REGCACHE. Update
1791 comments.
1792 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1793 prototypes. Update comments.
1794 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1795 comment.
1796 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1797 Update.
1798 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1799 * i386-interix-nat.c (supply_fpregset): Update.
1800 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1801 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1802 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1803 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1804 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1805 Update.
1806 * i386obsd-tdep.c (fetch_core_registers): Update.
1807 * i386v4-nat.c (supply_fpregset): Update.
1808 * x86-64-linux-nat.c (supply_fpregset): Update.
1809 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1810
1cb97e17
MK
18112003-09-27 Mark Kettenis <kettenis@gnu.org>
1812
5716833c
MK
1813 * i386-tdep.h: Put opaque declarations in alphabetical
1814 order. Remove spurious whitespace.
1815 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1816 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1817 * i386-tdep.c (MM0_REGNUM): Remove define.
1818 (i386_mmx_regnum_p): Add gdbarch argument.
1819 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1820 Rewrite using new macro definitions for FPU/SSE registers.
1821 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1822 definitions from i387-tdep.h.
1823 (i386_register_name): Update.
1824 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1825 new macro definitions for FPU/SSE registers.
1826 (i386_extract_return_value): Determine whether floating-point
1827 registers are present by examining REGCACHE's architecture.
1828 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1829 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1830 FPU/SSE registers.
1831 (i386_register_type): Update.
1832 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1833 definitions for FPU registers. Use REGCACHE's architecture to
1834 determine the appropriate register numbers.
1835 (i386_pseudo_register_read, i386_pseudo_register_write,
1836 i386_register_reggroup_p): Update.
1837 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1838 TDEP->mm0_regnum.
1839 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1840 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1841 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1842 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1843 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1844 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1845 *' to `void *'.
1846 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1847 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1848 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1849 definitions for FPU/SSE registers.
1850 (FXSAVE_MXCSR_ADDR): New define.
1851 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1852 TDEP->mm0_regnum.
1853 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1854 (I387_ST0_REGNUM): Define.
1855
41d35cb0
MK
1856 * regcache.h (get_regcache_arch): New prototype.
1857 * regcache.c (get_regcache_arch): New function.
1858
54e74f72
MK
1859 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1860 whitespace.
1861
1cb97e17
MK
1862 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1863 Initialize using ARRAY_SIZE.
1864
0968aa8c
AC
18652003-09-27 Andrew Cagney <cagney@redhat.com>
1866
1867 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1868 "init_frame_pc_default".
1869 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1870 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1871 * vax-tdep.c (vax_gdbarch_init): Update.
1872 * v850-tdep.c (v850_gdbarch_init): Update.
1873 * sh64-tdep.c (sh64_gdbarch_init): Update.
1874 * s390-tdep.c (s390_gdbarch_init): Update.
1875 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1876 * mcore-tdep.c (mcore_gdbarch_init): Update.
1877 * h8300-tdep.c (h8300_gdbarch_init): Update.
1878 * cris-tdep.c (cris_gdbarch_init): Update.
1879 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1880
54c84734
MK
18812003-09-26 Mark Kettenis <kettenis@gnu.org>
1882
1883 * regset.h: New file.
1884 * Makefile.in (regset_h): Add.
1885
1b1d3794
AC
18862003-09-25 Andrew Cagney <cagney@redhat.com>
1887
1888 * frame.h (deprecated_frame_saved_regs): Rename
1889 get_frame_saved_regs.
1890 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1891 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1892 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1893 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1894 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1895
e6beb428
AC
18962003-09-25 Andrew Cagney <cagney@redhat.com>
1897
1898 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1899 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1900 and Java.
1901 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1902 arm*-*-* do not use the new frame code.
1903
710122da
DC
19042003-09-25 David Carlton <carlton@kealia.com>
1905
1906 * c-exp.y: Remove 'register' declarations.
1907 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1908
79c2c32d
DC
19092003-09-25 David Carlton <carlton@kealia.com>
1910
1911 * c-exp.y: Include cp-support.h. Add qualified_type.
1912 (yylex): Delete nested type hack; add comments.
1913 * cp-namespace.c (cp_lookup_nested_type): New function.
1914 * cp-support.h: Declare cp_lookup_nested_type.
1915 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1916 instead of value_struct_elt_for_reference.
1917 * valops.c: Include cp-support.h.
1918 (value_aggregate_elt): New function.
1919 (value_namespace_elt): Ditto.
1920 (value_struct_elt_for_reference): Make static.
1921 * value.h: Delete declaration of value_struct_elt_for_reference;
1922 add declaration for value_aggregate_elt.
1923 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1924 (valops.o): Ditto.
1925
898c62f5
DJ
19262003-09-25 Daniel Jacobowitz <drow@mvista.com>
1927
1928 * stack.c: Include "reggroups.h".
1929 (frame_info): Only display registers in all_reggroup.
1930 * Makefile.in (stack.o): Update dependencies.
1931
28cd8767
JG
19322003-09-25 Jerome Guitton <guitton@act-europe.fr>
1933
1934 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1935 "add ip, sp #n" in the prologue.
1936 (arm_scan_prologue): Ditto.
1937
a4ab2b5d
JG
19382003-09-25 Jerome Guitton <guitton@act-europe.fr>
1939
1940 * MAINTAINERS (write after approval): Add myself.
1941
3f244638
AS
19422003-09-25 Andreas Schwab <schwab@suse.de>
1943
1944 * m68k-tdep.c: Include "dwarf2-frame.h".
1945 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1946 * Makefile.in (m68k-tdep.o): Update dependencies.
1947
1c0159e0
CV
19482003-09-25 Corinna Vinschen <vinschen@redhat.com>
1949
1950 * sh-tdep.c (struct frame_extra_info): Remove.
1951 (struct sh_frame_cache): New structure.
1952 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1953 (GET_TARGET_REG): Ditto but target register.
1954 (GET_PUSHED_REG): Remove.
1955 (IS_MOV_ARG_TO_REG): New macro.
1956 (IS_MOV_ARG_TO_IND_R14): New macro.
1957 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1958 (IS_MOVW_PCREL_TO_REG): New macro.
1959 (IS_MOVL_PCREL_TO_REG): New macro.
1960 (IS_SUB_REG_FROM_SP): New macro.
1961 (IS_ARG_MOV): Remove.
1962 (IS_MOV_TO_R14): Remove.
1963 (IS_RESTORE_FP): New macro.
1964 (IS_RTS): New macro.
1965 (IS_LDS): New macro.
1966 (IS_MOV_FP_SP): New macro.
1967 (IS_ADD_REG_TO_FP): New macro.
1968 (IS_ADD_IMM_FP): New macro.
1969 (sh_skip_prologue_hard_way): Remove.
1970 (sh_saved_pc_after_call): Remove.
1971 (sh_frame_chain): Remove.
1972 (sh_find_callers_reg): Remove.
a8f4cde1 1973 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1974 (sh_fp_frame_init_saved_regs): Remove.
1975 (sh_init_extra_frame_info): Remove.
1976 (sh_analyze_prologue): New function.
1977 (sh_skip_prologue): Remove deprecated code. Rely on new function
1978 sh_analyze_prologue when after_prologue fails.
1979 (sh_frame_saved_pc): Remove.
1980 (sh_alloc_frame_cache): New function.
1981 (sh_frame_cache): Ditto.
1982 (sh_frame_prev_register): Ditto.
1983 (sh_frame_this_id): Ditto.
1984 (sh_frame_unwind): New structure defining the heuristic frame
1985 sniffer interface.
1986 (sh_frame_sniffer): New function.
1987 (sh_unwind_sp): Ditto.
1988 (sh_unwind_pc): Ditto.
1989 (sh_unwind_dummy_id): Ditto.
1990 (sh_frame_base_address): Ditto.
1991 (sh_frame_base): New structure defining new frame base code.
1992 (sh_in_function_epilogue_p): New function.
1993 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1994 code and to call all new code instead. Initialize dwarf2 and
1995 heuristic frame sniffer.
1996
5f9769d1
PH
19972003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1998
a8f4cde1
RM
1999 * parser-defs.h (struct exp_descriptor): New definition, containing
2000 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
2001 evaluating expressions.
2002 (exp_descriptor_standard): Declare new variable.
2003 (print_subexp): Make global and declare here (from expprint.c).
2004 (dump_subexp): Ditto.
2005 (dump_subexp_body_standard): Declare.
2006 (operator_length_standard): Declare.
2007 (op_name_standard): Declare.
2008 (print_subexp): Declare.
2009 (print_subexp_standard): Declare.
2010
2011 * language.h (struct language_defn): Add la_exp_desc field to hold
2012 pointer to table for language-specific operators.
2013 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
2014
2015 * parse.c (operator_length): Move most code to new
5f9769d1 2016 operator_length_standard function. Use language-specific information.
a8f4cde1 2017 (operator_length_standard): New function taking most code from
5f9769d1
PH
2018 operator_length.
2019 (exp_descriptor_standard): New constant.
a8f4cde1
RM
2020
2021 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 2022 and OP_EXTENDED_LAST.
a8f4cde1
RM
2023
2024 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
2025 Make global; remove static declaration.
2026 Move most code to print_subexp_standard.
a8f4cde1 2027 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
2028 print_subexp.
2029 (op_name): Add expression to argument signature.
a8f4cde1 2030 Use langauge-specific op_name.
5f9769d1
PH
2031 Move most code to op_name_standard.
2032 (op_name_standard): New function, containing code formerly in op_name.
2033 (dump_subexp): Use new version of op_name function.
2034 Use language-specific dump_subexp_body, and move most existing code to
2035 dump_subexp_body_standard.
2036 (dump_raw_expression): Use new op_name interface.
2037 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2038 (dump_subexp_body_standard): New function, containing code formerly
2039 in dump_subexp_body.
a8f4cde1 2040
5f9769d1
PH
2041 * language.c (unknown_language): Add default la_exp_desc field and
2042 remove evaluate_exp field.
2043 (auto_language): Ditto.
2044 (local_language): Ditto.
2045 * f-lang.c (f_language_defn): Ditto.
2046 * c-lang.c (c_language_defn): Ditto.
2047 (cplus_language_defn): Ditto.
2048 (asm_language_defn): Ditto.
2049 (minimal_language_defn): Ditto.
2050 * p-lang.c (pascal_language_defn): Ditto.
2051 * m2-lang.c (m2_language_defn): Ditto.
2052 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
2053
2054 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
2055 Java-specific expression evaluator.
2056 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2057 field.
a8f4cde1 2058 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
2059 Scheme-specific expression evaluator.
2060 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2061 field.
2062 * objc-lang.c (print_object_command): Take evaluate_exp from the
2063 la_exp_desc field.
a8f4cde1 2064
5f9769d1 2065 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
2066
2067 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
2068 la_exp_desc's type.
2069 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 2070
24daaebc
PH
20712003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2072
2073 * parser-defs.h (operator_length): Declare.
a8f4cde1 2074
24daaebc
PH
2075 * parse.c (length_of_subexp): Use operator_length to get operator
2076 lengths and arities for operators.
2077 Move most code to new operator_length function.
a8f4cde1 2078 (operator_length): New function absorbing most code from
24daaebc
PH
2079 length_of_subexp.
2080 (prefixify_subexp): Remove large case and use operator_length instead.
2081 (parse_exp_1): Use renamings:
a8f4cde1 2082 dump_prefix_expression => dump_raw_expression and
24daaebc 2083 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 2084
24daaebc
PH
2085 * expression.h (dump_prefix_expression): Rename to ...
2086 (dump_raw_expression): New name.
2087 (dump_postfix_expression): Rename to ...
2088 (dump_prefix_expression): New name.
a8f4cde1 2089
24daaebc
PH
2090 * expprint.c (dump_subexp): Make global. Add comment.
2091 Move most existing code to dump_subexp_body.
2092 (dump_subexp_body): New function.
2093 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 2094 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
2095 work before the expression is prefixified.
2096 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 2097 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 2098 that's what it does.
a8f4cde1 2099 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
2100 prefixified expression.
2101 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 2102
8c2957c4
JB
21032003-09-22 Jim Blandy <jimb@redhat.com>
2104
2105 * dwarf2read.c (read_array_type): When building the type for an
2106 array of unspecified length, make sure to choose the upper bound
2107 so that the array's total length comes out to be zero --- that's
2108 how we represent such arrays.
2109
592e3010
MC
21102003-09-22 Michael Chastain <mec@shout.net>
2111
2112 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2113
365c70b1
JJ
21142003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2115
2116 * top.c (quit_force): Fix indirect call to quit_target so
2117 a struct qt_args pointer is passed.
2118
5d6eb653
AC
21192003-09-22 Andrew Cagney <cagney@redhat.com>
2120
2121 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2122 * arch-utils.c (init_frame_pc_noop): Delete function.
2123 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2124 "init_frame_pc".
2125 * mips-tdep.c (mips_gdbarch_init): Ditto.
2126 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2127 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2128 declaration.
2129 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2130 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2131 declaration.
2132 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2133
b222a67f
AG
21342003-09-22 Anthony Green <green@redhat.com>
2135
2136 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2137 declaration.
2138
d5b5ac79
AC
21392003-09-20 Andrew Cagney <cagney@redhat.com>
2140
deafb061
AC
2141 * breakpoint.c: Eliminate ARGSUSED.
2142 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2143 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2144 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2145 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2146 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2147 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2148 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2149 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2150 * wince.c, remote-vx.c: Ditto.
2151
d5b5ac79
AC
2152 * cli/cli-script.c: Remove "register" attributes.
2153 * config/pa/tm-hppa.h: Ditto.
2154 * cli/cli-decode.c: Ditto.
2155 * cli/cli-cmds.c: Ditto.
2156
c6316faa
AC
21572003-09-19 Andrew Cagney <cagney@redhat.com>
2158
2159 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2160 DEPRECATED_NPC_REGNUM.
2161 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2162
f4f99b11
CF
21632003-09-19 Christopher Faylor <cgf@redhat.com>
2164
2165 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2166
1708f284
JB
21672003-09-19 Jim Blandy <jimb@redhat.com>
2168
2169 * macrotab.c (macro_include): Use the correct comparison to find
2170 the appropriate place for this inclusion in the list.
2171
b9fbf434
AC
21722003-09-19 Andrew Cagney <cagney@redhat.com>
2173
2174 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2175 (DEPRECATED_HPUX_TEXT_END): Define.
2176 (deprecated_hpux_text_end): Declare.
2177 (struct target_ops): Declare opaque.
2178 * hppah-nat.c (text_end): Make static.
2179 (deprecated_hpux_text_end): New function.
2180 * exec.c (text_end): Delete global variable.
2181 (NEED_TEXT_START_END): Do not define.
2182 (exec_file_attach): Replace code computing "text_end" code with
2183 call to DEPRECATED_HPUX_TEXT_END.
2184
5b03f266
AC
21852003-09-19 Andrew Cagney <cagney@redhat.com>
2186
2187 * utils.c (align_up, align_down): New functions.
2188 * defs.h (align_up, align_down): Declare.
2189 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2190 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2191 and "align_down".
2192 (round_up, round_down): Delete functions.
2193 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2194 "align_down".
2195 (ROUND_DOWN, ROUND_UP): Delete macros.
2196 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2197 * h8300-tdep.c: Replace "round_up" and "round_down" with
2198 "align_up" and "align_down".
2199 (round_up, round_down): Delete macros.
2200 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2201 "align_down".
2202 (ROUND_UP, ROUND_DOWN): Delete macros.
2203
51db5742
JB
22042003-09-18 J. Brobecker <brobecker@gnat.com>
2205
2206 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2207 hard-coded constant. Use the proper machine name instead.
2208
77949794
AC
22092003-09-17 Andrew Cagney <cagney@redhat.com>
2210
2211 * sparc-tdep.c (legacy_register_name): Delete function.
2212 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2213 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2214 * infcmd.c (gdb_register_name): Delete variable.
2215 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2216 REGISTER_NAME and "tm.h".
2217 * gdbarch.h, gdbarch.c: Regenerate.
2218 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2219 REGISTER_NAMES in comments.
2220 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2221 * m68klinux-nat.c (regmap): Ditto.
2222
b55c33cc
JB
22232003-09-17 Jim Blandy <jimb@redhat.com>
2224
2225 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2226
957e27ac
AC
22272003-09-17 Andrew Cagney <cagney@redhat.com>
2228
2229 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2230 (ppcnbsd_init_abi): Set "use_struct_convention" to
2231 "ppcnbsd_use_struct_convention".
2232
192cb3d4
MK
22332003-09-17 Mark Kettenis <kettenis@gnu.org>
2234
2235 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2236 * gdbarch.h, gdbarch.c: Regenerate.
2237 (stabs_argument_has_addr): New architecture method.
2238 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2239 * arch-utils.c: Include "buildsym.h".
2240 (default_stabs_argument_has_addr): New function.
2241 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2242 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2243
efe59759
AC
22442003-09-17 Andrew Cagney <cagney@redhat.com>
2245
2246 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2247 * gdbarch.h, gdbarch.c: Regenerate.
2248 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2249 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2250 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2251 * sparcnbsd-tdep.c: Update.
a8f4cde1 2252
62700349
AC
22532003-09-17 Andrew Cagney <cagney@redhat.com>
2254
2255 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2256 * gdbarch.h, gdbarch.c: Regenerate.
2257 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2258 * d10v-tdep.c, frame.c: Update.
2259 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2260 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2261 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2262 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2263 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2264 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2265 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2266 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2267 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2268 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2269 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2270 * config/pa/nm-hppah.h: Update.
2271
b9ff3018
AC
22722003-09-16 Andrew Cagney <cagney@redhat.com>
2273
2274 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2275 "use_struct_convention" to "ppc_linux_use_struct_convention".
2276 (ppc_linux_use_struct_convention): New function.
2277 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2278 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2279 "rs6000_use_struct_convention".
2280 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2281 declaration.
2282 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2283 Delete function.
2284
aa1ee363
AC
22852003-09-16 Andrew Cagney <cagney@redhat.com>
2286
2287 * buildsym.c: Remove more occurances of "register".
2288 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2289 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2290 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2291 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2292 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2293 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2294 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2295 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2296
f2ea0907
CV
22972003-09-16 Corinna Vinschen <vinschen@redhat.com>
2298
2299 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2300 numbers to enumeration values.
2301 * sh-tdep.c: Accomodate above change.
2302 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2303 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2304 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2305 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2306 (IS_FPUSH): Rename from IS_FMOV.
2307 (sh_extract_struct_value_address): Remove useless comment.
2308 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2309 instead of own local values.
2310 (sh_dump_tdep): Remove.
2311 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2312 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2313
1c704f11
AC
23142003-09-15 Andrew Cagney <cagney@redhat.com>
2315
2316 * doublest.c (convert_floatformat_to_doublest): No longer need to
2317 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2318
ac79b88b
DJ
23192003-09-15 Daniel Jacobowitz <drow@mvista.com>
2320
2321 * values.c (unpack_double): Call floatformat_is_valid.
2322
1c671366
MK
23232003-09-15 Mark Kettenis <kettenis@gnu.org>
2324
de5227fb
MK
2325 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2326 ps_strings into a long.
2327
1c671366
MK
2328 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2329 _initialize_am64fbsd_nat.
2330
a604369a
KB
23312003-09-15 Kevin Buettner <kevinb@redhat.com>
2332
2333 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2334 associated with DW_AT_ranges attribute is out of bounds.
2335
b3cacbee
DL
23362003-09-15 David Lecomber <dsl@sources.redhat.com>
2337
2338 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2339
d0f37bb2
MC
23402003-09-14 Michael Chastain <mec@shout.net>
2341
2342 * config/m68k/nm-apollo68v.h: Delete.
2343 * config/m68k/xm-apollo68v.h: Delete.
2344
69517000
AC
23452003-09-14 Andrew Cagney <cagney@redhat.com>
2346
2347 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2348 * dcache.c: Update copyrights and descriptions.
2349 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2350
ef8b349d
AC
23512003-09-14 Andrew Cagney <cagney@redhat.com>
2352
2353 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2354 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2355
52f0bd74
AC
23562003-09-14 Andrew Cagney <cagney@redhat.com>
2357
2358 * alpha-nat.c: Remove some occurances of "register".
2359 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2360 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2361 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2362 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2363 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2364 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2365 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2366 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2367 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2368 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2369 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2370 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2371 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2372 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2373 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2374 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2375 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2376 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2377 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2378 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2379 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2380 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2381
4a4b3fed
AC
23822003-09-13 Andrew Cagney <cagney@redhat.com>
2383
2384 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2385 * ppc-tdep.h (struct regcache): Declare opaque.
2386 * objfiles.h (struct objfile_data): Declare opaque.
2387 * cp-support.h (struct objfile): Declare opaque.
2388 * linux-nat.h (target_waitstatus): Declare opaque.
2389
2110b94f
MK
23902003-09-14 Mark Kettenis <kettenis@gnu.org>
2391
1c671366
MK
2392 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2393 (stabs_argument_has_addr): New architecture method.
2394 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2395 * arch-utils.c: Include "buildsym.h".
2396 (default_stabs_argument_has_addr): New function.
2397 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2398 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2399
2110b94f
MK
2400 * cris-tdep.c (cris_gdbarch_init): Set
2401 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2402 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2403 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2404 * mips-tdep.c (mips_gdbarch_init): Likewise.
2405 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2406 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2407
48436ce6
AC
24082003-09-13 Andrew Cagney <cagney@redhat.com>
2409
2410 * values.c (using_struct_return): Delete "function" and "funcaddr"
2411 parameters.
2412 * value.h (using_struct_return): Update declaration.
2413 * infcmd.c (finish_command_continuation): Update.
2414 (finish_command): Update.
2415 * infcall.c (call_function_by_hand): Update.
2416 * eval.c (evaluate_subexp_standard): Update.
2417
403d9909
CF
24182003-09-13 Christopher Faylor <cgf@redhat.com>
2419
2420 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2421 SSE registers since gdb will not operate correctly without this.
2422 Restore include file ordering munged in previous change.
2423 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2424
ebf7d56b
MK
24252003-09-13 Mark Kettenis <kettenis@gnu.org>
2426
8e823e25
MK
2427 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2428 REG_STRUCT_HAS_ADDR.
2429 * gdbarch.c, gdbarch.h: Updated.
2430 * infcall.c (call_function_by_hand): Update.
2431 * stabsread.c (define_symbol): Updated.
a8f4cde1 2432
ebf7d56b
MK
2433 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2434
d3f13f72
CF
24352003-09-12 Christopher Faylor <cgf@redhat.com>
2436
2437 * win32-nat.c: Reorganize so that defines used by target headers are
2438 actually defined by the system headers.
2439 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2440 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2441
14f75137
JB
24422003-09-12 Jim Blandy <jimb@redhat.com>
2443
d646061f
JB
2444 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2445 the file has no .data, .bss, or .rodata sections. Instead wait
2446 until we see a variable alleged to live in one of those sections.
2447
2a13f9bc
JB
2448 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2449 .bss section, presume that any variables we find live in the
2450 .rodata section.
2451
4f49b26b
JB
2452 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2453 offsets for global and static variables.
2454
14f75137
JB
2455 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2456 symbol types are, by definition, in the .data section, so it is
2457 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2458 If there is no .data section, there should be no N_DATA or N_DATA
2459 | N_EXT symbols.
2460
212c460c
MK
24612003-09-12 Mark Kettenis <kettenis@gnu.org>
2462
2463 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2464 (amd64fbsd_sigcontext_addr): Rewrite.
2465 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2466 with correct values.
2467 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2468 (amd64fbsd_init_abi): Fix typo.
2469
68856ea3
AC
24702003-09-12 Andrew Cagney <cagney@redhat.com>
2471
2472 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2473 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2474
627b3ba2
AC
24752003-09-12 Andrew Cagney <cagney@redhat.com>
2476
2477 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2478 "entry_file_highpc". Update comments.
2479 * defs.h (deprecated_inside_entry_file): Rename
2480 "inside_entry_file".
2481 * blockframe.c (deprecated_inside_entry_file): Rename
2482 "inside_entry_file".
2483 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2484 * vax-tdep.c (vax_frame_chain): Update.
2485 * sh64-tdep.c (sh64_frame_chain): Update.
2486 * sh-tdep.c (sh_frame_chain): Update.
2487 * rs6000-tdep.c (rs6000_frame_chain): Update.
2488 * ns32k-tdep.c (ns32k_frame_chain): Update.
2489 * mips-tdep.c (mips_frame_chain): Update.
2490 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2491 * m32r-tdep.c (m32r_frame_this_id): Update.
2492 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2493 * frv-tdep.c (frv_frame_this_id): Update.
2494 * d10v-tdep.c (d10v_frame_this_id): Update.
2495 * cris-tdep.c (cris_frame_chain): Update.
2496 * blockframe.c (legacy_frame_chain_valid): Update.
2497 * avr-tdep.c (avr_frame_this_id): Update.
2498 * arm-tdep.c (arm_prologue_this_id): Update.
2499 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2500 * objfiles.c (objfile_relocate): Update.
2501 * mipsread.c (mipscoff_symfile_read): Update.
2502 (mipscoff_symfile_read): Update.
2503 * mdebugread.c (parse_partial_symbols): Update.
2504 * dwarfread.c (read_file_scope): Update.
2505 * dwarf2read.c (read_file_scope): Update.
2506 * dbxread.c (read_dbx_symtab): Update.
2507 (read_dbx_symtab): Update.
2508 * coffread.c (complete_symtab): Update.
2509
b0abbc58
JJ
25102003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2511
2512 * top.c (quit_target): New static helper function.
2513 (quit_force): Moved code to quit_target(). Call quit_target()
2514 via catch_errors() to catch errors during quit.
2515
a1632d59
DC
25162003-09-11 David Carlton <carlton@kealia.com>
2517
2518 * buildsym.c (finish_block): Use allocate_block to allocate the
2519 block.
2520 * mdebugread.c (new_block): Add FIXME.
2521
5c4e30ca
DC
25222003-09-11 David Carlton <carlton@kealia.com>
2523
2524 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2525 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2526 (recursive_dump_type): Ditto.
2527 * printcmd.c (print_formatted): Ditto.
2528 * typeprint.c (print_type_scalar): Ditto.
2529 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2530 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2531 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2532 maint_cplus_cmd_list.
2533 * cp-support.c: Make maint_cplus_cmd_list extern.
2534 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2535 command.h.
2536 (lookup_symbol_file): Look in possible namespace blocks when
2537 appropriate.
2538 (initialize_namespace_symtab): New.
2539 (get_possible_namespace_block, free_namespace_block)
2540 (check_possible_namespace_symbols)
2541 (check_possible_namespace_symbols_loop)
2542 (check_one_possible_namespace_symbol)
2543 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2544 (_initialize_cp_namespace): Ditto.
2545 * block.h: Declare allocate_block.
2546 * block.c (allocate_block): New.
2547 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2548 allocate_block.
2549 * symfile.h: Update declaration of add_psymbol_to_list.
2550 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2551 question.
2552 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2553 scan_partial_symbols_call.
2554 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2555 helper functions.
2556 (add_partial_symbol): If necessary, scan mangled names for names
2557 of namespaces.
2558 (add_partial_namespace): Add NAMESPACE argument; generate partial
2559 symbols associated to namespaces.
2560 (add_partial_enumeration): Add NAMESPACE argument.
2561 (new_symbol): Allow namespace syms.
2562 (read_namespace): Generate namespace syms.
2563 * objfiles.h: Add opaque declaration of struct symtab.
2564 (struct objfile): Add cp_namespace_symtab member.
2565 * objfiles.c (allocate_objfile): Set
2566 objfile->cp_namespace_symtab.
2567 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2568 dictionary_h, command_h.
2569
33a7c2fc
AC
25702003-09-11 Andrew Cagney <cagney@redhat.com>
2571
2572 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2573 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2574 near the function's end.
2575 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2576 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2577 regcache_raw_write_signed to set SP_REGNUM.
2578
63cd24fe
EZ
25792003-09-11 Elena Zannoni <ezannoni@redhat.com>
2580
2581 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2582 orig_addrs is set up properly.
2583
f27dd7fd
AC
25842003-09-11 Andrew Cagney <cagney@redhat.com>
2585
2586 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2587 * gdbarch.h, gdbarch.c: Re-generate.
2588 * infcall.c (call_function_by_hand): Update.
2589 * hppa-tdep.c (hppa_push_arguments): Update.
2590 * ada-lang.c (place_on_stack): Update.
2591 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2592 * sparc-tdep.c (sparc_gdbarch_init): Update.
2593 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2594 * hppa-tdep.c (hppa_gdbarch_init): Update.
2595 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2596 stack_align.
2597
f630a401
DJ
25982003-09-11 Daniel Jacobowitz <drow@mvista.com>
2599
2600 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2601 register do need a frame.
2602
0ddabb4c
AC
26032003-09-11 Andrew Cagney <cagney@redhat.com>
2604
2605 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2606 buildable since GDB 5.0.
2607 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2608 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2609 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2610 * irix4-nat.c: Delete file.
2611 * config/mips/irix4.mh: Delete file.
2612 * config/mips/irix3.mh: Delete file.
2613 * config/mips/irix3.mt: Delete file.
2614 * config/mips/tm-irix3.h: Delete file.
2615 * config/mips/nm-irix3.h: Delete file.
2616 * config/mips/xm-irix3.h: Delete file.
2617 * config/mips/nm-irix4.h: Delete file.
2618 * config/mips/xm-irix4.h: Delete file.
2619 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2620
fde2cceb
JB
26212003-09-10 J. Brobecker <brobecker@gnat.com>
2622
2623 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2624 * Makefile.in (hppa-tdep.o): Update dependencies.
2625
66f667f5
JW
26262003-09-10 James E Wilson <wilson@specifixinc.com>
2627
ef5fd69f
JW
2628 * MAINTAINERS: Change my e-mail address. Move to paper trail
2629 section.
66f667f5 2630
53e8aaea
KB
26312003-09-10 Kevin Buettner <kevinb@redhat.com>
2632
2633 * MAINTAINERS (frv): New ISA entry.
2634
dcc6aaff
KB
26352003-09-10 Kevin Buettner <kevinb@redhat.com>
2636
2637 * frv-tdep.c (dis-asm.h): Include.
2638 * Makefile.in (frv-tdep.o): Update dependencies.
2639
932644f0
JJ
26402003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2641
2642 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2643 Fix typo for high range of floating registers.
2644
91c24f0a
DC
26452003-09-09 David Carlton <carlton@kealia.com>
2646
2647 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2648 highpc initialization here out of scan_partial_symbols.
2649 (scan_partial_symbols): Restructure into a recursive version,
2650 calling add_partial_namespace and add_partial_enumeration when
2651 appropriate.
2652 (add_partial_namespace): New.
2653 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2654
c9263853
AC
26552003-09-09 Andrew Cagney <cagney@redhat.com>
2656
e56a0ecc
AC
2657 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2658 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2659 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2660 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2661
794a477a
AC
2662 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2663 (rs6000_push_dummy_call): Set the "TOC" register.
2664
c9263853
AC
2665 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2666 methods "max_register_raw_size", "max_register_virtual_size" or
2667 "register_virtual_size".
2668
afa7d0b2
ILT
26692003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2670
2671 * MAINTAINERS: Update my e-mail address.
2672
7a41266b
AC
26732003-09-09 Andrew Cagney <cagney@redhat.com>
2674
2675 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2676 (rs6000_push_dummy_call): Store the struct return address.
2677 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2678
77b2b6d4
AC
26792003-09-09 Andrew Cagney <cagney@redhat.com>
2680
2681 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2682 "ppc_sysv_abi_push_arguments".
2683 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2684 "ppc_sysv_abi_push_arguments".
2685 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2686 instead of "push_arguments".
2687 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2688
e8a7b686
AC
26892003-09-09 Andrew Cagney <cagney@redhat.com>
2690
2691 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2692 instead of CALL_DUMMY_ADDRESS.
2693
f86f5ca3
PH
26942003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2695
2696 * p-lang.c: Eliminate "register".
2697 * c-lang.c: Ditto.
2698 * expprint.c: Ditto.
2699 * f-lang.c: Ditto.
2700 * jv-lang.c: Ditto.
2701 * language.c: Ditto.
2702 * m2-lang.c: Ditto.
2703 * parse.c: Ditto.
2704 * scm-lang.c: Ditto.
2705 * objc-lang.c: Ditto.
2706
83ee270e
NC
27072003-09-09 Nick Clifton <nickc@redhat.com>
2708
2709 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2710
a89aa300
AC
27112003-09-04 Andrew Cagney <cagney@redhat.com>
2712
2713 * avr-tdep.c: Include "dis-asm.h".
2714 * cris-tdep.c: Include "dis-asm.h".
2715 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2716 instead of corresponding typedef.
2717 * h8300-tdep.c: Include "dis-asm.h".
2718 * ia64-tdep.c: Include "dis-asm.h".
2719 * i386-tdep.c: Include "dis-asm.h".
2720 (i386_print_insn): Use "struct disassemble_info" instead of
2721 corresponding typedef.
2722 * m68k-tdep.c: Include "dis-asm.h".
2723 * mcore-tdep.c: Include "dis-asm.h".
2724 * mips-tdep.c: Include "dis-asm.h".
2725 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2726 instead of corresponding typedef.
2727 * ns32k-tdep.c: Include "dis-asm.h".
2728 * s390-tdep.c: Include "dis-asm.h".
2729 * sparc-tdep.c: Include "dis-asm.h".
2730 * vax-tdep.c: Include "dis-asm.h".
2731 * v850-tdep.c: Include "dis-asm.h".
2732 * mn10300-tdep.c: Include "dis-asm.h".
2733 * rs6000-tdep.c: Include "dis-asm.h".
2734 * xstormy16-tdep.c: Include "dis-asm.h".
2735 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2736 print_insn_xstormy16.
2737 * Makefile.in (v850-tdep.o): Update dependencies.
2738 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2739 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2740 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2741 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2742 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2743 (gdbarch_h): Remove $(dis_asm_h).
2744 * disasm.c: Include "dis-asm.h".
2745 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2746 corresponding typedef.
2747 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2748 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2749 * gdbarch.sh: Do not include "dis-asm.h".
2750 (struct disassemble_info): Declare opaque.
2751 (TARGET_PRINT_INSN): Update declaration.
2752 * gdbarch.h, gdbarch.c: Re-generate.
2753
88a82a65
AC
27542003-09-08 Andrew Cagney <cagney@redhat.com>
2755
2756 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2757 CALL_DUMMY_ADDRESS, change to a predicate.
2758 * gdbarch.h, gdbarch.c: Re-generate.
2759 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2760 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2761 * infcall.c (call_function_by_hand): Ditto.
2762 * sparc-tdep.c (sparc_push_return_address): Ditto.
2763 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2764 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2765 CALL_DUMMY_ADDRESS with entry_point_address.
2766 * v850-tdep.c (v850_push_return_address): Ditto.
2767 * s390-tdep.c (s390_push_return_address): Ditto.
2768 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2769 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2770 * mcore-tdep.c (mcore_push_return_address): Ditto.
2771 * cris-tdep.c (cris_push_return_address): Ditto.
2772 * arm-tdep.c (arm_push_return_address): Ditto.
2773
3e2c4033
AC
27742003-09-08 Andrew Cagney <cagney@redhat.com>
2775
2776 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2777 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2778 and REG_UNMODIFIED to REG_SAME_VALUE.
2779 (execute_cfa_program): Update.
2780 (dwarf2_frame_cache): Update. Initialize table to
2781 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2782 location.
2783 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2784
39efb398
AC
27852003-09-08 Andrew Cagney <cagney@redhat.com>
2786
2787 * gnu-nat.c: Remove "inline" function attribute.
2788 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2789
f5cb5aca
KB
27902003-09-08 Kevin Buettner <kevinb@redhat.com>
2791
2792 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2793 target.
2794
1cb761c7
KB
27952003-09-08 Kevin Buettner <kevinb@redhat.com>
2796
2797 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2798 (frame_extra_info): Rename this struct to frv_unwind_cache.
2799 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2800 Add fields ``prev_sp'' and ``base''.
2801 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2802 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2803 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2804 Delete.
2805 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2806 Revise all callers. Fill in the unwind cache argument and make
2807 other adjustments to account for new frame mechanisms.
2808 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2809 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2810 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2811 (frv_frame_unwind, frv_frame_base): New structs.
2812 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2813 additional arguments expected by this method and adjust function
2814 body accordingly.
2815 (frv_gdbarch_init): Remove calls to the following functions:
2816 set_gdbarch_deprecated_init_frame_pc(),
2817 set_gdbarch_deprecated_saved_pc_after_call(),
2818 set_gdbarch_deprecated_frame_chain(),
2819 set_gdbarch_deprecated_frame_saved_pc(),
2820 set_gdbarch_deprecated_frame_init_saved_regs(),
2821 set_gdbarch_deprecated_push_arguments(),
2822 set_gdbarch_deprecated_push_return_address(),
2823 set_gdbarch_deprecated_pop_frame(),
2824 set_gdbarch_deprecated_call_dummy_words(),
2825 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2826 set_gdbarch_deprecated_init_extra_frame_info(),
2827 set_gdbarch_deprecated_dummy_write_sp(), and
2828 set_gdbarch_deprecated_pc_in_call_dummy().
2829 Add calls to the following functions:
2830 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2831 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2832 frame_base_set_default().
2833 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2834
68f6cf99
MK
28352003-09-09 Mark Kettenis <kettenis@gnu.org>
2836
2837 * dwarf2-frame.c (read_encoded_value): Add support for
2838 DW_EH_PE_aligned encoding.
2839
73b65bb0
DJ
28402003-09-08 Daniel Jacobowitz <drow@mvista.com>
2841
2842 * infrun.c (normal_stop): Don't print a message if the inferior
2843 has exited.
2844
7c8a5605
JB
28452003-09-08 Jim Blandy <jimb@redhat.com>
2846
2847 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2848 * dbxread.c: #include "gdb_assert.h".
2849 (read_dbx_symtab): If the objfile has no .data section, use the
2850 section index for the .bss section instead.
2851
7dd88986
DJ
28522003-09-08 Daniel Jacobowitz <drow@mvista.com>
2853
2854 * frame.c (deprecated_safe_get_selected_frame): New function.
2855 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2856 * findvar.c (read_var_value): Call it.
2857
55ff77ac
CV
28582003-09-08 Corinna Vinschen <vinschen@redhat.com>
2859
2860 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2861 (sh64-tdep.o): Add dependencies.
2862 * configure.tgt: Add FIXME to sh-*-linux*.
2863 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2864 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2865 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2866 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2867 * sh64-tdep.c: New file, containing all sh64 related code from
2868 sh-tdep.c.
2869 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2870 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2871 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2872 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2873 * config/sh/wince.mt (TDEPFILES): Ditto.
2874
bfb39158
DJ
28752003-09-07 Daniel Jacobowitz <drow@mvista.com>
2876
2877 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2878 (stop_wait_callback): Handle !lp->signalled also.
2879 (lin_lwp_has_pending, flush_callback): New functions.
2880 (lin_lwp_wait): Call flush_callback.
2881 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2882 (linux_proc_pending_signals): New function.
2883 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2884
9407de8e
DJ
28852003-09-07 Daniel Jacobowitz <drow@mvista.com>
2886
2887 From Nick Kelsey <nickk@ubicom.com>:
2888 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2889 when the stop PC is at the beginning of a function also.
2890
2ef47cd0
DJ
28912003-09-06 Daniel Jacobowitz <drow@mvista.com>
2892
2893 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2894 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2895
6f4492c8
MK
28962003-09-06 Mark Kettenis <kettenis@gnu.org>
2897
2898 * sol-thread.c: Include "gdb_string.h".
2899
d3420b2f
MK
29002003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2901
2902 * gcore.c: Reorder include files in alphabetical order. Include
2903 "gdb_assert.h". Various coding style fixes.
2904 (derive_stack_segment, derive_heap_segment): Replace check for
2905 non-null BOTTOM and TOP with gdb_assert.
2906 (derive_heap_segment): Replace check for successful creation of
2907 ZERO with gdb_assert.
2908 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2909
5220ea4c
AC
29102003-09-04 Andrew Cagney <cagney@redhat.com>
2911
2912 * thread-db.c (verbose_dlsym): New function.
2913 (thread_db_load): Use verbose_dlsym
2914 (thread_db_new_objfile): Print that libthread_db was loaded, and
2915 that thread debugging was enabled.
2916
6e8c2c06
AC
29172003-09-04 Andrew Cagney <cagney@redhat.com>
2918
2919 * configure.tgt: Add "mips64*-*-*" target. Delete
2920 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2921 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2922 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2923 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2924 mips*-sony-*, and mips64*-*-elf* targets.
2925 * config/mips/embedl.mt: Delete file.
2926 * config/mips/embedl64.mt: Delete file.
2927 * config/mips/mips.mt: Delete file.
2928 * config/mips/mips64.mt: Delete file.
2929 * config/mips/tm-embed.h: Delete file.
2930 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2931 * config/mips/embed64.mt: Delete out-of-date comment.
2932
3a3bc038
AC
29332003-09-04 Andrew Cagney <cagney@redhat.com>
2934
2935 * hppa-tdep.c (hppa_gdbarch_init): Set
2936 "have_nonsteppable_watchpoint".
2937 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2938 * mips-tdep.c (mips_dump_tdep): Do not print
2939 HAVE_NONSTEPPABLE_WATCHPOINT.
2940 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2941 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2942 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2943 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2944
a957e642
CV
29452003-09-04 Corinna Vinschen <vinschen@redhat.com>
2946
2947 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2948 unused code. Add comment.
2949
a6fbcf2f
CV
29502003-09-04 Corinna Vinschen <vinschen@redhat.com>
2951
2952 * breakpoint.c (watchpoint_check): Check for pc being in an
2953 epilogue if watchpoint frame couldn't be found.
2954
c14a44d5
AC
29552003-09-04 Andrew Cagney <cagney@redhat.com>
2956
2957 * Makefile.in: Re-generate all dependencies.
2958
f6c40618
AC
29592003-09-03 Andrew Cagney <cagney@redhat.com>
2960
2961 * arch-utils.h (legacy_print_insn): Delete declaration.
2962 * arch-utils.c (legacy_print_insn): Delete function.
2963 * disasm.c (deprecated_tm_print_insn_info): Delete.
2964 (_initialize_disasm): Delete function, contained code initializing
2965 deprecated_tm_print_insn_info.
2966 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2967 (deprecated_tm_print_insn_info): Delete.
2968 (TARGET_PRINT_INSN): Do not provide a default.
2969 * gdbarch.h, gdbarch.c: Re-generate.
2970
242e8be5
AC
29712003-09-03 Andrew Cagney <cagney@redhat.com>
2972
2973 * disasm.c (fprintf_disasm): New function.
2974 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2975 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2976 reverts 2003-08-14 change.
2977 (_initialize_disasm): Call "init_disassemble_info", instead of
2978 INIT_DISASSEMBLE_INFO_NO_ARCH.
2979
3ffc3dda
MS
29802003-09-03 Michael Snyder <msnyder@redhat.com>
2981
2982 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2983
52d16ba8
AC
29842003-09-03 Andrew Cagney <cagney@redhat.com>
2985
2986 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2987 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2988 * symfile.c (syms_from_objfile): Update.
2989 (reread_symbols): `Update
2990 * exec.c (exec_file_attach): Update.
2991 (exec_file_attach): Update.
2992 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2993 2003-08-29 change.
2994 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2995
eb5492fa
DJ
29962003-09-03 Daniel Jacobowitz <drow@mvista.com>
2997
2998 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2999 trad-frame.h.
3000 (arm_get_cache): Delete macro.
3001 (struct arm_prologue_cache): Update comments. Make saved_regs into
3002 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3003 to prev_sp.
3004 (thumb_scan_prologue): Update for cache changes. Don't call
3005 DEPRECATED_PC_IN_CALL_DUMMY.
3006 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3007 argument and use it in desperation search for our prologue. Do not
3008 search past the specified PC.
3009 (arm_make_prologue_cache): Simplify.
3010
3011 (arm_prologue_this_id, arm_prologue_prev_register)
3012 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3013 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3014 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3015 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3016 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3017
3018 (arm_frame_chain_valid, arm_find_callers_reg)
3019 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3020 (arm_pop_frame): Delete obsolete methods.
3021 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3022
3023 (arm_gdbarch_init): Update for new frame methods. Register prologue
3024 and sigtramp unwinders. Set the default frame base method.
3025
3026 * Makefile.in (arm-tdep.o): Update dependencies.
3027 * varobj.c (find_frame_addr_in_frame_chain): Call
3028 get_frame_base_address.
3029 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3030
24de872b
DJ
30312003-09-03 Daniel Jacobowitz <drow@mvista.com>
3032
3033 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3034 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3035 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3036 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3037 Take NEXT_FRAME and CACHE arguments. Call
3038 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3039 Set unwound_pc in CACHE instead of modifying the frame argument.
3040 Don't bother checking the frame type when looking for sigtramp
3041 frames.
3042 (arm_make_prologue_cache, arm_frame_chain)
3043 (arm_init_extra_frame_info): New functions.
3044
9b8d791a
DJ
30452003-09-03 Daniel Jacobowitz <drow@mvista.com>
3046
3047 * arm-tdep.c (arm_get_cache): Define.
3048 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3049 unwound_sp, unwound_pc, and saved_regs.
3050 (thumb_scan_prologue): Take a cache instead of the frame.
3051 (arm_scan_prologue): Likewise.
3052 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3053 instead of a temporary frame.
3054 (arm_init_extra_frame_info): Allocate and use a cache.
3055 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3056
7ee3275f
AC
30572003-09-03 Andrew Cagney <cagney@redhat.com>
3058
3059 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3060 * config/mips/wince.mt (TM_CLIBS): Ditto.
3061 * config/sh/wince.mt (TM_CLIBS): Ditto.
3062 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3063 * config/sparc/sp64.mt (CC): Delete.
3064
57b29be7
AC
30652003-09-03 Andrew Cagney <cagney@redhat.com>
3066
3067 * defs.h: Do not include "arch-utils.h".
3068 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3069 GDB_MULTI_ARCH_PURE.
3070 * configure.in (GDB_MULTI_ARCH): Do not define.
3071 * configure, config.in: Regenerate.
3072 * configure.tgt: Do not set variable "gdb_multi_arch".
3073 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3074 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3075 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3076 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3077 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3078 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3079 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3080 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3081 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3082 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3083 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3084 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3085 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3086 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3087 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3088 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3089 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3090 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 3091
12e035e2
MC
30922003-08-30 Michael Chastain <mec@shout.net>
3093
3094 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3095 * config/m68k/nm-hp300hpux.h: Delete.
3096 * config/m68k/tm-hp300hpux.h: Delete.
3097 * config/m68k/xm-hp300hpux.h: Delete.
3098 * config/m68k/xm-hp300bsd.h: Delete.
3099 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3100 tm-hp300hpux.h, xm-hp300hpux.h.
3101 * somsolib.c: Remove comment about hp300 shared libraries.
3102
bda34dc2
MK
31032003-08-31 Mark Kettenis <kettenis@gnu.org>
3104
5bca7895
MK
3105 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3106 Only define PTRACE_GET_THREAD_AREA is not already defined.
3107 Various style fixes in code and comments and some additional
3108 spelling fixes in comments. Move after functions dealing with
3109 debug registers.
3110 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3111 Fix coding-style.
3112
bda34dc2
MK
3113 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3114 frame_unwind_register_unsigned instead of
3115 frame_unwind_unsigned_register.
3116
c890192f
MK
31172003-08-30 Mark Kettenis <kettenis@gnu.org>
3118
3119 * configure.in: Search for gethostbyname in libnsl.
3120 * configure: Regenerated.
3121
60fac5b8
MK
31222003-08-29 Mark Kettenis <kettenis@gnu.org>
3123
e294916c
MK
3124 * configure.in: Remove redundant AC_MSG_RESULT in check for
3125 uintptr_t in stdint.h.
3126 * configure: Regenerated.
3127
c40d267a
MK
3128 * amd64-nat.h (struct regcache): Add opaque declaration.
3129
60fac5b8
MK
3130 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3131 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3132 Change "register array" to "register cache" in comments.
3133 (x86_64_linux_gregset64_reg_offset): New variable.
3134 (GETREGS_SUPPLIES): Remove macro.
3135 (supply_gregset): Call amd64_supply_native_gregset instead of
3136 x86_64_linux_supply_gregset.
3137 (fill_gregset): Rename `regno' to `regnum'. Call
3138 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3139 (store_regs): Rename `regno' to `regnum'.
3140 (store_fpregs): Rename `regno' to `regnum'.
3141 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3142 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3143 Reorganize function a bit.
3144 (store_inferior_registers): Rename `regno' to `regnum'. Use
3145 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3146 Reorganize function a bit.
3147 (_initialize_x86_64_linux_nat): New function.
3148 * config/i386/x86-64linux.mh.
3149
546143b6
AC
31502003-08-29 Andrew Cagney <cagney@redhat.com>
3151
3152 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3153 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3154 (target_remove_watchpoint): Delete macro.
3155 (target_insert_watchpoint): Delete macro.
3156 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3157 (remote_mips_stopped_by_watchpoint): Delete declaration.
3158 (remote_mips_remove_watchpoint): Delete declaration.
3159 (remote_mips_set_watchpoint): Delete declaration.
3160 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3161 * remote-mips.c (_initialize_remote_mips): Set
3162 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3163 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3164 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3165 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3166 (mips_stopped_by_watchpoint): Rename
3167 remote_mips_stopped_by_watchpoint.
3168 (mips_can_hardware_watchpoint): Rename
3169 remote_mips_can_use_hardware_watchpoint, update function
3170 signature.
3171
7bace51b
MK
31722003-08-29 Mark Kettenis <kettenis@gnu.org>
3173
b0f5c6f2
MK
3174 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3175 USER_DS. We haven't given them a register number yet.
3176
2a6d284d
MK
3177 * amd64-nat.h: New file.
3178 * amd64-nat.c: New file.
3179 * amd64fbsd-nat.c: Include "amd64-nat.h".
3180 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3181 (amd64fbsd32_r_reg_offset): New variable.
3182 (supply_gregset): Simply call amd64_supply_native_gregset.
3183 (fill_gregset): Rename `regno' to `regnum'. Simply call
3184 amd64_collect_native_gregset.
3185 (fill_fpregset): Rename `regno' to `regnum'.
3186 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3187 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3188 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3189 `fpregset_t'. Call amd64_supply_native_gregset instead of
3190 supply_gregset. Call x86_64_supply_fxsave instead of
3191 supply_fpregset.
3192 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3193 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3194 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3195 `fpregset_t'. Call amd64_collect_native_gregset instead of
3196 fill_gregset. Call x86_64_collect_fxsave instead of
3197 fill_fpregset.
3198 (_initialize_am64fbsd_nat): Initialize
3199 amd64_native_gregset32_reg_offset and
3200 amd64_native_gregset64_reg_offset.
3201 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3202
a16d75cc
MK
3203 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3204 null pointer. Fix typo in comment.
3205
7bace51b
MK
3206 * regcache.c (supply_register): Reimplement to call
3207 regcache_raw_supply.
3208 (regcache_collect): Reimplement by calling regcache_raw_collect.
3209
9a661b68
MK
32102003-08-28 Mark Kettenis <kettenis@gnu.org>
3211
3212 * regcache.c (register_buffer): Consitify first argument.
3213 (regcache_raw_supply, regcache_raw_collect): New
3214 functions.
3215
e94cc8fa
DJ
32162003-08-28 Daniel Jacobowitz <drow@mvista.com>
3217
3218 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3219 by Nathan J. Williams.
3220
c64bd0ce
DJ
32212003-08-28 Daniel Jacobowitz <drow@mvista.com>
3222
3223 * lin-lwp.c (wait_lwp): New function, copied from
3224 stop_wait_callback. Clean up.
3225 (stop_wait_callback): Use wait_lwp.
3226
e5ab0dce
AC
32272003-08-28 Andrew Cagney <cagney@redhat.com>
3228
3229 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3230 flavour and disassembler options.
3231 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3232 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3233 deprecated_tm_print_insn_info.
a8f4cde1 3234
a788de9b
AC
32352003-08-27 Andrew Cagney <cagney@redhat.com>
3236
3237 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3238 Use target_read_memory.
3239 (s390_get_frame_info): Update. Do not reference
3240 deprecated_tm_print_insn_info.
3241 (s390_check_function_end, s390_is_sigreturn): Ditto.
3242
36482093
AC
32432003-08-27 Andrew Cagney <cagney@redhat.com>
3244
3245 * Makefile.in (cris-tdep.o): Update dependencies.
3246 * cris-tdep.c: Include "gdb_assert.h".
3247 (cris_gdbarch_init): Set print_insn.
3248 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3249 (cris_delayed_get_disassembler): Simplify, directly call the
3250 disassembler returned by cris_get_disassembler.
3251 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3252 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3253 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3254 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3255 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3256 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3257 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3258 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3259 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3260 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3261 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3262 (gdb_print_insn_sparc): Delete function.
3263 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3264 deprecated_tm_print_insn_info.
3265 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3266 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3267 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3268 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3269 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3270 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3271 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3272 (s390_gdbarch_init): Set print_insn.
3273
0285512f
AC
32742003-08-27 Andrew Cagney <cagney@redhat.com>
3275
3276 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3277 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3278 * infcall.c (call_function_by_hand): Convert the entry point
3279 address into a code address.
3280
cdcd5552
AC
32812003-08-27 Andrew Cagney <cagney@redhat.com>
3282
3283 * dsrec.c: Include "gdb_string.h".
3284 * Makefile.in (dsrec.o): Update dependencies.
3285
e85cddad
MC
32862003-08-27 Michael Chastain <mec@shout.net>
3287
3288 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3289
8bbfbb23
AC
32902003-08-27 Andrew Cagney <cagney@redhat.com>
3291
3292 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3293 (alpha_osf1_init_abi): Do not set call_dummy_address.
3294
ba058b66
DC
32952003-08-27 David Carlton <carlton@kealia.com>
3296
3297 From Randolph Chung <tausq@debian.org>:
3298 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3299 compiles with -Wformat-nonliteral -Werror.
3300
87f84c9d
JB
33012003-08-26 Jim Blandy <jimb@redhat.com>
3302
3303 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3304 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3305 bfd_lookup_symbol, since we only want symbols in code sections.
3306 (look_for_base): Pass zero as the SECT_FLAGS argument to
3307 bfd_lookup_symbol, since we're not concerned about which section
3308 the symbol is in.
3309
102d615a
JJ
33102003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3311
3312 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 3313 we are frameless or the return address register is already known.
102d615a 3314
cc7ad3ea
AC
33152003-08-26 Andrew Cagney <cagney@redhat.com>
3316
3317 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3318 in size. Add comments.
3319
af8b88dd
JJ
33202003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3321
3322 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 3323 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 3324
e0a4f5a1
JM
33252003-08-26 Jason Merrill <jason@redhat.com>
3326
3327 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3328 case out of #ifdef MIPS block.
3329
4ae9ee8e
DJ
33302003-08-25 Daniel Jacobowitz <drow@mvista.com>
3331
3332 PR java/1322
3333 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3334 available before calling SECT_OFF_TEXT.
3c164570 3335 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 3336
004d836a
JJ
33372003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3338
a8f4cde1 3339 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3340 bof, and nat0-nat127 as pseudo-registers.
3341 (ia64_frame_cache): New struct used to cache frame info.
3342 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3343 register grouping so registers without names are still saved and
004d836a 3344 restored.
a8f4cde1 3345 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3346 pseudo values.
3347 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3348 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3349 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3350 ia64_frame_cache.
3351 (examine_prologue): Change prototype to add next_frame pointer.
3352 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3353 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3354 alloc insn and if equal, mark as not frameless. At end of routine,
3355 if not frameless, calculate registers for the previous frame and store
3356 in the cache, if a cache is provided.
3357 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3358 and pass 0 for next_frame.
3359 (ia64_store_return_value): Change to use convert_typed_floating()
3360 instead of calling ia64_convert_to_raw().
3361 (ia64_extract_return_value): Change to use convert_typed_floating()
3362 instead of calling ia64_convert_to_virtual().
3363 (ia64_frame_cache): New routine to support new frame model.
3364 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3365 (ia64_frame_sniffer): Ditto.
3366 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3367 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3368 (ia64_sigtramp_frame_prev_register): Ditto.
3369 (ia64_sigtramp_frame_sniffer): Ditto.
3370 (ia64_frame_base_address): Ditto.
3371 (ia64_extract_struct_value_address): Change to issue error message.
3372 (ia64_frame_align): New routine to align sp.
3373 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3374 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3375 ia64_push_dummy_call().
3376 (ia64_push_return_address): Ditto.
3377 (ia64_unwind_dummy_id): New function.
3378 (ia64_unwind_pc): Ditto.
3379 (ia64_convert_register_p): Ditto.
3380 (ia64_register_to_value): Ditto.
3381 (ia64_value_to_register): Ditto.
3382 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3383 (ia64_register_byte, ia64_register_raw_size): Ditto.
3384 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3385 (ia64_saved_pc_after_call): Ditto.
3386 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3387 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3388 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3389 (ia64_register_convert_to_raw): Ditto.
3390 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3391 (ia64_init_extra_frame_info): Ditto.
3392 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3393 (ia64_gdbarch_init): Remove registering of deprecated functions that
3394 are no longer used. Add registration of new gdbarch functions.
3395 Remove registering deprecated_write_sp. Replace
3396 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3397 Delete set_gdbarch_deprecated_register_convertible(),
3398 set_gdbarch_deprecated_register_convert_to_virtual(), and
3399 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3400 set_gdbarch_deprecated_register_size(),
3401 set_gdbarch_deprecated_register_bytes(),
3402 set_gdbarch_pcregnum(),
3403 set_gdbarch_deprecated_register_byte(),
3404 set_gdbarch_deprecated_register_raw_size(),
3405 set_gdbarch_deprecated_max_register_raw_size(),
3406 set_gdbarch_deprecated_register_virtual_size(),
3407 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3408 Replace set_gdbarch_deprecated_extract_return_value() with
3409 set_gdbarch_extract_return_value(). Remove calls to:
3410 set_gdbarch_deprecated_saved_pc_after_call();
3411 set_gdbarch_deprecated_frame_chain(),
3412 set_gdbarch_deprecated_frame_saved_pc(),
3413 set_gdbarch_deprecated_frame_init_saved_regs(),
3414 set_gdbarch_deprecated_get_saved_register(),
3415 set_gdbarch_deprecated_call_dummy_words(),
3416 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3417 set_gdbarch_deprecated_init_extra_frame_info(),
3418 set_gdbarch_deprecated_frame_args_address(),
3419 set_gdbarch_deprecated_frame_locals_address(),
3420 and set_gdbarch_deprecated_dummy_write_sp().
3421 Add set_gdbarch_convert_register_p(),
3422 set_gdbarch_register_to_value(),
3423 set_gdbarch_value_to_register(),
3424 set_gdbarch_push_dummy_call(),
3425 set_gdbarch_frame_align(),
3426 set_gdbarch_unwind_dummy_id(),
3427 set_gdbarch_unwind_pc(),
3428 frame_unwind_append_sniffer(),
3429 frame_unwind_append_sniffer(),
3430 and frame_base_set_default().
3431
aede7613
CD
34322003-08-25 Chris Demetriou <cgd@broadcom.com>
3433
3434 * configure.tgt: Document need for special "mipsisa64" handling.
3435 (mipsisa64*-*-linux64): Handle as target linux64.
3436 (mipsisa64*-*-*): Handle as target embed64.
3437
43c3a82e
MC
34382003-08-18 Michael Chastain <mec@shout.net>
3439
3440 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3441 objfile bug.
3442
6564f77d
MK
34432003-08-24 Mark Kettenis <kettenis@gnu.org>
3444
2de139ba
MK
3445 * i387-tdep.h: Update copyright date.
3446 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3447
6564f77d
MK
3448 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3449 CFLAGS games to reflect reality.
3450
42cf1509
AC
34512003-08-24 Andrew Cagney <cagney@redhat.com>
3452
3453 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3454 GDB_MULTI_ARCH is always non-zero.
3455 * osabi.c (_initialize_gdb_osabi): Ditto.
3456 (gdbarch_init_osabi): Ditto.
3457 * sparc-tdep.c: Ditto for #if code.
3458
0485f6ad
MK
34592003-08-23 Mark Kettenis <kettenis@gnu.org>
3460
3461 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3462 Update comments.
3463 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3464 comments.
3465 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3466 x86_64_supply_fxsave.
3467 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3468 x86_64_supply_fxsave.
3469 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3470 x86_64_supply_fxsave.
3471
c7716133
AJ
34722003-08-23 Andreas Jaeger <aj@suse.de>
3473
3474 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3475 i387_supply_fxsave.
3476
ed504bdf
MK
34772003-08-23 Mark Kettenis <kettenis@gnu.org>
3478
3479 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3480 i387_supply_register.
3481 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3482 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3483 i387_supply_fsave.
3484 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3485 i387_supply_fxsave.
3486 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3487 i387_supply_fsave.
3488 * i386bsd-nat.c (supply_fpregset): Adjust call to
3489 i387_supply_fsave.
3490 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3491 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3492 supply_fpregset.
3493 (store_inferior_registers): Remove extraneous whitespace. Call
3494 i387_fill_fsave instead of fill_fpregset.
3495 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3496 (supply_fpregset): Likewise.
3497 * i386v4-nat.c (supply_fpregset): Adjust call to
3498 i387_supply_fsave.
3499 * i386-interix-nat.c (supply_fpregset): Adjust call to
3500 i387_supply_fsave.
3501 * i386-linux-nat.c (supply_fpregset): Adjust call to
3502 i387_supply_fsave.
3503 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3504 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3505 i387supply_fsave and i387_supply_fxsave.
3506 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3507 Incorporate code from `i387_supply_register.
3508 (i387_supply_register): Remove.
3509 (i387_supply_fxsave): Add `regnum' argument.
3510 Update comments.
3511 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3512 prototype.
3513 (i387_supply_register): remove prototype.
3514 Update comments.
a8f4cde1 3515
4be5d520
MC
35162003-08-22 Michael Chastain <mec@shout.net>
3517
3518 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3519 Add lines for files in gdb/testsuite/gdb.cp/* that are
3520 still not 8.3 unique.
3521
7ed85d26
DJ
35222003-08-22 Daniel Jacobowitz <drow@mvista.com>
3523
3524 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3525 TYPE_VPTR_FIELDNO is valid.
3526
eb0d3137
MK
35272003-08-19 Mark Kettenis <kettenis@gnu.org>
3528
3529 * utils.c (set_width_command): Remove prototypes.
3530 (set_screen_size): New prototype.
3531 (init_page_info): Simplify by fetching the screen size from
3532 Readline. Call set_screen_size.
3533 (set_screen_size): New function.
3534 (set_width): Add missing whitespace in comment.
3535 (set_width_command): Call set_screen_size.
3536 (set_height_command): New function.
3537 (initialize_utils): Fix formatting. Make "set height" command
3538 call set_height_command. Remove redundant code that turns off
3539 pagination if output isn't a terminal. Remove redundant call to
3540 set_width_command.
a8f4cde1 3541
7e6d0ac8
MK
35422003-08-22 Mark Kettenis <kettenis@gnu.org>
3543
3567a8ea
MK
3544 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3545 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3546 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3547 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3548 `case' keyword.
3549 (sparc64_register_info): Give the reister with number
3550 SPARC64_STATE_REGNUM a name.
3551 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3552 %asi and %ccr.
3553 (sparc64_push_dummy_call): Take BIAS into account when checking
3554 stcak alignment.
3555 (sparc_software_single_step): Remove assertions that check whether
3556 NPC and NNPC were zero.
3557 (sparc_supply_rwindow): Make public. Merge functionality with
3558 sparc64_supply_rwindow.
3559 (sparc_fill_rwindow): Make public. Merge functionality with
3560 sparc64_fill_rwindow.
3561 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3562 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3563 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3564 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3565 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3566
7e6d0ac8
MK
3567 * reggroups.c: Add whitespace after declarations of local
3568 variables in functions.
3569
72e5f484
MC
35702003-08-21 Michael Chastain <mec@shout.net>
3571
3572 * gdbtypes.h: Change array bound type from an int to enum.
3573
435ac228
AC
35742003-08-21 Andrew Cagney <cagney@redhat.com>
3575
3576 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3577 * config/sparc/tm-sparc.h: Ditto.
3578 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3579 unconditionally.
3580 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3581
0d0e1a63
MK
35822003-07-13 Mark Kettenis <kettenis@gnu.org>
3583
3584 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3585 (register_objfile_data, set_objfile_data, objfile_data): New
3586 prototypes.
3587 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3588 prototypes.
3589 (allocate_objfile): Call objfile_alloc_data.
3590 (free_objfile): Call objfile_free_data.
3591 (struct objfile_data): New.
3592 (struct objfile_data_registration): New.
3593 (struct objfile_data_registry): New.
3594 (objfile_data_registry): New variable.
3595 (register_objfile_data): New function.
3596 (objfile_alloc_data, objfile_free_data): New functions.
3597 (set_objfile_data, objfile_data): New functions.
3598 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3599 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3600 (_initialize_dwarf2_frame): New function and prototype.
3601
d90cf509
AC
36022003-08-21 Andrew Cagney <cagney@redhat.com>
3603
3604 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3605 a specific architecture.
3606 * arch-utils.h (set_architecture_from_arch_mach): Delete
3607 declaration.
3608 (target_architecture_hook): Delete declaration.
3609 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3610 (default_float_format): Assume GDB_MULTI_ARCH.
3611 (default_double_format): Assume GDB_MULTI_ARCH.
3612 (set_endian_from_file): Delete function.
3613 (arch_ok): Delete function.
3614 (set_arch): Delete function.
3615 (set_architecture_from_arch_mach): Delete function.
3616 (set_architecture_from_file): Delete function.
3617 (set_architecture): Assume GDB_MULTI_ARCH.
3618 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3619
8b39fe56
MK
36202003-08-21 Mark Kettenis <kettenis@gnu.org>
3621
3622 Rewrite FreeBSD/sparc64 native configuration.
3623 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3624 * sparc64fbsd-nat.c: New file.
3625 * sparc64fbsd-tdep.c: New file.
3626 * sparc64-tdep.c sparc64-tdep.h: New files.
3627 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3628 sparc64fbsd-tdep.o): New dependencies.
3629 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3630 and sparc64fbsd-tdep.c.
3631 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3632 * config/sparc/fbsd.mh: Remove copyright notice.
3633 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3634 sparcbsd-nat.o.
3635 * config/sparc/fbsd.mt: Remove copyright notice.
3636 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3637 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3638 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3639 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3640 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3641 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3642 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3643 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3644 "sparc/tm-sp64.h".
3645 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3646 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3647
a7f19c79
MC
36482003-08-21 Michael Chastain <mec@shout.net>
3649
3650 * symtab.h: Add doco on the space critical structures and
3651 some measurements of space usage.
3652
da08ea5b
MS
36532003-08-21 Michael Snyder <msnyder@redhat.com>
3654
3655 * tracepoint.c (trace_dump_command): Trace break address
3656 is subject to DECR_PC_AFTER_BREAK.
3657 (set_traceframe_context): Make "trace_line" an int.
3658 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3659
6df2bf50
MS
36602003-08-20 Michael Snyder <msnyder@redhat.com>
3661
3662 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3663 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3664 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3665 argument passing.
a8f4cde1 3666 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3667 functions, replace sh_push_dummy_call.
3668 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3669
0955bbf0
MC
36702003-08-20 Michael Chastain <mec@shout.net>
3671
3672 * gdbtypes.h (struct main_type): Rearrange to save space.
3673
260a4188
MS
36742003-08-20 Michael Snyder <msnyder@redhat.com>
3675
3676 * trad-frame.c: Comment typo fix.
3677
8baa6f92
KB
36782003-08-20 Michael Snyder <msnyder@redhat.com>
3679 Kevin Buettner <kevinb@redhat.com>
3680
3681 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3682 (frv_frame_init_saved_regs): Add declaration.
3683 (frame_extra_info): Add new field ``saved_regs''.
3684 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3685 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3686 Update frame related code.
3687 (frv_extract_struct_value_address): Adjust formatting.
3688 * Makefile.in (frv-tdep.o): Update dependencies.
3689 * config/frv/tm-frv.h (target_insert_watchpoint)
3690 (target_remove_watchpoint, target_insert_hw_breakpoint)
3691 (target_remove_hw_breakpoint): Delete these macros.
3692 (remote_insert_watchpoint, remote_remove_watchpoint)
3693 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3694 these declarations.
3695
87193939
MC
36962003-08-20 Michael Chastain <mec@shout.net>
3697
3698 * defs.h (ENUM_BITFIELD): New macro.
3699 * symtab.h (ENUM_BITFIELD): Use it.
3700 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3701
062103ba
SA
37022003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3703
3704 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3705
8b148df9
AC
37062003-08-18 Andrew Cagney <cagney@redhat.com>
3707
3708 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3709 * gdbarch.h, gdbarch.c: Re-generate.
3710 * infcall.c (call_function_by_hand): Adjust the SP by
3711 frame_red_zone_size before allocating any stack space.
3712 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3713 * x86-64-tdep.c (x86_64_frame_align): New function.
3714 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3715
3716 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3717 Remove code adjusting SP so that it skips over the Red Zone.
3718
954a4db8
MK
37192003-08-18 Mark Kettenis <kettenis@gnu.org>
3720
3721 * NEWS (New native configurations): Mention FreeBSD/amd64.
3722
1a241548
AC
37232003-08-18 Andrew Cagney <cagney@redhat.com>
3724
3725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3726 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3727 "m68k_frame_p".
3728 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3729
f82b2acd
MK
37302003-08-18 Mark Kettenis <kettenis@gnu.org>
3731
3732 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3733
4056d258
ML
37342003-08-18 Michal Ludvig <mludvig@suse.cz>
3735
3736 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3737 Define.
3738 * i386-linux-nat.c: Include "linux-nat.h".
3739 (child_post_startup_inferior): New function.
a8f4cde1 3740
99ab4326
MK
37412003-08-18 Mark Kettenis <kettenis@gnu.org>
3742
3743 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3744 at the start of a frameless function. This probably fixes PR
3745 backtrace/1338.
3746
c8d5f0d6
MC
37472003-08-17 Michael Chastain <mec@shout.net>
3748
3749 * symfile.c (find_sym_fns): Remove special case for apollo target.
3750
9016a515
DJ
37512003-08-17 Daniel Jacobowitz <drow@mvista.com>
3752
3753 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3754 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3755 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3756 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3757 (linux_supports_tracevforkdone): New function.
3758 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3759 TRACEVFORKDONE.
3760 (child_follow_fork): Handle vfork.
3761 (linux_handle_extended_wait): Likewise. Also handle exec.
3762 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3763 * NEWS: Mention fork tracing.
3764
c538c11c
DJ
37652003-08-17 Daniel Jacobowitz <drow@mvista.com>
3766
3767 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3768
4de4c07c
DJ
37692003-08-17 Daniel Jacobowitz <drow@mvista.com>
3770
3771 * Makefile.in (i386-linux-nat.o): Update dependencies.
3772 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3773 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3774 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3775 * i386-linux-nat.c: Include "linux-nat.h".
3776 (child_post_startup_inferior): New function.
3777 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3778 * infptrace.c (kill_inferior): Wrap in #ifdef.
3779 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3780 attaching to each LWP.
3781 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3782 (init_lin_lwp_ops): Fill in some more operations.
3783 * linux-nat.h (linux_enable_event_reporting)
3784 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3785 prototypes.
3786 * linux-nat.c (linux_enable_event_reporting): New function.
3787 (child_post_attach, linux_child_post_startup_inferior)
3788 (child_post_startup_inferior, child_follow_fork)
3789 (linux_handle_extended_wait, kill_inferior): New functions.
3790
7996bcec
AC
37912003-08-16 Andrew Cagney <cagney@redhat.com>
3792
3793 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3794 * gdbarch.h, gdbarch.c: Re-generate.
3795
3d48a7a0
MK
37962003-08-16 Mark Kettenis <kettenis@gnu.org>
3797
3798 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3799
7989c619
AC
38002003-08-16 Andrew Cagney <cagney@redhat.com>
3801
3802 * NEWS: Mention that "set prompt-escape-char" was deleted.
3803 * top.c (get_prompt_1): Delete function.
3804 (gdb_prompt_escape):
3805 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3806 prompt-escape-char" command.
3807 (MAX_PROMPT_SIZE): Delete macro.
3808 (get_prompt): Simplify, do not call get_prompt_1.
3809
07978cd8
AC
38102003-08-16 Andrew Cagney <cagney@redhat.com>
3811
3812 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3813 -Werror. -Wformat-nonliteral problems.
3814
3ff7cf9e
JB
38152003-08-15 J. Brobecker <brobecker@gnat.com>
3816
3817 Further multiarching work mostly for hppa64-*-hpux11:
3818 * hppa-tdep.h: New file.
3819 * hppa-tdep.c: #include hppa-tdep.c.
3820 (hppa32_num_regs): Renamed from hppa_num_regs.
3821 (hppa64_num_regs): New constant.
3822 (hppa64_call_dummy_breakpoint_offset): New constant.
3823 (hppa32_call_dummy_length): New constant.
3824 (hppa64_call_dummy_length): New constant.
3825 (hppa32_stack_align): Make name 32bit explicit.
3826 (hppa32_register_virtual_type): Likewise.
3827 (hppa32_extract_return_value): Likewise.
3828 (hppa32_use_struct_convention): Likewise.
3829 (hppa32_store_return_value): Likewise.
3830 (hppa64_register_virtual_type): New function.
3831 (hppa64_extract_return_value): New function.
3832 (hppa64_use_struct_convention): New function.
3833 (hppa64_store_return_value): New function.
3834 (hppa_frame_locals_address): Remove declaration, function does
3835 not exist anymore.
3836 (hppa_register_byte): Add support for PA64 ABI.
3837 (hppa_gdbarch_init): Add support for PA64 ABI.
3838 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3839 Make name 32bit explicit.
3840 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3841 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3842 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3843 (hppa64_hpux_frame_base_before_sigtramp): New function.
3844 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3845 * config/pa/tm-hppa64.h: Remove macros that are no longer
3846 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3847 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3848 * config/pa/tm-hppah.h: Update function calls in macros
3849 following the function renaming in hppa-hpux-tdep.c.
3850 * Makefile.in (hppa_tdep_h): New variable.
3851 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3852
5d05ca6d
MS
38532003-08-14 Michael Snyder <msnyder@redhat.com>
3854
3855 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3856
37ba2569
JB
38572003-08-13 J. Brobecker <brobecker@gnat.com>
3858
3859 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3860 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3861 routine.
3862
aed7f26a
MS
38632003-08-13 Michael Snyder <msnyder@redhat.com>
3864
3865 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3866 (frv_saved_pc_after_call): Use deprecated ftype.
3867 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3868 (frv_remote_translate_xfer_address): Remove.
3869 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3870
752d4ac1
JB
38712003-08-13 J. Brobecker <brobecker@gnat.com>
3872
3873 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3874 initialization after the common gdbarch initialization, not before.
3875
1426ac1d
JB
38762003-08-13 J. Brobecker <brobecker@gnat.com>
3877
3878 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3879 (ADDR_BITS_REMOVE): Remove, redundant.
3880
b6fbdd1d
JB
38812003-08-13 J. Brobecker <brobecker@gnat.com>
3882
3883 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3884 gdbarch method to clear the 2 low bits of text addresses.
3885
44160db3
AC
38862003-08-12 Andrew Cagney <cagney@redhat.com>
3887
3888 * Makefile.in (dsrec.o): Update dependencies.
3889 * dsrec.c: Include "gdb_assert.h".
3890 (make_srec): Use snprintf instead of sprintf, use a literal format
3891 string.
3892
bcf7d3ca
AC
38932003-08-12 Andrew Cagney <cagney@redhat.com>
3894
3895 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3896 FRAME_OBSTACK_ZALLOC.
3897
49ed40de
KB
38982003-08-12 Kevin Buettner <kevinb@redhat.com>
3899
3900 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3901 SSE registers.
3902
b246147c
MK
39032003-08-10 Mark Kettenis <kettenis@gnu.org>
3904
3905 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3906 amd64fbsd_sc_reg_offset): Add extern declarations.
3907 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3908 declarations.
3909
d95fdc0d
BE
39102003-08-11 Ben Elliston <bje@wasabisystems.com>
3911
3912 * MAINTAINERS (write after approval): Update my mail address.
3913
cf6a0e73
AC
39142003-08-10 Andrew Cagney <cagney@redhat.com>
3915
3916 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3917
f837910f
MK
39182003-08-10 Mark Kettenis <kettenis@gnu.org>
3919
e2dbbd2d
MK
3920 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3921 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3922 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3923 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3924 i386bsd_sc_reg_offset): Add extern declarations.
3925 * i386obsd-nat.c: Include "i386-tdep.h"
3926 (_initialize_i386obsd_nat): Remove extern declarations.
3927 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3928 declarations.
3929 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3930 declarations.
3931
f837910f
MK
3932 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3933 instead of frame_read_register.
3934 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3935 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3936 SP_REGNUM.
3937 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3938 instead of frame_unwind_unsigned_register. Use
3939 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3940 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3941 instead of read_register. Use builtin_type_void_data_ptr instead
3942 of builtin_type_void_func_ptr when extracting the address of the
3943 jmp_buf.
3944 (i386_extract_return_value, i386_store_return_value,
3945 i386_pseudo_register_read, i386_pseudo_register_write): Use
3946 register_size instead REGISTER_RAW_SIZE.
3947
edcf254d
AC
39482003-08-10 Andrew Cagney <cagney@redhat.com>
3949
3950 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3951 sprintf. Make "name" constant.
3952
26604a34
MK
39532003-08-10 Mark Kettenis <kettenis@gnu.org>
3954
192285c6
MK
3955 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3956 instead of frame_read_register.
f837910f
MK
3957 (i387_print_float_info): Use get_frame_register and
3958 get_frame_register_unsigned instead of frame_register_read.
192285c6 3959
f0925262
MK
3960 * i386fbsd-nat.c: Include "i386-tdep.h".
3961 (child_resume): Make `eflags' an ULONGEST. Use
3962 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3963 instead of register_read and register_write.
3964
a144416f
MK
3965 * i386bsd-nat.c (fetch_inferior_registers,
3966 store_inferior_registers): Don't use && at the end of a line.
3967 (_initialize_i386bsd_nat): Fix typo.
3968
fec74868
MK
3969 * frame.c (_initialize_frame): Add missing backslash.
3970
87232496
MK
3971 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3972 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3973 and supply_register instead of manipulating the register buffer
3974 directly.
3975
c9b9de0b
MK
3976 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3977 * config/i386/nm-i386sol2.h
3978 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3979
26604a34
MK
3980 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3981 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3982 instructions that GCC likes to mingle into the prologue. Fixes
3983 gdb/1253 and gdb/1255.
3984
25d29d70
AC
39852003-08-09 Andrew Cagney <cagney@redhat.com>
3986
3987 Fix GDB PR cli/926.
3988 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3989 * command.h (add_setshow_uinteger_cmd): Declare.
3990 * frame.c (set_backtrace_cmd): New function.
3991 (show_backtrace_cmd): New function.
3992 * frame.c (_initialize_frame): Replace "set/show
3993 backtrace-below-main" with "set/show backtrace past-main". Add
3994 command "set/show backtrace limit".
3995 (backtrace_past_main): Rename "backtrace_below_main".
3996 (backtrace_limit): New variable.
3997 (get_prev_frame): Update. Check the backtrace_limit.
3998
9ebf4acf
AC
39992003-08-09 Andrew Cagney <cagney@redhat.com>
4000
4001 * defs.h (xstrprintf): Declare.
4002 * utils.c (xstrprintf): New function.
4003 * breakpoint.c (insert_breakpoints): Replace sprintf and
4004 non-literal format strings, with xstrprintf and cleanups.
4005 (delete_breakpoint,breakpoint_re_set): Ditto.
4006 (commands_command, insert_breakpoints): Ditto.
4007 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4008 (break_at_finish_command_1): Ditto.
4009
3771659b
AC
40102003-08-09 Andrew Cagney <cagney@redhat.com>
4011
4012 * MAINTAINERS (language support): List Adam Fedor as Objective C
4013 maintainer.
4014
b4263afa
JB
40152003-08-08 J. Brobecker <brobecker@gnat.com>
4016
4017 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4018 are now multiarched.
4019
d84defb1
JB
40202003-08-08 J. Brobecker <brobecker@gnat.com>
4021
4022 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4023 longer necessary now that hppa64 is partially multiarch'ed.
4024
f786f615
AC
40252003-08-08 Andrew Cagney <cagney@redhat.com>
4026
4027 * interps.c (interp_set): Check for a NULL "old_interp".
4028
c938e9b0
L
40292003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4030
4031 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4032 (install-only): Support DESTDIR.
4033 (uninstall): Likewise.
4034 (install-gdbtk): Likewise.
4035
9a146a11
EZ
40362003-08-08 Elena Zannoni <ezannoni@redhat.com>
4037
4038 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4039 contains something meaningful at all times.
4040
4041Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 4042
62599e99 4043 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 4044
56296155
BC
4045Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4046
62599e99 4047 * MAINTAINERS (write after approval): Added self.
56296155 4048
9710e734
AC
40492003-08-07 Andrew Cagney <cagney@redhat.com>
4050
4051 * inferior.h (AT_SYMBOL): Define.
4052 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4053 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4054 * mips-tdep.c (mips_call_dummy_address): Delete function.
4055 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4056 set call_dummy_address.
4057
98b3ab73
AC
40582003-08-07 Andrew Cagney <cagney@redhat.com>
4059
4060 * language.c (op_error): Delete function.
4061 (binop_type_check): Delete function.
4062 * language.h (type_op_error, range_op_error): Delete macros.
4063 (op_error): Delete declaration.
4064
2fcf52f0
AC
40652003-08-07 Andrew Cagney <cagney@redhat.com>
4066
4067 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4068
abd4220e 40692003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 4070
abd4220e 4071 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 4072 (x86_64_push_arguments): Skip the red zone.
abd4220e 4073
9dd5f34f
AC
40742003-08-05 Andrew Cagney <cagney@redhat.com>
4075
4076 * reggroups.c (reggroup_next): Check for the final entry.
4077
e5e78edc
AC
40782003-08-04 Andrew Cagney <cagney@redhat.com>
4079
ab4e3d93
AC
4080 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4081 * cli/cli-script.c (define_command): Call query directly, instead
4082 of passing it a buffer.
4083 * ocd.c (ocd_error): Pass error a constant format string.
4084 * remote-mips.c (mips_error): Use fputs_filtered.
4085
1062ca82
AC
4086 * solib-svr4.c (_initialize_svr4_solib): Update
4087 register_gdbarch_data call.
4088 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4089
fcc1c85c
AC
4090 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4091 (register_gdbarch_data): Delete "free" parameter. Update
4092 comments.
4093 * gdbarch.h, gdbarch.c: Re-generate.
4094 * reggroups.c (_initialize_reggroup): Update.
4095 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4096 * frame-base.c (_initialize_frame_base): Update.
4097 * frame-unwind.c (_initialize_frame_unwind): Update.
4098 * user-regs.c (_initialize_user_regs): Update.
4099 * remote.c (_initialize_remote): Update.
4100 * regcache.c (_initialize_regcache): Update.
4101
116f06ea
AC
4102 * regcache.c (xfree_regcache_descr): Delete function.
4103 (_initialize_regcache): Update call to register_gdbarch_data.
4104 (init_regcache_descr, init_legacy_regcache_descr): Use
4105 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4106
e5e78edc
AC
4107 * remote.c (free_remote_state): Delete function.
4108 (_initialize_remote): Update register_gdbarch_data.
4109 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4110 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4111
6c7d17ba
AC
41122003-08-04 Andrew Cagney <cagney@redhat.com>
4113
4114 * reggroups.c (struct reggroup_el): Define.
4115 (struct reggroups): Delete field "nr_group". Replace array
4116 "group" with a "first" to "last" linked list.
4117 (reggroups_init): Update. Allocate using gdbarch's obstack.
4118 (reggroups_free): Delete function.
4119 (add_group): Update. Add "el" parameter.
4120 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4121 (default_groups): Update.
4122 (reggroup_next): Replace reggroups.
4123 (reggroups_dump): Update.
4124 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4125 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4126 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4127
89b7795b
DJ
41282003-08-04 Daniel Jacobowitz <drow@mvista.com>
4129
4130 * Makefile.in (tui-interp.o): Update dependencies.
4131
306d9ac5
DC
41322003-08-04 David Carlton <carlton@kealia.com>
4133
4134 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4135 to internal_error call.
4136 * source.c (forward_search_command): Add "%s" format argument.
4137 (reverse_search_command): Ditto.
4138 * top.c (quit_confirm): Ditto.
4139 * cli/cli-setshow.c (do_setshow_command): Ditto.
4140 * cp-valprint.c (cp_print_class_method): Replace
4141 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4142 (cp_print_class_member): Ditto.
4143 * event-top.c (command_line_handler): Ditto.
4144 * linux-proc.c (linux_info_proc_cmd): Ditto.
4145 * p-typeprint.c (pascal_type_print_base): Ditto.
4146 * p-valprint.c (pascal_object_print_class_method): Ditto.
4147 (pascal_object_print_class_member): Ditto.
4148 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4149 * remote.c (remote_cisco_section_offsets): Ditto.
4150 * top.c (command_line_input): Ditto.
4151 * utils.c (vwarning,error_stream,quit): Ditto.
4152 * valprint.c (print_floating,print_binary_chars)
4153 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4154
57bfe177
AC
41552003-08-04 Andrew Cagney <cagney@redhat.com>
4156
4157 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4158
e546b999
AC
41592003-08-02 Andrew Cagney <cagney@redhat.com>
4160
4161 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4162 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4163 amd64fbsd-nat.c.
4164
91092ee5
AC
41652003-08-02 Andrew Cagney <cagney@redhat.com>
4166
4167 * Makefile.in: Update all dependencies and definitions.
4168
889f28e2
AF
41692003-08-02 Adam Fedor <fedor@gnu.org>
4170
4171 * linespec.c (is_objc_method_format): New function
4172 (decode_line_1, locate_first_half): Use it.
4173 Fixes PR objc/1298
4174
880bc914
AC
41752003-08-01 Andrew Cagney <cagney@redhat.com>
4176
4177 * NEWS: Mention that m32r is multi-arch.
4178 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4179 * configure.tgt: Recognize m32r-*-*.
4180 * config/m32r/tm-m32r.h: Delete file.
4181 * config/m32r/m32r.mt: New file.
a8f4cde1 4182 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
4183 gethostname succeeds, in order to avoid a compilation
4184 warning.
4185 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4186 compiler warning.
4187
19f59343
MS
41882003-08-01 Michael Snyder <msnyder@redhat.com>
4189
4190 * sh-tdep.c (sh_frame_align): New gdbarch method.
4191 (sh_gdbarch_init): Set up frame_align method.
4192
4e7d7511
MS
41932003-07-31 Michael Snyder <msnyder@redhat.com>
4194
4195 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4196 which is already covered by the new frames infrastructure.
4197
63022984
AC
41982003-07-31 Andrew Cagney <cagney@redhat.com>
4199
4200 * user-regs.c (struct user_reg): Add "next" link.
4201 (struct user_regs): Replace "user" with "first" and "last" links.
4202 (append_user_reg): Add pre-allocated "reg" parameter.
4203 (builtin_user_regs): Provide initial value for "last".
4204 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4205 (user_regs_init): Allocate memory from the gdbarch obstack.
4206 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4207 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4208 linked list.
4209 (usernum_to_user_reg): New function.
4210 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4211 (value_of_user_reg): Use usernum_to_user_reg.
4212 (user_regs_free): Delete function.
4213 (_initialize_user_regs): Update register_gdbarch_data call.
4214
7cf6e574
DJ
42152003-07-31 Daniel Jacobowitz <drow@mvista.com>
4216
4217 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4218
c48a845b
MS
42192003-07-30 Michael Snyder <msnyder@redhat.com>
4220
4e7d7511 4221 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 4222 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
4223 value_being_returned.
4224 * infcmd.c (print_return_value): Pass zero as struct_addr.
4225 * values.c (value_being_returned): If struct_addr is passed,
4226 use it instead of trying to recover it from the inferior.
4227
f0d8db19
KB
42282003-07-30 Kevin Buettner <kevinb@redhat.com>
4229
4230 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4231 the prologue analyzer won't need to attempt to extract the pc
4232 value from the woefully incomplete dummy frame.
4233 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4234 possible. Disable code which modifies the frame.
4235
e5c113a1
AC
42362003-07-28 Andrew Cagney <cagney@redhat.com>
4237
4238 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4239 to level 2.
4240 (annotate_breakpoints_table, annotate_record): Ditto.
4241 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4242 (annotate_field_name_end, annotate_field_value): Ditto.
4243 (annotate_field_end, annotate_frame_source_begin): Ditto.
4244 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4245 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4246 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4247 (annotate_frame_address_end, annotate_frame_address): Ditto.
4248 (annotate_frame_args, annotate_frame_end): Ditto.
4249 (annotate_frame_where, annotate_arg_begin): Ditto.
4250 (annotate_arg_name_end, annotate_arg_value): Ditto.
4251 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4252 (annotate_function_call, annotate_signal_name): Ditto.
4253 (annotate_signal_string, annotate_signal_name_end): Ditto.
4254 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4255 (annotate_value_begin, annotate_value_history_value): Ditto.
4256 (annotate_value_history_end, annotate_value_end): Ditto.
4257 (annotate_display_begin, annotate_display_number_end): Ditto.
4258 (annotate_display_format, annotate_display_expression): Ditto.
4259 (annotate_display_expression_end, annotate_display_value): Ditto.
4260 (annotate_display_end, annotate_array_section_begin): Ditto.
4261 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4262 (annotate_elt, annotate_array_section_end): Ditto.
4263
bb1db049
AC
42642003-07-28 Andrew Cagney <cagney@redhat.com>
4265
4266 * regcache.c (struct regcache_descr): Update comments on
4267 nr_raw_registers.
4268 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4269 sizeof_raw_register_valid_p.
4270 (init_regcache_descr): Set nr_raw_registers and
4271 sizeof_raw_register_valid_p before calling
4272 init_legacy_regcache_descr.
4273
20e6603c
AC
42742003-07-28 Andrew Cagney <cagney@redhat.com>
4275
4276 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4277 MOD NUM_REGS.
4278
db742940
DJ
42792003-07-28 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * thread.c (info_threads_command): Use get_selected_frame ().
4282 Check that there is at least one non-sentinel frame.
4283
ce7f4371
SC
42842003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4285
4286 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4287 (m68hc11_pop_frame): Remove.
4288 (m68hc11_frame_saved_pc): Remove.
4289 (m68hc11_frame_chain): Remove.
4290 (m68hc11_frame_init_saved_regs): Remove.
4291 (m68hc11_init_extra_frame_info): Remove.
4292 (m68hc11_store_struct_return): Remove.
4293 (m68hc11_saved_pc_after_call): Remove.
4294
1ea653ae
SC
42952003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4296
4297 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4298 frame unwind information.
4299 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4300 and adapted for frame unwinding.
4301 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4302 (m68hc11_unwind_pc): New function.
4303 (m68hc11_frame_unwind_cache): New function to analyze frames.
4304 (m68hc11_frame_this_id): New function to create new frame struct.
4305 (m68hc11_frame_prev_register): New function to unwind a register from
4306 the frame.
4307 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4308 (m68hc11_frame_p): New function for the above.
4309 (m68hc11_frame_base_address): New function to return fp of frame.
4310 (m68hc11_frame_args_address): Update for frame.
4311 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4312 (m68hc11_unwind_sp): New function.
4313 (m68hc11_unwind_dummy_id): New function.
4314 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4315 calls.
4316
c8a7f6ac
SC
43172003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4318
4319 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4320 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4321 when we are beyond the current pc.
4322
3dc990bf
SC
43232003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4324
4325 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4326 from m68hc11_push_arguments.
4327 (m68hc11_push_arguments): Remove.
4328 (m68hc11_push_return_address): Remove.
4329 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4330 handlers; remove deprecated_extra_stack_alignment_needed.
4331
222e5d1d
AC
43322003-07-27 Andrew Cagney <cagney@redhat.com>
4333
4334 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4335 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4336 REAL_PC and not the pointer.
4337 * hppa-hpux-tdep.c: Include frame.h
4338
a7e9a47e
AC
43392003-07-27 Andrew Cagney <cagney@redhat.com>
4340
4341 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4342 GDB_MULTI_ACH_PARTIAL.
4343
7e3dd49e
AC
43442003-07-27 Andrew Cagney <cagney@redhat.com>
4345
4346 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4347 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4348 operator at start and not end of line.
4349 (decode_prologue): Ditto.
4350 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4351 frame_unwind_register_unsigned instead of
4352 frame_unwind_unsigned_register.
4353 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4354 read_register.
4355 (m32r_push_dummy_call): Use register_size instead of
4356 REGISTER_RAW_SIZE.
4357 (m32r_frame_sniffer): Replace m32r_frame_p.
4358 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4359 * m32r-rom.c (report_transfer_performance): Delete extern
4360 declaration.
4361 (m32r_load, m32r_upload_command): Use print_transfer_performance
4362 instead of report_transfer_performance.
4363 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4364 / add_show_from_set.
4365
0880807f
AC
43662003-07-26 Andrew Cagney <cagney@redhat.com>
4367
4368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4369 store_return_value and extract_struct_value_address.
4370
64ae9269
DJ
43712003-07-26 Daniel Jacobowitz <drow@mvista.com>
4372
4373 PR c++/1267
4374 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4375 NULL, default to the section containing PC.
4376
e286caf2
SC
43772003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4378
4379 * NEWS: Mention "regs" deprecated for m68hc11 too.
4380
4381 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4382 (m68hc11_print_register): New function to print out one register.
4383 (m68hc11_print_registers_info): New function to print registers.
4384 (show_regs): Deprecate and use the above.
4385 (m68hc11_gdbarch_init): Install the print_registers_info.
4386
705b278b
JJ
43872003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4388
4389 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4390 that we have a SIGTRAP before returning non-zero.
4391
63cd4198
EZ
43922003-07-23 Michal Ludvig <mludvig@suse.cz>
4393 Elena Zannoni <ezannoni@redhat.com>
4394
a8f4cde1 4395 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4396 find_function_start_sal() returns empty record.
4397
6926787d
AS
43982003-07-23 Andreas Schwab <schwab@suse.de>
4399
4400 * ia64-tdep.c (ia64_print_insn): New function.
4401 (ia64_gdbarch_init): Set print_insn to it.
4402 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4403 deprecated_tm_print_insn_info.
4404
708cc1b6
MS
44052003-07-22 Michael Snyder <msnyder@redhat.com>
4406
4407 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4408 handle 8-bit returns (long long).
4409 (h8300h_extract_return_value): Ditto.
4410 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4411
aebd7893
AC
44122003-07-22 Andrew Cagney <cagney@redhat.com>
4413
4414 * gdbarch.c Include "gdb_obstack.h".
4415 (struct gdbarch): Add an "obstack".
4416 (alloc_gdbarch_data): Allocate the gdbarch data using
4417 GDBARCH_OBSTACK_CALLOC.
4418 (free_gdbarch_data): Delete function.
4419 (gdbarch_obstack_zalloc): New function.
4420 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4421 Assert that the architecture is not initialized.
4422 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4423 vector from the obstack.
4424 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4425 architecture obstack.
4426 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4427 (set_gdbarch_data): Assert that the data is not initialized.
4428 (struct gdbarch_data): Delete member "free".
4429 (register_gdbarch_data): Do not initialize "free".
4430 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4431
153721e6
AC
44322003-07-22 Andrew Cagney <cagney@redhat.com>
4433
4434 * configure.in (build_warnings): Add -Wformat-nonliteral.
4435 * configure: Re-generate.
4436
c193f044 44372003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4438
4439 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4440
c3228f12
EZ
44412003-07-22 Elena Zannoni <ezannoni@redhat.com>
4442
4443 * findvar.c (read_var_value): Remove case for thread local storage
4444 variables. It is now entirely handled by the dwarf2 location
4445 expression code.
4446 * printcmd.c (address_info): Ditto.
4447 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4448 enumeration value.
4449 (struct symbol): Remove objfile field, which was used by
4450 LOC_THREAD_LOCAL_STATIC only.
4451 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4452 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4453 usage of objfile pointer.
4454 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4455 thread local variables.
4456 Add include of objfiles.h.
4457 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4458 storage variables.
4459 * Makefile.in (dwarf2loc.o): Update dependencies.
4460
aef9bcd2
AC
44612003-07-22 Andrew Cagney <cagney@redhat.com>
4462
4463 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4464 get_frame_base.
4465 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4466 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4467 (struct value): Add opaque declaration.
4468 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4469
d95a8903
AC
44702003-07-21 Andrew Cagney <cagney@redhat.com>
4471
4472 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4473 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4474
4db73d49
SC
44752003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4476
a8f4cde1 4477 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4478 regcache_cooked_read_unsigned instead of read_register.
4479 (m68hc11_saved_pc_after_call): Likewise.
4480 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4481 instead of write_register.
4482 (m68hc11_register_type): New function.
4483 (m68hc11_register_virtual_type): Remove.
4484 (m68hc11_store_return_value): Convert to use the regcache.
4485 (m68hc11_extract_struct_value_address): Likewise.
4486 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4487 m68hc11_register_type; undeprecate store_return_value and
4488 extract_struct_value_address.
4489
ef2b8fcd
SC
44902003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4491
4492 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4493 and translate to use regcache.
4494 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4495
625b0b97
AC
44962003-07-18 Andrew Cagney <cagney@redhat.com>
4497
4498 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4499 * gdbarch.h, gdbarch.c: Re-generate.
4500 * i386-tdep.c (i386_gdbarch_init): Do not set
4501 DWARF2_BUILD_FRAME_INFO.
4502 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4503 unconditionally.
4504 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4505 DWARF2_BUILD_FRAME_INFO.
4506
22b0d388
AC
45072003-07-18 Andrew Cagney <cagney@redhat.com>
4508
4509 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4510 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4511
1ce5d6dd
AC
45122003-07-18 Andrew Cagney <cagney@redhat.com>
4513
4514 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4515 frame_unwind_address_in_block, instead of frame_pc_unwind.
4516 (dwarf2_frame_cache): Ditto.
4517
e6e5e94c
AC
45182003-07-18 Andrew Cagney <cagney@redhat.com>
4519
4520 * user-regs.h (struct gdbarch): Declare opaque.
4521 * ui-out.h (struct ui_file): Declare opaque.
4522 * dwarf2-frame.h (struct frame_info): Declare opaque.
4523
5483d879
KW
45242003-07-18 Kris Warkentin <kewarken@qnx.com>
4525
4526 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4527 #include "...".
4528 (procfs_meminfo): Change strerror to safe_strerror.
4529 (procfs_can_run): Remove K&R badness.
4530
278a7cf7
MS
45312003-07-17 Michael Snyder <msnyder@redhat.com>
4532
4533 * remote-sim.c: Comment typo fix.
4534
606e3b82
AC
45352003-07-17 Andrew Cagney <cagney@redhat.com>
4536
4537 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4538 configure.
4539 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4540 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4541 GDB_MULTI_ARCH_PARTIAL.
4542
c43af07c
EZ
45432003-07-17 Elena Zannoni <ezannoni@redhat.com>
4544
4545 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4546 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4547 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4548
3b85b0f1
TR
45492003-07-16 Theodore A. Roth <troth@openavr.org>
4550
4551 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4552 found.
4553 (avr_frame_unwind_cache): Don't unwind FP for main.
4554 Update a comment.
4555 Save the computed prev_sp.
4556 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4557 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4558 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4559
336d1bba
AC
45602003-07-16 Andrew Cagney <cagney@redhat.com>
4561
4562 * frame-base.h (frame_base_p_ftype): Delete definition.
4563 (frame_base_append_predicate): Delete declaration.
4564 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4565 (frame_unwind_append_predicate): Delete declaration.
4566 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4567 (append_predicate): Delete parameter "p".
4568 (frame_unwind_append_predicate): Delete function.
4569 (frame_unwind_append_sniffer): Update call to append_predicate.
4570 (frame_unwind_free): Delete function.
4571 (_initialize_frame_unwind): Pass NULL as "free" to
4572 register_gdbarch_data.
4573 (frame_unwind_init): Append the dummy_frame_sniffer.
4574 (frame_unwind_find_by_frame): Simplify.
4575 * frame-base.c (struct frame_base_table): Delete field "p".
4576 (append_predicate): Delete parameter "p".
4577 (frame_base_append_predicate): Delete function.
4578 (frame_base_append_sniffer): Update call to append_predicate.
4579 (frame_base_free): Delete function.
4580 (frame_base_find_by_frame): Simplify.
4581 (_initialize_frame_base): Pass NULL as "free" to
4582 register_gdbarch_data.
4583 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4584 (x86_64_sigtramp_frame_sniffer): Replace
4585 "x86_64_sigtramp_frame_p".
4586 (x86_64_init_abi): Set the frame unwind sniffers.
4587 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4588 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4589 (m68k_gdbarch_init): Set the frame unwind sniffers.
4590 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4591 "i386_sigtramp_frame_p".
4592 (i386_frame_sniffer): Replace "i386_frame_p".
4593 (i386_gdbarch_init): Set the frame unwind sniffers.
4594 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4595 (avr_gdbarch_init): Set the frame unwind sniffers.
4596 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4597 "alpha_sigtramp_frame_p"
4598 (alpha_heuristic_frame_sniffer): Replace
4599 "alpha_heuristic_frame_p".
4600 (alpha_gdbarch_init): Set the frame unwind sniffers.
4601 (alpha_dwarf2_init_abi): Ditto.
4602 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4603 "alpha_debug_frame_p".
4604 (alpha_mdebug_frame_base_sniffer): Replace
4605 "alpha_mdebug_frame_base_p".
4606 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4607 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4608 (d10v_gdbarch_init): Set the frame unwind sniffer.
4609 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4610 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4611 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4612 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4613 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4614 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4615
48db5a3c
CV
46162003-07-16 Michael Snyder <msnyder@redhat.com>
4617
4618 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4619 should go thru sh_dsp_register_sim_regno, else the dsp regs
4620 will not get the right values.
4621
46222003-07-16 Corinna Vinschen <vinschen@redhat.com>
4623
4624 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4625 deprecated_store_floating by call to store_typed_floating.
4626 (sh_sh4_register_convert_to_raw): Substitute call to
4627 deprecated_extract_floating by call to extract_typed_floating.
4628
46292003-07-16 Corinna Vinschen <vinschen@redhat.com>
4630
4631 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4632
46332003-07-16 Corinna Vinschen <vinschen@redhat.com>
4634
4635 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4636 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4637 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4638 as possible.
4639 (do_pseudo_register): Remove.
4640 (sh_push_dummy_code): New function.
4641 (sh64_store_struct_return): Rename from sh_store_struct_return.
4642 Only called for sh64 now.
4643 (sh_extract_struct_value_address): Regcache'ify.
4644 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4645 and accomodate new tasks.
4646 (sh64_push_return_address): Rename from sh_push_return_address.
4647 Only called for sh64 now.
4648 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4649 Regcache'ify.
4650 (sh3e_sh4_extract_return_value): Regcache'ify.
4651 (sh_default_store_return_value): Ditto.
4652 (sh3e_sh4_store_return_value): Ditto.
4653 (sh_default_register_byte): Remove.
4654 (sh_sh4_register_byte): Remove.
4655 (sh_default_register_raw_size): Remove.
4656 (sh_sh4_register_raw_size): Remove.
4657 (sh_register_virtual_size): Remove.
4658 (sh_sh3e_register_virtual_type): Remove.
4659 (sh_sh3e_register_type): New function.
4660 (sh_sh4_register_virtual_type): Remove.
4661 (sh_sh4_register_type): New function.
4662 (sh_default_register_virtual_type): Remove.
4663 (sh_default_register_type): New function.
4664 (do_fv_register_info): Add parameters to accomodate call from
4665 sh_print_registers_info.
4666 (do_dr_register_info): Ditto.
4667 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4668 Add parameters to accomodate call from sh_print_registers_info.
4669 (sh_do_fp_register): Ditto.
4670 (sh64_do_pseudo_register): Call do_dr_register_info,
4671 do_fv_register_info and sh_do_fp_register with default parameters.
4672 (sh_do_register): Add parameters to accomodate call from
4673 sh_print_registers_info.
4674 (sh_print_register): Ditto.
4675 (sh_print_registers_info): Rename from sh_do_registers_info.
4676 Add parameters to be used as gdbarch_print_registers_info
4677 implementation. Accomodate removed do_pseudo_register function
4678 pointer.
4679 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4680 function pointer. Call sh_print_register with default parameters.
4681 (sh64_do_registers_info): Call sh_print_registers_info instead of
4682 sh_do_registers_info.
4683 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4684 detection of deprecated vs. non-deprecated functionality.
4685 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4686 function pointer assignments by direct function calls.
4687
e8a89fe2
AC
46882003-07-15 Andrew Cagney <cagney@redhat.com>
4689
4690 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4691 (frame_register_unwind, create_new_frame): Ditto.
4692 (legacy_get_prev_frame, get_frame_type): Ditto.
4693 (get_frame_base_address): Use frame_base_find_by_frame.
4694 (get_frame_locals_address): Use frame_base_find_by_frame.
4695 (get_frame_args_address): Use frame_base_find_by_frame.
4696 * frame-base.h (frame_base_sniffer_ftype): Declare.
4697 (frame_base_append_sniffer): Declare.
4698 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4699 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4700 (frame_base_append_sniffer): New function.
4701 (frame_base_append_predicate): Add a NULL sniffer.
4702 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4703 (struct frame_base_table): Add "sniffer".
4704 (frame_base_free): Free the "sniffer" table.
4705 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4706 (frame_unwind_append_sniffer): Declare.
4707 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4708 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4709 (struct frame_unwind_table): Add "sniffer", delete "middle".
4710 (append_predicate): Add "sniffer" parameter, append the sniffer.
4711 (frame_unwind_init): Update append_predicate call.
4712 (frame_unwind_append_sniffer): New function.
4713 (frame_unwind_append_predicate): Update append_predicate call.
4714 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4715
0714963c
AC
47162003-07-15 Andrew Cagney <cagney@redhat.com>
4717
4718 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4719 before code inhibiting repeated unwind attempts. Add to
4720 commentary on that test's problems.
4721 * blockframe.c (inside_main_func): Look for "main" in the minimal
4722 symbol table.
4723 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4724 identical.
4725
d9170e22
AC
47262003-07-15 Andrew Cagney <cagney@redhat.com>
4727
4728 * complaints.c (struct explanation): Define.
4729 (struct complaints): Change type of "explanation" to "struct
4730 explanation".
4731 (symfile_explanations): Convert to a "struct explanation" table.
4732 (vcomplaint): Update.
4733
eba29c8c
ML
47342003-07-15 Michal Ludvig <mludvig@suse.cz>
4735
4736 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4737 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4738 x86_64_linux_(fill,supply)_gregset functions.
4739 * x86-64-linux-tdep.c (USER_*): New defines.
4740 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4741 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4742 New functions.
4743 (fetch_core_registers): Ditto.
4744 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4745 * x86-64-linux-tdep.h: New file.
4746 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4747 and core-regset.o.
4748 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4749
68cc0bfb
MK
47502003-07-13 Mark Kettenis <kettenis@gnu.org>
4751
88a115f7
MK
4752 * x86-64-tdep.c (x86_64_store_return_value): Use
4753 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4754
68cc0bfb
MK
4755 * configure.host: Add x86_64-*-freebsd*.
4756 * configure.tgt: Add x86_64-*-freebsd*.
4757 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4758 * amd64fbsd-nat.c: New file.
4759 * amd64fbsd-tdep.c: New file.
4760 * config/i386/nm-fbsd64.h: New file.
4761 * config/i386/fbsd64.mh: New file.
4762 * config/i386/fbsd64.mt: New file.
4763
138e7be5
MK
47642003-07-11 Mark Kettenis <kettenis@gnu.org>
4765
4766 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4767 `sc_regs_offset' and `sc_fpregs_offset'.
4768 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4769 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4770 (alpha_sigtramp_register_address): Rewrite to use new members of
4771 `struct gdbarch_tdep'.
4772 (alpha_gdbarch_init): Initialize new members of struct
4773 gdbarch_tdep'.
4774 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4775 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4776 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4777 (alphafbsd_pc_in_sigtramp): Implement.
4778 (alphafbsd_sigtramp_offset): New function.
4779 (alphafbsd_sigcontext_addr): New function.
4780 (alphafbsd_init_abi): Initialize signal trampoline related members
4781 of `struct gdbarch_tdep'.
4782 (_initialize_alphafbsd_tdep): Add prototype.
4783
95303a68
TR
47842003-07-11 Theodore A. Roth <troth@openavr.org>
4785
ba292e4c
TR
4786 * Makefile.in (install-only): Quote sed expression when generating
4787 transformed_name.
95303a68 4788
6896c0c7
RH
47892003-07-11 Richard Henderson <rth@redhat.com>
4790
4791 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4792 * dwarf2-frame.c: Include complaints.h.
4793 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4794 variable initialization; return NULL on error.
4795 (decode_frame_entry): New.
4796
8edd5d01
AC
47972003-07-11 Andrew Cagney <cagney@redhat.com>
4798
c4a09524
AC
4799 * frame.h (frame_address_in_block): Delete declaration.
4800 * blockframe.c (frame_address_in_block): Delete function.
4801 (get_frame_block): Use get_frame_address_in_block.
4802 (block_innermost_frame): Ditto.
4803 * stack.c (print_frame, backtrace_command_1): Ditto.
4804
8edd5d01
AC
4805 * frame.h (get_frame_address_in_block): Declare.
4806 (frame_unwind_address_in_block): Declare.
4807 * frame.c (frame_unwind_address_in_block): New function.
4808 (get_frame_address_in_block): New function.
4809
f7968451
AC
48102003-07-10 Andrew Cagney <cagney@redhat.com>
4811
4812 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4813 pre-default. Note: re-generate has no effect.
a8f4cde1 4814
ae99b398
AC
48152003-07-10 Andrew Cagney <cagney@redhat.com>
4816
4817 * gdbarch.sh: When a variable, but not a function, compare against
4818 0. Fix problem in previous patch.
4819 * gdbarch.c: Re-generate.
a8f4cde1 4820
956ac328
AC
48212003-07-10 Andrew Cagney <cagney@redhat.com>
4822
4823 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4824 functions against NULL, not 0.
4825 * gdbarch.c: Re-generate.
a8f4cde1 4826
287c3240
FF
48272003-07-10 Fred Fish <fnf@ninemoons.com>
4828
4829 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4830 null string instead of a null pointer.
4831 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4832
32f63c4b
MS
48332003-07-09 Michael Snyder <msnyder@redhat.com>
4834
4835 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4836
402ecd56
MK
48372003-07-09 Mark Kettenis <kettenis@gnu.org>
4838
4839 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4840 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4841 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4842 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4843 * x86-64-tdep.c: ... from here.
4844
c481dac7
AS
48452003-07-09 Andreas Schwab <schwab@suse.de>
4846
4847 * m68k-tdep.h (enum struct_return): Define.
4848 (struct gdbarch_tdep): Add struct_return.
4849 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4850 bytes are padded to the right, not to the left. Pass struct value
4851 address in register %a1, not on stack.
4852 (m68k_use_struct_convention): New function.
4853 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4854 struct_return in tdep to pcc_struct_return.
4855 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4856 reg_struct_return.
4857
a8f4cde1 48582003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4859
a8f4cde1 4860 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4861
96a4ee76
AC
48622003-07-09 Andrew Cagney <cagney@redhat.com>
4863
4864 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4865 Add comments about the checks.
4866
1517c6d1
AC
48672003-07-08 Andrew Cagney <cagney@redhat.com>
4868
4869 * Makefile.in: Make dependency section headers consistent.
4870 (config_h): Move to $BUILD headers section.
4871 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4872 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4873 (ada-exp.tab.c): Move to YACC/LEX section.
4874 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4875 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4876
dc5dd1eb
KW
48772003-07-08 Kris Warkentin <kewarken@qnx.com>
4878
4879 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4880 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4881 of strerror with safe_strerror, use ISO C function definitions,
4882 and replace instances of sprintf with snprintf.
dc5dd1eb 4883
612dde91
AC
48842003-07-07 Andrew Cagney <cagney@redhat.com>
4885
4886 * frame.c (get_prev_frame): Enable check for identical frames.
4887 Update comments. Update error messages.
4888
492c11d3
JB
48892003-07-07 Joel Brobecker <brobecker@gnat.com>
4890
4891 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4892
376a5a49
JB
48932003-07-07 Joel Brobecker <brobecker@gnat.com>
4894
4895 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4896 sort_symtab_syms, no longer necessary.
4897
22b4a9ad
JB
48982003-07-07 Joel Brobecker <brobecker@gnat.com>
4899
4900 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4901
5bbcb741
JB
49022003-07-07 Joel Brobecker <brobecker@gnat.com>
4903
4904 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4905 (mips_register_byte): Likewise.
4906
c139e7d9
DJ
49072003-07-07 Daniel Jacobowitz <drow@mvista.com>
4908
4909 * Makefile.in (sparc_tdep_h): New.
4910 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4911 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4912 * sparc-linux-nat.c: Include "sparc-tdep.h".
4913 * sparc-nat.c: Likewise.
4914 * sparc-tdep.c: Likewise.
4915 * sparc64nbsd-nat.c: Likewise.
4916 * sparcnbsd-nat.c: Likewise.
4917 * sparcnbsd-tdep.c: Likewise.
4918 * sparc-tdep.h: New file.
4919 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4920 and sparc_npc_regnum.
4921
fd8f87c5
DJ
49222003-07-07 Daniel Jacobowitz <drow@mvista.com>
4923
4924 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4925 (mips_linux_cannot_store_register): List supported instead of
4926 unsupported registers.
4927
13adf674
DJ
49282003-07-07 Daniel Jacobowitz <drow@mvista.com>
4929
4930 * disasm.c (dump_insns): Separate instructions from addresses.
4931
8de307e0
AS
49322003-07-07 Andreas Schwab <schwab@suse.de>
4933
4934 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4935 dependencies.
4936 * m68k-tdep.c (NUM_FREGS): Delete.
4937 (SIG_PC_FP_OFFSET): Delete.
4938 (TARGET_M68K): Delete.
4939 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4940 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4941 P_MOVEL_SP, P_MOVEML_SP): Define.
4942 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4943 P_TRAP): Delete.
4944 (m68k_register_raw_size): Delete.
4945 (m68k_register_virtual_size): Delete.
4946 (m68k_register_type): Renamed from m68k_register_virtual_type and
4947 add gdbarch argument.
4948 (m68k_store_struct_return): Delete.
4949 (m68k_deprecated_extract_return_value): Delete.
4950 (m68k_deprecated_extract_struct_value_address): Delete.
4951 (m68k_frame_chain): Delete.
4952 (m68k_frame_saved_pc): Delete.
4953 (m68k_fix_call_dummy): Delete.
4954 (m68k_push_dummy_frame): Delete.
4955 (m68k_pop_frame): Delete.
4956 (m68k_extract_return_value): New function.
4957 (m68k_store_return_value): Rewrite using regcache.
4958 (m68k_extract_struct_value_address): Rewrite using regcache.
4959 (m68k_push_dummy_call): New function.
4960 (struct m68k_frame_cache): Define.
4961 (m68k_alloc_frame_cache): New function.
4962 (m68k_analyze_frame_setup): New function.
4963 (m68k_analyze_register_saves): New function.
4964 (m68k_analyze_prologue): New function.
4965 (m68k_skip_prologue): Rewrite using above functions.
4966 (m68k_unwind_pc): New function.
4967 (m68k_frame_cache): New function.
4968 (m68k_frame_this_id): New function.
4969 (m68k_frame_prev_register): New function.
4970 (m68k_frame_unwind): New variable.
4971 (m68k_frame_p): New function.
4972 (m68k_sigtramp_frame_cache): New function.
4973 (m68k_sigtramp_frame_this_id): New function.
4974 (m68k_sigtramp_frame_prev_register): New function.
4975 (m68k_sigtramp_frame_unwind): New variable.
4976 (m68k_sigtramp_frame_p): New function.
4977 (m68k_frame_base_address): New function.
4978 (m68k_frame_base): New function.
4979 (m68k_unwind_dummy_id): New function.
4980 (fill_gregset): Use regcache_collect.
4981 (fill_fpregset): Likewise.
4982 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4983 defined.
4984 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4985 deprecated_init_frame_pc, deprecated_store_struct_return,
4986 deprecated_extract_return_value, deprecated_store_return_value,
4987 deprecated_frame_chain, deprecated_frame_saved_pc,
4988 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4989 deprecated_register_virtual_size,
4990 deprecated_max_register_raw_size,
4991 deprecated_max_register_virtual_size,
4992 deprecated_register_virtual_type, deprecated_register_size,
4993 deprecated_register_byte, deprecated_register_bytes,
4994 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4995 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4996 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4997 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4998 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4999 deprecated_push_dummy_frame, deprecated_pop_frame,
5000 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5001 only if SYSCALL_TRAP is defined. Set extract_return_value,
5002 store_return_value, extract_struct_value_address, register_type,
5003 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5004 predicates.
5005 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5006 M68K_MAX_REGISTER_SIZE): Define.
5007 (struct m68k_sigtramp_info): Define.
5008 (struct gdbarch_tdep): Add get_sigtramp_info.
5009 * m68klinux-nat.c (fetch_register): Use register_size instead of
5010 REGISTER_RAW_SIZE. Don't put assignment in if.
5011 (store_register): Likewise.
5012 (fetch_inferior_registers): Likewise.
5013 (store_inferior_registers): Likewise.
5014 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5015 (m68k_linux_frame_saved_pc): Delete.
5016 (m68k_linux_sigcontext_reg_offset,
5017 m68k_linux_ucontext_reg_offset): Define.
5018 (m68k_linux_get_sigtramp_info): New function.
5019 (m68k_linux_extract_return_value): Rewrite using regcache.
5020 (m68k_linux_store_return_value): Likewise.
5021 (m68k_linux_extract_struct_value_address): Likewise.
5022 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5023 Don't set deprecated_frame_saved_pc,
5024 deprecated_extract_return_value, deprecated_store_return_value,
5025 deprecated_extract_struct_value_address. Set
5026 extract_return_value, store_return_value,
5027 extract_struct_value_address.
5028
eb8bc282
AC
50292003-07-07 Andrew Cagney <cagney@redhat.com>
5030
5031 * expprint.c: Include "user-regs.h" instead of "frame.h".
5032 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5033 frame_map_regnum_to_name.
5034 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5035 (frame_map_name_to_regnum): Simplify, call
5036 user_reg_map_name_to_regnum.
5037 (frame_map_regnum_to_name): Simplify, call
5038 user_reg_map_regnum_to_name.
5039 (frame_register_unwind): Update.
5040 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5041 (_initialize_frame_reg): Call user_reg_add_builtin.
5042 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5043 (value_of_register): Use value_of_user_reg.
5044 * eval.c (evaluate_subexp_standard): Update.
5045 * parse.c (write_dollar_variable): Update.
5046 * d10v-tdep.c (d10v_print_registers_info): Update.
5047 * infcmd.c (registers_info): Update.
5048 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5049 (builtin_regs_h): Delete macro.
5050 (user_regs_h): Define.
5051 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5052 (builtin-regs.o): Delete target.
5053 (user-regs.o): Specify dependencies.
5054 (expprint.o): Update dependencies.
5055 (findvar.o): Update dependencies.
5056 (frame.o): Update dependencies.
5057 (std-regs.o): Update dependencies.
5058
9f476a01
CF
50592003-07-06 Christopher Faylor <cgf@redhat.com>
5060
5061 * win32-nat.c (solib_symbols_add): Use one variable for all section
5062 address stuff. Pass variable rather than address of variable to
5063 safe_symbol_file_add.
5064
a731b831
AS
50652003-07-06 Andreas Schwab <schwab@suse.de>
5066
5067 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5068
9f83329d
JB
50692003-07-04 Joel Brobecker <brobecker@gnat.com>
5070
5071 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5072
27e28cc5
KW
50732003-07-04 Kris Warkentin <kewarken@qnx.com>
5074
5075 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5076
50772003-07-04 Kris Warkentin <kewarken@qnx.com>
5078
5079 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5080 * config/i386/nto.mh: New file.
5081 * config/i386/nm-nto.h: New file.
5082 * configure.host: Add i[3456]86-*-nto*.
5083
100f2e98
JB
50842003-07-03 Joel Brobecker <brobecker@gnat.com>
5085
5086 * remote-vx.c (vx_add_symbols): Fix compilation error.
5087
e23457df
AC
50882003-07-03 Andrew Cagney <cagney@redhat.com>
5089
5090 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5091 * gdbarch.h, gdbarch.c: Re-generate.
5092 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5093 (legacy_register_name): Declare.
5094 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5095 (REGISTER_NAME): Define.
5096 * sparc-tdep.c (legacy_register_name): New function.
5097 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5098 (REGISTER_NAME): Define.
5099 (hppa64_register_name): Declare.
5100 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5101 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5102 (hppa64_register_name): New function.
5103 (hppa_register_name): New function.
5104 * arch-utils.c (legacy_register_name): Delete.
5105 * arch-utils.h (legacy_register_name): Delete.
5106
38caaeec
DJ
51072003-07-03 Daniel Jacobowitz <drow@mvista.com>
5108
5109 * cli/cli-interp.c (cli_interpreter_resume): Update the
5110 cli_uiout's stream to gdb_stdout.
5111
dadd712e
AC
51122003-07-03 Andrew Cagney <cagney@redhat.com>
5113
5114 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5115 predicate.
5116 * gdbarch.h, gdbarch.c: Re-generate.
5117 * regcache.c (init_regcache_descr): Use legacy code when either
5118 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5119
c7f1390e
DJ
51202003-07-02 Daniel Jacobowitz <drow@mvista.com>
5121
5122 * NEWS: Move "set logging" entry into GDB 6.0 section.
5123
4bc8c588
JB
51242003-07-02 Jim Blandy <jimb@redhat.com>
5125
a9dd42f1
JB
5126 * s390-tdep.c (struct frame_extra_info): new member:
5127 'stack_bought_valid'.
5128 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5129 initialize fextra_info->stack_bought.
5130 (s390_frameless_function_invocation): Don't trust the value of
5131 fextra_info_ptr->stack_bought unless
5132 fextra_info->stack_bought_valid is set.
5133
4bc8c588
JB
5134 New S390 prologue analyzer.
5135 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5136 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5137 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5138 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5139 compute_x_addr, s390_on_stack, s390_store,
5140 s390_get_signal_frame_info): New functions.
5141 (S390_NUM_SPILL_SLOTS): New macro.
5142 (s390_get_frame_info): Rewritten.
5143 (is_arg_reg): Deleted.
5144
5145 Break out the decoding of S/390 instructions into separate
5146 functions, to make it more legible, and easier to check
5147 against the spec.
5148 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5149 is_rx, is_rxe): New functions.
5150 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5151 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5152 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5153 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5154 enums for opcode values. (Is this an improvement?)
5155
fd13a04a
AC
51562003-07-02 Andrew Cagney <cagney@redhat.com>
5157
5158 * i386-tdep.c: Revert change committed as part of trad-frame code
5159 below.
5160
3f8091c1
DJ
51612003-07-02 Daniel Jacobowitz <drow@mvista.com>
5162
5163 * breakpoint.c (insert_catchpoint): Make static.
5164
8dd5115e
AS
51652003-07-02 Andreas Schwab <schwab@suse.de>
5166
5167 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5168 former ia64_push_arguments and ia64_push_return_address, and use
5169 regcache functions instead of read/write_register.
5170 (ia64_gdbarch_init): Set push_dummy_call instead of
5171 deprecated_push_arguments and deprecated_push_return_address.
5172
a2229c23
AJ
51732003-07-01 Andreas Jaeger <aj@suse.de>
5174
5175 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5176 before the call.
5177 Set %rax only to number of SSE registers used.
5178
3b3850e8
AC
51792003-07-01 Andrew Cagney <cagney@redhat.com>
5180
5181 * trad-frame.h: Update comments, a -1 .addr is reserved.
5182 (trad_frame_value_p, trad_frame_addr_p): Declare.
5183 (trad_frame_reg_p): Declare.
5184 (trad_frame_set_value): Rename trad_frame_register_value.
5185 (trad_frame_set_unknown): Declare.
5186 * trad-frame.c (trad_frame_realreg_p): New function.
5187 (trad_frame_addr_p, trad_frame_value_p): New function.
5188 (trad_frame_set_unknown): New function.
5189 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5190 (trad_frame_prev_register): Use trad_frame_realreg_p,
5191 trad_frame_addr_p and trad_frame_value_p.
5192 (trad_frame_set_value): Rename trad_frame_register_value.
5193 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5194 and trad_frame_set_value.
a2229c23 5195
4d819d0e
JB
51962003-06-30 Jim Blandy <jimb@redhat.com>
5197
5198 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5199 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5200 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5201 for 16 registers, and then 32 more bytes.
5202 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5203 New macros.
5204 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5205 Move up in the file, since it's now used by is_simple_arg.
5206 (is_simple_arg): Don't assume registers are four bytes long.
5207 Exclude all double arguments. Extended floats are not simple
5208 args.
5209 (is_power_of_two): New function.
5210 (pass_by_copy_ref): Call is_power_of_two, and check that the
5211 length fits in a register, rather than listing all the acceptable
5212 sizes. Extended floats are not passed by reference.
5213 (s390_push_arguments): Don't assume registers are four bytes long.
5214 Reserve an argument register to point to the buffer for structures
5215 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5216 S390_STACK_FRAME_OVERHEAD.
5217
1ad828f1
AS
52182003-06-30 Andreas Schwab <schwab@suse.de>
5219
5220 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5221 format error message.
5222
39b00981
JB
52232003-06-30 Joel Brobecker <brobecker@gnat.com>
5224
5225 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5226
b2a7f303
DC
52272003-06-30 David Carlton <carlton@kealia.com>
5228
5229 Band-aid for PR c++/1245.
5230 * Makefile.in (cp-support.o): Depend on complaints_h.
5231 * cp-support.c: Include complaints.h. Add declaration for
5232 find_last_component.
5233 (cp_find_first_component): Separate code into
5234 cp_find_first_component_aux.
5235 (cp_find_first_component_aux): Call demangled_name_complaint.
5236 (demangled_name_complaint): New.
5237
a257b5bb
AC
52382003-06-30 Andrew Cagney <cagney@redhat.com>
5239
5240 * remote.c (remote_write_bytes): Explicitly compute and then use
5241 the payload size. Update comments to reflect. Fixes problem of
5242 GDB not sending small packets as found by Fred Fish.
5243
0a2cfde4
AC
52442003-06-30 Andrew Cagney <cagney@redhat.com>
5245
5246 * remote.c (remote_async_wait): Fix -Wformat problem.
5247
3fcb8548
AC
52482003-06-29 Andrew Cagney <cagney@redhat.com>
5249
5250 * remote.c (remote_wait): Call error, and not warning, when the
5251 packet is corrupt.
5252 (remote_async_wait): Ditto.
5253
9f9970a3
DJ
52542003-06-29 Daniel Jacobowitz <drow@mvista.com>
5255
5256 * sparc-tdep.c (sparc_y_regnum): Make external again.
5257
83a8ccca
DJ
52582003-06-29 Daniel Jacobowitz <drow@mvista.com>
5259
5260 * cli/cli-logging.c (pop_output_files): Add void to function
5261 definition.
5262
d2cf594a
AC
52632003-06-29 Andrew Cagney <cagney@redhat.com>
5264
5265 * frame.c (frame_register_unwind): Use unsigned char when dumping
5266 the buffer contents.
5267
0fac0b41
DJ
52682003-06-28 Daniel Jacobowitz <drow@mvista.com>
5269
5270 * cli/cli-logging.c: New file.
5271 * cli-out.c (struct ui_out_data): Add original_stream.
5272 (cli_redirect): New function.
5273 (cli_ui_out_impl): Add cli_redirect.
5274 (cli_out_new): Initialize original_stream.
5275 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5276 (uo_redirect, ui_out_redirect): New.
5277 * ui-out.h (struct ui_out_impl): Add redirect member.
5278 (redirect_ftype): New.
5279 (ui_out_redirect): Add prototype.
5280 * Makefile.in: Add rules for cli-logging.c.
5281 * NEWS: Mention "set logging".
5282
88a07d7c
EZ
52832003-06-27 Elena Zannoni <ezannoni@redhat.com>
5284
5285 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5286
4eb58876
AC
52872003-06-27 Andrew Cagney <cagney@redhat.com>
5288
5289 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5290 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5291 * avr-tdep.c (avr_call_dummy_address): Delete function.
5292 (avr_gdbarch_init): Do not set call_dummy_address.
5293
1549f619
EZ
52942003-06-27 Elena Zannoni <ezannoni@redhat.com>
5295
5296 * symfile.c (syms_from_objfile): Move variables to inner block.
5297 Move the checks for the non-mainline case a bit earlier to avoid
5298 doing some useless computations.
5299
3cb3398d
EZ
53002003-06-27 Elena Zannoni <ezannoni@redhat.com>
5301
5302 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5303
3799ccc6
EZ
53042003-06-26 Elena Zannoni <ezannoni@redhat.com>
5305
5306 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5307 sections.
5308
ce1f6491
MC
53092003-06-26 Michael Chastain <mec@shout.net>
5310
5311 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5312 gdb/testsuite/gdb.c++/pr-1210.exp.
5313
d958dfd0
AC
53142003-06-26 Andrew Cagney <cagney@redhat.com>
5315
5316 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5317 altivec_expression.h and altivec_registers.h.
5318
d31431ed
AC
53192003-06-26 Andrew Cagney <cagney@redhat.com>
5320
5321 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5322 info->mach when MIPS16. Patch suggested by Fred Fish.
5323
714b1282
AC
53242003-06-26 Andrew Cagney <cagney@redhat.com>
5325
5326 * utils.c (internal_vproblem): Print the problem to a reason
5327 buffer and then pass to query. Make the msg variable more local.
5328
42efa47a
AC
53292003-06-26 Andrew Cagney <cagney@redhat.com>
5330
5331 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5332 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5333 * gdbarch.h, gdbarch.c: Re-generate.
5334 * frame-base.c (default_frame_args_address): Update. Use
5335 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5336 not available.
5337 (default_frame_locals_address): Ditto for
5338 DEPRECATED_FRAME_LOCALS_ADDRESS.
5339 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5340 (vax_frame_num_args): Update.
5341 (vax_gdbarch_init): Update.
5342 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5343 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5344 * mcore-tdep.c (mcore_gdbarch_init): Update.
5345 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5346 * ia64-tdep.c (ia64_gdbarch_init): Update.
5347 * symtab.h (address_class): Update comments.
5348 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5349 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5350 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5351 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5352 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5353 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5354 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5355 * alpha-mdebug-tdep.c: Update.
5356 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5357
8ffd9b1b
AJ
53582003-06-26 Andreas Jaeger <aj@suse.de>
5359
5360 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5361 of SSE registers so that varargs functions work. Rework handling
5362 of passing arguments on the stack.
5363 (x86_64_store_return_value): Return double and float values in SSE
5364 register.
5365
e8ac10a6
MC
53662003-06-24 Michael Chastain <mec@shout.net>
5367
5368 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5369 the "constructor breakpoints ignored" bug.
5370
986af8e6
DC
53712003-06-25 David Carlton <carlton@kealia.com>
5372
5373 * MAINTAINERS: Update e-mail address.
5374
d64558a5
JB
53752003-06-24 Jim Blandy <jimb@redhat.com>
5376
e538d2d7
JB
5377 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5378
02631ec0
JB
5379 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5380 function.
5381 (ppc_linux_init_abi): Register it as the
5382 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5383
e716d87a
JB
5384 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5385 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5386 method.
5387
d64558a5
JB
5388 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5389 (ppc64_standard_linkage_target): Use it.
5390
449a5da4
AC
53912003-06-23 Andrew Cagney <cagney@redhat.com>
5392
5393 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5394 for 0 "int0" and 4 "int32" sized registers.
5395 * gdbtypes.c (builtin_type_int0): Define.
5396 (build_gdbtypes): Initialize builtin_type_int0.
5397 * gdbtypes.h (builtin_type_int0): Declare.
5398
b2a02dda
SC
53992003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5400
5401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5402 as characters are unsigned.
5403
fba3138e
DJ
54042003-06-22 Daniel Jacobowitz <drow@mvista.com>
5405
5406 PR gdb/1179
5407 * dwarfread.c (struct_type): Skip static fields without crashing.
5408
f6c8180b
AC
54092003-06-22 Andrew Cagney <cagney@redhat.com>
5410
5411 GDB 6.0 branch created.
f2c06f52
AC
5412 * README: Update.
5413 * PROBLEMS: Update. Empty.
5414 * NEWS: Update.
f6c8180b 5415
ae822768
DJ
54162003-06-22 Daniel Jacobowitz <drow@mvista.com>
5417
5418 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5419 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5420
261de166
AC
54212003-06-22 Andrew Cagney <cagney@redhat.com>
5422
5423 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5424 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5425 Velikov.
5426
30e94205
DJ
54272003-06-22 Daniel Jacobowitz <drow@mvista.com>
5428
5429 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5430 compilers.
5431
9e14d721
DJ
54322003-06-21 Daniel Jacobowitz <drow@mvista.com>
5433
5434 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5435 argument of val_print.
5436 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5437 to the address argument of baseclass_offset or target_read_memory.
5438 Do add it to the argument of cp_print_value_fields.
5439
a4b8ebc8
AC
54402003-06-21 Andrew Cagney <cagney@redhat.com>
5441
5442 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5443 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5444 instead of 0..NUM_REGS.
5445 (mips_register_reggroup_p): New function.
5446 (mips_pseudo_register_write): New function.
5447 (mips_pseudo_register_read): New function.
5448 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5449 based on the register's type.
5450 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5451 cooked.
5452 (mips_get_saved_register): Simplify. Assert that REGNO is a
5453 pseudo / cooked.
5454 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5455 (mips_register_type): Replace mips_register_virtual_type. Map
5456 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5457 when available.
5458 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5459 that the register is cooked / virtual.
5460 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5461 Only get the extra info when needed.
5462 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5463 (mips32_heuristic_proc_desc): Fetch the cooked register.
5464 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5465 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5466 (mips_print_register): Use gdbarch_register_type, instead of
5467 REGISTER_VIRTUAL_TYPE.
5468 (print_gp_register_row): Use gdbarch_register_type, instead of
5469 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5470 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5471 Print the pseudo / cooked registers.
5472 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5473 Print the pseudo / cooked registers.
5474 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5475 REG_NUM is pseudo / cooked.
5476 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5477 (mips_n32n64_xfer_return_value): Ditto.
5478 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5479 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5480 (mips_register_sim_regno): New function.
5481 (mips_gdbarch_init): Set deprecated_register_byte,
5482 register_group_p, pseudo_register_write, pseudo_register_read,
5483 register_sim_regno, and num_pseudo_regs. Set register_type,
5484 instead of register_virtual_type.
5485 * Makefile.in (mips-tdep.o): Update dependencies.
5486 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5487 REGISTER_VIRTUAL_TYPE.
5488 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5489 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5490 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5491 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5492 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5493
325ed089
DJ
54942003-06-21 Daniel Jacobowitz <drow@mvista.com>
5495
5496 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5497 * cli/cli-cmds.c: Include "gdb_vfork.h".
5498 (shell_escape): Use vfork.
5499
f0e7d0e8
AC
55002003-06-21 Andrew Cagney <cagney@redhat.com>
5501
c57bb9fa
AC
5502 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5503 32 bit floating-point register saves.
5504
6e51443a
AC
5505 * frame.h (deprecated_unwind_get_saved_register): Delete.
5506 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5507 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5508 and deprecated_get_next_frame_hack instead of
5509 deprecated_unwind_get_saved_register.
5510
ed183c7c
AC
5511 * mips-tdep.c (mips_dump_tdep): Do not print
5512 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5513
f0e7d0e8
AC
5514 * frame.c (get_frame_register): New function.
5515 (frame_unwind_register_signed): New function.
5516 (get_frame_register_signed): New function.
5517 (frame_unwind_register_unsigned): New function.
5518 (get_frame_register_unsigned): New function.
5519 * frame.h: Add comments on naming schema.
5520 (get_frame_register, frame_unwind_register_signed): Declare.
5521 (get_frame_register_signed, get_frame_register_signed): Declare.
5522 (frame_unwind_register_unsigned): Declare.
5523 (get_frame_register_unsigned): Declare.
5524
2224d941
TR
55252003-06-20 Theodore A. Roth <troth@openavr.org>
5526
5527 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5528
8619218d
TR
55292003-06-20 Theodore A. Roth <troth@openavr.org>
5530
5531 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5532 (avr_read_sp): Ditto.
5533
0b1b50c0
DJ
55342003-06-20 Daniel Jacobowitz <drow@mvista.com>
5535
5536 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5537 * config/arm/nm-linux.h: Likewise.
5538 * config/arm/tm-linux.h: Likewise.
5539 * config/ia64/nm-linux.h: Likewise.
5540 * config/ia64/tm-ia64.h: Likewise.
5541 * config/s390/tm-linux.h: Likewise.
5542 * config/s390/tm-s390.h: Likewise.
5543 * s390-nat.c: Likewise.
5544 * s390-tdep.c: Likewise.
5545
5546 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5547 * config/ia64/linux.mt: Likewise.
5548 * config/m68k/linux.mh: Likewise.
5549 * config/mips/linux.mt: Likewise.
5550 * config/powerpc/linux.mh: Likewise.
5551 * config/sh/linux.mt: Likewise.
5552
c8c18e65
KW
55532003-06-19 Kris Warkentin <kewarken@qnx.com>
5554
5555 * solib.c (solib_open): Change tests for whether to search
5556 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5557 comments.
5558
dcccef2e
TR
55592003-06-19 Theodore A. Roth <troth@openavr.org>
5560
5561 * avr-tdep.c (avr_frame_address): Delete function.
5562 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5563 set_gdbarch_frame_args_address.
5564
5861a190
AC
55652003-06-19 Andrew Cagney <cagney@redhat.com>
5566
5567 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5568 (REGISTER_CONVERT_FROM_TYPE): Delete.
5569 (mips_register_convert_to_type): Delete declaration.
5570 (mips_register_convert_from_type): Delete declaration.
5571 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5572 kernel/.
5573
0274a8ce
MS
55742003-06-19 Michael Snyder <msnyder@redhat.com>
5575
5576 * linux-nat.h: New file.
5577 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5578 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5579 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5580 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5581 (linux_make_note_section): Iterate over lwps instead of threads.
5582 (linux_do_thread_registers): Use lwp instead of merged pid.
5583 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5584 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5585 Add dependency on linux_nat_h.
5586
adf5f719
TR
55872003-06-19 Theodore A. Roth <troth@openavr.org>
5588
5589 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5590
6766a268
DJ
55912003-06-19 Daniel Jacobowitz <drow@mvista.com>
5592
5593 * varobj.c (get_type, get_target_type): Use check_typedef.
5594
1171114a
DJ
55952003-06-19 Daniel Jacobowitz <drow@mvista.com>
5596
5597 * breakpoint.c (insert_catchpoint): Call internal_error.
5598
adcf68a2
TR
55992003-06-19 Theodore A. Roth <troth@openavr.org>
5600
5601 * avr-tdep.c (avr_push_dummy_code): Delete function.
5602 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5603
ea67f13b
DJ
56042003-06-19 Daniel Jacobowitz <drow@mvista.com>
5605
5606 * arch-utils.c (default_prepare_to_proceed): Remove.
5607 (generic_prepare_to_proceed): Remove.
5608 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5609 (generic_prepare_to_proceed): Remove prototype.
5610 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5611 * gdbarch.c: Regenerate.
5612 * gdbarch.h: Regenerate.
5613 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5614 * hppah-nat.c (hppa_switched_threads): Remove.
5615 * infrun.c (prepare_to_proceed): New static function, copied from
5616 generic_prepare_to_proceed. Remove select_it argument.
5617 (proceed): Call prepare_to_proceed.
5618 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5619 variables.
5620 (ptrace_wait): Don't set the removed variables.
5621 (hppa_switched_threads): Remove.
5622 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5623 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5624 (lin_lwp_prepare_to_proceed): Remove prototype.
5625 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5626 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5627
4add8633
TR
56282003-06-18 Theodore A. Roth <troth@openavr.org>
5629
5630 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5631 trad-frame.h.
5632 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5633 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5634 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5635 (AVR_PROLOGUE_*): Enumerate prologue types.
5636 (struct frame_extra_info): Remove.
5637 (struct avr_unwind_cache): Define.
5638 (avr_write_sp): Delete function.
5639 (avr_read_fp): Ditto.
5640 (avr_init_extra_frame_info): Ditto.
5641 (avr_pop_frame): Ditto.
5642 (avr_frame_saved_pc): Ditto.
5643 (avr_saved_pc_after_call): Ditto.
5644 (avr_push_return_address): Ditto.
5645 (avr_frame_chain): Ditto.
5646 (avr_store_struct_return): Ditto.
5647 (avr_push_arguments): Ditto.
5648 (avr_scan_prologue): Update comments. Changed to set up the info for
5649 cache unwinding. Now returns end of prologue PC.
5650 (avr_skip_prologue): Better handling of functions lacking a prologue
5651 by using avr_scan_prologue.
5652 (avr_scan_arg_moves): New function.
5653 (avr_saved_regs_unwinder): Ditto.
5654 (avr_frame_unwind_cache): Ditto.
5655 (avr_unwind_pc): Ditto.
5656 (avr_frame_this_id): Ditto.
5657 (avr_frame_prev_register): Ditto.
5658 (avr_frame_p): Ditto.
5659 (avr_frame_base_address ): Ditto.
5660 (avr_unwind_dummy_id): Ditto.
5661 (avr_push_dummy_code): Ditto.
5662 (push_stack_item): Ditto.
5663 (pop_stack_item): Ditto.
5664 (avr_push_dummy_call): Ditto.
5665 (struct stack_item): Define.
5666 (avr_frame_unwind): Declare structure.
5667 (avr_frame_base): Ditto.
5668 (avr_gdbarch_init): Remove calls to
5669 set_gdbarch_deprecated_init_frame_pc,
5670 set_gdbarch_deprecated_target_read_fp,
5671 set_gdbarch_deprecated_dummy_write_sp,
5672 set_gdbarch_deprecated_fp_regnum,
5673 set_gdbarch_deprecated_push_arguments,
5674 set_gdbarch_deprecated_push_return_address,
5675 set_gdbarch_deprecated_pop_frame,
5676 set_gdbarch_deprecated_store_struct_return,
5677 set_gdbarch_deprecated_frame_init_saved_regs,
5678 set_gdbarch_deprecated_init_extra_frame_info,
5679 set_gdbarch_deprecated_frame_chain,
5680 set_gdbarch_deprecated_frame_saved_pc,
5681 set_gdbarch_deprecated_saved_pc_after_call.
5682 Add calls to set_gdbarch_push_dummy_call,
5683 set_gdbarch_push_dummy_code,
5684 frame_unwind_append_predicate,
5685 frame_base_set_default,
5686 set_gdbarch_unwind_dummy_id,
5687 set_gdbarch_unwind_pc.
5688 Wrap a long line.
5689
7be04a68
MS
56902003-06-18 Corinna Vinschen <vinschen@redhat.com>
5691
5692 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5693 registers for H8/300S.
5694 (h8300_print_registers_info): Ditto.
8ffd9b1b 5695 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5696
ae087d01
DJ
56972003-06-18 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5700 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5701 (lin_lwp_wait): Likewise. Update comments.
5702 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5703 (pull_pid_from_list, linux_record_stopped_pid): New.
5704
07d8f827
SC
57052003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5706
5707 * ada-lang.c (scan_discrim_bound): Name first argument.
5708 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5709 declared by ALL_BLOCK_SYMBOLS.
5710
7cb47b14
SC
57112003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5712
5713 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5714 ("regcache.h"): Include it.
5715 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5716
6ad8ae5c
DJ
57172003-06-17 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * NEWS: Mention gdbserver detach change and "disconnect" command.
5720 * infcmd.c (disconnect_command): New function.
5721 (_initialize_infcmd): Add ``disconnect'' command.
5722 * remote.c (remote_async_detach): Delete.
5723 (remote_detach): Merge remote_async_detach.
5724 (remote_disconnect): New.
5725 (init_remote_ops): Set to_disconnect.
5726 (init_remote_cisco_ops): Likewise.
5727 (init_remote_async_ops): Likewise. Use remote_detach.
5728 * target.c (cleanup_target): Default to_disconnect.
5729 (update_current_target): Inherit to_disconnect.
5730 (target_disconnect, debug_to_disconnect): New functions.
5731 (setup_target_debug): Set to_disconnect.
5732 * target.h (struct target_ops): Add to_disconnect.
5733 (target_disconnect): Add prototype.
5734
687595f9
DJ
57352003-06-17 Daniel Jacobowitz <drow@mvista.com>
5736
5737 * breakpoint.c (insert_catchpoint): New function.
5738 (insert_breakpoints): Use catch_exceptions to call
5739 insert_catchpoint. Disable catchpoints if they fail to insert.
5740
29239a8f
DJ
57412003-06-17 Daniel Jacobowitz <drow@mvista.com>
5742
5743 * symfile.c (reread_symbols): Clear sym_private.
5744
2cdf3c63
AC
57452003-06-17 Andrew Cagney <cagney@redhat.com>
5746
5747 * trad-frame.h (struct frame_info): Add opaque declaration.
5748 * remote-fileio.h (struct cmd_list_element): Add opaque
5749 declaration.
5750 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5751 comments.
5752
cf0e1e0d
DJ
57532003-06-17 Daniel Jacobowitz <drow@mvista.com>
5754
5755 * remote.c (remote_prepare_to_store): Replace call to
5756 deprecated_read_register_bytes with multiple regcache_raw_read
5757 calls.
5758
192cdb19
KW
57592003-06-17 Kris Warkentin <kewarken@qnx.com>
5760
5761 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5762 (nto_find_and_open_solib): Likewise.
5763 (nto_init_solib_absolute_prefix): Likewise.
5764 (_initialize_nto_tdep): Fix indentation.
5765
89929b45
KW
57662003-06-17 Kris Warkentin <kewarken@qnx.com>
5767
5768 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5769
46019f27
KW
57702003-06-17 Kris Warkentin <kewarken@qnx.com>
5771
5772 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5773
1a38736e
JB
57742003-06-17 Jim Blandy <jimb@redhat.com>
5775
5776 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5777
3605c34a
TR
57782003-06-16 Theodore A. Roth <troth@openavr.org>
5779
5780 * avr-tdep.c (avr_extract_return_value): New function.
5781 (avr_gdbarch_init): Set extract_return_value method.
5782
870b3035
AC
57832003-06-16 Andrew Cagney <cagney@redhat.com>
5784
5785 * frame.h (deprecated_get_next_frame_hack): Declare.
5786 * frame.c (legacy_saved_regs_prev_register): Only require
5787 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5788 there are always saved regs.
5789 (deprecated_generic_get_saved_register): Do not require
5790 DEPRECATED_FRAME_INIT_SAVED_REGS.
5791 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5792 use frame ID unwind instead.
5793 (deprecated_get_next_frame_hack): New function.
5794
63d47a7d
CV
57952003-06-16 Corinna Vinschen <vinschen@redhat.com>
5796
5797 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5798 (h8300_push_dummy_call): ...this function. Some minor optimization.
5799 (h8300_push_return_address): Remove.
5800 (h8300_gdbarch_init): Remove calls to
5801 set_gdbarch_deprecated_dummy_write_sp,
5802 set_gdbarch_deprecated_push_arguments and
5803 set_gdbarch_deprecated_push_return_address.
5804 Add call to set_gdbarch_push_dummy_call.
5805
4bb1dc5e
CV
58062003-06-16 Corinna Vinschen <vinschen@redhat.com>
5807
5808 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5809 (E_PSEUDO_EXR_REGNUM): Ditto.
5810 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5811 registers into safe registers.
4bb1dc5e
CV
5812 (h8300_skip_prologue): Check for stm instruction to push registers
5813 used for register variables onto stack.
5814 (gdb_print_insn_h8300): Remove.
5815 (h8300_examine_prologue): Add a comment.
5816 (h8300_register_name): Take pseudo registers into account.
5817 (h8300s_register_name): Ditto.
5818 (h8300sx_register_name): Ditto.
5819 (h8300_print_register): Ditto.
5820 (h8300_print_registers_info): Define "nice" printing order.
5821 (h8300_saved_pc_after_call): Take pseudo registers into account.
5822 (h8300_register_type): Ditto. Return type used for remote connection
5823 when requesting real CCR or EXR register, return actual type when
5824 requesting pseudo CCR or EXR.
5825 (h8300_pseudo_register_read): New function.
5826 (h8300_pseudo_register_write): Ditto.
5827 (h8300_dbg_reg_to_regnum): Ditto.
5828 (h8300s_dbg_reg_to_regnum): Ditto.
5829 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5830 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5831 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5832 set_gdbarch_print_insn architecture dependent.
5833 Call set_gdbarch_pseudo_register_read and
5834 set_gdbarch_pseudo_register_write.
5835 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5836
a59fe496
AC
58372003-06-16 Andrew Cagney <cagney@redhat.com>
5838
5839 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5840 * gdbarch.h, gdbarch.c: Re-generate.
5841 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5842 * s390-tdep.c (s390_gdbarch_init): Update.
5843 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5844 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5845 * mips-tdep.c (mips_gdbarch_init): Update.
5846 * mcore-tdep.c (mcore_gdbarch_init): Update.
5847 * cris-tdep.c (cris_gdbarch_init): Update.
5848 * infcall.c (call_function_by_hand): Update.
5849 * ia64-tdep.c (ia64_push_arguments): Update comment.
5850 * frame.c (legacy_get_prev_frame): Do not assume
5851 SAVE_DUMMY_FRAME_TOS_P.
5852 * dummy-frame.c (find_dummy_frame): Update comment.
5853
6f4e5a41
AC
58542003-06-16 Andrew Cagney <cagney@redhat.com>
5855
5856 * regcache.c (do_cooked_read): Do not use register_valid_p.
5857
72fab697
TR
58582003-06-15 Theodore A. Roth <troth@openavr.org>
5859
5860 * avr-tdep.c (avr_register_type): Remove a blank line.
5861 (avr_scan_prologue): Correct some comments.
5862
e3d8b004
TR
58632003-06-15 Theodore A. Roth <troth@openavr.org>
5864
5865 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5866 prologue types.
8ffd9b1b 5867 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5868 option.
5869 Add code to scan -mcall-prologues for mega devices.
5870
866b76ea
TR
58712003-06-15 Theodore A. Roth <troth@openavr.org>
5872
5873 * avr-tdep.c (avr_register_byte): Delete function.
5874 (avr_register_raw_size): Delete function.
5875 (avr_register_virtual_size): Delete function.
5876 (avr_register_virtual_type): Delete function.
5877 (avr_register_type): New function.
5878 (avr_address_to_pointer): Remove unused code.
5879 (avr_read_fp): Need to read FP as two separate bytes due to change to
5880 avr_register_type() usage.
5881 (avr_gdbarch_init): Don't set deprecated_register_size.
5882 Don't set deprecated_register_bytes.
5883 Don't set deprecated_register_byte.
5884 Don't set deprecated_register_raw_size.
5885 Don't set deprecated_max_register_raw_size.
5886 Don't set deprecated_register_virtual_size.
5887 Don't set deprecated_max_register_virtual_size.
5888 Don't set deprecated_register_virtual_type.
5889 Set register_type method.
5890
3993f6b1
DJ
58912003-06-15 Daniel Jacobowitz <drow@mvista.com>
5892
5893 * Makefile.in (linux-nat.o): Add rule.
5894 * linux-nat.c: New file.
5895 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5896 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5897 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5898 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5899 * config/arm/linux.mh (NATDEPFILES): Likewise.
5900 * config/i386/linux.mh (NATDEPFILES): Likewise.
5901 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5902 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5903 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5904 * config/mips/linux.mh (NATDEPFILES): Likewise.
5905 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5906 * config/s390/s390.mh (NATDEPFILES): Likewise.
5907 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5908
786a90bb
MK
59092003-06-15 Mark Kettenis <kettenis@gnu.org>
5910
5911 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5912 replace out-of-date comment.
5913
3bd3f01e
AC
59142003-06-15 Andrew Cagney <cagney@redhat.com>
5915
5916 * rdi-share/host.h (Fail): Change to a varargs function.
5917 * remote-rdi.c (Fail): Update.
8ffd9b1b 5918
de5b9bb9
MK
59192003-06-15 Mark Kettenis <kettenis@gnu.org>
5920
5921 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5922 (i386_convert_register_p, i386_register_to_value,
5923 i386_register_from_value): Handle types longer than 8 bytes.
5924
d532c08f
MK
59252003-06-15 Mark Kettenis <kettenis@gnu.org>
5926
5927 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5928 Move floating-point code to new function in i387-tdep.c.
5929 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5930 New functions containing code moved here from i386-tdep.c.
5931 * i387-tdep.h: Add opaque declaration for `struct type'.
5932 (i387_register_to_value, i387_value_to_register): New prototypes.
5933 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5934 (x86_64_init_abi): Set convert_register_p, register_to_value and
5935 value_to_register here.
8ffd9b1b 5936
42c466d7
AC
59372003-06-14 Andrew Cagney <cagney@redhat.com>
5938
5939 * mips-tdep.c (mips_register_to_value): Make static.
5940 (mips_value_to_register): Make static.
5941 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5942 * ia64-tdep.c (ia64_register_raw_size): Make static.
5943 (ia64_register_virtual_size): Make static.
5944 (ia64_register_byte): Make static.
5945 * i387-tdep.c: Include "i387-tdep.h".
5946 (print_387_control_word): Delete function.
5947 (print_387_status_word): Delete function.
5948 (print_387_status_bits): Delete function.
5949 (print_387_control_bits): Delete function.
5950 * Makefile.in (i387-tdep.o): Update dependencies.
5951 * rdi-share/host.h (Fail): Declare.
5952 * remote-rdi.c (Fail): Update to match declaration.
5953
2a9cda49
AC
59542003-06-14 Andrew Cagney <cagney@redhat.com>
5955
5956 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5957 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5958 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5959 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5960 * README: Delete reference to remote-array.
5961 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5962 (remote-array.o): Delete target.
5963 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5964 * remote-array.c: Delete file.
5965
ff2e87ac
AC
59662003-06-14 Andrew Cagney <cagney@redhat.com>
5967 Mark Kettenis <kettenis@gnu.org>
5968
5969 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5970 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5971 parameter with "frame".
5972 * gdbarch.h, gdbarch.c: Re-generate.
5973 * frame.h (put_frame_register): Declare.
5974 * frame.c (put_frame_register): New function.
5975 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5976 (legacy_register_to_value): Rewrite, use "frame" to get the
5977 register value.
5978 (legacy_value_to_register): Rewrite, use "frame" to find the
5979 register's location before storing.
5980 * arch-utils.h (legacy_convert_register_p): Update.
5981 (legacy_register_to_value, legacy_value_to_register): Update.
5982 * findvar.c (value_from_register): Rewrite, eliminate use of
5983 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5984 "frame" to REGISTER_TO_VALUE.
5985 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5986 lval_reg_frame_relative + lval_register branch of the switch. Do
5987 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5988 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5989 I386_EDI_REGNUM): New defines.
5990 (i386_next_regnum, i386_convert_register_p,
5991 i386_register_to_value, i386_value_to_register): New functions.
5992 (i386_register_convertible, i386_register_convert_to_virtual,
5993 i386_convert_to_raw): Remove functions.
5994 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5995 value_to_register instead of register_convertible,
5996 register_convert_to_virtual and register_convert_to_raw.
5997 * mips-tdep.c (mips_convert_register_p): New function.
5998 (mips_value_to_register): Replace mips_register_convert_from_type.
5999 (mips_register_to_value): Replace mips_register_convert_to_type.
6000 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6001 register_to_value.
6002 * alpha-tdep.c (alpha_convert_register_p): Update.
6003 (alpha_value_to_register): Update, store the register.
6004 (alpha_register_to_value): Update, fetch the register.
6005
98be1e77
TR
60062003-06-14 Theodore A. Roth <troth@openavr.org>
6007
6008 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6009 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6010 Don't set deprecated_call_dummy_words.
6011 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6012 Don't set remote_translate_xfer_address.
6013 (avr_io_reg_read_command): Remove commented out debug printf.
6014 Wrap a long line.
6015
57bc6122
TR
60162003-06-14 Theodore A. Roth <troth@openavr.org>
6017
6018 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6019 causes gdb to seg fault.
6020
eb01fc62
DJ
60212003-06-14 Daniel Jacobowitz <drow@mvista.com>
6022
6023 * sparc-nat.c (fetch_inferior_registers): Correct
6024 a reference to "registers".
6025
3b3e6bee
DJ
60262003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6027
6028 * Makefile.in (exc_request_U_h): Define
6029 (exc_request_S_h): Likewise.
6030 (msg_reply_S_h): Likewise.
6031 (msg_U_h): Likewise.
6032 (notify_S_h): Likewise.
6033 (process_reply_S_h): Likewise.
6034 (gnu-nat.o): Depend on gdb_obstack_h
6035 * gnu-nat.c: Include "gdb_obstack.h".
6036
b8de8283
AC
60372003-06-13 Andrew Cagney <cagney@redhat.com>
6038
6039 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6040 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 6041
f3be58bc
AC
60422003-06-13 Andrew Cagney <cagney@redhat.com>
6043
6044 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6045 when deprecated REGISTER macros can be deleted.
6046 * gdbarch.h, gdbarch.c: Re-generate.
6047
4c0122c8
JB
60482003-06-13 Jim Blandy <jimb@redhat.com>
6049
6050 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6051 Linux entry point symbols for _dl_debug_state, too.
6052
3e210248
AC
60532003-06-13 Andrew Cagney <cagney@redhat.com>
6054
6055 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6056 available, do not use the FP register, and always save the TOS.
6057 * dummy-frame.c (dummy_frame_this_id): Do not assert
6058 SAVE_DUMMY_FRAME_TOS.
6059 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6060 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6061 (i386_push_dummy_call): Add 8 to the returned SP.
6062 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6063 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6064 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6065 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6066 (x86_64_push_dummy_call): Return "sp + 16".
6067 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6068 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6069 save_dummy_frame_tos.
6070
0b65af49
JB
60712003-06-13 Jim Blandy <jimb@redhat.com>
6072
6073 * frv-tdep.c (frv_use_struct_convention): Delete static
6074 declaration for function deleted in my change of 2003-06-12.
6075
4ea2465e
TR
60762003-06-13 Theodore A. Roth <troth@openavr.org>
6077
6078 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6079 (avr_pointer_to_address): Shift code addrs left 1 bit.
6080 (avr_convert_from_func_ptr_addr): Delete function since operation is
6081 better handled by avr_address_to_pointer and avr_pointer_to_address.
6082 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6083
1581182a
MK
60842003-06-13 Mark Kettenis <kettenis@gnu.org>
6085
6086 From Kelley Cook <kelleycook@wideopenwest.com>:
6087 * configure.host: Accept i[34567]86 variants.
6088 * configure.tgt: Likewise.
6089 * nlm/configure.in: Likewise.
6090 * nlm/configure: Regenerated.
6091
7aa1783e
RE
60922003-06-13 Richard Earnshaw <rearnsha@arm.com>
6093
6094 * arm-tdep.c (solib-svr4.h): Dont' include it.
6095 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6096 * arm-linux-tdep.c: ... here. Make static.
6097 (arm_linux_init_abi): Register it.
6098 (solib-svr4.h): Include it.
6099 * Makefile.in: Update dependencies.
6100 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6101 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6102
0261a0d0
CV
61032003-06-13 Corinna Vinschen <vinschen@redhat.com>
6104
6105 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6106 indicate registers used for return values.
6107 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6108 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6109 members.
6110 (h8300_init_extra_frame_info): Ditto.
6111 (h8300_frame_locals_address): Removed.
6112 (h8300_frame_args_address): Removed.
6113 (h8300_extract_return_value): Use new regcache structure. Only care
6114 for 16 bit CPUs.
6115 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6116 (h8300_store_return_value): Use new regcache structure. Only care
6117 for 16 bit CPUs.
6118 (h8300h_store_return_value): Same function for 32 bit CPUs.
6119 (h8300_store_struct_return): Removed.
6120 (h8300_extract_struct_value_address): Use new regcache structure.
6121 (h8300h_extract_struct_value_address): Removed.
6122 (h8300_push_dummy_code): New function.
6123 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6124 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6125 set_gdbarch_store_return_value architecture dependent.
6126 Call set_gdbarch_push_dummy_code and
6127 set_gdbarch_extract_struct_value_address.
6128 Remove calls to set_gdbarch_frame_args_address,
6129 set_gdbarch_frame_locals_address,
6130 set_gdbarch_deprecated_store_struct_return,
6131 set_gdbarch_deprecated_extract_return_value,
6132 set_gdbarch_deprecated_extract_struct_value_address,
6133 set_gdbarch_deprecated_call_dummy_words and
6134 set_gdbarch_deprecated_sizeof_call_dummy_words.
6135
055c394a
CV
61362003-06-13 Corinna Vinschen <vinschen@redhat.com>
6137
6138 * h8300-tdep.c (h8300_register_byte): Remove.
6139 (h8300h_register_byte): Remove.
6140 (h8300_register_virtual_type): Remove. Substitute by...
6141 (h8300_register_type): New function.
6142 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6143 (h8300h_extract_struct_value_address): Ditto.
6144 (h8300_gdbarch_init): Drop calls to
6145 set_gdbarch_deprecated_register_byte and
6146 set_gdbarch_deprecated_register_virtual_type.
6147 Add call to set_gdbarch_register_type.
6148
9c04cab7
AC
61492003-06-13 Andrew Cagney <cagney@redhat.com>
6150
6151 * gdbarch.sh: Update comments on registers.
6152 (deprecated_register_byte): Rename register_byte.
6153 (deprecated_register_raw_size): Rename register_raw_size.
6154 (deprecated_register_virtual_size): Rename register_virtual_size.
6155 (deprecated_register_virtual_type): Rename register_virtual_type.
6156 * gdbarch.h, gdbarch.c: Re-generate.
6157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6158 * vax-tdep.c (vax_gdbarch_init): Update.
6159 * v850-tdep.c (v850_gdbarch_init): Update.
6160 * sparc-tdep.c (sparc_gdbarch_init): Update.
6161 * sh-tdep.c (sh_gdbarch_init): Update.
6162 * s390-tdep.c (s390_gdbarch_init): Update.
6163 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6164 * ns32k-tdep.c: Update.
6165 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6166 * mips-tdep.c (mips_gdbarch_init): Update.
6167 * mcore-tdep.c (mcore_gdbarch_init): Update.
6168 * m68k-tdep.c (m68k_gdbarch_init): Update.
6169 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6170 * ia64-tdep.c (ia64_gdbarch_init): Update.
6171 * hppa-tdep.c (hppa_gdbarch_init): Update.
6172 * h8300-tdep.c (h8300_gdbarch_init): Update.
6173 * frv-tdep.c (frv_gdbarch_init): Update.
6174 * cris-tdep.c (cris_gdbarch_init): Update.
6175 * avr-tdep.c (avr_gdbarch_init): Update.
6176 * alpha-tdep.c (alpha_gdbarch_init): Update.
6177 * arm-tdep.c (arm_gdbarch_init): Update.
6178
b060cbea
AC
61792003-06-13 Andrew Cagney <cagney@redhat.com>
6180
6181 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6182 mips_o32_use_struct_convention with always_use_struct_convention.
6183
0fc9922a
DC
61842003-06-12 David Carlton <carlton@kealia.com>
6185
6186 * cp-namespace.c (cp_set_block_scope): Comment out
6187 processing_has_namespace_info branch.
6188
1fd35568
JB
61892003-06-12 Jim Blandy <jimb@redhat.com>
6190
f470a70a
JB
6191 Recognize and skip 64-bit PowerPC Linux linkage functions.
6192 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6193 insn_pattern, insns_match_pattern, d_field, ds_field): New
6194 functions, macros, and types for working with PPC instructions.
6195 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6196 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6197 ppc64_skip_trampoline_code): New functions, variables, and macros
6198 for recognizing and skipping linkage functions.
6199 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6200 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6201
49ff75ad
JB
6202 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6203 register offsets for both the 32- and 64-bit interfaces.
6204
bd918c83
JB
6205 Actually finish the job started by my change of 2003-05-29.
6206 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6207 other #definition of this.
6208 (ppc_linux_skip_trampoline_code): Remove declaration.
6209 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6210 static.
6211 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6212 method for GDBARCH.
6213
6214 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6215 'long' on ppc64-*-linux*.
6216
f8c59253
JB
6217 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6218 isn't #defined, assume the register doesn't exist: act as if
6219 tdep->ppc_mq_regnum were -1.
6220
8fbb30b1
JB
6221 * configure.host, configure.tgt: Add entries for
6222 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6223 powerpc/linux.mt.
6224 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6225 New files.
6226
1fd35568
JB
6227 * arch-utils.c (always_use_struct_convention): New function.
6228 * arch-utils.h (always_use_struct_convention): New prototype.
6229 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6230 (alpha_gdbarch_init): Register always_use_struct_convention,
6231 instead of alpha_use_struct_convention.
6232 * cris-tdep.c (cris_use_struct_convention): Delete.
6233 (cris_gdbarch_init): Register always_use_struct_convention,
6234 instead of cris_use_struct_convention.
6235 * frv-tdep.c (frv_use_struct_convention): Delete.
6236 (frv_gdbarch_init): Register always_use_struct_convention,
6237 instead of frv_use_struct_convention.
6238 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6239 (h8300_gdbarch_init): Register always_use_struct_convention,
6240 instead of h8300_use_struct_convention.
e3305dd9 6241 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
6242 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6243 instead of mips_o32_use_struct_convention.
6244
e14e6e9c
AC
62452003-06-12 Andrew Cagney <cagney@redhat.com>
6246
6247 * wince.c: Include "mips-tdep.h".
6248 * mips-tdep.h (mips_next_pc): Declare.
6249 * mcore-tdep.c: Make more local functions static.
6250 * Makefile.in (wince.o): Update dependencies.
6251
2335f48e
DC
62522003-06-12 David Carlton <carlton@kealia.com>
6253
6254 * symtab.c (lookup_symbol_aux_minsyms): Replace
6255 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6256 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6257 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6258 SYMBOL_NATURAL_NAME.
6259
f70a7d61
AS
62602003-06-12 Andreas Schwab <schwab@suse.de>
6261
6262 * Makefile.in (tuiDisassem.o): Update dependencies.
6263
b6429628
DC
62642003-06-12 David Carlton <carlton@bactrian.org>
6265
6266 * symtab.h: Delete declaration of make_symbol_overload_list.
6267 Add declaration of lookup_partial_symbol.
6268 * symtab.c (remove_params): Move to cp-support.c.
6269 (overload_list_add_symbol, make_symbol_overload_list)
6270 (sym_return_val_size, sym_return_val_index): Ditto.
6271 (lookup_partial_symbol): Make extern.
6272 * cp-support.h: Add declaration of make_symbol_overload_list.
6273 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6274 symtab.h, and block.h.
6275 (remove_params): Move here from symtab.c.
6276 (overload_list_add_symbol, make_symbol_overload_list)
6277 (sym_return_val_size, sym_return_val_index): Ditto.
6278 * valops.c: Include cp-support.h.
6279 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6280 frame_h, and block_h.
6281 (valops.o): Depend on cp_support_h.
6282
084edea5
CV
62832003-06-12 Corinna Vinschen <vinschen@redhat.com>
6284
6285 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6286 substitute by NUM_REGS throughout.
6287 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6288 (h8300s_register_name): New function for H8S registers.
6289 (h8300sx_register_name): Ditto for H8SX registers.
6290 (h8300_print_register): Revise register printing, avoid depending
6291 on 32 bit long.
0261a0d0 6292 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
6293 (h8300h_register_byte): New function for any other architecture.
6294 (h8300_register_raw_size): Remove.
6295 (h8300_register_virtual_type): Revise to return actually useful
6296 type.
6297 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6298 (h8300h_extract_struct_value_address): New function for any other
6299 architecture.
6300 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6301 set_gdbarch_register_name, set_gdbarch_register_byte,
6302 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6303 Remove calls to set_gdbarch_deprecated_register_size,
6304 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6305 set_gdbarch_deprecated_max_register_raw_size,
6306 set_gdbarch_register_virtual_size and
6307 set_gdbarch_deprecated_max_register_virtual_size entirely.
6308 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6309 set_gdbarch_long_double_bit.
6310
06194148
JJ
63112003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6312
8ffd9b1b
AJ
6313 * doublest.c (convert_doublest_to_floatformat): When dealing
6314 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
6315 processing a full 32 bits of mantissa.
6316
de4f826b
DC
63172003-06-11 David Carlton <carlton@bactrian.org>
6318
6319 * dictionary.h: New.
6320 * dictionary.c: New.
6321 * block.h: Add opaque declaration for struct dictionary.
6322 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6323 'sym' members.
6324 (BLOCK_DICT): New macro.
6325 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6326 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6327 BLOCK_SHOULD_SORT.
6328 (ALL_BLOCK_SYMBOLS): Update definition.
6329 * Makefile.in (SFILES): Add dictionary.c.
6330 (dictionary_h): New.
6331 (COMMON_OBS): Add dictionary.o.
6332 (dictionary.o): New.
6333 (ada-lang.o): Depend on dictionary_h.
6334 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6335 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6336 (mi-cmd-stack.o): Ditto.
6337 (gdbtk-cmds.o): Update dependencies.
6338 (gdbtk-stack.o): Ditto.
6339 * ada-lang.c: Include dictionary.h.
6340 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6341 (fill_in_ada_prototype, debug_print_block): Ditto.
6342 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6343 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6344 'is_sorted'.
6345 * mdebugread.c: Include dictionary.h.
6346 (struct parse_stack): Delete 'maxsyms' member.
6347 (parse_symbol): Update calls to new_block. Delete calls to
6348 shrink_block. Use dictionary methods.
6349 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6350 Update calls to new_symtab. Don't maintain maxsyms data.
6351 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6352 (add_symbol): Just call dict_add_symbol.
6353 (new_symtab): Delete 'maxsyms' argument.
6354 (new_symtab): Update calls to new_block.
6355 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6356 (shrink_block): Delete function.
6357 (fixup_sigtramp): Update call to new_block. Add symbol via
6358 dict_add_symbol.
6359 * jv-lang.c: Include dictionary.h.
6360 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6361 appropriately. Set class_symtab->free_func. Make sure the
6362 blockvector is big enough to hold two blocks.
6363 (add_class_symtab_symbol): Use dictionary methods.
6364 (free_class_block): New function.
6365 (type_from_class): Replace explicit iteration by
6366 ALL_BLOCK_SYMBOLS.
6367 * symtab.h (struct symtab): Replace 'free_ptr' method by
6368 'free_func'.
6369 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6370 sort_symtab_syms.
6371 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6372 sort_symtab_syms.
6373 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6374 Include dictionary.h.
6375 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6376 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6377 sort_symtab_syms.
6378 * objfiles.c: Include dictionary.h.
6379 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6380 * buildsym.c: Include dictionary.h.
6381 (finish_block): Use dictionary methods.
6382 (end_symtab): Set free_func to NULL, not free_ptr.
6383 * tracepoint.c: Include dictionary.h.
6384 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6385 (scope_info): Ditto.
6386 * stack.c: Include dictionary.h.
6387 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6388 (print_block_frame_labels, print_frame_arg_vars)
6389 (print_frame_args): Ditto.
6390 * symmisc.c (free_symtab_block): Use dictionary methods.
6391 (dump_symtab): Ditto.
6392 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6393 Include dictionary.h.
6394 * symfile.h: Delete declarations of sort_block_syms,
6395 sort_symtab_syms.
6396 * symfile.c (sort_block_syms): Delete.
6397 (sort_symtab_syms): Delete.
6398 * symtab.c: Include dictionary.h.
6399 (lookup_block_symbol): Use dictionary iterators.
6400 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6401 (search_symbols, make_symbol_completion_list): Ditto.
6402 (make_symbol_overload_list): Ditto.
6403 * valops.c (value_of_local): Use dict_empty.
6404 Include dictionary.h.
6405
a31f978c
JB
64062003-06-11 J. Brobecker <brobecker@gnat.com>
6407
6408 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6409
526e70c0
DC
64102003-06-11 David Carlton <carlton@bactrian.org>
6411
6412 * block.h (BLOCK_SHOULD_SORT): Delete.
6413 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6414 blocks.
6415 * ada-lang.c (ada_add_block_symbols): Ditto.
6416 * symfile.c (sort_block_syms): Delete.
6417 (sort_symtab_syms): Ditto.
6418 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6419 declarations.
6420 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6421 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6422 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6423 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6424 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6425 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6426 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6427
33c08150
JJ
64282003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6429
8ffd9b1b 6430 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6431 bits to 128.
6432
781a750d
AC
64332003-06-11 Andrew Cagney <cagney@redhat.com>
6434
6435 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6436 REGISTER_CONVERTIBLE.
6437 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6438 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6439 * gdbarch.h, gdbarch.c: Re-generate.
6440 * arch-utils.h (deprecated_register_convertible_not): Rename
6441 generic_register_convertible_not.
6442 * arch-utils.c (deprecated_register_convertible_not): Rename
6443 generic_register_convertible.
6444 (legacy_convert_register_p, legacy_register_to_value): Update.
6445 * sh-tdep.c (sh64_push_arguments): Update.
6446 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6447 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6448 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6449 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6450 * arch-utils.c (legacy_value_to_register): Update.
6451 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6452 (rs6000_register_convert_to_raw): Make parameter "from" const.
6453 * mips-tdep.c (mips_gdbarch_init): Update.
6454 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6455 * infcmd.c (default_print_registers_info): Update.
6456 * ia64-tdep.c (ia64_gdbarch_init): Update.
6457 (ia64_register_convert_to_raw): Make parameter "from" const.
6458 * i386-tdep.c (i386_gdbarch_init): Update.
6459 (i386_register_convert_to_raw): Update.
6460
cd90e54f
AC
64612003-06-11 Andrew Cagney <cagney@redhat.com>
6462
6463 * remote-fileio.c: Include "remote-fileio.h".
6464 * Makefile.in (remote-fileio.o): Update dependencies.
6465 (remote_fileio_h): Fix typo.
6466
a78f21af
AC
64672003-06-11 Andrew Cagney <cagney@redhat.com>
6468
6469 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6470 (xstormy16_save_dummy_frame_tos): Make static.
6471 (_initialize_xstormy16_tdep): Add declaration.
6472 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6473 * v850-tdep.c: Make local functions static.
6474 (_initialize_v850_tdep): Add declaration.
6475 * sparc-tdep.c: Make local functions static.
6476 (_initialize_sparc_tdep): Add declaration.
6477 * sh-tdep.c: Make local functions static.
6478 (_initialize_sh_tdep): Add declaration.
6479 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6480 * s390-tdep.c: Make local functions static.
6481 (_initialize_s390_tdep): Add declaration.
6482 * dbxread.c (find_stab_function_addr): Make static.
6483 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6484 * ocd.c (_initialize_remote_ocd): Add declaration.
6485 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6486 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6487 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6488 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6489 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6490 * remote-array.c (_initialize_array): Add declaration.
6491 (_initialize_remote_monitors): Add declaration.
6492 * remote-mips.c: Make local functions static.
6493 (_initialize_remote_mips): Add declaration.
6494 * mcore-tdep.c: Make all local functions static.
6495 (_initialize_mcore_tdep): Add declaration.
6496 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6497 * abug-rom.c (_initialize_abug_rom): Add declaration.
6498 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6499 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6500 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6501 * remote-est.c (_initialize_est): Add declaration.
6502 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6503 (m68hc11_call_dummy_address): Make static.
6504 * ia64-tdep.c: Make local functions static.
6505 (_initialize_ia64_tdep): Add declaration.
6506 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6507 * monitor.c (monitor_wait_filter): Make static.
6508 (_initialize_remote_monitors): Add declaration.
6509 * remote-hms.c (_initialize_remote_hms): Add declaration.
6510 * remote-e7000.c (fetch_regs_from_dump): Make static.
6511 (expect_n): Make static.
6512 (_initialize_remote_e7000): Add declaration.
6513 * ser-e7kpc.c: Always include "defs.h".
6514 (_initialize_ser_e7000pc): Add declaration.
6515 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6516 * cris-tdep.c: Make all but one function static.
6517 (_initialize_cris_tdep): Add declaration.
6518 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6519 * solib.c (update_solib_list): Make static.
6520 (_initialize_solib): Add declaration.
6521 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6522 (_initialize_avr_tdep): Add declaration.
6523 * remote-rdi.c (voiddummy): Make static.
6524 (_initialize_remote_rdi): Add declaration.
6525 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6526 * remote-rdp.c (send_rdp): Make static.
6527 (_initialize_remote_rdp): Add declaration.
6528 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6529
cbcdb1f5
CV
65302003-06-11 Corinna Vinschen <vinschen@redhat.com>
6531
6532 * remote-fileio.c: Make ari happy.
6533
a191ea8d
JB
65342003-06-10 J. Brobecker <brobecker@gnat.com>
6535
6536 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6537 fetching the trailing bytes of the buffer we are about to write.
6538
0ef75e11
AC
65392003-06-10 Andrew Cagney <cagney@redhat.com>
6540
6541 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6542 * Makefile.in (remote-fileio.o): Update dependencies.
6543 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6544 include <setjmp.h>, or <sys/types.h> conditional on USG.
6545 (remote_fio_jmp_buf): Delete global variable.
6546
449092f6 65472003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6548 Martin M. Hunt <hunt@redhat.com>
449092f6 6549
559fa028
AC
6550 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6551 (SFILES): Add remote-fileio.c.
6552 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6553 dependencies for building remote.o.
449092f6
CV
6554 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6555 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6556 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6557 static storage class.
6558 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6559 'F' packet.
6560 (_initialize_remote): Call initialize_remote_fileio().
6561 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6562 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6563 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6564 (captured_main): Initialize new ui_files.
6565 * ui-file.c: Add read and fgets input functions.
6566 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6567 (null_file_read): New function.
6568 (ui_file_read): New function.
6569 (set_ui_file_read): New function.
6570 (stdio_file_read): New function.
6571 * ui-file.h: New type ui_file_read_ftype.
6572 (set_ui_file_read): Declare.
6573 (ui_file_read): Declare.
6574
248de703
AC
65752003-06-09 Andrew Cagney <cagney@redhat.com>
6576
6577 * frame.h (deprecated_unwind_get_saved_register): Rename
6578 generic_unwind_get_saved_register, update comments.
6579 * mips-tdep.c (mips_get_saved_register): Update.
6580 * frame.c (deprecated_unwind_get_saved_register): Update.
6581
0ed8aa57
AC
65822003-06-09 Andrew Cagney <cagney@redhat.com>
6583
6584 * vax-tdep.c (vax_frame_locals_address): Delete function.
6585 (vax_gdbarch_init): Do not set frame_locals_address.
6586 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6587 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6588 * s390-tdep.c (s390_frame_args_address): Delete function.
6589 (s390_gdbarch_init): Do not set frame_args_address or
6590 frame_locals_address.
6591 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6592 (ns32k_gdbarch_init): Do not set frame_locals_address.
6593 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6594 (hppa_frame_locals_address): Delete function.
6595 (hppa_gdbarch_init): Do not set frame_args_address, or
6596 frame_locals_address.
6597 * arm-tdep.c (arm_frame_args_address): Delete.
6598 (arm_frame_locals_address): Delete.
6599 (arm_gdbarch_init): Do not set frame_args_address, or
6600 frame_locals_address.
6601
983a287a
AC
66022003-06-09 Andrew Cagney <cagney@redhat.com>
6603
6604 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6605 * gdbarch.h, gdbarch.c: Re-generate.
6606 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6607 * arch-utils.c (frame_num_args_unknown): Delete function.
6608 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6609 (frame_info): Use FRAME_NUM_ARGS_P.
6610 * arm-tdep.c (arm_frame_num_args): Delete function.
6611 (arm_gdbarch_init): Do not set frame_num_args.
6612 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6613 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6614 (hppa_gdbarch_init): Do not set frame_num_args.
6615 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6616 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6617 frame_num_args to default frame_num_args_unknown.
6618 * v850-tdep.c (v850_gdbarch_init): Ditto.
6619 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6620 * sh-tdep.c (sh_gdbarch_init): Ditto.
6621 * s390-tdep.c (s390_gdbarch_init): Ditto.
6622 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6623 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6624 * mips-tdep.c (mips_gdbarch_init): Ditto.
6625 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6626 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6627 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6628 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6629 * i386-tdep.c (i386_gdbarch_init): Ditto.
6630 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6631 * frv-tdep.c (frv_gdbarch_init): Ditto.
6632 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6633 * cris-tdep.c (cris_gdbarch_init): Ditto.
6634 * avr-tdep.c (avr_gdbarch_init): Ditto.
6635 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6636
8d3b0994
AC
66372003-06-09 Andrew Cagney <cagney@redhat.com>
6638
6639 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6640 (print_frame_args): Moved to "stack.c".
6641 * stack.c: Include "gdb_assert.h".
6642 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6643 (print_frame_args): Moved from "printcmd.c".
6644 * frame.h (print_frame_args): Delete declaration.
6645 * Makefile.in (stack.o): Update dependencies.
6646
25e3a86b
AC
66472003-06-08 Andrew Cagney <cagney@redhat.com>
6648
6649 * frame.c (get_prev_frame): Remove reference to
6650 frame_args_address_correct in comments.
6651 * frame-base.c (default_frame_args_address): Delete code
6652 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6653 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6654 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6655 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6656 (vax_frame_args_address_correct): Delete declaration.
6657
a9e5fdc2
AC
66582003-06-08 Andrew Cagney <cagney@redhat.com>
6659
6660 * gdbarch.sh (UNWIND_SP): Add.
6661 * gdbarch.h, gdbarch.c: Re-generate.
6662 * frame.c (frame_sp_unwind): New function.
6663 (get_frame_sp): New function.
6664 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6665 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6666 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6667 value.
6668 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6669 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6670
8983bd83
AC
66712003-06-08 Andrew Cagney <cagney@redhat.com>
6672
7fec2c59
AC
6673 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6674 REMOTE_BREAKPOINT.
6675 * remote.c: Update.
6676 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6677 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6678 * config/m68k/tm-sun3.h: Update.
6679 * config/m68k/tm-m68klynx.h: Update.
6680 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6681
8983bd83
AC
6682 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6683 trad_frame". Update comments.
6684 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6685 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6686 (trad_frame_register_value, trad_frame_prev_register): Update.
6687
b9362cc7
AC
66882003-06-08 Andrew Cagney <cagney@redhat.com>
6689
6690 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6691 from GCC's acinclude.m4.
6692 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6693 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6694 * main.c (error_init): Delete declaration.
6695 * defs.h (error_init): Declare.
6696 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6697 (rs6000_convert_from_func_ptr_addr): Make static.
6698 (_initialize_rs6000_tdep): Add declaration.
6699 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6700 (show_commands, set_verbose, show_history): Delete declaration.
6701 * top.h (set_verbose): Add declaration.
6702 (show_history, set_history, show_commands): Add declaration.
6703 (do_restore_instream_cleanup): Add declaration.
6704 * objc-lang.c (specialcmp): Make static.
6705 (print_object_command): Make static.
6706 (find_objc_msgsend): Make static.
6707 (find_objc_msgcall_submethod_helper): Make static.
6708 (find_objc_msgcall_submethod): Make static.
6709 (_initialize_objc_language): Add declaration.
6710 (find_implementation_from_class): Make static.
6711 (find_implementation): Make static.
6712 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6713 * objc-lang.h (lookup_struct_typedef): Add declaration.
6714 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6715 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6716 (do_restore_user_call_depth): Make static.
6717 (do_restore_instream_cleanup): Delete declaration.
6718 (dont_repeat): Delete declaration.
6719 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6720 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6721 * reggroups.c (_initialize_reggroup): Add declaration.
6722 * cp-support.c (_initialize_cp_support): Add declaration.
6723 * cp-abi.c (_initialize_cp_abi): Add declaration.
6724 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6725 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6726 (_initialize_gnu_v3_abi): Add declaration.
6727 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6728 (_initialize_gnu_v2_abi): Add declaration.
6729 * frame-base.c (_initialize_frame_base): Add declaration.
6730 * doublest.c (floatformat_from_length): Make static.
6731 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6732 * frame.c (create_sentinel_frame): Make static.
6733 (_initialize_frame): Add declaration.
6734 * top.c (do_catch_errors): Make static.
6735 (gdb_rl_operate_and_get_next_completion): Make static.
6736 * typeprint.c: Include "typeprint.h".
6737 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6738 (sentinel_frame_this_id): Make static.
6739 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6740 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6741 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6742 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6743 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6744 * maint.c (maintenance_print_architecture): Make static.
6745 * signals/signals.c (_initialize_signals): Add declaration.
6746 * std-regs.c (_initialize_frame_reg): Add declaration.
6747 * jv-exp.y (push_variable): ISO C definition.
6748 (push_qualified_expression_name): Ditto.
6749 * memattr.c (_initialize_mem): Add declaration.
6750 * remote.c (remote_check_watch_resources): Make static.
6751 (remote_stopped_by_watchpoint): Make static.
6752 (remote_stopped_data_address): Make static.
6753 * d10v-tdep.c (nr_dmap_regs): Make static.
6754 (a0_regnum): Make static.
6755 (d10v_frame_unwind_cache): Make static.
6756 (d10v_frame_p): Make static.
6757 * osabi.c (show_osabi): Make static.
6758 (_initialize_gdb_osabi): Add extern declaration.
6759 * gdbtypes.c (make_qualified_type): Make static.
6760 (safe_parse_type): Make static.
6761 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6762 * macrotab.c (macro_bcache_free): Make static.
6763 * interps.c (interp_set_quiet): Make static.
6764 (interpreter_exec_cmd): Make static.
6765 * stack.h (select_frame_command): New file.
6766 * stack.c: Include "stack.h".
6767 (select_frame_command_wrapper): Delete function.
6768 (select_frame_command): Make global.
6769 * infcall.c: Include "infcall.h".
6770 * linespec.c: Include "linespec.h".
6771 * symfile.c (sections_overlap): Make static.
6772 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6773 * charset.c (_initialize_charset): Add missing prototype.
6774 * regcache.c (init_legacy_regcache_descr): Make static.
6775 (do_regcache_xfree): Make static.
6776 (regcache_xfer_part): Make static.
6777 (_initialize_regcache): Add missing prototype.
6778 * breakpoint.c (parse_breakpoint_sals): Make static.
6779 (breakpoint_sals_to_pc): Make static.
6780 * interps.h (clear_interpreter_hooks): ISO C declaration.
6781 * Makefile.in (stack_h): Define.
6782 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6783 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6784
a0f267c7
AC
67852003-06-08 Andrew Cagney <cagney@redhat.com>
6786
6787 * Makefile.in (d10v-tdep.o): Update dependencies.
6788 (SFILES): Add trad-frame.c.
6789 (trad_frame_h): Define.
6790 (COMMON_OBS): Add trad-frame.o.
6791 (trad-frame.o): Specify dependencies.
6792 * d10v-tdep.c: Include "trad-frame.h".
6793 (saved_regs_unwinder): Delete function.
6794 (d10v_frame_prev_register): Use trad_frame_prev_register.
6795 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6796 trad_frame", delete "regs" and "prev_sp".
6797 (prologue_find_regs): Use trad-frame.
6798 * trad-frame.h, trad-frame.c: New files.
6799
4538b4f4
MK
68002003-06-08 Mark Kettenis <kettenis@gnu.org>
6801
6802 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6803
a0273b2f
AF
68042003-06-07 Adam Fedor <fedor@gnu.org>
6805
6806 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6807 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6808 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6809 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6810 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6811 Use it.
6812
3a6c3343
AC
68132003-06-07 Andrew Cagney <cagney@redhat.com>
6814
6815 * symfile.h: Re-indent, clean up comments.
6816
b46e02f6
AC
68172003-06-07 Andrew Cagney <cagney@redhat.com>
6818
6819 * inferior.h (deprecated_write_sp): Replace
6820 generic_target_write_sp.
6821 * regcache.c (deprecated_write_sp): Replace
6822 generic_target_write_sp.
6823 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6824 * vax-tdep.c (vax_gdbarch_init): Update.
6825 * v850-tdep.c (v850_gdbarch_init): Update.
6826 * sparc-tdep.c (sparc_gdbarch_init): Update.
6827 * sh-tdep.c (sh_gdbarch_init): Update.
6828 * s390-tdep.c (s390_gdbarch_init): Update.
6829 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6830 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6831 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6832 * mcore-tdep.c (mcore_gdbarch_init): Update.
6833 * m68k-tdep.c (m68k_gdbarch_init): Update.
6834 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6835 * ia64-tdep.c (ia64_gdbarch_init): Update.
6836 * h8300-tdep.c (h8300_gdbarch_init): Update.
6837 * frv-tdep.c (frv_gdbarch_init): Update.
6838 * cris-tdep.c (cris_gdbarch_init): Update.
6839 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6840
a42e117c
AC
68412003-06-07 Andrew Cagney <cagney@redhat.com>
6842
6843 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6844 Assert that PC_REGNUM is valid.
6845 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6846
bd1ce8ba
AC
68472003-06-07 Andrew Cagney <cagney@redhat.com>
6848
6849 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6850 * gdbarch.h, gdbarch.c: Regenerate.
6851 * mn10300-tdep.c: Include "gdb_assert.h".
6852 (mn10300_read_fp): New function.
6853 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6854 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6855 * ia64-tdep.c: Include "gdb_assert.h".
6856 (ia64_read_fp): New function.
6857 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6858 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6859 * regcache.c (generic_target_read_sp): Delete function.
6860 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6861 * inferior.h (generic_target_read_sp): Delete declaration.
6862 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6863 generic_target_read_sp.
6864 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6865 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6866 * sh-tdep.c (sh_gdbarch_init): Ditto.
6867 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6868 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6869
ec5cbaec
AC
68702003-06-07 Andrew Cagney <cagney@redhat.com>
6871
6872 * gdbarch.sh: Comment each field of startup_gdbarch.
6873 * gdbarch.h, gdbarch.c: Re-generate.
6874
cde9ea48
AC
68752003-06-07 Andrew Cagney <cagney@redhat.com>
6876
6877 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6878 * gdbarch.h, gdbarch.c: Re-generate.
6879 * regcache.c: Update comments on read_pc et.al.
6880 (generic_target_read_pc): Delete function.
6881 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6882 * inferior.h (generic_target_read_pc): Delete declaration.
6883 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6884 generic_target_read_pc.
6885 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6886 * sh-tdep.c (sh_gdbarch_init): Ditto.
6887 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6888 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6889
9a90a780
AC
68902003-06-07 Andrew Cagney <cagney@redhat.com>
6891
6892 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6893 "index" with "special_local_sect". Use strcmp instead of STREQ.
6894 Append period to coments.
6895
a39a16c4
MM
68962003-06-06 Mark Mitchell <mark@codesourcery.com>
6897
6898 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6899 (elfstab_offset_sections): Likewise.
6900 * gdb-stabs.h (stab_section_info): Likewise.
6901 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6902 * objfiles.c (objfile_relocate): Likewise.
6903 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6904 * remote.c (get_offsets): Likewise.
6905 (remote_cisco_objfile_relocate): Likewise.
6906 * somread.c (som_symfile_offsets): Likewise.
6907 * symfile.c (alloc_section_addr_info): New function.
6908 (build_section_addr_info_from_section_tab): Use it.
6909 (free_section_addr_info): Adjust.
6910 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6911 (syms_from_objfile): Allocate local_addr dynamically.
6912 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6913 dynamically.
6914 (add_symbol_file_command): Allocate sect_opts dynamically.
6915 (reread_symbols): Avoid use of SECT_OFF_MAX.
6916 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6917 (alloc_section_addr_info): Declare it.
6918 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6919 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6920 dynamically.
6921 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6922
20c6c2f8
AC
69232003-06-06 Andrew Cagney <cagney@redhat.com>
6924
6925 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6926 (d10v_frame_unwind_cache): Do not set "return_pc".
6927
884a26c8
MS
69282003-06-06 Michael Snyder <msnyder@redhat.com>
6929
6930 * h8300-tdep.c: Make tidy (long lines).
6931
088ce440
ML
69322003-06-06 Michal Ludvig <mludvig@suse.cz>
6933
8ffd9b1b 6934 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6935 to regcache_collect().
6936
7d773d96
JB
69372003-06-05 J. Brobecker <brobecker@gnat.com>
6938
6939 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6940 pc_in_sigtramp multiarch method.
6941 (hppa_hpux_som_init_abi): Use it.
6942 (hppa_hpux_elf_init_abi): Likewise.
6943 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6944 macro has been multiarched.
6945 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6946 macro here, as hppa64 isn't multiarched yet.
6947
1df6926e
AC
69482003-06-05 Andrew Cagney <cagney@redhat.com>
6949
6950 * Makefile.in (value_h): Add $(frame_h).
6951 * value.h: Include "frame.h".
6952 (struct value): Replace "frame_addr" with "frame_id".
6953 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6954 * values.c (allocate_value): Use VALUE_FRAME_ID.
6955 (value_copy): Use VALUE_FRAME_ID.
6956 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6957 * valops.c (value_assign): Update. Use frame_find_by_id.
6958
6b53acc6
ML
69592003-06-05 Michal Ludvig <mludvig@suse.cz>
6960
6961 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6962 in each pass.
6963
4d9850d3
JJ
69642003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6965
6966 * thread-db.c (check_event): For create/death event breakpoints,
6967 loop through all messages to ensure that we read the message
6968 corresponding to the breakpoint we are at.
6969
8efca6ba
MS
69702003-06-04 Michael Snyder <msnyder@redhat.com>
6971
6972 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6973
0912c7f2
MK
69742003-06-04 Mark Kettenis <kettenis@gnu.org>
6975
6976 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6977 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6978 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6979 when handling .eh_frame sections.
6980
4e370325
JB
69812003-06-04 J. Brobecker <brobecker@gnat.com>
6982
6983 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6984 prepare_to_proceed procedure instead of the hppa-specific one.
6985 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6986
b757528f 69872003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6988
b757528f
JJ
6989 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6990 * config.in: Regenerated.
6991 * configure.in: Add test for syscall function and check for
6992 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6993 * configure: Regenerated.
6994 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6995 <sys/syscall.h>.
6996 (kill_lwp): New function that uses tkill syscall or
6997 uses kill, depending on whether threading model is nptl or not.
6998 All callers of kill() changed to use kill_lwp().
6999 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7000 see if all threads have already exited in the nptl model.
7001 (stop_and_resume_callback): New callback function used by the
7002 lin_lwp_wait thread exit handling code.
7003 (stop_wait_callback): Check for threads already having exited and
7004 delete such threads fromt the lwp list when discovered.
7005 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 7006
b757528f
JJ
7007 Roland McGrath <roland@redhat.com>
7008 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7009 nptl libthread_db.
7010
087779b1
RH
70112003-06-03 Richard Henderson <rth@redhat.com>
7012
b21fd293
RH
7013 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7014 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7015 (alpha_sigtramp_frame_prev_register): Likewise.
7016 (alpha_heuristic_frame_prev_register): Likewise.
7017 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7018
8ffd9b1b 7019 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
7020 alpha-specific register id names.
7021 (alpha_mdebug_frame_unwind_cache): Likewise.
7022 (alpha_mdebug_frame_prev_register): Likewise.
7023
baa490c4
RH
70242003-06-03 Richard Henderson <rth@redhat.com>
7025
7026 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7027 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7028 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7029 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7030 unwind routines.
7031 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7032 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7033 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7034
7035 * alpha-linux-tdep.c: Remove unnecessary includes.
7036 * Makefile.in (alpha-linux-tdep.o): Update.
7037
70382003-06-03 Richard Henderson <rth@redhat.com>
7039
7040 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7041 (alphabsd_fill_fpreg): Likewise.
7042
f534e522
JB
70432003-06-03 J. Brobecker <brobecker@gnat.com>
7044
7045 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7046 references to struct frame_info fields by calls to the equivalent
7047 accessors. Necessary now that frame_info is opaque.
7048
4035536b
JB
70492003-06-03 J. Brobecker <brobecker@gnat.com>
7050
7051 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7052 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7053 structure, field no longer exists.
7054
0bd79c5c
JB
70552003-06-03 J. Brobecker <brobecker@gnat.com>
7056
7057 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7058 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7059
37bb6d9f
JB
70602003-06-03 J. Brobecker <brobecker@gnat.com>
7061
7062 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7063 references to struct frame_info fields by calls to the equivalent
7064 accessors. Necessary now that frame_info is opaque.
7065
852ee05c
JB
70662003-06-03 J. Brobecker <brobecker@gnat.com>
7067
7068 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7069 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7070 structure, field no longer exists.
7071
7d58c67d
TR
70722003-06-03 Theodore A. Roth <troth@openavr.org>
7073
8ffd9b1b 7074 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
7075 accumulation of the size of all registers instead of blindly using
7076 DEPRECATED_REGISTER_BYTES.
7077
0a48e7e8
MS
70782003-06-03 Michael Snyder <msnyder@redhat.com>
7079
7080 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7081 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7082 for h8300sx.
7083
9798ab0d
JB
70842003-06-03 J. Brobecker <brobecker@gnat.com>
7085
7086 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7087 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7088
00b037e2
AC
70892003-06-03 Andrew Cagney <cagney@redhat.com>
7090
7091 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7092 (sparc_convert_to_raw): Delete function.
7093 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7094 register_convert_to_virtual.
7095
043b2f77
JJ
70962003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7097
7098 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7099 layer if not dealing with a statically-linked threaded program.
7100
f43caff8
KW
71012003-06-03 Kris Warkentin <kewarken@qnx.com>
7102
7103 * solib.c (solib_open): Update comment to reflect actual search order.
7104
ae1e7417
AC
71052003-06-03 Andrew Cagney <cagney@redhat.com>
7106
7107 * frame.c (get_frame_memory_signed): New function.
7108 (get_frame_memory, get_frame_memory_unsigned): New function.
7109 (get_frame_arch): New function.
7110 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7111 (get_frame_memory, get_frame_unsigned_memory): Declare.
7112 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7113 get_frame_memory_unsigned and get_frame_arch.
7114 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7115
cb123844
RG
71162003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7117
7118 * MAINTAINERS (write after approval): Add myself.
7119
1bb792e9
JB
71202003-06-03 Jim Blandy <jimb@redhat.com>
7121
7122 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7123 elements of gregset_t are 64 bits each, but access registers
7124 are still 32 bits, so they're packed two per gregset_t
7125 element. Unpack/pack them properly.
7126
aee8d8ba
DC
71272003-06-02 David Carlton <carlton@bactrian.org>
7128
7129 * linespec.c (find_methods): Break out code into
7130 add_matching_methods and add_constructors.
7131 (add_matching_methods): New.
7132 (add_constructors): Ditto.
7133
bf7488d2
AC
71342003-06-02 Andrew Cagney <cagney@redhat.com>
7135
bf7488d2
AC
7136 * sparc-tdep.c (sparc_print_registers): Delete call to
7137 REGISTER_CONVERTIBLE.
7138 (sparc_gdbarch_init): Do not set register_convertible.
7139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7140 * frv-tdep.c (frv_gdbarch_init): Ditto.
7141 * cris-tdep.c (cris_gdbarch_init): Ditto.
7142
adedef68
EZ
71432003-06-02 Elena Zannoni <ezannoni@redhat.com>
7144
8ffd9b1b 7145 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
7146 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7147 (syms_from_objfile): Ditto.
7148
650fcc91
AS
71492003-06-03 Andreas Schwab <schwab@suse.de>
7150
7151 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7152 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7153
df4a182b
RH
71542003-06-02 Richard Henderson <rth@redhat.com>
7155
7156 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7157 a member of all_reggroup.
7158
c483c494
RH
71592003-06-02 Richard Henderson <rth@redhat.com>
7160
7161 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7162 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7163 (alpha_lds, alpha_sts): New.
7164 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 7165 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
7166 restructure and fail for type sizes other than 4 or 8.
7167 (alpha_value_to_register): Similarly.
7168 (alpha_extract_return_value): Use alpha_sts.
7169 (alpha_store_return_value): Use alpha_lds.
7170 (alpha_gdbarch_init): Update hooks.
7171
b38b6be2
RH
71722003-06-02 Richard Henderson <rth@redhat.com>
7173
7174 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7175 regnum identifiers.
7176 (alpha_sigtramp_register_address): Likewise.
7177
98a8e1e5
RH
71782003-06-02 Richard Henderson <rth@redhat.com>
7179
7180 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7181 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7182 * alpha-tdep.h: Declare them.
7183
7184 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7185 Remove zerobuf. Don't error on UNIQUE.
7186 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7187 (ALPHA_REGSET_UNIQUE): Provide default.
7188 (supply_gregset): Use alpha_supply_int_regs.
7189 (fill_gregset): Use alpha_fill_int_regs.
7190 (supply_fpregset): Use alpha_supply_fp_regs.
7191 (fill_fpregset): Use alpha_fill_fp_regs.
7192 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7193 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7194 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7195 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7196 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7197 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7198
67dfac52
RH
71992003-06-02 Richard Henderson <rth@redhat.com>
7200
f75d70cc
RH
7201 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7202
67dfac52
RH
7203 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7204 (alpha_store_return_value): Likewise.
7205
0cf566ec
DC
72062003-06-02 David Carlton <carlton@math.stanford.edu>
7207
7208 * block.c (contained_in): Add 'const' to arguments.
7209 (block_function): Ditto.
7210 * block.h: Update declarations for block_function and
7211 contained_in.
7212
cdef89d0
DC
72132003-06-02 David Carlton <carlton@math.stanford.edu>
7214
7215 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7216 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7217 * p-valprint.c (pascal_val_print): Ditto.
7218 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7219
72667056
RH
72202003-06-02 Richard Henderson <rth@redhat.com>
7221
98a8e1e5
RH
7222 * alpha-tdep.c (alpha_push_dummy_call): Use
7223 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 7224
8ffd9b1b 7225 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
7226 sign-extension of 32-bit values.
7227 (alpha_store_return_value): Similarly.
0ede8eca 7228
98a8e1e5
RH
7229 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7230 (alpha_extract_return_value): Likewise.
7231 (alpha_store_return_value): Likewise.
7b5e1cb3 7232
98a8e1e5
RH
7233 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7234 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 7235
98a8e1e5
RH
7236 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7237 (alpha_extract_struct_value_address): Likewise.
7238 (alpha_store_return_value): Likewise.
7239 (alpha_store_struct_return): Remove.
7240 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 7241
98a8e1e5
RH
7242 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7243 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7244 macros where appropriate.
7245 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7246 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 7247
98a8e1e5
RH
7248 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7249 for SP, GP; void_func_ptr for PC; non-language-specific types
7250 for all others.
7251 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 7252
6dd77b81
RH
72532003-06-02 Richard Henderson <rth@redhat.com>
7254
7255 * top.h (lim_at_start): Declare.
7256 * main.c (captured_main): Set it.
7257 * top.c (lim_at_start): Define.
7258 (command_loop): Use it instead of &environ.
7259 * event-top.c (command_handler): Likewise.
7260
f4dbdb54
JT
72612003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7262
7263 * mipsnbsd-tdep.c: Update copyright years.
7264 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7265
8f285956
RH
72662003-06-01 Richard Henderson <rth@redhat.com>
7267
98a8e1e5
RH
7268 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7269 (alpha-linux-tdep.o): Update dependencies.
7270 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7271 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 7272
615967cb
RH
72732003-06-01 Richard Henderson <rth@redhat.com>
7274
98a8e1e5
RH
7275 * alpha-tdep.c (alpha_register_reggroup_p): New.
7276 (alpha_gdbarch_init): Register it.
615967cb 7277
b59661bd
AC
72782003-06-02 Andrew Cagney <cagney@redhat.com>
7279
7280 * dwarfread.c: Eliminate "register"
7281 (decode_die_type): Eliminate assignment within "if".
7282 (struct_type, decode_array_element_type): Ditto.
7283 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7284 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7285 (decode_modified_type, completedieinfo): Ditto.
7286 * block.c: Eliminate "register".
7287 (blockvector_for_pc_sect): Eliminate assignment within "if".
7288 * cp-support.h (struct symbol): Opaque declaration.
7289 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7290
5ef165c2
RH
72912003-06-01 Richard Henderson <rth@redhat.com>
7292
98a8e1e5
RH
7293 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7294 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 7295
143985b7
AF
72962003-06-01 Adam Fedor <fedor@gnu.org>
7297
7298 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7299 * gdbarch.[ch]: Regenerate.
7300 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7301 (hppa_gdbarch_init): Set it in the gdbarch vector.
7302 * i386-tdep.c (i386_fetch_pointer_argument): New
7303 (i386_gdbarch_init): Set it into gdbarch.
7304 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7305 (rs6000_gdbarch_init): Set it in gdbarch.
7306 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7307 (sparc_gdbarch_init): Set it in gdbarch.
7308
ae0167b9
AC
73092003-06-01 Andrew Cagney <cagney@redhat.com>
7310
7c0b4a20
AC
7311 * defs.h (extract_address): Delete declaration.
7312 * findvar.c (extract_address): Delete function.
7313 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7314 extract_address with the inline equivalent,
7315 extract_unsigned_integer.
7316 (xstormy16_extract_struct_value_address): Ditto.
7317 (xstormy16_pointer_to_address): Ditto.
7318 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7319 * v850-tdep.c (v850_push_arguments): Ditto.
7320 (v850_extract_return_value): Ditto.
7321 (v850_extract_struct_value_address): Ditto.
7322 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7323 (sparcnbsd_get_longjmp_target_64): Ditto.
7324 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7325 (get_longjmp_target): Ditto.
7326 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7327 (sh64_extract_struct_value_address): Ditto.
7328 (sh_push_arguments): Ditto.
7329 (sh64_push_arguments): Ditto.
7330 * remote-vxsparc.c (vx_read_register): Ditto.
7331 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7332 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7333 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7334 * mipsv4-nat.c (get_longjmp_target): Ditto.
7335 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7336 * mips-nat.c (get_longjmp_target): Ditto.
7337 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7338 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7339 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7340 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7341 * irix5-nat.c (get_longjmp_target): Ditto.
7342 * irix4-nat.c (get_longjmp_target): Ditto.
7343 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7344 (ia64_push_arguments): Ditto.
7345 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7346 * h8300-tdep.c (h8300_push_arguments): Ditto.
7347 (h8300_store_return_value): Ditto.
7348 (h8300_extract_struct_value_address): Ditto.
7349 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7350 (frv_push_arguments): Ditto.
7351 * avr-tdep.c (avr_pointer_to_address): Ditto.
7352 (avr_push_arguments): Ditto.
7353 * arm-tdep.c (arm_push_dummy_call): Ditto.
7354 (arm_get_longjmp_target): Ditto.
7355 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7356 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7357 (alpha_get_longjmp_target): Ditto.
7358
ae0167b9
AC
7359 * solib-irix.c (extract_mips_address): Inline extract_address,
7360 replacing it with extract_signed_integer.
7361 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7362 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7363 (first_link_map_member, open_symbol_file_object): Ditto.
7364 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7365 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7366 (LM_NEXT, LM_NAME): Ditto.
7367
44d88583
RH
73682003-06-01 Richard Henderson <rth@redhat.com>
7369
98a8e1e5
RH
7370 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7371 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7372 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7373 (alpha_cannot_store_register): Likewise.
7374 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7375 * alpha-nat.c (supply_gregset): Likewise.
7376 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7377
310e9b6a
AC
73782003-06-01 Andrew Cagney <cagney@redhat.com>
7379
7380 * infcall.c (call_function_by_hand): Update comment on
7381 DEPRECATED_DUMMY_WRITE_SP.
7382
7383 * mips-tdep.c (mips_gdbarch_init): Do not set
7384 deprecated_dummy_write_sp.
7385 (mips_eabi_push_dummy_call): Set the SP register.
7386 (mips_o64_push_dummy_call): Set the SP register.
7387 (mips_o32_push_dummy_call): Set the SP register.
7388 (mips_n32n64_push_dummy_call): Set the SP register.
7389
5ab84872
RH
73902003-06-01 Richard Henderson <rth@redhat.com>
7391
98a8e1e5
RH
7392 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7393 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7394 (supply_gregset): Likewise.
7395 * alpha-tdep.c (alpha_store_return_value): Likewise.
7396 (alpha_get_longjmp_target): Likewise.
7397 (alpha_register_name): Constify array.
7398 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7399 deprecated_register_size, deprecated_register_bytes,
7400 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7401 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7402 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7403
09cc52fd
RH
74042003-06-01 Richard Henderson <rth@redhat.com>
7405
7406 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7407 from arg_reg_buffer to regcache to avoid double conversion.
7408
c7f16359
MK
74092003-06-01 Mark Kettenis <kettenis@gnu.org>
7410
7411 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7412 SP_REGNUM.
7413 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7414 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7415
7131cb6e
RH
74162003-06-01 Richard Henderson <rth@redhat.com>
7417
98a8e1e5
RH
7418 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7419 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7420
f3e0f90b
RH
74212003-06-01 Richard Henderson <rth@redhat.com>
7422
98a8e1e5
RH
7423 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7424 not overlapping PC_REGNUM.
f3e0f90b 7425
c88e30c0
RH
74262003-06-01 Richard Henderson <rth@redhat.com>
7427
98a8e1e5
RH
7428 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7429 alpha_push_arguments. Don't dump argument register data to
7430 the target stack. Fix float and 128-bit long double semantics.
7431 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7432 (alpha_fix_call_dummy): Remove.
7433 (alpha_call_dummy_words): Remove.
7434 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7435
f1a559ae
RH
74362003-06-01 Richard Henderson <rth@redhat.com>
7437
7438 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7439
5e045346
AC
74402003-06-01 Andrew Cagney <cagney@redhat.com>
7441
95404a3e
AC
7442 * mips-tdep.c (is_mips16_addr): New function.
7443 (make_mips16_addr, unmake_mips16_addr): New functions.
7444 (pc_is_mips16, mips_fetch_instruction): Use.
7445 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7446 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7447 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7448 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7449 TARGET_MIPS.
7450 * config/mips/tm-mips.h: Update copyright.
7451 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7452 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7453 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7454 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7455 (TM_PRINT_INSN_MACH): Delete.
7456 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7457
5e045346
AC
7458 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7459 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7460 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7461 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7462 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7463 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7464 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7465 mips*-*-riscos* and mips*-*-sysv* onto mips.
7466 * config/mips/mips64.mt: New file.
7467 * config/mips/mips.mt: New file.
7468 * config/mips/littlemips.mt: Delete file.
7469 * config/mips/decstation.mt: Delete file.
7470 * config/mips/vr4300el.mt: Delete file.
7471 * config/mips/vr5000el.mt: Delete file.
7472 * config/mips/vr5000.mt: Delete file.
7473 * config/mips/vr4100.mt: Delete file.
7474 * config/mips/vr4xxxel.mt: Delete file.
7475 * config/mips/vr4300.mt: Delete file.
7476 * config/mips/vr4xxx.mt: Delete file.
7477 * config/mips/bigmips.mt: Delete file.
7478 * config/mips/bigmips64.mt: Delete file.
7479 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7480 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7481 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7482 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7483 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7484 "tm-bigmips.h".
7485 * config/mips/tm-irix3.h: Ditto.
7486 * config/mips/tm-mipsv4.h: Ditto.
7487 * config/mips/tm-embed.h: Ditto.
7488 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7489 "tm-bigmips64.h".
7490 * config/mips/tm-vr5000el.h: Delete file.
7491 * config/mips/tm-tx39l.h: Delete file.
7492 * config/mips/tm-vr4300el.h: Delete file.
7493 * config/mips/tm-vr4xxxel.h: Delete file.
7494 * config/mips/tm-vr4300.h: Delete file.
7495 * config/mips/tm-vr4100.h: Delete file.
7496 * config/mips/tm-vr4xxx.h: Delete file.
7497 * config/mips/tm-vr5000.h: Delete file.
7498 * config/mips/tm-embedl64.h: Delete file.
7499 * config/mips/tm-embedl.h: Delete file.
7500 * config/mips/tm-embed64.h: Delete file.
7501 * config/mips/tm-bigmips64.h: Delete file.
7502 * config/mips/tm-bigmips.h: Delete file.
7503
2473a4a9
MK
75042003-06-01 Mark Kettenis <kettenis@gnu.org>
7505
97a5b208
MK
7506 Fix gdb/1216.
7507 * shnbsd-nat.c: Include "sh-tdep.h".
7508
2473a4a9
MK
7509 From Richard Henderson <rth@redhat.com>:
7510 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7511
e0f7ec59
AC
75122003-05-31 Andrew Cagney <cagney@redhat.com>
7513
7514 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7515 forward declaration.
7516 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7517 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7518 (mips_find_saved_regs): Use set_reg_offset.
7519 (mips_frame_init_saved_regs): Delete function.
7520 (mips_pop_frame): Call mips_find_saved_regs instead of
7521 DEPRECATED_FRAME_INIT_SAVED_REGS.
7522
68dcc709
AC
75232003-05-31 Andrew Cagney <cagney@redhat.com>
7524
7525 * mips-tdep.c (mips_gdbarch_init): Do not set
7526 deprecated_max_register_raw_size, register_virtual_size, and
7527 deprecated_max_register_virtual_size.
7528
cfc14b3a
MK
75292003-05-31 Mark Kettenis <kettenis@gnu.org>
7530
6405b0a6
MK
7531 * i386-tdep.c: Include "dwarf2-frame.h".
7532 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7533 * Makefile.in (i386-tdep.o): Update dependencies.
7534
cfc14b3a
MK
7535 * dwarf2-frame.c, dwarf2-frame.h: New files.
7536 * Makefile.in (SFILES): Add dwarf2-frame.c.
7537 (dwarf2_frame_h): Define.
7538 (COMMON_OBS): Add dwarf2-frame.o.
7539 (dwarf2-frame.o): Add dependencies.
7540
6a2751d2
AJ
75412003-05-31 Andreas Jaeger <aj@suse.de>
7542
7543 * x86-64-linux-nat.c: Fix comment.
7544
1c3545ae
MK
75452003-05-31 Mark Kettenis <kettenis@gnu.org>
7546
10f93086
MK
7547 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7548 function signature.
7549
1c3545ae
MK
7550 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7551 have a sigcontext_addr handler.
7552 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7553 sigcontext_addr handler.
7554
e11c53d2
AC
75552003-05-31 Andrew Cagney <cagney@redhat.com>
7556
7557 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7558 (print_fp_register_row): Replace do_fp_register_row.
7559 (mips_print_fp_register): Add "file" and "frame" parameters.
7560 (mips_print_register): Add "file" and "frame" parameters.
7561 (mips_print_registers_info): Replace mips_do_registers_info.
7562 (mips_gdbarch_init): Set print_registers_info instead of
7563 deprecated_do_registers_info.
7564 (mips_read_fp_register_single): Add "frame" parameter.
7565 (mips_read_fp_register_double): Add "frame" parameter.
7566
a3386186
MK
75672003-05-31 Mark Kettenis <kettenis@gnu.org>
7568
70913449
MK
7569 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7570 Fixes a bug where GDB would print the wrong register names for
7571 targets without SSE.
7572
2b5e0749
MK
7573 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7574 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7575 registers.
7576
7577 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7578 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7579 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7580 TDEP->sc_sp_offset.
7581
a3386186
MK
7582 From Michal Ludvig <mludvig@suse.cz>:
7583 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7584 and `sc_num_regs'.
7585 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7586 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7587 I386_ST0_REGNUM): Move here from...
7588 * i386-tdep.c: ... here.
7589 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7590 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7591 registers if possible.
7592 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7593 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7594 Remove variables.
7595 (i386bsd_sc_reg_offset): New variable.
7596 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7597 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7598 TDEP->sc_sp_offset.
7599 (i386fbsd_sc_reg_offset): New variable.
7600 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7601 TDEP->sc_num_regs.
7602 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7603 variables.
7604 (i386fbsd4_sc_reg_offset): New variable.
7605 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7606 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7607 TDEP->sc_sp_offset.
7608 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7609 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7610 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7611 Remove variables.
7612 (i386nbsd_sc_reg_offset): New variable.
7613 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7614 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7615 TDEP->sc_sp_offset.
7616 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7617 Remove variables.
7618 (i386obsd_sc_reg_offset): New variable.
7619 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7620 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7621 TDEP->sc_sp_offset.
7622 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7623 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7624 for frame pointer offset in `struct sigcontext'.
7625
25ab4790
AC
76262003-05-31 Andrew Cagney <cagney@redhat.com>
7627
7628 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7629 architecture methods call_dummy_words, sizeof_call_dummy_words,
7630 push_return_address, store_struct_return, and fix_call_dummy. Set
7631 push_dummy_call instead of deprecated_push_arguments.
7632 (mips_store_struct_return): Delete function.
7633 (mips_fix_call_dummy): Delete function.
7634 (mips_push_return_address): Delete function.
7635 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7636 RA_REGNUM and T9_REGNUM.
7637 (mips_n32n64_push_dummy_call): Ditto for
7638 mips_n32n64_push_arguments.
7639 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7640 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7641
6a65450a
AC
76422003-05-31 Andrew Cagney <cagney@redhat.com>
7643
7644 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7645 "dummy_addr" to "bp_addr".
7646 * infcall.c (call_function_by_hand): Pass "funaddr" to
7647 gdbarch_push_dummy_call.
7648 * gdbarch.h, gdbarch.c: Re-generate.
7649 * i386-tdep.c (i386_push_dummy_call): Update.
7650 * arm-tdep.c (arm_push_dummy_call): Update.
7651 * d10v-tdep.c (d10v_push_dummy_call): Update.
7652
c4f35dd8
MK
76532003-05-31 Mark Kettenis <kettenis@gnu.org>
7654
7655 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7656 variable declarations.
7657 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7658 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7659 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7660 x86_64_init_frame_pc, x86_64_init_frame_pc,
7661 x86_64_function_has_prologue): Remove prototypes.
7662 (X86_64_NUM_GREGS): New define.
7663 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7664 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7665 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7666 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7667 XMM1_REGNUM): Remove defines.
7668 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7669 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7670 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7671 X86_64_XMM1_REGNUM): New defines.
7672 (struct x86_64_register_info): Renamed from `struct
7673 register_info'. Remove `size' member.
7674 (x86_64_register_info_table): Remove variable.
7675 (x86_64_register_info): New variable.
7676 (X86_64_NUM_REGS): New define.
7677 (X86_64_NUM_GREGS): Remove define.
7678 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7679 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7680 Remove variables.
7681 (x86_54_dwarf2_reg_to_regnum): Remove function.
7682 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7683 (x86_64_dwarf_reg_to_regnum): New function.
7684 (x86_64_register_name): Rewrite.
7685 (x86_64_register_raw_size): Remove function.
7686 (x86_64_register_byte_table): Remove variable.
7687 (x86_64_register_byte): Remove function.
7688 (x86_64_register_virtual_type): Remove function.
7689 (x86_64_register_type): New function.
7690 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7691 x86_64_register_convert_to_raw): Remove functions.
7692 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7693 (x86_64_use_struct_convention): Make static. Adjust for renamed
7694 defines.
7695 (x86_64_frame_init_saved_regs): Remove function.
7696 (x86_64_push_arguments): Make static. Change to accept a regcache
7697 as argument.
7698 (x86_64_store_return_value, x86_64_extract_return_value): Make
7699 static. Rewrite based on i386 counterparts.
7700 (x86_64_push_dummy_call): New function.
7701 (X86_64_NUM_SAVED_REGS): New define.
7702 (x86_64_register_number): Remove function.
7703 (x86_64_store_struct_return): Remove function.
7704 (x86_64_frameless_function_invocation,
7705 x86_64_function_has_prologue): Remove functions.
7706 (PROLOG_BUFSIZE): Remove define.
7707 (struct x86_64_frame_cache): New structure.
7708 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7709 x86_64_frame_cache, x86_64_frame_this_id,
7710 x86_64_frame_prev_register, x86_64_frame_p,
7711 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7712 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7713 functions.
7714 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7715 variables.
7716 (x86_64_skip_prologue): Rewrite in terms of
7717 x86_64_analyze_prologue.
7718 (x86_64_frame_base_address): New function.
7719 (x86_64_frame_base): New variable.
7720 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7721 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7722 set deprecated_fp_regnum, deprecated_register_size,
7723 deprecated_register_bytes, register_raw_size, register_byte,
7724 register_virtual_type, register_convertiable,
7725 register_convert_to_virtual, convert_to_raw,
7726 deprecated_get_saved_register, deprecated_target_read_fp,
7727 deprecated_push_arguments, deprecated_push_return_address,
7728 deprecated_pop_frame, deprecated_store_struct_return,
7729 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7730 frameless_function_invocation, deprecated_frame_saved_pc,
7731 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7732 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7733 deprecated_init_frame_pc and virtual_frame_pointer. Call
7734 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7735 and x86_64_frame_p. Call frame_base_set_default to register
7736 x86_64_frame_base.
7737 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7738 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7739 (_initialize_x86_64_tdep): Remove function.
7740 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7741 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7742 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7743 define.
7744 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7745 (x86_64_linux_sigcontext_addr): Rewrite.
7746 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7747 x86_64_linux_frame_saved_pc): Remove functions.
7748 (x86_64_linux_pc_in_sigtramp): Renamed from
7749 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7750 trampoline.
7751 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7752 Remove_functions.
7753 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7754 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7755 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7756 (x86_64_regmap): Rename to regmap.
7757 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7758 x86_64_num_gregs.
7759 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7760 x86_64_regmap.
7761 (x86_64_fxsave_offset): Remove function.
7762 (supply_fpregset): Simply call x86_64_supply_fxsave.
7763 (fill_fpregset): Simply call x86_64_fill_fxsave.
7764 (fetch_inferior_registers, store_inferior_registers): Avoid
7765 asignment in if-statement.
7766 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7767 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7768 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7769 (fetch_core_registers): Remove function.
7770 (linux_elf_core_fns): Remove.
7771 (offsetoff): Don't define.
7772 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7773 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7774 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7775 add core-regset.o.
7776 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7777 protection against multiple includes instead of NM_X86_64_h. Add
7778 various comments. Include "config/nm-linux.h". Don't include
7779 <signal.h>.
7780 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7781 GET_THREAD_SIGNALS): Remove defines.
7782 (x86_64_register_u_addr, kernel_u_size,
7783 lin_thread_get_thread_signals): Remove prototypes.
7784 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7785 [HAVE_LINK_H]: Don't include "solib.h".
7786 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7787 * config/i386/tm-x86-64linux.h: Fix comments.
7788 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7789 x86-64-tdep.o): Update dependencies.
7790
c25083af
AC
77912003-05-30 Andrew Cagney <cagney@redhat.com>
7792
c8f55a7b
AC
7793 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7794 Change parameter type to a "struct regcache *".
7795
c25083af
AC
7796 * gdbarch.sh: Regardless of the multi-arch level, always define
7797 the macro when not already defined.
7798 * gdbarch.h, gdbarch.c: Re-generate.
7799
fbe586ae
RH
78002003-05-30 Richard Henderson <rth@redhat.com>
7801
7802 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7803 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7804 (alpha_mdebug_frame_this_id): Likewise.
7805 (alpha_mdebug_frame_prev_register): Likewise.
7806 (alpha_mdebug_frame_base_address): Likewise.
7807 (alpha_mdebug_frame_locals_address): Likewise.
7808 (alpha_mdebug_frame_args_address): Likewise.
7809 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7810 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7811 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7812 loop increment.
7813 (alpha_heuristic_frame_this_id): Make static.
7814 (alpha_heuristic_frame_prev_register): Likewise.
7815 (alpha_heuristic_frame_base_address): Likewise.
7816 * alpha-tdep.h: Update.
7817
acd5c798
MK
78182003-05-30 Mark Kettenis <kettenis@gnu.org>
7819
7820 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7821 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7822 defenitions.
7823 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7824 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7825 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7826 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7827 I386_ST0_REGNUM): New defines.
7828 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7829 codestream_get): Remove define.
7830 (codestream_next_addr, condestream_addr, condestream_buf,
7831 codestream_off, codestream_cnt): Remove variables.
7832 (codestream_fill, codestream_seek, codestream_read): Remove
7833 functions.
7834 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7835 functionality.
7836 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7837 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7838 i386_frame_saved_pc, i386_saved_pc_after_call,
7839 i386_frame_num_args, i386_frame_init_saved_regs,
7840 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7841 i386_push_arguments): Remove functions.
7842 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7843 functionality. Use i386_analyze_prologue instead of
7844 i386_get_frame_setup.
7845 (I386_NUM_SAVED_REGS): New define.
7846 (struct i386_frame_cache): New structure.
7847 (i386_alloc_frame_cache, i386_analyze_struct_return,
7848 i386_skip_probe, i386_analyze_frame_setup,
7849 i386_analyze_register_saves, i386_analyze_prologue,
7850 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7851 i386_frame_prev_register, i386_sigtramp_frame_cache,
7852 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7853 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7854 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7855 New functions.
7856 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7857 New variables.
7858 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7859 I386_EAX_REGNUM and I386_EDX_REGNUM.
7860 (i386_extract_return_value, i386_store_return_value): Use
7861 I386_ST0_REGNUM where appropriate.
7862 (i386_extract_struct_value_address): Rewrite to use extract_address.
7863 (i386_svr4_pc_in_sigtramp): Add comment.
7864 (i386_svr4_sigcontext_addr): Rewrite.
7865 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7866 TDEP->sc_sp_offset.
7867 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7868 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7869 of new defines. Set push_dummy_call, don't set
7870 deprecated_push_arguments, deprecated_push_return_address,
7871 deprecated_pop_frame. Don't set parm_boundary. Don't set
7872 deprecated_frame_chain, deprecated_frame_saved_pc,
7873 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7874 save_dummy_frame_tos, unwind_pc. Call
7875 frame_unwind_append_predicate and frame_base_set_default. Don't
7876 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7877 Don't set frameless_function_invocation. Don't set
7878 deprecated_register_bytes, deprecated_register_size,
7879 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7880 * i386-linux-tdep.c: Fix formatting in some comments.
7881 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7882 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7883 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7884 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7885 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7886 redundant parentheses.
7887 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7888 (i386_linux_sigcontext_addr): Use it. Rewrite.
7889 (find_minsym_and_objfile): Change name of second argument.
7890 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7891 changed. Use frame_pc_unwind instead of
7892 DEPRECATED_SAVED_PC_AFTER_CALL.
7893 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7894 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7895 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7896 unwinder.
7897 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7898 "dummy-frame.h".
7899 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7900 (_initialize_i386_cygwin_tdep): New prototype.
7901 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7902 deprecated_frame_chain_valid.
7903 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7904 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7905 Rely on the SVR4 defaults.
7906 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7907 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7908
c89b70f1
AC
79092003-05-30 Andrew Cagney <cagney@redhat.com>
7910
7911 * infcall.c (call_function_by_hand): Always call
7912 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7913
85b32d22
RH
79142003-05-30 Richard Henderson <rth@redhat.com>
7915
c89b70f1
AC
7916 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7917 increment.
85b32d22 7918
bfe51b1e
JB
79192003-05-29 Jim Blandy <jimb@redhat.com>
7920
7921 Use gdbarch methods for solib stuff on PowerPC Linux.
7922 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7923 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7924 show through.
7925 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7926 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7927 giving the same effect as the #definitions above.
7928
1abf022c
AF
79292003-05-29 Adam Fedor <fedor@gnu.org>
7930
7931 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7932 (find_implementation_from_class): Replace it with the standard
7933 case i.e. do nothing.
7934
d2427a71
RH
79352003-05-29 Richard Henderson <rth@redhat.com>
7936
7937 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7938 (alpha_linux_sigtramp_offset): Use it. Make static.
7939 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7940 update for new frame model.
7941 * alpha-mdebug-tdep.c: New file.
7942 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7943 (alpha_osf1_init_abi): Install it.
7944 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7945 (linked_proc_desc_table): Remove.
7946 (alpha_frame_past_sigtramp_frame): Remove.
7947 (alpha_dynamic_sigtramp_offset): Remove.
7948 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7949 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7950 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7951 (push_sigtramp_desc): Remove.
7952 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7953 (alpha_cannot_store_register): Likewise.
7954 (alpha_sigcontext_addr): Remove.
7955 (alpha_find_saved_regs): Remove.
7956 (alpha_frame_init_saved_regs): Remove.
7957 (alpha_init_frame_pc_first): Remove.
7958 (read_next_frame_reg): Remove.
7959 (alpha_frame_saved_pc): Remove.
7960 (alpha_saved_pc_after_call): Remove.
7961 (temp_proc_desc, temp_saved_regs): Remove.
7962 (alpha_about_to_return): Remove.
7963 (cached_proc_desc): Remove.
7964 (alpha_frame_chain): Remove.
7965 (alpha_print_extra_frame_info): Remove.
7966 (alpha_init_extra_frame_info): Remove.
7967 (alpha_frame_locals_address): Remove.
7968 (alpha_frame_args_address): Remove.
7969 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7970 (alpha_push_dummy_frame): Remove.
7971 (alpha_pop_frame): Remove.
7972 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7973 (alpha_read_insn): New.
7974 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7975 for different insn encodings.
7976 (alpha_in_lenient_prologue): Remove.
7977 (struct alpha_sigtramp_unwind_cache): New.
7978 (alpha_sigtramp_frame_unwind_cache): New.
7979 (alpha_sigtramp_register_address): New.
7980 (alpha_sigtramp_frame_this_id): New.
7981 (alpha_sigtramp_frame_prev_register): New.
7982 (alpha_sigtramp_frame_unwind): New.
7983 (alpha_sigtramp_frame_p): New.
7984 (struct alpha_heuristic_unwind_cache): New.
7985 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7986 don't count nop insns that occur between functions.
7987 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7988 heuristic_proc_desc, but without the mdebug wrapping.
7989 (alpha_heuristic_frame_this_id): New.
7990 (alpha_heuristic_frame_prev_register): New.
7991 (alpha_heuristic_frame_unwind): New.
7992 (alpha_heuristic_frame_p): New.
7993 (alpha_heuristic_frame_base_address): New.
7994 (alpha_heuristic_frame_base): New.
7995 (alpha_unwind_dummy_id): New.
7996 (alpha_unwind_pc): New.
7997 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7998 frame related deprecated initializations; install replacements.
7999 (alpha_dump_tdep): Remove.
8000 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8001 (alpha_read_insn, alpha_after_prologue,
8002 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8003 alpha_heuristic_frame_prev_register,
8004 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8005 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8006 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8007 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8008
93ec1121
AC
80092003-05-29 Andrew Cagney <cagney@redhat.com>
8010
8011 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8012 dependant on the availability of ASSERT_FUNCTION.
8013 (ASSERT_FUNCTION): Do not define when there is no function name.
8014
98f08d3d
KB
80152003-05-29 Kevin Buettner <kevinb@redhat.com>
8016
8017 From Jimi X <jimix@watson.ibm.com>:
8018 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8019
0897f59b
JB
80202003-05-28 Jim Blandy <jimb@redhat.com>
8021
8022 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8023 argument to ptrace to int; the system headers should give it the
8024 right type, and pointers don't fit in ints on powerpc64-*-*.
8025
14898363
L
80262003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8027
8028 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8029 DW_TAG_catch_block.
8030
a7a48797
EZ
80312003-05-26 Elena Zannoni <ezannoni@redhat.com>
8032
8033 * stabsread.c (dbx_lookup_type): Make static.
8034 (read_type): Ditto.
8035 (add_undefined_type): Ditto.
8036 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8037 not export.
8038
f5479e9c
EZ
80392003-05-26 Elena Zannoni <ezannoni@redhat.com>
8040
8041 * hpread.c (hpread_has_name): Make static.
8042 (hpread_psymtab_to_symtab): Ditto.
8043 (file_exists): Ditto.
8044 (hpread_call_pxdb): Ditto.
8045 (hpread_pxdb_needed): Ditto.
8046 (hpread_quick_traverse): Ditto.
8047 (hpread_get_header): Ditto.
8048 (hpread_get_lntt): Ditto.
8049 (hpread_get_slt): Ditto.
8050 (class_of): Ditto.
8051
eb2e12d7
AS
80522003-05-25 Andreas Schwab <schwab@suse.de>
8053
78bf922a
AS
8054 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8055 stack_align and deprecated_extra_stack_alignment_needed.
8056 (m68k_stack_align): Delete.
8057
eb2e12d7
AS
8058 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8059 (m68k_register_virtual_size): Likewise.
8060 (altos_skip_prologue): Remove obsolete function.
8061 (isi_frame_num_args): Likewise.
8062 (news_frame_num_args): Likewise.
8063 (m68k_fix_call_dummy): Make static.
8064 (m68k_push_dummy_frame): Likewise.
8065 (m68k_pop_frame): Likewise.
8066 (m68k_skip_prologue): Likewise.
8067 (m68k_frame_init_saved_regs): Likewise.
8068 (m68k_saved_pc_after_call): Likewise.
8069 (m68k_get_longjmp_target): Make multi-arch.
8070 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8071 structure. Register m68k_get_longjmp_target if enabled.
8072 * m68k-tdep.h (struct gdbarch_tdep): Define.
8073 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8074
8075 * Makefile.in (config.status): Also depend on configure.tgt
8076 and configure.host.
8077 (m68klinux-tdep.o): Update dependencies.
8078 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8079 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8080 (M68K_LINUX_JB_PC): Define.
8081 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8082 and take additional parameter.
8083 (m68k_linux_sigtramp_saved_pc): Update.
8084 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8085 m68k_linux_pc_in_sigtramp, in_plt_section,
8086 find_solib_trampoline_target.
8087 * config/m68k/tm-linux.h: Don't include any tm headers.
8088 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8089 (JB_ELEMENT_SIZE): Likewise.
8090 (JB_PC): Likewise.
8091 (GET_LONGJMP_TARGET): Likewise.
8092 (IN_SIGTRAMP): Likewise.
8093 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8094
eb2c22dc
MK
80952003-05-25 Mark Kettenis <kettenis@gnu.org>
8096
8097 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8098 (sparc32_push_arguments): Re-implement by calling
8099 sparc32_do_push_arguments.
8100
44b7b84e
MK
81012003-05-25 Mark Kettenis <kettenis@gnu.org>
8102
8103 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8104 SPARC_O1_REGNUM): New defines.
8105 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8106 (sparc32_store_return_value): New function.
8107 (sparc_extract_struct_value_address): Rewrite to operate on a
8108 regcache.
8109 (sparc_gdbarch_init): Don't set
8110 deprecated_extract_struct_value_address. Set
8111 extract_struct_value_address instead. Don't set
8112 deprecated_extract_return_value and deprecated_store_return_value
8113 for 32-bit targets. Set extract_return_value and
8114 store_return_value instead.
8115 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8116 DEPRECTAED_EXTRACT_RETURN_VALUE,
8117 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8118 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8119 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8120 (sparc_store_return_value): Remove prototype.
8121 (sparc32_store_return_value): New prototype.
8122 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8123 Adjust prototypes.
8124
f6ad61e3
MK
81252003-05-24 Mark Kettenis <kettenis@gnu.org>
8126
8127 * sparcnbsd-tdep.c: Include "gdb_string.h".
8128
b276f1bb
AC
81292003-05-23 Andrew Cagney <cagney@redhat.com>
8130
8131 * p-valprint.c (pascal_val_print): Replace extract_address with
8132 the inline equivalent extract_unsigned_integer.
8133 * jv-valprint.c (java_value_print): Ditto.
8134 * ada-valprint.c (ada_val_print_1): Ditto.
8135 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8136
e76c5fcc
TR
81372003-05-23 Theodore A. Roth <troth@openavr.org>
8138
8139 * blockframe.c (frameless_look_for_prologue): Remove unused
8140 after_prologue variable.
8141
2cdd89cb
MK
81422003-05-23 Mark Kettenis <kettenis@gnu.org>
8143
8144 * blockframe.c (get_pc_function_start): Rewrite to avoid
8145 asignments in if-statements.
8146
182d43bc
EZ
81472003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8148
8149 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 8150 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
8151 files, don't relocate absolute symbols (and do use mst_abs).
8152
e8f3fcdd
AC
81532003-05-23 Andrew Cagney <cagney@redhat.com>
8154
8155 * objc-lang.c: Include "gdb_assert.h".
8156 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8157 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8158 (gdb_check, gdb_check_fatal): Delete functions.
8159 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8160 gdb_assert.
8161 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8162 * Makefile.in (objc-lang.o): Update dependencies.
8163
3c23e6fb
ILT
81642003-05-22 Ian Lance Taylor <ian@airs.com>
8165
8166 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8167 with fprintf_filtered, not fprintf_unfiltered.
8168
af1342ab
AC
81692003-05-22 Andrew Cagney <cagney@redhat.com>
8170
8171 * stack.c (frame_info): Inline extract_address, replacing it with
8172 extract_unsigned_integer.
8173 * findvar.c (unsigned_pointer_to_address): Ditto.
8174 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8175 * dwarf2expr.c (dwarf2_read_address): Ditto.
8176 * frame.c (frame_pc_unwind): Update comment.
8177 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8178
47e242ec
JJ
81792003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8180
8181 * infptrace.c (detach): Call print_sys_errmsg rather than
8182 perror_with_name to issue warning message when errno is non-zero
8183 after calling ptrace detach.
8184
e2ac8128
JB
81852003-05-21 J. Brobecker <brobecker@gnat.com>
8186
8187 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8188 macro definitions from here...
8189 * hppa-tdep.c: ...to there.
8190
92b3541e
KB
81912003-05-20 Kevin Buettner <kevinb@redhat.com>
8192
8193 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8194 register_ptrace_addr(). Fix all callers.
8195
55809acb
AS
81962003-05-21 Andreas Schwab <schwab@suse.de>
8197
8198 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8199 dependencies.
8200 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8201 end.
8202 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8203 (_initialize_m68k_linux_tdep): New function.
8204 (m68k_linux_frame_saved_pc): Make static.
8205 (m68k_linux_extract_return_value): Likewise.
8206 (m68k_linux_store_return_value): Likewise.
8207 (m68k_linux_extract_struct_value_address): Likewise.
8208 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8209 Remove.
8210 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8211 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8212 (DEPRECATED_FRAME_SAVED_PC): Remove.
8213
0fbc10f7
KW
82142003-05-20 Kris Warkentin <kewarken@qnx.com>
8215
8216 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8217 regset numbering rather than our own.
8218
58da2eb2
DC
82192003-05-19 David Carlton <carlton@bactrian.org>
8220
8221 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8222
1fcb5155
DC
82232003-05-19 David Carlton <carlton@bactrian.org>
8224
8225 Partial fix for PR c++/827.
8226 * cp-support.h: Include symtab.h.
8227 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8228 * cp-namespace.c: Update contributors.
8229 (cp_lookup_symbol_nonlocal): New.
8230 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8231 (lookup_symbol_file): Ditto.
8232 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8233 * block.h: Declare block_scope, block_using, block_global_block.
8234 * block.c (block_scope): New.
8235 (block_using, block_global_block): Ditto.
8236 * Makefile.in (cp_support_h): Depend on symtab_h.
8237 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8238
5f9a71c3
DC
82392003-05-19 David Carlton <carlton@bactrian.org>
8240
8241 * language.h (struct language_defn): Add 'la_value_of_this'
8242 and 'la_lookup_symbol_nonlocal' members.
8243 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8244 lookup_symbol_static, lookup_symbol_global,
8245 lookup_symbol_aux_block.
8246 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8247 if we should search fields of this and how to do static/global
8248 lookup.
8249 (lookup_symbol_aux_block): Make extern.
8250 (basic_lookup_symbol_nonlocal): New.
8251 (lookup_symbol_static, lookup_symbol_global): Ditto.
8252 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8253 'la_lookup_symbol_nonlocal' members.
8254 * c-lang.c (c_language_defn, cplus_language_defn)
8255 (asm_language_defn, minimal_language_defn): Ditto.
8256 * jv-lang.c (java_language_defn): Ditto.
8257 * language.c (unknown_language_defn, auto_language_defn)
8258 (local_language_defn): Ditto.
8259 * m2-lang.c (m2_language_defn): Ditto.
8260 * objc-lang.c (objc_language_defn): Ditto.
8261 * scm-lang.c (scm_language_defn): Ditto.
8262 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8263 * p-lang.c (pascal_language_defn): Ditto for both.
8264 * Makefile.in (f-lang.o): Depend on value_h.
8265 (p-lang.o): Ditto.
8266
89a9d1b1
DC
82672003-05-19 David Carlton <carlton@bactrian.org>
8268
8269 * block.h: Declare block_static_block.
8270 * block.c (block_static_block): New.
8271 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8272 lookup_symbol_aux_local, calling block_static_block instead.
8273 (lookup_symbol_aux_local): Delete 'static_block' argument.
8274
eed3f8ab
DC
82752003-05-19 David Carlton <carlton@bactrian.org>
8276
8277 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8278
a09d8bda
ML
82792003-05-19 Michal Ludvig <mludvig@suse.cz>
8280
8281 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8282 register numbers mapping.
8283
69636828
AF
82842003-05-18 Adam Fedor <fedor@gnu.org>
8285
8286 * symtab.c (completion_list_objc_symbol): New function.
8287 (make_symbol_completion_list): Use it to add ObjC symbols
8288 when looking though the list.
8289 (language_search_unquoted_string): New function.
8290 (make_file_symbol_completion_list): Use it.
8291
55baeb84
AS
82922003-05-18 Andreas Schwab <schwab@suse.de>
8293
d0b45d99
AS
8294 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8295 dependencies.
8296 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8297 as m68k_linux_extract_return_value.
8298 (DEPRECATED_STORE_RETURN_VALUE): Define as
8299 m68k_linux_store_return_value.
8300 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8301 m68k_linux_extract_struct_value_address.
8302 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8303 get_next_frame, get_frame_base, get_frame_pc.
8304 (m68k_linux_frame_saved_pc): Use get_frame_base.
8305 (m68k_linux_extract_return_value): New function.
8306 (m68k_linux_store_return_value): New function.
8307 (m68k_linux_extract_struct_value_address): New function.
8308 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8309
55baeb84
AS
8310 * c-exp.y (typebase): Remove duplicate occurence of
8311 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 8312 of lookup_signed_typename.
55baeb84 8313
b6b08ebf
MK
83142003-05-18 Mark Kettenis <kettenis@gnu.org>
8315
8316 * dwarf2loc.c (find_location_expression): Change type of second
8317 argument to `size_t *'.
8318 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8319 for size variable.
8320
5ad1c190
DC
83212003-05-18 David Carlton <carlton@bactrian.org>
8322
8323 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8324 'linkage_name'. Add comment.
8325 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8326 'linkage_name'.
8327 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8328 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8329 (lookup_block_symbol): Ditto.
8330
b8b527c5
AC
83312003-05-16 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8334 * gdbarch.h, gdbarch.c: Re-generate.
8335 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8336 * TODO (REGISTER_BYTES): Delete reference.
8337 * alpha-tdep.c (alpha_gdbarch_init): Update.
8338 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8339 * x86-64-tdep.c (x86_64_init_abi): Update.
8340 * vax-tdep.c (vax_gdbarch_init): Update.
8341 * v850-tdep.c (v850_gdbarch_init): Update.
8342 * sparc-tdep.c (sparc_gdbarch_init): Update.
8343 * sh-tdep.c (sh_gdbarch_init): Update.
8344 * s390-tdep.c (s390_gdbarch_init): Update.
8345 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8346 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8347 (ns32k_gdbarch_init_32382): Update.
8348 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8349 * mcore-tdep.c (mcore_gdbarch_init): Update.
8350 * m68k-tdep.c (m68k_gdbarch_init): Update.
8351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8352 * ia64-tdep.c (ia64_gdbarch_init): Update.
8353 * i386-tdep.c (i386_gdbarch_init): Update.
8354 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8355 * hppa-tdep.c (hppa_gdbarch_init): Update.
8356 * h8300-tdep.c (h8300_gdbarch_init): Update.
8357 * frv-tdep.c (frv_gdbarch_init): Update.
8358 * cris-tdep.c (cris_gdbarch_init): Update.
8359 * avr-tdep.c (avr_gdbarch_init): Update.
8360 * arm-tdep.c (arm_gdbarch_init): Update.
8361 * sparc-tdep.c (sparc_pop_frame): Update.
8362 * rs6000-tdep.c (rs6000_pop_frame): Update.
8363 * remote.c (init_remote_state): Update.
8364 (remote_prepare_to_store): Update.
8365 * remote-vx.c (vx_prepare_to_store): Update.
8366 * remote-sds.c (sds_fetch_registers): Update.
8367 (sds_prepare_to_store): Update.
8368 * remote-array.c: Update.
8369 * regcache.c (init_legacy_regcache_descr): Update.
8370 (init_regcache_descr): Update.
8371 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8372 (mips_o64_extract_return_value): Update.
8373 * irix5-nat.c (fetch_core_registers): Update.
8374 * irix4-nat.c (fetch_core_registers): Update.
8375 * i386-tdep.h: Update.
8376 * hppa-tdep.c (pa_do_registers_info): Update.
8377 (pa_do_strcat_registers_info): Update.
8378 * cris-tdep.c (cris_register_bytes_ok): Update.
8379 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8380 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8381 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8382 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8383 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8384 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8385 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8386 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8387 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8388 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8389 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8390 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8391 (REGISTER_BYTES_OK): Update.
8392 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8393 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8394
ee2842e2
ILT
83952003-05-16 Ian Lance Taylor <ian@airs.com>
8396
8397 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8398 (vax_print_insn, print_insn_arg): Remove static functions.
8399 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8400 print_insn_vax from opcodes library.
8401 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8402
973177d3
AC
84032003-05-15 Andrew Cagney <cagney@redhat.com>
8404
aaab4dba
AC
8405 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8406 * target.h (memory_breakpoint_from_pc): Delete declaration.
8407 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8408 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8409 * monitor.c (monitor_insert_breakpoint): Use
8410 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8411 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8412 * gdbarch.h, gdbarch.c: Re-generate.
8413 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8414 (sparc_gdbarch_init): Set breakpoint_from_pc to
8415 sparc_breakpoint_from_pc.
8416 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8417 (BREAKPOINT_FROM_PC): Define.
8418 (sparc_breakpoint_from_pc): Declare.
8419 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8420 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8421 (BREAKPOINT_FROM_PC): Define.
8422 (BREAKPOINT): Delete macro.
8423 * target.h: Update comment.
8424 * s390-tdep.c (s390_gdbarch_init): Update comments.
8425 * remote.c: Update comments.
8426 * remote-mips.c: Update comments.
8427 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8428 * mem-break.c: Update comment.
8429 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8430 (ia64_memory_insert_breakpoint): Update.
8431 * config/sparc/tm-sparc.h: Update comment.
8432 * config/pa/tm-hppa64.h: Update comment.
8433 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8434 (rs6000_breakpoint_from_pc): Update.
8435 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8436 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8437 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8438 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8439 (mips_breakpoint_from_pc): Update.
8440 (mips_dump_tdep): Update.
8441
e06963ff
AC
8442 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8443 * minsyms.c (lookup_minimal_symbol): Inline
8444 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8445
973177d3
AC
8446 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8447 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8448 * p-lang.c (pascal_printstr): Ditto.
8449 * objc-lang.c (objc_printstr): Ditto.
8450 * m2-lang.c (m2_printstr): Ditto.
8451 * jv-valprint.c (java_print_value_fields): Ditto.
8452 * f-lang.c (f_printstr): Ditto.
8453 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8454 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8455 for repeat_count_threshold.
8456 * Makefile.in (cp-valprint.o): Update dependencies.
8457
5ea2bd7f 84582003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8459
5ea2bd7f
JJ
8460 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8461 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8462 they start with mov r2,r12. Support skipping over indirect stores
8463 of the input registers. Upon hitting a non-nop branch instruction
8464 or predicated instruction, bail out by setting lim_pc to the current
8465 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8466 beyond our calculated value and we have trust_limit set,
8467 use the lim_pc value.
8468
cc8c88f3
AC
84692003-05-15 Andrew Cagney <cagney@redhat.com>
8470
8471 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8472 generic_find_dummy_frame.
8473 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8474 (deprecated_generic_find_dummy_frame): Update.
8475 (deprecated_read_register_dummy): Update.
8476 * frame.c (deprecated_generic_get_saved_register): Update.
8477
909cd28e
TR
84782003-05-15 Theodore A. Roth <troth@openavr.org>
8479
8480 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8481 (avr_gdbarch_init): Set breakpoint_from_pc method.
8482
b923b08d
AC
84832003-05-15 Andrew Cagney <cagney@redhat.com>
8484
8485 * regcache.c (build_regcache): Set deprecated_register_valid
8486 directly.
8487 (deprecated_grub_regcache_for_register_valid): Delete function.
8488 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8489 declaration.
8490
ae2f03ac 84912003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8492
8493 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8494 * symtab.c (lookup_symbol_aux): Delete calls to
8495 lookup_symbol_aux_minsyms.
8496 (lookup_symbol_aux_minsyms): Comment out function and
8497 prototype. Delete lookup by mangled name.
ae2f03ac 8498
18ec9831
KB
84992003-05-14 Kevin Buettner <kevinb@redhat.com>
8500
8501 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8502 correctly indicate an empty stack and ``stack_allocated'' to the
8503 indicate the number of elements initially allocated.
8504 (dwarf_expr_grow_stack): Simplify method for computing new
8505 stack size. Don't loop infinitely if ``stack_len'' is zero.
8506 (execute_stack_op): Move ``ctx->in_reg'' initialization
8507 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8508 be used in conjuction with DW_OP_piece. Revise error message
8509 accordingly.
8510
de18ac1f
TR
85112003-05-14 Theodore A. Roth <troth@openavr.org>
8512
8513 * MAINTAINERS: Update my email address.
8514 * avr-tdep.c: Ditto.
8515
176620f1
EZ
85162003-05-14 Elena Zannoni <ezannoni@redhat.com>
8517
8518 * symtab.h (enum domain_enum): Rename from namespace_enum.
8519 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8520 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8521 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8522 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8523 TYPES_NAMESPACE, METHODS_NAMESPACE.
8524 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8525 (struct symbol, struct partial_symbol): Rename field
8526 'namespace_enum namespace' to 'domain_enum domain'.
8527 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8528 Delete old define kludge for namespace.
8529
8530 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8531 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8532 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8533 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8534 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8535 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8536 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8537 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8538 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8539 occurrences of the above.
8540
b7f31508
ILT
85412003-05-14 Ian Lance Taylor <ian@airs.com>
8542
8543 * Makefile.in (install-only): Use $(SHELL) when running
8544 mkinstalldirs.
8545
2fdbdd39
ILT
85462003-05-13 Ian Lance Taylor <ian@airs.com>
8547
a208d82c
ILT
8548 * MAINTAINERS (write after approval): Add myself.
8549
2fdbdd39
ILT
8550 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8551 second and third arguments.
8552 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8553 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8554
fbd9dcd3
AC
85552003-05-13 Andrew Cagney <cagney@redhat.com>
8556
8557 * defs.h (store_address): Delete declaration.
8558 findvar.c (store_address): Delete function.
8559 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8560 store_unsigned_integer.
8561 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8562 * v850-tdep.c (v850_push_arguments): Ditto.
8563 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8564 * sh-tdep.c (sh64_get_saved_register): Ditto.
8565 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8566 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8567 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8568 (mips_get_saved_register): Ditto.
8569 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8570 (find_func_descr, ia64_push_arguments): Ditto.
8571 * i386-tdep.c (i386_push_arguments): Ditto.
8572 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8573 * frv-tdep.c (frv_push_arguments): Ditto.
8574 * frame.c (legacy_saved_regs_prev_register): Ditto.
8575 (deprecated_generic_get_saved_register): Ditto.
8576 * findvar.c (unsigned_address_to_pointer): Ditto.
8577 * dwarf2read.c (dwarf2_const_value): Ditto.
8578 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8579 * alpha-tdep.c (alpha_push_arguments): Ditto.
8580
6760f9e6
JB
85812003-05-12 J. Brobecker <brobecker@gnat.com>
8582
8583 * NEWS: Mention that the hppa-hpux port has been partially
8584 multiarched (32bit ABIT only, so far).
8585
30e221b4
AC
85862003-05-11 Andrew Cagney <cagney@redhat.com>
8587
8588 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8589 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8590 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8591 sim/testsuite/sim/arm/misaligned2.ms, and
8592 sim/testsuite/sim/arm/misaligned3.ms.
8593 * disasm.h (struct ui_file): Add opaque struct declaration.
8594 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8595 * frame.h (struct ui_file): Ditto.
8596
dea7f9ba
MK
85972003-05-11 Mark Kettenis <kettenis@gnu.org>
8598
8599 * value.h: Pretty print.
8600
01986c48
MK
86012003-05-10 Mark Kettenis <kettenis@gnu.org>
8602
8603 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8604
123a958e
AC
86052003-05-08 Andrew Cagney <cagney@redhat.com>
8606
8607 * regcache.h (max_register_size): Delete declaration.
8608 * regcache.c (max_register_size): Delete function.
8609 (struct regcache_descr): Delete field "max_register_size".
8610 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8611 registers fit in MAX_REGISTER_SIZE.
8612 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8613 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8614 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8615 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8616 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8617 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8618 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8619 * dve3900-rom.c, hppa-tdep.c: Ditto.
8620
eb294659
DC
86212003-05-08 David Carlton <carlton@math.stanford.edu>
8622
8623 * valops.c (push_word): Fix typo.
8624
d9d9c31f
AC
86252003-05-08 Andrew Cagney <cagney@redhat.com>
8626
8627 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8628 * gdbarch.h: Re-generate.
8629 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8630 (legacy_max_register_raw_size): Delete declaration.
8631 * regcache.c (legacy_max_register_raw_size): Delete function.
8632 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8633 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8634 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8635 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8636 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8637 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8638 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8639 * findvar.c, dwarf2cfi.c: Ditto.
8640
22540ece
AC
86412003-05-08 Andrew Cagney <cagney@redhat.com>
8642
8643 * mips-tdep.c (read_signed_register): New function, moved to here
8644 from "regcache.c".
8645 (read_signed_register_pid): Ditto.
8646 * regcache.c (read_signed_register_pid): Delete function, moved to
8647 "mips-tdep.c".
8648 (read_signed_register): Ditto.
8649 * regcache.h (read_signed_register): Delete declaration.
8650 (read_signed_register_pid): Delete declaration.
8651
0c92afe8
AC
86522003-05-08 Andrew Cagney <cagney@redhat.com>
8653
8654 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8655 * gdbarch.h: Re-generate.
8656 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8657 (legacy_max_register_virtual_size): Delete declaration.
8658 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8659 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8660 * tracepoint.c (memrange_sortmerge): Ditto.
8661 * sparc-tdep.c (sparc_print_registers): Ditto.
8662 * regcache.c (legacy_max_register_virtual_size): Delete function.
8663
6037b830
JB
86642002-05-08 J. Brobecker <brobecker@gnat.com>
8665
8666 * fork-child.c (escape_bang_in_quoted_argument): New function.
8667 (fork_inferior): Escape '!' characters in quoted arguments
8668 only when needed.
8669
5d62c8b1
JB
86702003-05-08 J. Brobecker <brobecker@gnat.com>
8671
8672 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8673 the language of the CU is not currently supported by GDB.
8674
20a0e81d
JB
86752003-05-08 J. Brobecker <brobecker@gnat.com>
8676
8677 * defs.h (language): Add language_minimal enum value.
8678 * c-lang.c (minimal_language_defn): New language definition.
8679 (_initialize_c_language): Add the new minimal language to the list
8680 of languages known to GDB.
8681
710ee10a
KB
86822003-05-08 Kevin Buettner <kevinb@redhat.com>
8683
8684 * frame.c (get_frame_type): Don't attempt to lazily initialize
8685 frame's unwinder for legacy frames.
8686
1750fa04
AC
86872003-05-07 Andrew Cagney <cagney@redhat.com>
8688
8689 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8690 and "regcache" parameters.
8691 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8692
ddf9f258 86932003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8694
8695 * dwarf2read.c (dwarf_decode_lines): Only use output of
8696 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8697 the current address.
8698
87767c29
AC
86992003-05-07 Andrew Cagney <cagney@redhat.com>
8700
8701 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8702 code.
8703
5e7b2f39
JB
87042003-05-07 Jim Blandy <jimb@redhat.com>
8705
8706 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8707 'maint info symtabs' and 'maint info psymtabs'.
8708 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8709 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8710 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8711 Declarations updated.
8712 * maint.c (maintenance_list_command): Delete.
8713 (_initialize_maint_cmds): Update calls to add_cmd.
8714 * gdbcmd.h (maintenancelistlist): Delete declaration.
8715 * cli/cli-cmds.c (maintenancelistlist): Delete.
8716 (init_cmd_lists): Don't initialize it.
8717 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8718
f6684c31
AC
87192003-05-07 Andrew Cagney <cagney@redhat.com>
8720
8721 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8722 "regcache".
8723 (d10v_print_registers_info): Update.
8724 (d10v_dmap_register, d10v_imap_register): Delete functions.
8725 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8726 and "imap_register".
8727 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8728 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8729 * arch-utils.c (generic_remote_translate_xfer_address): Add
8730 "regcache" and "gdbarch" parameters.
8731 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8732 parameter. Change class to multi-arch.
8733 * gdbarch.h, gdbarch.c: Re-generate.
8734 * remote.c (remote_xfer_memory): Use
8735 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8736
e4846b08
JJ
87372003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8738
8739 * infrun.c (prev_pc): Move declaration ahead of proceed().
8740 (proceed): Refresh prev_pc value before resuming.
8741 (stop_stepping): Remove code to refresh prev_pc.
8742
6b71b8ac
KW
87432003-05-06 Kris Warkentin <kewarken@qnx.com>
8744
8745 * nto-tdep.c: Removed stray comment.
8746
47979a4b
KW
87472003-05-06 Kris Warkentin <kewarken@qnx.com>
8748
8749 * i386-nto-tdep.c: Fix old K&R function definitions.
8750 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8751 Also change add_show_from_set() call to add_setshow_cmd().
8752 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8753
00905d52
AC
87542003-05-05 Andrew Cagney <cagney@redhat.com>
8755
8756 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8757 (fprint_dummy_frames): New function.
8758 (maintenance_print_dummy_frames): New function.
8759 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8760 * frame.c (fprint_frame_id): Make global.
8761 * frame.h (fprint_frame_id): Declare.
8762 * Makefile.in (dummy-frame.o): Update dependencies.
8763
b1e29e33
AC
87642003-05-05 Andrew Cagney <cagney@redhat.com>
8765
8766 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8767 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8768 SIZEOF_CALL_DUMMY_WORDS.
8769 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8770 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8771 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8772 CALL_DUMMY_BREAKPOINT_OFFSET.
8773 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8774 CALL_DUMMY_START_OFFSET.
8775 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8776 * gdbarch.h, gdbarch.c: Re-generate.
8777 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8778 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8779 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8780 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8781 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8782 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8783 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8784 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8785 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8786 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8787 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8788 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8789 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8790 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8791 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8792
87932003-05-05 Kris Warkentin <kewarken@qnx.com>
8794
8795 * configure.tgt: Add i[3456]86-*-nto*.
8796 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8797 * nto-tdep.c: New file. Neutrino target support routines.
8798 * nto-tdep.h: New file. Neutrino target header.
8799 * config/tm-qnxnto.h: New file.
8800 * config/i386/i386nto.mt: New file.
8801 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8802
0ce3d317
AC
88032003-05-04 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8806 (load_infrun_state): Ditto.
8807 (struct thread_info): Drop "prev_func_name" field.
8808 * thread.c (load_infrun_state): Update.
8809 (save_infrun_state): Update.
8810 * infrun.c (prev_func_name): Delete variable.
8811 (init_wait_for_inferior): Do not clear prev_func_name.
8812 (stop_stepping, keep_going, context_switch): Do not swap
8813 prev_func_name.
8814 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8815 instead of PC_IN_SIGTRAMP.
8816
46654a5b
AC
88172003-05-04 Andrew Cagney <cagney@redhat.com>
8818
8819 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8820 REGISTER_BYTE with register_offset_hack.
8821 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8822 that REGISTER_BYTE is consistent with the regcache.
8823 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8824 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8825
14b08c1b
MK
88262003-05-04 Mark Kettenis <kettenis@gnu.org>
8827
04c8243f
MK
8828 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8829 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8830
14b08c1b
MK
8831 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8832
c7a11e01
JB
88332003-05-03 J. Brobecker <brobecker@gnat.com>
8834
8835 From Thierry Schneider <tpschneider1@yahoo.com>
8836 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8837 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8838 (mi-cmd-symbol.o): Add rule.
8839
7043d8dc
AC
88402003-05-03 Andrew Cagney <cagney@redhat.com>
8841
8842 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8843 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8844 * gdbarch.h, gdbarch.c: Re-generate.
8845 * d10v-tdep.c (d10v_push_dummy_code): New function.
8846 (d10v_gdbarch_init): Set push_dummy_code.
8847 * infcall.c (legacy_push_dummy_code): New function.
8848 (generic_push_dummy_code): New function.
8849 (push_dummy_code): New function.
8850 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8851 instead of dummy_addr, to push_dummy_call. Move call to
8852 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8853 switch.
8854 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8855
92bf2b80
AC
88562003-05-03 Andrew Cagney <cagney@redhat.com>
8857
8858 * disasm.h (print_insn): Declare.
8859 * disasm.c (init_gdb_disassemble_info): New function.
8860 (gdb_disassembly): Call init_gdb_disassemble_info.
8861 (gdb_print_insn): New function.
8862 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8863 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8864 * mcore-tdep.c: Include "disasm.h"
8865 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8866 * d10v-tdep.c: Include "disasm.h".
8867 (display_trace): Call gdb_print_insn, instead of print_insn.
8868 (print_insn): Delete function.
8869 * printcmd.c: Include "disasm.h".
8870 (print_insn): Delete function.
8871 (print_formatted): Call gdb_print_insn, instead of print_insn.
8872 * Makefile.in (printcmd.o): Update dependencies.
8873 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8874
27d94c49
AC
88752003-05-02 Andrew Cagney <cagney@redhat.com>
8876
82de1e5b
AC
8877 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8878 PC_REGNUM, re-indent.
8879 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8880 PC_REGNUM isn't set.
8881
27d94c49
AC
8882 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8883 * gdbarch.h, gdbarch.c: Re-generate.
8884 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8885 register_virtual_size, pc_regnum, or register_bytes.
8886 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8887 (d10v_register_type): Use D10V_PC_REGNUM.
8888 (d10v_print_registers_info, d10v_read_pc): Ditto.
8889 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8890 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8891
a9c0dc7f
DC
88922003-05-02 David Carlton <carlton@bactrian.org>
8893
8894 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8895 the name with mstrsave.
8896
e33d66ec
EZ
88972003-05-02 Elena Zannoni <ezannoni@redhat.com>
8898
8899 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8900 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8901 (host_charset_name, target_charset_name): New vars for use by
8902 set/show commands.
8903 (host_charset_enum, target_charset_enum): New enums for set/show
8904 commands.
8905 (set_charset_sfunc, set_host_charset_sfunc,
8906 set_target_charset_sfunc): New functions.
8907 (set_host_charset, set_target_charset): Make static.
8908 (list_charsets, set_host_charset_command,
8909 set_target_charset_command): Delete functions.
8910 (show_charset_command): Rewrite as....
8911 (show_charset): Hook this up with the set/show command mechanism.
8912 (_initialize_charset): Change names of charsets to match the
8913 set/show enums. Use host_charset_name and target_charset_name.
8914 Use set/show mechanism for charset, host-charset, target-charset
8915 commands. Do not make 'show host-charset' and 'show
8916 target-charset' be aliases of 'show charset'.
8917
8918 * charset.h (set_host_charset, set_target_charset): Don't export,
8919 they are not used outside the file.
8920
2b6fd0d8
AC
89212003-05-01 Andrew Cagney <cagney@redhat.com>
8922
8923 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8924 (gdb_disassembly): Make "di" non static, always initialize and
8925 cleanup. Always use dis_asm_read_memory.
8926 (gdb_dis_asm_read_memory): Delete function.
8927
6ae2f580
AC
89282003-05-01 Andrew Cagney <cagney@redhat.com>
8929
8930 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8931 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8932
810ecf9f
AC
89332003-04-30 Andrew Cagney <cagney@redhat.com>
8934
8935 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8936 "tm_print_insn_info".
8937 (TARGET_PRINT_INSN_INFO): Delete macro.
8938 (dis_asm_read_memory): Delete function declaration.
8939 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8940 (tm_print_insn_info): Delete variable definition.
8941 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8942 * gdbarch.h, gdbarch.c: Re-generate.
8943 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8944 "deprecated_tm_print_insn_info".
8945 * mcore-tdep.c (mcore_dump_insn): Ditto.
8946 * mips-tdep.c (mips_gdbarch_init): Ditto.
8947 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8948 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8949 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8950 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8951 instead of TARGET_PRINT_INSN_INFO, add comment.
8952 * s390-tdep.c (s390_get_frame_info): Instead of
8953 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8954 (s390_check_function_end, s390_is_sigreturn): Ditto.
8955 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8956 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8957 * disasm.c: Include "gdbcore.h".
8958 (_initialize_disasm): New function, initialize
8959 "deprecated_tm_print_insn_info".
8960 (deprecated_tm_print_insn_info): New variable.
8961 (dis_asm_read_memory): Moved from "corefile.c", made static.
8962 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8963 * Makefile.in (disasm.o): Update dependencies.
8964
07020390
AC
89652003-04-30 Andrew Cagney <cagney@redhat.com>
8966
8967 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8968
a9fa03de
AF
89692003-04-29 Adam Fedor <fedor@gnu.org>
8970
8971 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8972 * infcall.c (find_function_addr): Make non-static.
8973 * infcall.h (find_function_addr): Declare.
8974 * Makefile.in (eval.o): Update dependencies.
8975
1bae87b9
AF
89762003-04-28 Adam Fedor <fedor@gnu.org>
8977
8978 * symtab.c (symbol_find_demangled_name): Check for and demangle
8979 ObjC symbols.
8980 (symbol_init_demangled_name): Init for language_objc as well.
8981
0ba6dca9
AC
89822003-04-28 Andrew Cagney <cagney@redhat.com>
8983
8984 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8985 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8986 * gdbarch.h, gdbarch.c: Re-generate.
8987 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8988 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8989 * inferior.h (deprecated_read_fp): Rename read_fp.
8990 (generic_target_read_fp): Delete declaration.
8991 * regcache.c (generic_target_read_fp): Delete function.
8992 (deprecated_read_fp): Replace read_fp, use
8993 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8994 * d10v-tdep.c (d10v_read_fp): Delete function.
8995 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8996
8997 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8998 deprecated_target_read_fp to generic_target_read_fp.
8999 * sh-tdep.c (sh_gdbarch_init): Ditto.
9000 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9001 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9002 * frv-tdep.c (frv_gdbarch_init): Ditto.
9003
9004 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9005 deprecated_fp_regnum.
9006 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9007 * vax-tdep.c (vax_gdbarch_init): Ditto.
9008 * v850-tdep.c (v850_gdbarch_init): Ditto.
9009 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9010 * sh-tdep.c (sh_gdbarch_init): Ditto.
9011 * s390-tdep.c (s390_gdbarch_init): Ditto.
9012 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9013 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9014 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9015 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9016 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9017 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9018 * i386-tdep.c (i386_gdbarch_init): Ditto.
9019 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9020 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9021 * frv-tdep.c (frv_gdbarch_init): Ditto.
9022 * cris-tdep.c (cris_gdbarch_init): Ditto.
9023 * avr-tdep.c (avr_gdbarch_init): Ditto.
9024 * arm-tdep.c (arm_gdbarch_init): Ditto.
9025 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9026
9027 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9028 * v850-tdep.c (v850_gdbarch_init): Ditto.
9029 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9030 * sh-tdep.c (sh_gdbarch_init): Ditto.
9031 * s390-tdep.c (s390_gdbarch_init): Ditto.
9032 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9033 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9034 * mips-tdep.c (mips_gdbarch_init): Ditto.
9035 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9036 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9037 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9038 * frv-tdep.c (frv_gdbarch_init): Ditto.
9039 * avr-tdep.c (avr_gdbarch_init): Ditto.
9040 * arm-tdep.c (arm_gdbarch_init): Ditto.
9041
9042 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9043 DEPRECATED_FP_REGNUM.
9044 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9045 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9046 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9047 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9048 (sparc32_register_virtual_type): Ditto.
9049 * sh-tdep.c (sh64_frame_chain): Ditto.
9050 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9051 (sh_nofp_frame_init_saved_regs): Ditto.
9052 (sh64_nofp_frame_init_saved_regs): Ditto.
9053 (sh_fp_frame_init_saved_regs): Ditto.
9054 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9055 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9056 * procfs.c (procfs_fetch_registers): Ditto.
9057 (procfs_store_registers): Ditto.
9058 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9059 (store_inferior_registers, fetch_core_registers): Ditto.
9060 (fetch_kcore_registers, clear_regs): Ditto.
9061 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9062 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9063 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9064 * nlm/i386.c (do_status): Ditto.
9065 * mipsv4-nat.c (supply_gregset): Ditto.
9066 * mips-tdep.c: Ditto for comments.
9067 * mips-nat.c (fetch_inferior_registers): Ditto.
9068 (store_inferior_registers, fetch_core_registers): Ditto.
9069 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9070 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9071 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9072 (i386_do_pop_frame, i386_register_type): Ditto.
9073 * hppa-tdep.c (hppa_frame_chain): Ditto.
9074 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9075 (hppa_pop_frame, hppa_read_fp): Ditto.
9076 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9077 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9078 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9079 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9080 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9081 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9082 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9083 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9084 * blockframe.c: Ditto for comments.
9085 * arch-utils.h: Ditto for comments.
9086 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9087 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9088 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9089 * alpha-tdep.h: Ditto for comments.
9090 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9091 (alpha_cannot_store_register): Ditto.
9092 (alpha_push_dummy_frame): Ditto.
9093 * alpha-nat.c (supply_gregset): Ditto.
9094
9095 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9096 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9097 * config/sparc/tm-sparc.h: Update comment.
9098
9099 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9100 deprecated_read_fp instead of TARGET_READ_FP.
9101 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9102 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9103 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9104 deprecated_read_fp instead of read_fp.
9105 * s390-tdep.c (s390_push_arguments): Ditto.
9106 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9107 * frame.h: Ditto in comments.
9108 * frame.c (legacy_get_prev_frame): Ditto.
9109 * dummy-frame.c (dummy_frame_this_id): Ditto.
9110 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9111
d7a27068
AC
91122003-04-28 Andrew Cagney <cagney@redhat.com>
9113
9114 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9115 * gdbarch.h, gdbarch.c: Re-generate.
9116 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9117 * vax-tdep.c (_initialize_vax_tdep): Update.
9118 * v850-tdep.c (_initialize_v850_tdep): Update.
9119 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9120 * s390-tdep.c (_initialize_s390_tdep): Update.
9121 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9122 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9123 * mips-tdep.c (_initialize_mips_tdep): Update.
9124 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9125 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9126 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9127 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9128 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9129 * frv-tdep.c (_initialize_frv_tdep): Update.
9130 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9131 (_initialize_cris_tdep): Update.
9132 * arch-utils.c (legacy_print_insn): Update.
9133 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9134
d2630e69
AF
91352003-04-26 Adam Fedor <fedor@gnu.org>
9136
9137 * linespec.c (decode_objc): New function to decode ObjC calls
9138 (decode_line_1): Check for ObjC calls (using decode_objc)
9139 * Makefile (linespec.o): Update dependencies.
9140
3086aeae
DJ
91412003-04-26 Daniel Jacobowitz <drow@mvista.com>
9142
9143 * breakpoint.h (struct breakpoint_ops): New.
9144 (struct breakpoint): Add ops member.
9145
9146 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9147 (mention): Use new breakpoint ops member.
9148 (set_raw_breakpoint): Initialize ops field to NULL.
9149 (print_exception_catchpoint, print_one_exception_catchpoint)
9150 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9151 (gnu_v3_exception_catchpoint_ops): New.
9152 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9153
1fbec6c3
AF
91542003-04-25 Adam Fedor <fedor@gnu.org>
9155
9156 * Makefile.in (COMMON_OBS): Add objc-lang.o
9157
0ef21242
AC
91582003-04-25 Andrew Cagney <cagney@redhat.com>
9159
9160 * d10v-tdep.c (print_insn): Delete function.
9161 (display_trace): Use TARGET_PRINT_INSN.
9162 (_initialize_d10v_tdep): Do not set tm_print_insn.
9163 (d10v_gdbarch_init): Set print_insn.
9164
f75493ed
AC
91652003-04-25 Andrew Cagney <cagney@redhat.com>
9166
9167 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9168 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9169 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9170 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9171 (nr_dmap_regs, a0_regnum): ... new functions.
9172 (d10v_print_registers_info): Use a0_regnum, use register_size.
9173 (d10v_register_byte): Delete function.
9174 (d10v_register_raw_size): Delete function.
9175 (d10v_register_type): Use a0_regnum.
9176 (d10v_print_registers_info): Use a0_regnum.
9177 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9178 (d10v_gdbarch_init): Do not set register_byte or
9179 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9180 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9181 extract_address.
9182 (trace_command): Use XCALLOC.
9183 (print_insn): Delete reference to tm_print_insn.
9184 (saved_regs_unwinder): Use store_unsigned_integer instead of
9185 store_address.
9186 * frame.h (FRAME_OBSTACK_CALLOC): Define
9187
2202b100
DC
91882003-04-25 David Carlton <carlton@bactrian.org>
9189
9190 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9191
4e45ca2e
AF
91922003-04-24 Adam Fedor <fedor@gnu.org>
9193
9194 * objc-lang.c: Include "valprint.h"
9195 * Makefile.in (objc-lang.o): Update dependencies.
9196
93de3e7f
AF
91972003-04-24 Adam Fedor <fedor@gnu.org>
9198
8ffd9b1b 9199 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
9200 architecture dependant compilation and mark as unimplemented
9201 (until they get put in the gdbarch vector).
9202
0f20eeea
DC
92032003-04-23 David Carlton <carlton@bactrian.org>
9204
9205 * cp-support.c (cp_find_first_component): Accept 'operator' in
9206 more locations.
9207
74cfe982
AC
92082003-04-23 Andrew Cagney <cagney@redhat.com>
9209
9210 * infcall.c (call_function_by_hand): Eliminate redundant
9211 indentation. Move "saved_async" and "old_cleanups" to where they
9212 are needed.
8ffd9b1b 9213
52557533
AC
92142003-04-23 Andrew Cagney <cagney@redhat.com>
9215
9216 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9217 and "buffer". Move the "name" code to where it is needed.
9218
158775de
AC
92192003-04-23 Andrew Cagney <cagney@redhat.com>
9220
9221 * infcall.c (call_function_by_hand): Move variables "start_sp",
9222 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9223 code to ON_STACK switch branch.
8ffd9b1b 9224
ebc7896c
AC
92252003-04-23 Andrew Cagney <cagney@redhat.com>
9226
9227 * infcall.c (call_function_by_hand): Make declaration of "i",
9228 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9229 lint.
9230
d727590f
AC
92312003-04-23 Andrew Cagney <cagney@redhat.com>
9232
9233 * infcall.c (call_function_by_hand): Delete variable
9234 "n_method_args". Localize "param_type"'s declaration to the loop
9235 that it is used. Reinstate code assigning to said variable -
9236 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9237 Rationalize code using "param_type".
9238
d585e13a
AC
92392003-04-22 Andrew Cagney <cagney@redhat.com>
9240
9241 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9242 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9243 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9244 to DEPRECATED_PUSH_RETURN_ADDRESS.
9245
051caad9
KB
92462003-04-22 Kevin Buettner <kevinb@redhat.com>
9247
9248 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9249 on the DWARF2 register number prior to fetching a register.
9250
77296879
JB
92512003-04-22 J. Brobecker <brobecker@gnat.com>
9252
9253 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9254 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 9255 this macro was always set to 0.
77296879
JB
9256 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9257 considering the fact that this macro was always set to 0.
9258 * hppa-tdep.h (hppa_store_return_value): Likewise.
9259 (hppa_extract_return_value): Likewise.
9260
4252f1df
JB
92612003-04-22 J. Brobecker <brobecker@gnat.com>
9262
9263 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9264 the hppa-pro target only.
9265
14604c6b
JB
92662003-04-21 J. Brobecker <brobecker@gnat.com>
9267
9268 Ongoing multi-arch conversion effort for HP/UX:
9269 * config/pa/tm-hppa.h: Move all macro that are no longer
9270 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9271 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9272
77eb01d1
JB
92732003-04-21 J. Brobecker <brobecker@gnat.com>
9274
9275 * config/pa/tm-hppa.h: Obsolete a section that was only used
9276 for hppa-pro.
9277
61995b3b
JB
92782003-04-21 J. Brobecker <brobecker@gnat.com>
9279
9280 Ongoing multi-arch conversion for HP/UX.
9281 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9282 if already defined (allows hppa64 to stay non-multiarched for now).
9283 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9284
4aa79dcc
AC
92852003-04-21 Andrew Cagney <cagney@redhat.com>
9286
9287 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9288
0f751ff2
AC
92892003-04-21 Andrew Cagney <cagney@redhat.com>
9290
9291 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9292 "i386_num_mmx_regs".
9293
04714b91
AC
92942003-04-21 Andrew Cagney <cagney@redhat.com>
9295
9296 * infcall.c: New file.
9297 * infcall.h: New file.
9298 * valarith.c: Include "infcall.h".
9299 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9300 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9301 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9302 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9303 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9304 (SFILES): Add "infcall.c"
9305 (COMMON_OBS): Add "infcall.o".
9306 (infcall.o): Specify dependencies.
9307 * value.h (call_function_by_hand): Delete declaration.
9308 * inferior.h (run_stack_dummy): Delete declaration.
9309 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9310 (run_stack_dummy): Move to "infcall.c", merged into
9311 call_function_by_hand.
9312 * valops.c (call_function_by_hand): Moved to "infcall.c".
9313 (find_function_addr, value_arg_coerce): Ditto.
9314 (unwindonsignal_p, coerce_float_to_double): Ditto.
9315 (_initialize_valops): Move "set/show coerce-float-to-double", and
9316 "set/show unwindonsignal" commands to "infcall.c".
9317 * v850-tdep.c, target.h: Update comments.
9318 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9319 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9320 (sh64_init_extra_frame_info): Update comments.
9321 * mn10300-tdep.c: Update comments.
9322 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9323 * config/sparc/tm-sparc.h: Update comments.
9324 * breakpoint.h: Update comments.
9325 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9326 * arm-tdep.c: Update comment.
9327
f9d3c2a8
MK
93282003-04-19 Mark Kettenis <kettenis@gnu.org>
9329
c40e1eab
MK
9330 * i386-tdep.c (i386_num_register_names): New variable.
9331 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9332 (MM0_REGNUM): Remove redundant parentheses in define.
9333 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9334 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9335 i386_mxcsr_regnum_p): Remove redundant parentheses.
9336 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 9337
94ea66b3
MK
9338 * i386-tdep.c (i386_extract_return_value,
9339 i386_store_return_value): Correct check for availability of
9340 floating-point registers.
9341
54299a1d
MK
9342 * i386-tdep.c (i386_frame_num_args): Remove function.
9343 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9344
c86c27af
MK
9345 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9346 mmx_regnum_to_fp_regnum. Adjust all callers.
9347
f9d3c2a8
MK
9348 * i386-tdep.c (i386_get_longjmp_target): Use
9349 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9350 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9351 extract_address.
9352
94ba74a9
MK
93532003-04-19 Mark Kettenis <kettenis@gnu.org>
9354
9355 * core-regset.c: Update comments to reflect reality. Re-order
9356 includes.
9357 (fetch_core_registers): Use switch instead of if. Remove
9358 redundant prototype.
9359
4074e13c
JB
93602003-04-18 Jim Blandy <jimb@redhat.com>
9361
9362 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9363 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9364
e3ab4aba
RH
93652003-04-17 Richard Henderson <rth@redhat.com>
9366
9367 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9368
627bf7c1
EZ
93692003-04-17 Michael Snyder <msnyder@redhat.com>
9370 Karen Bennet <bennet@redhat.com>
9371
9372 Committed by Elena Zannoni <ezannoni@redhat.com>
9373 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9374
514621a9
EZ
93752003-04-17 Elena Zannoni <ezannoni@redhat.com>
9376
9377 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9378 value if the return type is void.
514621a9 9379
b4acd559
JJ
93802003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9381
9382 * thread-db.c: Reindented.
8ffd9b1b 9383
530b167e 93842003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9385
9386 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9387 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9388 as types.
9389
0a48e7e8
MS
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
8ffd9b1b 9413
ab9fe00e
KB
94142003-04-16 Kevin Buettner <kevinb@redhat.com>
9415
610a3745 9416 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9417 the size of ``long double'' to 16, instead of 8.
9418
e64a344c
MK
94192003-04-16 Mark Kettenis <kettenis@gnu.org>
9420
9421 * i386-linux-nat.c: Add some whitespace to make things more
9422 readable.
9423 (fetch_register, store_register, fetch_inferior_registers,
9424 store_inferior_registers): Get rid of assignment in if-statement.
9425 (store_register): Fix typo in error message.
9426
25d41031
AC
94272003-04-16 Andrew Cagney <cagney@redhat.com>
9428
9429 * utils.c (xmmalloc): Always allocate something, matches
9430 libiberty/xmalloc's semantics.
9431 (xmrealloc, xmcalloc): Ditto.
9432
c50901fd
AC
94332003-04-16 Andrew Cagney <cagney@redhat.com>
9434
9435 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9436 update comments.
9437 (get_frame_type): Initialize unwind and type when needed.
9438 (get_frame_id, frame_register_unwind): Ditto.
9439
f81824a9
AC
94402003-04-16 Andrew Cagney <cagney@redhat.com>
9441
9442 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9443 obsolete.
9444 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9445 * sparcl-stub.c: Obsolete file.
9446 * config/sparc/tm-sparclet.h: Obsolete file.
9447 * sparclet-stub.c: Obsolete file.
9448 * sparclet-rom.c: Obsolete file.
9449 * sparcl-tdep.c: Obsolete file.
9450 * config/sparc/tm-sparclite.h: Obsolete file.
9451 * config/sparc/sparclite.mt: Obsolete file.
9452 * config/sparc/sparclet.mt: Obsolete file.
9453 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9454 sparc86x-*-* obsolete.
9455
9219021c
DC
94562003-04-15 David Carlton <carlton@math.stanford.edu>
9457
9458 * Makefile.in (SFILES): Add cp-namespace.c.
9459 (COMMON_OBS): Add cp-namespace.o.
9460 (block.o): Depend on gdb_obstack_h and cp_support_h.
9461 (buildsym.o): Depend on cp_support_h.
9462 (cp-namespace.o): New.
9463 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9464 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9465 (dwarf2read.o): Depend on cp_support_h.
9466 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9467 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9468 processing_current_namespace.
9469 (read_namespace): Update processing_current_namespace; check for
9470 anonymous namespaces.
9471 (dwarf2_name): New function.
9472 (dwarf2_extension): Ditto.
9473 * cp-support.h: Update copyright, contributors.
9474 Add inclusion guards.
9475 Add opaque declaration for structs obstack, block, symbol.
9476 (struct using_direct): New struct.
9477 Add declarations for cp_find_first_component,
9478 cp_entire_prefix_len, processing_has_namespace_info,
9479 processing_current_namespace, cp_is_anonymous,
9480 cp_add_using_directive, cp_initialize_namespace,
9481 cp_finalize_namespace, cp_set_block_scope,
9482 cp_scan_for_anonymous_namespaces.
9483 * cp-namespace.c: New file.
9484 * cp-support.c: Update copyright.
9485 Include ctype.h, gdb_assert.h, gdbcmd.h.
9486 New variable maint_cplus_cmd_list.
9487 (cp_find_first_component): New function.
9488 (cp_entire_prefix_len, maint_cplus_command)
9489 (first_component_command, _initialize_cp_support): Ditto.
9490 * buildsym.c: Include cp-support.h.
9491 New variable using_list.
9492 (add_symbol_to_list): Check for anonymous namespaces.
9493 (finish_block): Set block's scope.
9494 (start_symtab): Initialize C++ namespace support.
9495 (end_symtab): Finalize C++ namespace support.
9496 * block.h: Add opaque declarations for structs
9497 block_namespace_info, using_direct, and obstack.
9498 Add declarations for block_set_scope and block_set_using.
9499 (struct block): Add 'language_specific' member.
9500 (BLOCK_NAMESPACE): New macro.
9501 * block.c: Include gdb_obstack.h and cp-support.h.
9502 (struct block_namespace_info): New struct.
9503 (block_set_scope): New function.
9504 (block_set_using, block_initialize_namespace): Ditto.
9505
d5a921c9
KB
95062003-04-14 Kevin Buettner <kevinb@redhat.com>
9507
9508 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9509 (locate_base): Return early if there aren't any link map offsets.
9510 (svr4_solib_create_inferior_hook): Warn if shared library support
9511 is unavailable.
9512
d2a52b27
DC
95132003-04-14 David Carlton <carlton@math.stanford.edu>
9514
9515 * symtab.c (symbol_set_names): Add prefix when storing Java names
9516 in hash table. Fix for PR java/1039.
9517
980cae7a
DC
95182003-04-14 David Carlton <carlton@math.stanford.edu>
9519
9520 * symtab.c (symbol_set_names): Rename 'name' arg to
9521 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9522 * symtab.h: Change 'name' argument in declaration of
9523 symbol_set_names to 'linkage_name'.
9524 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9525
e227b13c
AC
95262003-04-14 Andrew Cagney <cagney@redhat.com>
9527
9528 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9529 return the fully sign-extended register value.
9530 (get_frame_pointer): Ditto.
9531 (mips_pop_frame): Initialize "proc_desc" after checking for a
9532 dummy frame.
9533
36712a20
AC
95342003-04-14 Andrew Cagney <cagney@redhat.com>
9535
9536 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9537 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9538 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9539 (mips_push_register): Delete function.
9540 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9541 PUSH_FP_REGNUM.
9542
44ea7b70
JB
95432003-04-14 Jim Blandy <jimb@redhat.com>
9544
9545 * symmisc.c: #include "gdb_regex.h".
9546 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9547 functions.
9548 * maint.c (maintenance_list_command): New function.
9549 (_initialize_maint_cmds): Register the above as commands.
9550 * symtab.h (maintenance_list_symtabs,
9551 maintenance_list_psymtabs): New declarations.
9552 * cli/cli-cmds.c (maintenancelistlist): New variable.
9553 (init_cmd_lists): Initialize it.
9554 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9555 * gdbcmd.h (maintenancelistlist): New declaration.
9556 * Makefile.in (symmisc.o): Update dependencies.
9557
2d0c7962
EZ
95582003-04-14 Elena Zannoni <ezannoni@redhat.com>
9559
9560 * s390-nat.c: Include asm/types.h for addr_t.
9561
1947a811
CV
95622003-04-14 Corinna Vinschen <vinschen@redhat.com>
9563
9564 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9565 actually incoming type.
9566
adb616d7
AC
95672003-04-13 Andrew Cagney <cagney@redhat.com>
9568
9569 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9570 get_next_frame and get_frame_saved_regs.
9571
9b5e151c
AC
95722003-04-13 Andrew Cagney <cagney@redhat.com>
9573
9574 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9575 of gdbarch_num_regs.
9576
ef6e7e13
AC
95772003-04-13 Andrew Cagney <cagney@redhat.com>
9578
9579 * frame.h: Mention what replaced what in "struct frame_info".
9580 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9581 deprecated_update_frame_base_hack and
9582 deprecated_update_frame_pc_hack.
9583 * hppa-tdep.c: Ditto.
9584
61fbb938
DJ
95852003-04-13 Daniel Jacobowitz <drow@mvista.com>
9586
9587 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9588 to read_reg and update its comment. Remove regnum member.
9589 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9590 Don't call read_reg when setting in_reg. Call read_reg to get
9591 the frame base if it's in a register. Return the register number
9592 on the stack instead of in the context. Remove extra arguments
9593 to read_reg.
9594 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9595 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9596 the register number on the expression stack.
9597 (needs_frame_read_reg): Remove extra arguments.
9598
0d53c4c4
DJ
95992003-04-13 Daniel Jacobowitz <drow@mvista.com>
9600
9601 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9602 made non-static.
9603 (execute_stack_op): All callers updated.
9604 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9605 * dwarf2loc.c (find_location_expression): New function.
9606 (dwarf_expr_frame_base): Call it.
9607 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9608 (dwarf2_tracepoint_var_ref): New function, broken out from
9609 locexpr_tracepoint_var_ref.
9610 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9611 Make static.
9612 (loclist_read_variable, loclist_read_needs_frame): New functions.
9613 (loclist_describe_location, loclist_tracepoint_var_ref): New
9614 functions.
9615 (dwarf2_loclist_funcs): New struct location_funcs.
9616 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9617 (struct dwarf2_locexpr_baton): Add comments.
9618 (dwarf2_loclist_funcs): New extern.
9619 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9620 base_address and base_known.
9621 (dwarf_loc_buffer): New variable.
9622 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9623 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9624 (dwarf2_has_info): Initialize dwarf_loc_offset.
9625 (dwarf2_build_psymtabs): Read in .debug_loc.
9626 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9627 DWARF_LOC_SIZE.
9628 (psymtab_to_symtab_1): Likewise. Move base address calculation
9629 here, from...
9630 (dwarf2_get_pc_bounds): ... here. Use the base address from
9631 cu_header.
9632 (dwarf2_symbol_mark_computed): Handle location lists.
9633
6aca59a3
DJ
96342003-04-13 Daniel Jacobowitz <drow@mvista.com>
9635
9636 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9637 if the linkage name demangled successfully.
9638
aca1fcd0
MK
96392003-04-13 Mark Kettenis <kettenis@gnu.org>
9640
97095916
MK
9641 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9642 disassmbly_flavour): Removed.
9643
aca1fcd0
MK
9644 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9645
562a961f
MK
96462003-04-13 Mark Kettenis <kettenis@gnu.org>
9647
9648 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9649
bd013d54
AC
96502003-04-12 Andrew Cagney <cagney@redhat.com>
9651
9652 * frame.h (struct frame_info): Move definition from here ...
9653 * frame.c (struct frame_info): ... to here.
9654
167ef8b1
AC
96552003-04-12 Andrew Cagney <cagney@redhat.com>
9656
9657 * gdbthread.h (save_infrun_state): Delete parameter
9658 "prev_func_start".
9659 (struct thread_info): Delete field "prev_func_start".
9660 (load_infrun_state): Ditto.
9661 * thread.c (load_infrun_state, save_infrun_state): Update.
9662 * infrun.c (prev_func_start): Delete variable.
9663 (context_switch, init_wait_for_inferior): Update.
9664 (stop_stepping, keep_going): Update.
9665
da3331ec
AC
96662003-04-12 Andrew Cagney <cagney@redhat.com>
9667
9668 * gdbarch.sh: Add missing opaque declarations.
9669 * gdbarch.h: Regnerate.
9670 * symtab.h: Add missing opaque declarations.
9671 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9672 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9673 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9674 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9675 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9676 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9677 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9678 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9679 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9680 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9681 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9682 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9683 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9684
18adea3f
AC
96852003-04-11 Andrew Cagney <cagney@redhat.com>
9686
9687 * frame.c (get_frame_id): Return this frame's "id".
9688 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9689 function start.
9690 (legacy_saved_regs_this_id): Replace function body with
9691 internal-error.
9692 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9693 FRAME_OBSTACK_ZALLOC.
9694 (create_new_frame): Mark the frame ID as valid.
9695
2252e863
AO
96962003-04-11 Alexandre Oliva <aoliva@redhat.com>
9697
9698 * Makefile.in (libbfd_h): Added missing setting.
9699 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9700 according to the selected ABI.
9701
a8245ab8
JJ
97022003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9703
9704 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9705
6913c89a
AC
97062003-04-11 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9709 SAVED_PC_AFTER_CALL.
9710 * gdbarch.h, gdbarch.c: Regenerate.
9711 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9712 * x86-64-tdep.c (x86_64_init_abi): Update.
9713 * vax-tdep.c (vax_gdbarch_init): Update.
9714 * v850-tdep.c (v850_gdbarch_init): Update.
9715 * sparc-tdep.c (sparc_gdbarch_init): Update.
9716 * sh-tdep.c (sh_gdbarch_init): Update.
9717 * s390-tdep.c (s390_gdbarch_init): Update.
9718 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9719 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9720 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9721 * mips-tdep.c (mips_gdbarch_init): Update.
9722 * mcore-tdep.c (mcore_gdbarch_init): Update.
9723 * m68k-tdep.c (m68k_gdbarch_init): Update.
9724 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9725 * ia64-tdep.c (ia64_gdbarch_init): Update.
9726 (ia64_saved_pc_after_call): Update declaration.
9727 * i386ly-tdep.c (i386lynx_init_abi): Update.
9728 * i386-tdep.c (i386_gdbarch_init): Update.
9729 * hppa-tdep.c (hppa_gdbarch_init): Update.
9730 * h8300-tdep.c (h8300_gdbarch_init): Update.
9731 * frv-tdep.c (frv_gdbarch_init): Update.
9732 * cris-tdep.c (cris_gdbarch_init): Update.
9733 * avr-tdep.c (avr_gdbarch_init): Update.
9734 * arm-tdep.c (arm_gdbarch_init): Update.
9735 * alpha-tdep.c (alpha_gdbarch_init): Update.
9736 * ns32knbsd-nat.c (frame_num_args): Update.
9737 * ns32k-tdep.c (umax_frame_num_args): Update.
9738 * mips-tdep.c (mips_init_frame_pc_first): Update.
9739 * infrun.c (step_over_function): Update.
9740 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9741 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9742 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9743 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9744 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9745 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9746 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9747 * arch-utils.c (init_frame_pc_default): Update.
9748 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9749 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9750 declaration.
8ffd9b1b 9751
38edeab8
AC
97522003-04-11 Andrew Cagney <cagney@redhat.com>
9753
9754 * i387-tdep.c: Update copyright.
9755 (i387_to_double): Delete function.
9756 (double_to_i387): Delete function.
9757
81f8a206
AC
97582003-04-10 Andrew Cagney <cagney@redhat.com>
9759
9760 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9761 frame's function's address. Simplify.
9762 (d10v_frame_unwind_cache): Check that the frame's function is
9763 non-zero.
9764
6e691f7a
JB
97652003-04-10 Jim Blandy <jimb@redhat.com>
9766
9767 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9768 call to set_gdbarch_deprecated_push_arguments.
9769
7f78e237
AC
97702003-04-10 Andrew Cagney <cagney@redhat.com>
9771
9772 * frame.c (fprint_frame_id): New function.
9773 (fprint_frame_type, fprint_frame): New function.
9774 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9775 (create_sentinel_frame, get_frame_id): Ditto.
9776 (frame_id_p, frame_id_eq): Ditto.
9777 (frame_id_inner, create_new_frame): Ditto.
9778 (legacy_get_prev_frame, get_prev_frame): Ditto.
9779 (deprecated_update_frame_pc_hack): Ditto.
9780 (frame_register_unwind): Ditto.
9781 (deprecated_update_frame_base_hack): Ditto.
9782
f870b49b
CV
97832003-04-10 Corinna Vinschen <vinschen@redhat.com>
9784
9785 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9786 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9787 frame_chain function.
9788 * Makefile.in: Add dependencies due to above change.
9789
7c86889b
CV
97902003-04-10 Corinna Vinschen <vinschen@redhat.com>
9791
9792 * blockframe.c (legacy_frame_chain_valid): Move call to
9793 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9794 inside_entry_file.
9795
d0a55772
AC
97962003-04-09 Andrew Cagney <cagney@redhat.com>
9797
9798 * frame.h (struct frame_id): Replace "pc" and "base" with
9799 "stack_addr" and "code_addr". Update comments.
9800 (frame_id_build): Update parameter names and comment.
9801 (struct frame_info): Replace "id_p" and "id" with "this_id".
9802 * dummy-frame.c (dummy_frame_this_id): Update.
9803 * breakpoint.c (print_one_breakpoint): Update.
9804 * frame.c (get_frame_id): Update.
9805 (get_frame_base, frame_id_build): Update.
9806 (create_sentinel_frame, legacy_get_prev_frame): Update.
9807 (deprecated_update_frame_base_hack): Update.
9808 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9809 (frame_id_inner): Ditto.
9810
ac16bf07
AC
98112003-04-09 Andrew Cagney <cagney@redhat.com>
9812
9813 * defs.h (gdb_print_host_address): Make "addr" parameter a
9814 pointer constant.
9815 * utils.c (gdb_print_host_address): Update.
9816
366cfc9e
KB
98172003-04-09 Kevin Buettner <kevinb@redhat.com>
9818
9819 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9820 register number for R0 is 0.
9821
cd983b5c
JB
98222003-04-09 J. Brobecker <brobecker@gnat.com>
9823
9824 * frame.h (struct gdbarch): Add opaque structure definition
9825 to avoid a compilation warning on LynxOS 4.0.
9826
d1340264
AC
98272003-04-09 Andrew Cagney <cagney@redhat.com>
9828
9829 * frame.h (struct frame_info): Delete field "pc". Replace
9830 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9831 structure.
9832 * frame.c (frame_pc_unwind): Update.
9833 (create_sentinel_frame): Do not set "pc".
9834 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9835 (get_frame_pc): Call frame_pc_unwind.
9836 (deprecated_update_frame_pc_hack): Update.
9837 (create_new_frame): Use "pc" not "->pc".
9838
90a6fffb
AC
98392003-04-09 Andrew Cagney <cagney@redhat.com>
9840
9841 * frame.c (get_frame_id): Eliminate code updating "frame".
9842 (legacy_get_prev_frame): Ditto.
9843 (get_frame_base): Return id.base directly.
9844 (deprecated_update_frame_base_hack): Update "id.base".
9845 * frame.h (struct frame_info): Delete field "frame".
9846
2fbce691
AC
98472003-04-09 Andrew Cagney <cagney@redhat.com>
9848
9849 * NEWS: Mention that the "Sequent family" is obsolete.
9850 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9851 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9852 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9853 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9854 * config/i386/tm-ptx4.h: Obsolete file.
9855 * config/i386/tm-ptx.h: Obsolete file.
9856 * symm-tdep.c: Obsolete file.
9857 * config/i386/symmetry.mt: Obsolete file.
9858 * config/i386/tm-symmetry.h: Obsolete file.
9859 * symm-nat.c: Obsolete file.
9860 * config/i386/nm-symmetry.h: Obsolete file.
9861 * config/i386/xm-symmetry.h: Obsolete file.
9862 * config/i386/symmetry.mh: Obsolete file.
9863 * config/i386/nm-ptx4.h: Obsolete file.
9864 * config/i386/ptx4.mh: Obsolete file.
9865 * config/i386/ptx.mt: Obsolete file.
9866 * config/i386/ptx.mh: Obsolete file.
9867 * config/i386/xm-ptx4.h: Obsolete file.
9868 * config/i386/xm-ptx.h: Obsolete file.
9869
78c43945
AC
98702003-04-09 Andrew Cagney <cagney@redhat.com>
9871
9872 Obsolete mips*-*-mach3*.
9873 * NEWS: Mention that mips*-*-mach3* is obsolete.
9874 * m3-nat.c: Obsolete file.
9875 * config/nm-m3.h: Obsolete file.
9876 * config/mips/tm-mipsm3.h: Obsolete file.
9877 * config/mips/mipsm3.mt: Obsolete file.
9878 * config/mips/mipsm3.mh: Obsolete file.
9879 * config/mips/xm-mipsm3.h: Obsolete file.
9880 * mipsm3-nat.c: Obsolete file.
9881 * configure.host: Obsolete mips-dec-mach3*.
9882 * configure.tgt: Obsolete mips*-*-mach3*.
9883
f1908289
AC
98842003-04-09 Andrew Cagney <cagney@redhat.com>
9885
9886 * doublest.h: Update copyright.
9887 (deprecated_store_floating, deprecated_extract_floating): Rename
9888 store_floating and extract_floating. Update comments.
9889 * doublest.c: Update copyright.
9890 (extract_floating_by_length): Replace extract_floating.
9891 (store_floating_by_length): Replace store_floating.
9892 (deprecated_extract_floating): New function.
9893 (deprecated_store_floating): New function.
9894 (extract_typed_floating): Call extract_floating_by_length.
9895 (store_typed_floating): Call store_floating_by_length.
9896 * x86-64-tdep.c (x86_64_store_return_value): Update.
9897 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9898 (sh64_extract_return_value): Update.
9899 (sh_sh4_register_convert_to_virtual): Update.
9900 (sh_sh64_register_convert_to_virtual): Update.
9901 (sh_sh4_register_convert_to_raw): Update.
9902 (sh_sh64_register_convert_to_raw): Update.
9903 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9904 (rs6000_register_convert_to_raw): Update.
9905 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9906 (ia64_register_convert_to_raw): Update.
9907 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9908 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9909 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9910 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9911 (alpha_register_convert_to_raw): Update.
9912
4443bd83
AC
99132003-04-08 Andrew Cagney <cagney@redhat.com>
9914
9915 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9916 * gdbarch.h, gdbarch.c: Re-generate.
9917 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9918 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9919 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9920 conditionally, use frame_pc_unwind as an alternative. Add
9921 comments.
9922 * arch-utils.c (init_frame_pc_default): Only call
9923 SAVED_PC_AFTER_CALL when available.
9924
c0236d92
EZ
99252003-04-08 Elena Zannoni <ezannoni@redhat.com>
9926
fbe586ae 9927 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9928 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9929 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9930 (start_remote): Ditto.
9931 (handle_inferior_event): Ditto.
9932 (save_inferior_status): Ditto.
9933 (restore_inferior_status): Ditto.
9934 * infcmd.c (attach_command): Ditto.
9935 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9936 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9937 * alpha-tdep.c (heuristic_proc_start): Ditto.
9938 * mips-tdep.c (heuristic_proc_start): Ditto.
9939 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9940 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9941 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9942 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9943 * remote-vx.c (vx_create_inferior): Ditto.
9944
99452003-04-08 Elena Zannoni <ezannoni@redhat.com>
9946
9947 * infrun.c (stop_soon_quietly): Make it an enum, to better
9948 override the default behavior of handle_inferior_event.
9949 (clear_proceed_status): Update uses of stop_soon_quietly to
9950 reflect that it is now an enum.
9951 (start_remote): Ditto.
9952 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9953 is set to handle the new GNU/Linux kernel behavior for
9954 attach/sigstop. Update uses of stop_soon_quietly.
9955 * inferior.h (enum stop_kind): New enum.
9956 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9957 Reset normal handle_inferior_event behavior, afterwards.
9958 * fork-child.c (startup_inferior): Update.
9959 * alpha-tdep.c (heuristic_proc_start): Update.
9960 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9961 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9962 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9963 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9964 * remote-vx.c (vx_create_inferior): Update.
9965 * mips-tdep.c (heuristic_proc_start): Update.
9966
1211bce3
EZ
99672003-04-07 Elena Zannoni <ezannoni@redhat.com>
9968
9969 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9970 be freed more than once, causing wild memory corruptions.
1211bce3 9971 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9972 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9973 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9974 with the "core" target.
1211bce3 9975
f0ef6b29
KB
99762003-04-07 Kevin Buettner <kevinb@redhat.com>
9977
9978 * mips-tdep.c (mips_print_fp_register): New function, created from
9979 do_fp_register_row(). Registers are now (also) printed as hex.
9980 Only one register is printed per row.
9981 (mips_print_register, do_fp_register_row): Print floating point
9982 registers with mips_print_fp_register().
9983
8cf71652
AC
99842003-04-06 Andrew Cagney <cagney@redhat.com>
9985
5e488a7b
AC
9986 * valprint.h (inspect_it): Add extern declaration.
9987 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9988 (selectors_info, classes_info): Ditto.
9989 (find_objc_msgcall): Fix indentation.
9990 (objc_printstr): Delete extern declarations.
9991
8cf71652
AC
9992 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9993
e6ba3bc9
AC
99942003-04-06 Andrew Cagney <cagney@redhat.com>
9995
9996 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9997 Update comment.
9998 * frame.c (legacy_saved_regs_this_id): Update.
9999 (legacy_get_prev_frame): Update.
10000 * xstormy16-tdep.c: Update comment.
10001 * sparc-tdep.c (sparc_frame_chain): Update comment.
10002 * blockframe.c (legacy_frame_chain_valid): Update.
10003
55e1d7e7
AC
100042003-04-06 Andrew Cagney <cagney@redhat.com>
10005
996179ee
AC
10006 * valprint.c (val_print_type_code_int): Delete #ifdef
10007 PRINT_TYPELESS_INTEGER code.
10008
55e1d7e7
AC
10009 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10010 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10011 multi-arch definition.
10012 * gdbarch.h: Re-generate.
10013
43bd9a9e
AC
100142003-04-05 Andrew Cagney <cagney@redhat.com>
10015
10016 Eliminate FRAME_FIND_SAVED_REGS.
10017 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10018 Change FSR parameter to a pointer.
10019 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10020 Assume FSR parameter is a pointer.
10021 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10022 Make fsr a pointer.
10023 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10024 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10025 saved_regs a pointer.
10026 (hppa_frame_saved_pc): Ditto.
10027 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10028 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10029 pointer.
10030 (restore_pc_queue): Make fsr a pointer.
10031 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10032 (hppa_frame_chain): Make saved_regs a pointer, call
10033 hppa_frame_init_saved_regs.
10034 * sparc-tdep.c: Include "gdb_assert.h".
10035 (sparc_frame_find_saved_regs): Replace internal_error with
10036 gdb_assert.
10037 * remote-vxsparc.c (vx_read_register): Delete reference to
10038 FRAME_FIND_SAVED_REGS.
10039 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10040 * gdbarch.h: Regenerate.
10041 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10042 (deprecated_get_frame_saved_regs): Delete declaration.
10043 (struct frame_saved_regs): Delete definition.
10044 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10045 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10046 (hppa_frame_find_saved_regs): Delete declaration.
10047 (FRAME_FIND_SAVED_REGS): Delete macro.
10048 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10049 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10050 FRAME_FIND_SAVED_REGS in comment.
10051
be41e9f4
AC
100522003-04-05 Andrew Cagney <cagney@redhat.com>
10053
10054 * frame.c (frame_func_unwind, get_frame_func): New functions.
10055 * frame.h (get_frame_func, frame_func_unwind): Declare.
10056 (struct frame_info): Add field "prev_func" for caching the
10057 previous frame's function address.
10058 * arm-tdep.c (arm_frameless_function_invocation): Combine
10059 get_pc_function_start and get_frame_pc into get_frame_func.
10060 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10061 (sh64_nofp_frame_init_saved_regs): Ditto.
10062 * s390-tdep.c (s390_function_start): Ditto.
10063 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10064 (rs6000_frameless_function_invocation): Ditto.
10065 (rs6000_frame_saved_pc): Ditto.
10066 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10067 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10068 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10069 (i386_frame_init_saved_regs): Ditto.
10070 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10071 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10072 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10073 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10074 * blockframe.c (frameless_look_for_prologue): Ditto.
10075
a01dd7cc
AC
100762003-04-05 Andrew Cagney <cagney@redhat.com>
10077
10078 * frame.c (legacy_get_prev_frame): Link prev to next at the
10079 function start. Update comments.
10080
5e5592e6
AC
100812003-04-05 Andrew Cagney <cagney@redhat.com>
10082
10083 * frame.c (get_frame_id): Update comment.
10084 (legacy_get_prev_frame): Update comment.
10085 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10086 * gdbarch.h: Regenerate.
10087 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10088 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10089
6fba5002
AC
100902003-04-05 Andrew Cagney <cagney@redhat.com>
10091
10092 * stack.c (print_frame_info): Use get_frame_pc.
10093
7df05f2b
AC
100942003-04-04 Andrew Cagney <cagney@redhat.com>
10095
10096 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10097 the frame's type from the unwinder.
10098 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10099 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10100 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10101 (get_frame_base_address): Use get_frame_type.
10102 (get_frame_locals_address, get_frame_args_address): Ditto.
10103 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10104 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10105 (struct frame_info): Add comment explaining why the frame contains
10106 a "type" field.
10107 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10108 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10109 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10110 NORMAL_FRAME.
10111 * frame-unwind.h: Include "frame.h".
10112 (struct frame_unwind): Add "type" field.
10113 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 10114
11889732
AC
101152003-04-04 Andrew Cagney <cagney@redhat.com>
10116
10117 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10118 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10119 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10120 get_frame_base.
10121 (d10v_unwind_dummy_id): Use frame_id_build.
10122 * frame.c (find_frame_sal): Use get_frame_pc.
10123 (create_new_frame): Use deprecated_update_frame_pc_hack and
10124 deprecated_update_frame_base_hack.
10125 (create_sentinel_frame): Add comment about ->pc going away.
10126 (get_prev_frame): Add comment about ->pc going away.
10127 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10128 frame_id_build, deprecated_update_frame_pc_hack and
10129 deprecated_update_frame_base_hack.
10130 (select_frame): Use get_frame_pc.
10131 (legacy_saved_regs_this_id): Use frame_id_build.
10132
50c46a0d
EZ
101332003-04-04 Elena Zannoni <ezannoni@redhat.com>
10134
fbe586ae
RH
10135 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10136 signed integer case.
10137 (classify_argument): Handle enumerations and references.
50c46a0d 10138
50bbdbd9
AC
101392003-04-04 Andrew Cagney <cagney@redhat.com>
10140
10141 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10142 ID to NULL.
10143
36018d2e
AF
101442003-04-01 Adam Fedor <fedor@gnu.org>
10145
10146 * gdb/objc-lang.c (selectors_info): Replace calls to
10147 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10148 SYMBOL_NATURAL_NAME.
10149 (classes_info, find_methods): Likewise.
10150
35cec841
KB
101512003-04-03 Kevin Buettner <kevinb@redhat.com>
10152
10153 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10154 ``mach'' to the value determined by bfd_default_set_arch_mach().
10155
43136899
BR
101562003-04-02 Bob Rossi <bob_rossi@cox.net>
10157
10158 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10159 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10160 (mi-cmd-file.o): Update dependencies.
10161
040b99fd
KB
101622003-04-01 Kevin Buettner <kevinb@redhat.com>
10163
10164 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10165 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10166
9a3d7dfd
AF
101672003-04-01 Adam Fedor <fedor@gnu.org>
10168
10169 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10170 * language.h (struct language_defn): Add la_demangle.
10171 (language_demangle): Declare.
10172 * language.c (language_demangle): New function.
10173 (unk_lang_demangle): Likewise.
10174 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 10175 Add ukn_lang_demangle.
9a3d7dfd 10176 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 10177 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
10178 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10179 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10180 * jv-lang.c (java_demangle): New function
10181 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
10182 * objc-lang.c (objc_demangle): Add options argument
10183 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
10184 * maint.c (maintenance_demangle): Replace switch with
10185 call to language_demangle.
10186 * utils.c (fprintf_symbol_filtered): Likewise.
10187
5e074003
AC
101882003-04-01 Andrew Cagney <cagney@redhat.com>
10189
10190 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10191 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10192 PRINT_TYPELESS_INTEGER.
10193 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10194 PUSH_RETURN_ADDRESS.
10195
270cb5d6
AC
101962003-04-01 Andrew Cagney <cagney@redhat.com>
10197
10198 * Makefile.in (d10v-tdep.o): Update dependencies.
10199 * d10v-tdep.c: Include "frame-base.h".
10200 (d10v_frame_unwind): Make constant.
10201 (d10v_frame_base_address): New function.
10202 (d10v_frame_base): New variable.
10203 (d10v_gdbarch_init): Set frame_base default.
10204 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10205 comment for base.
10206 (d10v_frame_unwind_cache): Set and use "prev_sp".
10207 (d10v_frame_this_id): Use the previous frame's inner most stack
10208 address and this frame's func address for the frame ID. Use
10209 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 10210
6bfb3e36
AC
102112003-04-01 Andrew Cagney <cagney@redhat.com>
10212
10213 * frame.h (get_frame_locals_address, get_frame_args_address):
10214 Refer to the base address, instead of the address of the first
10215 local or parameter.
8ffd9b1b 10216
da62e633
AC
102172003-04-01 Andrew Cagney <cagney@redhat.com>
10218
10219 Add frame debug info addresses:
10220 * frame-base.c: New file.
10221 * frame-base.h: New file.
10222 * frame.h (struct frame_base): Add opaque declaration.
10223 (get_frame_base): Update comment.
10224 (get_frame_base_address): Declare.
10225 (get_frame_locals_address): Declare.
10226 (get_frame_args_address): Declare.
10227 (struct frame_info): Add "base" and "base_cache". Update
10228 comments on the unwinder.
10229 * frame.c: Include "frame-base.h".
10230 (get_frame_locals_address): New function.
10231 (get_frame_base_address): New function.
10232 (get_frame_args_address): New function.
10233 * findvar.c (read_var_value): Use get_frame_locals_address and
10234 get_frame_args_address.
10235 * stack.c (frame_info): Use get_frame_locals_address and
10236 get_frame_args_address.
10237 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10238 moved to "frame-base.c".
10239 * printcmd.c (print_frame_nameless_args): Ditto.
10240 * symtab.h (address_class): Update comments.
10241 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10242 get_frame_base_address.
10243 * dwarf2expr.c (execute_stack_op): Ditto.
10244 * Makefile.in (frame_base_h): Define.
10245 (frame.o): Update dependencies.
10246 (frame-base.o): Add dependencies.
10247 (SFILES): Add frame-base.c.
10248 (COMMON_OBS): Add frame-base.o.
10249
3d30e9c2
AC
102502003-04-01 Andrew Cagney <cagney@redhat.com>
10251
10252 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10253 CALL_DUMMY_LENGTH): Ditto.
10254 * gdbarch.c: Re-generate.
10255 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10256 (CALL_DUMMY_LENGTH): Delete macro.
10257 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10258 * arm-tdep.c (arm_gdbarch_init): Ditto.
10259 * avr-tdep.c (avr_gdbarch_init): Ditto.
10260 * cris-tdep.c (cris_gdbarch_init): Ditto.
10261 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10262 * frv-tdep.c (frv_gdbarch_init): Ditto.
10263 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10264 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10265 * i386-tdep.c (i386_gdbarch_init): Ditto.
10266 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10268 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10269 * mips-tdep.c (mips_gdbarch_init): Ditto.
10270 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10271 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10272 * s390-tdep.c (s390_gdbarch_init): Ditto.
10273 * sh-tdep.c (sh_gdbarch_init): Ditto.
10274 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10275 * v850-tdep.c (v850_gdbarch_init): Ditto.
10276 * vax-tdep.c (vax_gdbarch_init): Ditto.
10277 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10278
ce0c7262
CV
102792003-04-01 Corinna Vinschen <vinschen@redhat.com>
10280
10281 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10282
73dd234f
AC
102832003-04-01 Andrew Cagney <cagney@redhat.com>
10284
10285 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10286 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10287 * gdbarch.h, gdbarch.c: Re-generate.
10288 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10289 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10290 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10291 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10292 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10293 * infcmd.c (run_stack_dummy): Simplify assuming
10294 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10295 * infrun.c (handle_inferior_event): Ditto.
10296 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10297 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10298 * arm-tdep.c (arm_gdbarch_init): Ditto.
10299 * avr-tdep.c (avr_gdbarch_init): Ditto.
10300 * cris-tdep.c (cris_gdbarch_init): Ditto.
10301 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10302 * frv-tdep.c (frv_gdbarch_init): Ditto.
10303 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10304 * i386-tdep.c (i386_gdbarch_init): Ditto.
10305 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10306 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10307 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10308 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10309 * mips-tdep.c (mips_gdbarch_init): Ditto.
10310 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10311 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10312 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10313 * s390-tdep.c (s390_gdbarch_init): Ditto.
10314 * sh-tdep.c (sh_gdbarch_init): Ditto.
10315 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10316 * v850-tdep.c (v850_gdbarch_init): Ditto.
10317 * vax-tdep.c (vax_gdbarch_init): Ditto.
10318 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10319
97606a13
DJ
103202003-04-01 Daniel Jacobowitz <drow@mvista.com>
10321
10322 * symfile.c (symfile_relocate_debug_section): Update call to
10323 bfd_simple_get_relocated_section_contents.
10324
e8ab51f7
AC
103252003-03-31 Andrew Cagney <cagney@redhat.com>
10326
10327 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10328 * gdbarch.h, gdbarch.c: Regenerate.
10329 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10330 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10331 available.
10332 * frame.h (generic_fix_call_dummy): Delete declaration.
10333 * dummy-frame.h: Update comment.
10334 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10335 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10336 fix_call_dummy.
10337 * sh-tdep.c (sh_gdbarch_init): Ditto.
10338 * s390-tdep.c (s390_gdbarch_init): Ditto.
10339 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10340 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10343 * i386-tdep.c (i386_gdbarch_init): Ditto.
10344 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10345 * frv-tdep.c (frv_gdbarch_init): Ditto.
10346 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10347 * cris-tdep.c (cris_gdbarch_init): Ditto.
10348 * avr-tdep.c (avr_gdbarch_init): Ditto.
10349 * arm-tdep.c (arm_gdbarch_init): Ditto.
10350
018d1b48
JB
103512003-03-31 J. Brobecker <brobecker@gnat.com>
10352
10353 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10354 (INIT_FRAME_AP): Likewise.
10355 (EXTRA_FRAME_INFO): Likewise.
10356
e9a2674e
AC
103572003-03-31 Andrew Cagney <cagney@redhat.com>
10358
10359 * gdbarch.sh: Include "symfile.h".
10360 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10361 * gdbarch.h, gdbarch.c: Re-generate.
10362 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10363 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10364 call_dummy_address, the default is at entry_point_address.
10365 * v850-tdep.c (v850_gdbarch_init): Ditto.
10366 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10367 * sh-tdep.c (sh_gdbarch_init): Ditto.
10368 * s390-tdep.c (s390_gdbarch_init): Ditto.
10369 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10370 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10371 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10372 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10373 * i386-tdep.c (i386_gdbarch_init): Ditto.
10374 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10375 * frv-tdep.c (frv_gdbarch_init): Ditto.
10376 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10377 * cris-tdep.c (cris_gdbarch_init): Ditto.
10378 * arm-tdep.c (arm_gdbarch_init): Ditto.
10379
e8a8712a
AC
103802003-03-31 Andrew Cagney <cagney@redhat.com>
10381
10382 * gdbarch.sh (CALL_DUMMY_P): Delete.
10383 * gdbarch.h, gdbarch.c: Re-generate.
10384 * inferior.h (CALL_DUMMY_P): Delete macro.
10385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10386 * vax-tdep.c (vax_gdbarch_init): Update.
10387 * v850-tdep.c (v850_gdbarch_init): Update.
10388 * sparc-tdep.c (sparc_gdbarch_init): Update.
10389 * sh-tdep.c (sh_gdbarch_init): Update.
10390 * s390-tdep.c (s390_gdbarch_init): Update.
10391 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10392 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10393 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10394 * mips-tdep.c (mips_gdbarch_init): Update.
10395 * mcore-tdep.c (mcore_gdbarch_init): Update.
10396 * m68k-tdep.c (m68k_gdbarch_init): Update.
10397 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10398 * ia64-tdep.c (ia64_gdbarch_init): Update.
10399 * i386-tdep.c (i386_gdbarch_init): Update.
10400 * h8300-tdep.c (h8300_gdbarch_init): Update.
10401 * frv-tdep.c (frv_gdbarch_init): Update.
10402 * d10v-tdep.c (d10v_gdbarch_init): Update.
10403 * cris-tdep.c (cris_gdbarch_init): Update.
10404 * breakpoint.c (deprecated_frame_in_dummy): Update.
10405 * avr-tdep.c (avr_gdbarch_init): Update.
10406 * alpha-tdep.c (alpha_gdbarch_init): Update.
10407 * arm-tdep.c (arm_gdbarch_init): Update.
10408 * dummy-frame.c (dummy_frame_this_id): Update comments.
10409 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10410 * frame.c (legacy_get_prev_frame): Ditto.
10411 * valops.c (call_function_by_hand): Delete function.
10412 (hand_function_call): Rename to call_function_by_hand
10413
ed234cf8
AC
104142003-03-30 Andrew Cagney <cagney@redhat.com>
10415
10416 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10417 * value.h (struct value): Update comment.
ed234cf8 10418
06c77151
AC
104192003-03-30 Andrew Cagney <cagney@redhat.com>
10420
6c2b5168
AC
10421 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10422 D10V_FP_REGNUM.
10423 (d10v_gdbarch_init): Do not set fp_regnum.
10424
06c77151
AC
10425 * frame.c (get_frame_base): Force ID initialization.
10426 (get_prev_frame): Move computation of the frame ID from here ...
10427 (get_frame_id): ... to here.
10428 (legacy_get_prev_frame): Mark the frame ID as valid.
10429 * frame.h (struct frame_info): Add field "id_p".
10430
97a1a11c
MK
104312003-03-30 Mark Kettenis <kettenis@gnu.org>
10432
10433 * i386-tdep.c (i386_store_struct_return): Removed.
10434 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10435
6c0e89ed
AC
104362003-03-30 Andrew Cagney <cagney@redhat.com>
10437
10438 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10439 * gdbarch.h, gdbarch.c: Regenerate.
10440 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10441 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10442 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10443 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10444 * i386-tdep.c (i386_gdbarch_init): Ditto.
10445 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10446 * cris-tdep.c (cris_gdbarch_init): Ditto.
10447 * vax-tdep.c (vax_gdbarch_init): Ditto.
10448 * s390-tdep.c (s390_gdbarch_init): Ditto.
10449 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10450 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10451 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10452 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10453 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10454 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10455 * sparc-tdep.c (sparc_gdbarch_init): Update.
10456 * sh-tdep.c (sh_gdbarch_init): Update.
10457 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10458 * mips-tdep.c (mips_gdbarch_init): Update.
10459 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10460 * ia64-tdep.c (ia64_gdbarch_init): Update.
10461 * frv-tdep.c (frv_gdbarch_init): Update.
10462 * avr-tdep.c (avr_gdbarch_init): Update.
10463 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10464 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10465 instead of when push_dummy_call is not available.
8ffd9b1b 10466
f7dd6af2
AC
104672003-03-30 Andrew Cagney <cagney@redhat.com>
10468
10469 * infttrace.c: Include "gdbthread.h".
10470 (parent_attach_all): Fix function signature.
10471 (call_ptrace): Update call.
10472 * Makefile.in (infttrace.o): Update dependencies.
10473
28f617b3
AC
104742003-03-30 Andrew Cagney <cagney@redhat.com>
10475
10476 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10477 PUSH_RETURN_ADDRESS.
10478 * gdbarch.h, gdbarch.c: Regenerate.
10479 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10480 * x86-64-tdep.c (x86_64_init_abi): Update.
10481 * v850-tdep.c (v850_gdbarch_init): Update.
10482 * sparc-tdep.c (sparc_gdbarch_init): Update.
10483 * sh-tdep.c (sh_gdbarch_init): Update.
10484 * s390-tdep.c (s390_gdbarch_init): Update.
10485 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10486 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10487 * mips-tdep.c (mips_gdbarch_init): Update.
10488 * mcore-tdep.c (mcore_gdbarch_init): Update.
10489 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10490 * ia64-tdep.c (ia64_gdbarch_init): Update.
10491 * i386-tdep.c (i386_gdbarch_init): Update.
10492 * h8300-tdep.c (h8300_gdbarch_init): Update.
10493 * frv-tdep.c (frv_gdbarch_init): Update.
10494 * cris-tdep.c (cris_gdbarch_init): Update.
10495 * avr-tdep.c (avr_gdbarch_init): Update.
10496 * arm-tdep.c (arm_gdbarch_init): Update.
10497 * valops.c (hand_function_call): Update.
10498
4d628cd7
AC
104992003-03-29 Andrew Cagney <cagney@redhat.com>
10500
10501 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10502 sizeof_call_dummy_words.
10503 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10504 define.
10505 * gdbarch.h: Regenerate.
8ffd9b1b 10506
65e82032
AC
105072003-03-29 Andrew Cagney <cagney@redhat.com>
10508
10509 * infttrace.h: New file.
10510 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10511 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10512 (hpread_read_doc_function_type): Detect an initialized type1.
10513 (hpread_quick_traverse): Initialize mod_name_string.
10514 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10515 (som_solib_get_solib_by_pc): Declare.
10516 (so_lib_thread_start_addr): Declare.
10517 (no_shared_libraries): Declare.
10518 * somread.c (init_import_symbols): Make static. Add forward
10519 declaration.
10520 * config/pa/nm-hppah.h: Include "infttrace.h" for
10521 parent_attach_all.
10522 (hppa_insert_hw_watchpoint): Declare.
10523 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10524 * hppah-nat.c: Include "gdb_string.h".
10525 (parent_attach_all): Delete extern declaration, moved to
10526 "infttrace.h".
10527 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10528 int.
10529 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10530 * Makefile.in (infttrace_h): Define.
10531 (hpread.o): Update dependencies.
10532 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10533 * hppa-hpux-tdep.c: Include "gdb_string.h".
10534 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10535 * infrun.c (handle_inferior_event): Always initialize
10536 stepped_after_stopped_by_watchpoint. Add default and remove
10537 fallthrough in switch statement.
10538 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10539 parameter to int.
10540 (hppa_remove_hw_watchpoint): Ditto.
10541
2c3bbe77
AC
105422003-03-29 Andrew Cagney <cagney@redhat.com>
10543
10544 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10545 offset.
10546
2dd604e7
RE
105472003-03-29 Richard Earnshaw <rearnsha@arm.com>
10548
10549 * arm-tdep.c (arm_push_arguments): Delete.
10550 (struct stack_item): New type.
10551 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10552 (arm_store_struct_return): Delte.
10553 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10554 arm_push_arguments or arm_store_struct_return.
10555
e8933a55
AC
105562003-03-28 Andrew Cagney <cagney@redhat.com>
10557
10558 * Makefile.in (d10v-tdep.o): Update dependencies.
10559 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10560 * d10v-tdep.c: Include "remote.h".
10561 (target_resume_hook): Delete extern declaration.
10562 (target_wait_loop_hook): Ditto.
10563 (tdisassemble_command): Eliminate assignment in "if" conditional.
10564 (d10v_ts2_register_sim_regno): Eliminate call to
10565 legacy_register_sim_regno.
10566 (d10v_ts3_register_sim_regno): Ditto.
10567
6949171e
JJ
105682003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10569
10570 * thread.c: Reindented.
10571 * lin-lwp.c: Ditto.
10572 * linux-proc.c: Ditto.
10573
98c7071f
BR
105742003-03-28 Bob Rossi <bob_rossi@cox.net>
10575
fbe586ae 10576 * MAINTAINERS (write after approval): Add myself.
98c7071f 10577
5edc9ca6
TR
105782003-03-27 Theodore A. Roth <troth@openavr.org>
10579
10580 * objc-exp.y: Add missing semi-colons.
10581
378bfd1b
AC
105822003-03-27 Andrew Cagney <cagney@redhat.com>
10583
10584 * regcache.c (write_sp): Delete function and references.
10585 * inferior.h (write_sp): Delete declaration.
10586 * valops.c (hand_function_call): Replace write_sp with
10587 TARGET_WRITE_SP.
10588 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10589 (sparc_pop_frame): Ditto.
8ffd9b1b 10590
56056df7
AC
105912003-03-27 Andrew Cagney <cagney@redhat.com>
10592
10593 * NEWS: Mention removal of support for hppa*-*-bsd* and
10594 hppa*-*-osf* natives, and hppa*-*-pro* target.
10595 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10596 * config/pa/xm-pa.h: Obsolete file.
10597 * config/pa/xm-hppab.h: Obsolete file.
10598 * config/pa/nm-hppab.h: Obsolete file.
10599 * config/pa/tm-hppab.h: Obsolete file.
10600 * config/pa/tm-hppao.h: Obsolete file.
10601 * config/pa/nm-hppao.h: Obsolete file.
10602 * config/pa/tm-pro.h: Obsolete file.
10603 * config/pa/hppaosf.mt: Obsolete file.
10604 * config/pa/hppaosf.mh: Obsolete file.
10605 * config/pa/hppapro.mt: Obsolete file.
10606 * config/pa/hppabsd.mt: Obsolete file.
10607 * config/pa/hppabsd.mh: Obsolete file.
10608 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10609 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10610 hppa*-*-osf*.
10611
5873a88d
AC
106122003-03-27 Andrew Cagney <cagney@redhat.com>
10613
10614 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10615 push_arguments. Don't set push_return_address or write_sp.
10616 (d10v_push_dummy_call): Replace d10v_push_arguments.
10617 (d10v_push_return_address, d10v_write_sp): Delete function,
10618 handled by push_dummy_call.
10619
b81774d8
AC
106202003-03-26 Andrew Cagney <cagney@redhat.com>
10621
10622 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10623 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10624 regcache and dummy_addr parameters.
10625 * gdbarch.h, gdbarch.c: Re-generate.
10626 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10627 available; assume it will handle stack alignment and return
10628 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10629 legacy_push_arguments.
10630 (legacy_push_arguments): Rename default_push_arguments.
10631 * value.h (legacy_push_arguments): Rename default_push_arguments.
10632 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10633 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10634 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10635 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10636 * config/i386/tm-symmetry.h: Update.
10637 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10638 * x86-64-tdep.c (x86_64_init_abi): Update.
10639 * v850-tdep.c (v850_gdbarch_init): Update.
10640 * sparc-tdep.c (sparc_gdbarch_init): Update.
10641 * sh-tdep.c (sh_gdbarch_init): Update.
10642 * s390-tdep.c (s390_gdbarch_init): Update.
10643 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10644 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10645 * mips-tdep.c (mips_gdbarch_init): Update.
10646 * mcore-tdep.c (mcore_gdbarch_init): Update.
10647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10648 * ia64-tdep.c (ia64_gdbarch_init): Update.
10649 * i386-tdep.c (i386_gdbarch_init): Update.
10650 * hppa-tdep.c (hppa_gdbarch_init): Update.
10651 * h8300-tdep.c (h8300_gdbarch_init): Update.
10652 * frv-tdep.c (frv_gdbarch_init): Update.
10653 * d10v-tdep.c (d10v_gdbarch_init): Update.
10654 * cris-tdep.c (cris_gdbarch_init): Update.
10655 * avr-tdep.c (avr_gdbarch_init): Update.
10656 * arm-tdep.c (arm_gdbarch_init): Update.
10657 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10658 * alpha-tdep.c (alpha_gdbarch_init): Update.
10659
f541410f
DJ
106602003-03-26 Daniel Jacobowitz <drow@mvista.com>
10661
10662 * signals/signals.c (do_target_signal_to_host): Correct realtime
10663 signal range test.
10664
69f567ae
DJ
106652003-03-26 Daniel Jacobowitz <drow@mvista.com>
10666
10667 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10668 (struct sal_chain, map_catch_names): Remove.
10669 (catch_exception_command_1): Don't call
10670 handle_gnu_4_16_catch_command.
10671
d5d14a5a
DJ
106722003-03-26 Daniel Jacobowitz <drow@mvista.com>
10673
10674 From Mark Dettinger <dettinge@de.ibm.com>:
10675 * dwarf2cfi.c (read_2u): Increment pointer by two.
10676
bdd73e22
DJ
106772003-03-26 Daniel Jacobowitz <drow@mvista.com>
10678
10679 * signals/signals.c: Fix typos in last change.
10680
960cb555
DJ
106812003-03-26 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10684 not already defined. Use __SIGRTMIN if available.
10685 (target_signal_from_host): Remove SIGRTMIN block.
10686 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10687 the signal is within the realtime range.
10688
f636b87d
AF
106892003-03-25 Adam Fedor <fedor@gnu.org>
10690
10691 * Makefile.in (infrun.o): Add $(language_h)
10692 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10693 for language specific trampolines.
10694 * language.h (struct language_defn): Add skip_trampoline.
10695 (skip_language_trampoline): Declare.
10696 * language.c (unk_lang_trampoline, skip_language_trampoline):
10697 New functions.
10698 (unknown_language_defn, auto_language_defn, local_language_defn):
10699 Add ukn_lang_trampoline.
10700 * ada-lang.c (ada_language_defn): Add NULL for language
10701 specific skip_trampoline.
10702 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10703 scm-lang.c: Likewise.
10704 * objc-lang.c (objc_skip_trampoline): New function.
10705 (objc_language_defn): Add objc_skip_trampoline.
10706
28f617b3 107072003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10708
10709 * frame.c (get_prev_frame): Delay validating a frame's ID -
10710 non-NULL, didn't go backwards - until an attempt to unwind it to
10711 the previous frame.
10712
f933a9c5
AC
107132003-03-25 Andrew Cagney <cagney@redhat.com>
10714
10715 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10716 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10717 * gdbarch.h, gdbarch.c: Re-generate.
10718 * config/sparc/tm-sparc.h
10719 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10720 * sparc-tdep.c (sparc_gdbarch_init): Set
10721 deprecated_extra_stack_alignment_needed.
10722 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10723 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10724 extra_stack_alignment_needed.
10725 * v850-tdep.c (v850_gdbarch_init): Ditto.
10726 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10727 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10728 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10729 * cris-tdep.c (cris_gdbarch_init): Ditto.
10730 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10731 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10732
4183d812
AC
107332003-03-25 Andrew Cagney <cagney@redhat.com>
10734
10735 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10736 STORE_STRUCT_RETURN.
10737 * gdbarch.h, gdbarch.c: Regenerate.
10738 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10739 (d10v_push_arguments): Set the struct return register.
10740 (d10v_gdbarch_init): Update.
10741 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10742 * x86-64-tdep.c (x86_64_init_abi): Update.
10743 * vax-tdep.c (vax_gdbarch_init): Update.
10744 * v850-tdep.c (v850_gdbarch_init): Update.
10745 * sparc-tdep.c (sparc_gdbarch_init): Update.
10746 * sh-tdep.c (sh_gdbarch_init): Update.
10747 * s390-tdep.c (s390_gdbarch_init): Update.
10748 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10749 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10750 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10751 * mips-tdep.c (mips_gdbarch_init): Update.
10752 * mcore-tdep.c (mcore_gdbarch_init): Update.
10753 * m68k-tdep.c (m68k_gdbarch_init): Update.
10754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10755 * ia64-tdep.c (ia64_gdbarch_init): Update.
10756 * i386-tdep.c (i386_gdbarch_init): Update.
10757 * hppa-tdep.c (hppa_gdbarch_init): Update.
10758 * h8300-tdep.c (h8300_gdbarch_init): Update.
10759 * frv-tdep.c (frv_gdbarch_init): Update.
10760 * cris-tdep.c (cris_gdbarch_init): Update.
10761 * avr-tdep.c (avr_gdbarch_init): Update.
10762 * arm-tdep.c (arm_gdbarch_init): Update.
10763 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10764
1bf6d5cc
AC
107652003-03-25 Andrew Cagney <cagney@redhat.com>
10766
10767 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10768 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10769 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10770 * gdbarch.h, gdbarch.c: Regenerate.
10771 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10772 call_dummy_stack_adjust_p.
10773 * vax-tdep.c (vax_gdbarch_init): Ditto.
10774 * v850-tdep.c (v850_gdbarch_init): Ditto.
10775 * sh-tdep.c (sh_gdbarch_init): Ditto.
10776 * s390-tdep.c (s390_gdbarch_init): Ditto.
10777 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10778 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10779 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10780 * mips-tdep.c (mips_gdbarch_init): Ditto.
10781 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10782 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10783 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10784 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10785 * i386-tdep.c (i386_gdbarch_init): Ditto.
10786 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10787 * frv-tdep.c (frv_gdbarch_init): Ditto.
10788 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10789 * cris-tdep.c (cris_gdbarch_init): Ditto.
10790 * avr-tdep.c (avr_gdbarch_init): Ditto.
10791 * arm-tdep.c (arm_gdbarch_init): Ditto.
10792 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10793 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10794 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10795 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10796 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10797 call_dummy_stack_adjust_p.
10798 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10799 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10800 * sparc-tdep.c (sparc32_push_arguments): Update.
10801 * valops.c (hand_function_call): Update.
10802
71c08af0
CV
108032003-03-25 Corinna Vinschen <vinschen@redhat.com>
10804
10805 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10806 set_gdbarch_char_signed.
10807
30757f90
RE
108082003-03-25 Richard Earnshaw <rearnsha@arm.com>
10809
10810 PR cli/548
10811 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10812
03d48a7d
RE
108132003-03-25 Richard Earnshaw <rearnsha@arm.com>
10814
10815 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10816 (_initialize_arm_tdep): Don't set tm_print_insn.
10817
2cf6873c
AF
108182003-03-24 Adam Fedor <fedor@gnu.org>
10819
10820 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10821 * objc-lang.h: Add multiple inclusion protection.
10822 (start_msglist, add_msglist, end_msglist): Additional declarations.
10823
17c0759e
RE
108242003-03-24 Richard Earnshaw <rearnsha@arm.com>
10825
10826 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10827 value was renamed to ARM_FLOAT_SOFT_FPA.
10828
618ce49f
AC
108292003-03-23 Andrew Cagney <cagney@redhat.com>
10830
10831 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10832 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10833 * gdbarch.h, gdbarch.c: Regenerate.
10834 * valops.c (hand_function_call): Update.
10835 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10836 * frame.c (legacy_saved_regs_this_id): Update.
10837 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10838 * dummy-frame.h: Update.
10839 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10840 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10841 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10842 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10843 * config/m68k/tm-sun3.h: Update.
10844 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10846 * x86-64-tdep.c (x86_64_init_abi): Update.
10847 * vax-tdep.c (vax_gdbarch_init): Update.
10848 * v850-tdep.c (v850_gdbarch_init): Update.
10849 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10850 * sh-tdep.c (sh_gdbarch_init): Update.
10851 * s390-tdep.c (s390_gdbarch_init): Update.
10852 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10853 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10854 (frame_get_saved_regs): Update.
10855 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10856 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10857 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10858 * mips-tdep.c (mips_gdbarch_init): Update.
10859 * mcore-tdep.c (mcore_gdbarch_init): Update.
10860 * m68k-tdep.c (m68k_gdbarch_init): Update.
10861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10862 * ia64-tdep.c (ia64_gdbarch_init): Update.
10863 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10864 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10865 (i386_interix_back_one_frame): Update.
10866 * hppa-tdep.c (hppa_gdbarch_init): Update.
10867 (hppa_init_extra_frame_info): Update.
10868 * h8300-tdep.c (h8300_gdbarch_init): Update.
10869 * frv-tdep.c (frv_gdbarch_init): Update.
10870 * cris-tdep.c (cris_gdbarch_init): Update.
10871 * avr-tdep.c (avr_gdbarch_init): Update.
10872 * arm-tdep.c (arm_gdbarch_init): Update.
10873 * alpha-tdep.c (alpha_gdbarch_init): Update.
10874
fd50bc42
RE
108752003-03-22 Richard Earnshaw <rearnsha@arm.com>
10876
10877 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10878 (arm_get_fp_model): Declare.
10879 * arm-tdep.c (fp_model_strings): New string array.
10880 (arm_fp_model, current_fp_model): New variables.
10881 (arm_get_fp_model): New function.
10882 (arm_set_fp): New function.
10883 (set_fp_model_sfunc): New function.
10884 (show_fp_model): New function.
10885 (_initialize_arm_tdep): Add new command to set/show the FPU.
10886 (arm_extract_return_value): Use arm_get_fp_model.
10887 (arm_store_return_value): Likewise.
10888 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10889 to initialize the floating-point data types.
10890 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10891 model is FPA.
10892
26304000
RE
108932003-03-22 Richard Earnshaw <rearnsha@arm.com>
10894
10895 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10896 the current setting of each value.
10897 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10898 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10899 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10900 commands and add new version as subcommands of "set/show arm".
10901
afd7eef0
RE
109022003-03-22 Richard Earnshaw <rearnsha@arm.com>
10903
10904 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10905 (set_arm_command, show_arm_command): New functions.
10906 (_initialize_arm_tdep): Add them.
10907 (num_disassembly_options): Renamed from num_flavor_options.
10908 (valid_disassembly_styles): Renamed from valid_flavors.
10909 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10910 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10911 set_disassembly_flavor_sfunc.
10912 (set_disassembly_style): Renamed from set_disassembly_flavor.
10913 (arm_othernames): Updated.
10914 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10915 command. Add "set/show arm disassembly" commands. Deprecate
10916 "othernames" command.
10917
299a7944
RE
109182003-03-22 Richard Earnshaw <rearnsha@arm.com>
10919
10920 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10921 (arm-tdep.o): Depend on elf_arm_h.
10922
c1dac9e6
RE
109232003-03-22 Richard Earnshaw <rearnsha@arm.com>
10924
10925 * Makefile.in (coff_internal_h): Define.
10926 (arm-tdep.o): Update dependencies.
10927
2702d96c
RE
109282003-03-22 Richard Earnshaw <rearnsha@arm.com>
10929
10930 * arm-tdep.c (prologue_cache): Delete.
10931 (check_prologue_cache, save_prologue_cache): Delete.
10932 (arm_scan_prologue): Don't check or update the prologue_cache.
10933 (arm_gdb_arch_init): Don't initialize it.
10934 (_initialize_arm_tdep): Likewise.
10935
27d5d74b
SC
109362003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10937
10938 * MAINTAINERS (tui): Maintainer of tui code.
10939
1762d96d
CV
109402003-03-21 Corinna Vinschen <vinschen@redhat.com>
10941
10942 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10943 (i386-cygwin-tdep.o): Add dependencies.
10944 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10945 * i386-cygwin-tdep.c: New file.
10946 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10947 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10948
4c2e2391
AC
109492003-03-20 Andrew Cagney <cagney@redhat.com>
10950
f20d38b7
AC
10951 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10952 (handle_inferior_event): Remove code calling
10953 DYNAMIC_TRAMPOLINE_NEXTPC.
10954
0022b738
AC
10955 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10956 already has a full path.
10957
864dbc90
AC
10958 * main.c (gdb_main): Return 1.
10959 (captured_main): Call error to report an invalid interpreter.
10960
4c2e2391
AC
10961 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10962 * alpha-osf1-tdep.c: Include "gdb_string.h".
10963
5ef7553b
JB
109642003-03-19 J. Brobecker <brobecker@gnat.com>
10965
10966 Continuing work to convert the hppa targets to multiarch partial.
10967
10968 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10969 method, now that hppa_push_dummy_frame has a conformant prototype.
10970 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10971 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10972 for the switch to multiarch partial.
10973
7bde8967
KB
109742003-03-19 Kevin Buettner <kevinb@redhat.com>
10975
10976 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10977 when iss is issNull.
10978
b006a9e9
KB
109792003-03-18 Kevin Buettner <kevinb@redhat.com>
10980
10981 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10982 NUM_REGS bounds check.
10983
5e2e9765
KB
109842003-03-18 Kevin Buettner <kevinb@redhat.com>
10985
10986 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10987 * mips-tdep.c (gdb_assert.h): Include.
10988 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10989 (mips_register_name): Handle integer registers explicitly. Add
10990 bounds checking.
10991 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10992 (mips_lsi33k_reg_names): Don't list integer registers; they're
10993 handled by mips_register_name() now.
10994 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10995 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10996 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10997 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10998 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10999
a2867626
AC
110002003-03-18 Andrew Cagney <cagney@redhat.com>
11001
11002 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11003 a void pointer.
11004 * gdbtypes.h (print_scalar_formatted): Update declaration.
11005 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11006
06600e06
JB
110072003-03-18 J. Brobecker <brobecker@gnat.com>
11008
11009 * infrun.c (observer.h): Add #include.
11010 (normal_stop): Add call to observer_notify_normal_stop.
11011 * Makefile.in (infrun.o): Add dependency on observer.h.
11012
7daf4f5b
JB
110132003-03-18 J. Brobecker <brobecker@gnat.com>
11014
11015 Continuing work to convert the hppa targets to multiarch partial.
11016 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11017 parameter. Reformat comment.
11018 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11019 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11020 to match new profile.
11021
3371ccc0
JB
110222003-03-18 J. Brobecker <brobecker@gnat.com>
11023
11024 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11025 appear to be working in any case.
11026
4fbe891e
JB
110272003-03-18 J. Brobecker <brobecker@gnat.com>
11028
11029 * observer.c (observer_test_first_observer): New static variable.
11030 (observer_test_second_observer): Likewise.
11031 (observer_test_third_observer): Likewise.
11032 (observer_test_first_notification_function): New static function.
11033 (observer_test_second_notification_function): Likewise.
11034 (observer_test_third_notification_function): Likewise.
11035
a7ff40e7
JB
110362003-03-17 J. Brobecker <brobecker@gnat.com>
11037
11038 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11039 * somsolib.c (gdb_assert.h): Likewise.
11040 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11041 (somsolib.o): Likewise.
11042
26ca4152
AC
110432003-03-17 Andrew Cagney <cagney@redhat.com>
11044
11045 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11046 BFD. Simplify setting of di.endian.
11047
0a613259
AC
110482003-03-17 Andrew Cagney <cagney@redhat.com>
11049
11050 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11051 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11052
11053 From Elena Zannoni <ezannoni@redhat.com>
11054 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11055 vector and floating-point parameters.
11056 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11057 convention.
11058 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11059
1132738f
FN
110602003-03-17 Fernando Nasser <fnasser@redhat.com>
11061
11062 * MAINTAINERS: Remove my name from several maintainership roles.
11063
6dc42492
AC
110642003-03-17 Andrew Cagney <cagney@redhat.com>
11065
11066 Fix frame off-by-one bug.
11067 * frame-unwind.h (frame_this_id_ftype): Replace
11068 frame_unwind_id_ftype.
11069 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11070 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11071 with "prev_register".
11072 * frame-unwind.c (frame_unwind_find_by_pc): Return
11073 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11074 comment.
11075 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11076 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11077 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11078 (dummy_frame_unwind): Update.
11079 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11080 sentinel_frame_register_unwind.
11081 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11082 (sentinel_frame_unwinder): Update.
11083 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11084 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11085 * frame.c (create_sentinel_frame): Update. Initialize
11086 "prologue_cache" instead of "unwind_cache".
11087 (frame_register_unwind): Call this frame's prev_register with the
11088 next frame and this frame's prologue cache.
11089 (get_prev_frame): Simplify. Always call prev frame's this_id with
11090 this frame and prev frame's prologue cache. Document that this
11091 call is shifted one to the left when compared to the
11092 frame_register_unwind call.
11093 (legacy_saved_regs_prev_register): Replace
11094 frame_saved_regs_register_unwind.
11095 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11096 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11097 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11098 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11099 (d10v_frame_unwind): Update.
11100 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11101 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11102 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11103 "saved_regs" with "this_saved_regs".
11104
efd710d6
AC
111052003-03-16 Andrew Cagney <cagney@redhat.com>
11106
11107 * frame.c (frame_pop): Don't call target_store_registers. Fix
11108 problem reported by Mark Kettenis.
11109
4e259f09
MK
111102003-03-16 Mark Kettenis <kettenis@gnu.org>
11111
11112 * i386-tdep.c (i386_register_type): Renamed from
11113 i386_register_virtual_type. Adjust function signature.
11114 (i386_gdbarch_init): Set register_type instead of
11115 deprecated_max_register_raw_size,
11116 deprecated_max_register_virtual_size and register_virtual_type.
11117
055bb976
AC
111182003-03-14 Andrew Cagney <cagney@redhat.com>
11119
11120 * frame.c (get_prev_frame): When a legacy frame, always call
11121 legacy_get_prev_frame. Simplify unwind code using assumption that
11122 the unwinder is new.
11123 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11124 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11125 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11126
ac2adee5
AC
111272003-03-14 Andrew Cagney <cagney@redhat.com>
11128
11129 * frame.c (get_saved_register): Delete function.
11130 * frame.h (get_saved_register): Delete declaration.
11131 * xstormy16-tdep.c: Update comment.
11132 * regcache.h: Update comments.
11133 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11134 get_saved_register and extract_address, use
11135 frame_read_unsigned_register.
11136 (sparc_frame_saved_pc): Ditto.
11137 (sparc_get_saved_register): Instead of get_saved_register, use
11138 frame_register.
11139 (sparc_pop_frame): Ditto.
11140 * findvar.c: Update comments.
11141 (value_of_register): Call frame_register instead of
11142 get_saved_register.
11143 (value_from_register): Ditto.
11144 * config/sparc/tm-sparc.h: Update comment.
11145 * breakpoint.c: Update comment.
11146
129c1cd6
AC
111472003-03-14 Andrew Cagney <cagney@redhat.com>
11148
11149 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11150 GET_SAVED_REGISTER.
11151 * gdbarch.h, gdbarch.c: Re-generate.
11152 * frame.h: Update comments.
11153 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11154 * x86-64-tdep.c (x86_64_init_abi): Update.
11155 * sparc-tdep.c (sparc_gdbarch_init): Update.
11156 * sh-tdep.c (sh_gdbarch_init): Update.
11157 * mips-tdep.c (mips_gdbarch_init): Update.
11158 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11159 * cris-tdep.c (cris_gdbarch_init): Update.
11160 * ia64-tdep.c (ia64_gdbarch_init): Update.
11161 * frame.c (frame_register): Update.
11162 (get_saved_register): Update.
11163 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 11164
749b82f6
AC
111652003-03-13 Andrew Cagney <cagney@redhat.com>
11166
11167 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11168 * gdbarch.h, gdbarch.c: Regenerate.
11169 * valops.c (hand_function_call): Update comment.
11170 * stack.c (return_command): Update comment.
11171 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11172 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11173 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11174 * x86-64-tdep.c (x86_64_init_abi): Update.
11175 * vax-tdep.c (vax_gdbarch_init): Update.
11176 * v850-tdep.c (v850_gdbarch_init): Update.
11177 * sparc-tdep.c (sparc_gdbarch_init): Update.
11178 * sh-tdep.c (sh_gdbarch_init): Update.
11179 * s390-tdep.c (s390_gdbarch_init): Update.
11180 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11181 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11183 * mips-tdep.c (mips_gdbarch_init): Update.
11184 * mcore-tdep.c (mcore_gdbarch_init): Update.
11185 * m68k-tdep.c (m68k_gdbarch_init): Update.
11186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11187 * ia64-tdep.c (ia64_gdbarch_init): Update.
11188 * i386-tdep.c (i386_gdbarch_init): Update.
11189 * hppa-tdep.c (hppa_gdbarch_init): Update.
11190 * h8300-tdep.c (h8300_gdbarch_init): Update.
11191 * frv-tdep.c (frv_gdbarch_init): Update.
11192 * cris-tdep.c (cris_gdbarch_init): Update.
11193 * avr-tdep.c (avr_gdbarch_init): Update.
11194 * arm-tdep.c (arm_gdbarch_init): Update.
11195 * alpha-tdep.c (alpha_gdbarch_init): Update.
11196
1594fa56
AC
111972003-03-13 Andrew Cagney <cagney@redhat.com>
11198
11199 * frame.c (legacy_frame_p): New function.
11200 (get_prev_frame): Use legacy_frame_p.
11201 * frame.h (legacy_frame_p): Declare.
11202
7717fda3
V
112032003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11204
fbe586ae 11205 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
11206 listing corrected.
11207
0c67cbe9
V
112082003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11209
fbe586ae 11210 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 11211
03febf99
AC
112122003-03-12 Andrew Cagney <cagney@redhat.com>
11213
11214 * frame.c (get_prev_frame): Rename the frame parameter to
11215 "this_frame".
11216 (get_next_frame, legacy_get_prev_frame): Ditto.
11217
0a1e1ca1
AC
112182003-03-12 Andrew Cagney <cagney@redhat.com>
11219
11220 * frame.c (get_current_frame): Check target_has_registers before
11221 checking target_has_stack.
11222 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11223 instead of deprecated_selected_frame.
11224 * findvar.c (value_of_register): Pass "frame", not
11225 deprecated_selected_frame, to value_of_builtin_reg.
11226
a66a9c23
AC
112272003-03-12 Andrew Cagney <cagney@redhat.com>
11228
11229 * regcache.c (regcache_cooked_write_signed): New function.
11230 (regcache_cooked_write_unsigned): New function.
11231 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11232 (regcache_cooked_read_signed): Fix regnum in range assertion.
11233 * regcache.h (regcache_cooked_write_signed): Declare.
11234 (regcache_cooked_write_unsigned): Declare.
11235
8bedc050
AC
112362003-03-12 Andrew Cagney <cagney@redhat.com>
11237
11238 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11239 * gdbarch.h, gdbarch.c: Re-generate.
11240 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11241 * x86-64-tdep.h: Update.
11242 * x86-64-tdep.c (x86_64_init_abi): Update.
11243 * v850-tdep.c (v850_gdbarch_init): Update.
11244 * sparc-tdep.c (sparc_gdbarch_init): Update.
11245 * sh-tdep.c (sh_gdbarch_init): Update.
11246 * s390-tdep.c (s390_gdbarch_init): Update.
11247 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11248 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11249 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11250 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11251 * mips-tdep.c (mips_gdbarch_init): Update.
11252 * mcore-tdep.c (mcore_gdbarch_init): Update.
11253 * m68k-tdep.c (m68k_gdbarch_init): Update.
11254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11255 * ia64-tdep.c (ia64_gdbarch_init): Update.
11256 * i386-tdep.c (i386_gdbarch_init): Update.
11257 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11258 * hppa-tdep.c (hppa_gdbarch_init): Update.
11259 * h8300-tdep.c (h8300_gdbarch_init): Update.
11260 * frv-tdep.c (frv_gdbarch_init): Update.
11261 * cris-tdep.c (cris_gdbarch_init): Update.
11262 * avr-tdep.c (avr_gdbarch_init): Update.
11263 * arm-tdep.c (arm_gdbarch_init): Update.
11264 * alpha-tdep.c (alpha_gdbarch_init): Update.
11265 * sh-tdep.c (sh_init_extra_frame_info): Update.
11266 (sh64_init_extra_frame_info): Update.
11267 * ns32knbsd-nat.c (frame_num_args): Update.
11268 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11269 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11270 (xstormy16_frame_chain_valid): Update.
11271 * vax-tdep.c (vax_saved_pc_after_call): Update.
11272 * v850-tdep.c (v850_frame_chain): Update.
11273 (v850_pop_frame): Update.
11274 (v850_init_extra_frame_info): Update.
11275 * sparc-tdep.c (setup_arbitrary_frame): Update.
11276 * ns32k-tdep.c (umax_frame_num_args): Update.
11277 * s390-tdep.c (s390_pop_frame_regular): Update.
11278 * mn10300-tdep.c (mn10300_frame_chain): Update.
11279 (mn10300_pop_frame_regular): Update.
11280 (mn10300_init_extra_frame_info): Update.
11281 * mips-tdep.c (mips_init_frame_pc_first): Update.
11282 (mips_frame_chain): Update.
11283 (mips_pop_frame): Update.
11284 * mcore-tdep.c (mcore_frame_chain): Update.
11285 (mcore_pop_frame): Update.
11286 (mcore_init_extra_frame_info): Update.
11287 * arch-utils.c (init_frame_pc_default): Update.
11288 * m68k-tdep.c (isi_frame_num_args): Update.
11289 (delta68_frame_num_args): Update.
11290 (news_frame_num_args): Update.
11291 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11292 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11293 (alpha_frame_chain): Update.
11294 (alpha_pop_frame): Update.
11295 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11296 (hppa_init_extra_frame_info): Update.
11297 (hppa_frame_chain): Update.
11298 (hppa_frame_chain_valid): Update.
11299 * cris-tdep.c (cris_init_extra_frame_info): Update.
11300 * avr-tdep.c (avr_init_extra_frame_info): Update.
11301 * arm-tdep.c (arm_frame_chain_valid): Update.
11302 (arm_init_extra_frame_info): Update.
11303 (arm_pop_frame): Update.
11304 * frame.c (frame_pc_unwind): Update.
11305 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11306 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11307 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11308 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11309 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11310 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11311
7a25a7c1
AC
113122003-03-12 Andrew Cagney <cagney@redhat.com>
11313
11314 Eliminate the need for POP_FRAME.
11315 * frame.c (do_frame_unwind_register): New function.
11316 (frame_pop): When no POP_FRAME, pop the frame using register
11317 unwind and a scratch regcache.
11318 (frame_saved_regs_pop): Delete function.
11319 (trad_frame_unwinder): Update.
11320 * d10v-tdep.c (d10v_frame_pop): Delete function.
11321 (d10v_frame_unwind): Update.
11322 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11323 (sentinel_frame_unwinder): Update.
11324 * dummy-frame.c (dummy_frame_pop): Delete function.
11325 (dummy_frame_unwind): Update.
11326 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11327 (struct frame_unwind): Update.
11328
2f38ef89
KB
113292003-03-11 Kevin Buettner <kevinb@redhat.com>
11330
11331 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11332 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11333 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11334 Do range checks on register number obtained from debugging info.
11335 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11336 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11337 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11338 mapping function.
11339 (do_fp_register_row): Fix typo which caused double type to be
11340 used when attempting to unpack a float.
11341
552f4abf
JB
113422003-03-11 J. Brobecker <brobecker@gnat.com>
11343
11344 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11345
e0d2ae16
AC
113462003-03-11 Andrew Cagney <cagney@redhat.com>
11347
11348 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11349 frame. Problem found by Corinna Vinschen.
11350
ddbfdd06
PM
113512003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11352
11353 * doublest.c (floatformat_from_length): Accept also
11354 the real size of 'long double' type.
11355
088b2ddc 113562003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11357
088b2ddc 11358 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11359 * breakpoint.c (bpstat_copy): Copy the command lines as well
11360 as the old value, to match what is freed in bpstat_clear.
11361
f56f77c1
DC
113622003-03-10 David Carlton <carlton@math.stanford.edu>
11363
11364 * minsyms.c (add_minsym_to_hash_table): Replace
11365 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11366 (compare_minimal_symbols, compact_minimal_symbols)
11367 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11368 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11369 of DEPRECATED_SYMBOL_MATCHES_NAME.
11370 (lookup_minimal_symbol_solib_trampoline): Ditto.
11371
5602984a
AC
113722003-03-10 Andrew Cagney <cagney@redhat.com>
11373
11374 * regcache.h (regcache_cooked_read_ftype): Define.
11375 (regcache_save, regcache_restore): Add a cooked_read parameter.
11376 * regcache.c (regcache_save, regcache_restore): Update.
11377 (do_cooked_read): New function.
11378 (regcache_cpy): Pass do_cooked_read to regcache_save and
11379 regcache_restore.
11380
8bedc050
AC
113812003-03-10 Andrew Cagney <cagney@redhat.com>
11382
11383 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11384 * gdbarch.h, gdbarch.c: Re-generate.
11385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11386 * x86-64-tdep.h: Update.
11387 * x86-64-tdep.c (x86_64_init_abi): Update.
11388 * v850-tdep.c (v850_gdbarch_init): Update.
11389 * sparc-tdep.c (sparc_gdbarch_init): Update.
11390 * sh-tdep.c (sh_gdbarch_init): Update.
11391 * s390-tdep.c (s390_gdbarch_init): Update.
11392 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11393 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11394 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11395 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11396 * mips-tdep.c (mips_gdbarch_init): Update.
11397 * mcore-tdep.c (mcore_gdbarch_init): Update.
11398 * m68k-tdep.c (m68k_gdbarch_init): Update.
11399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11400 * ia64-tdep.c (ia64_gdbarch_init): Update.
11401 * i386-tdep.c (i386_gdbarch_init): Update.
11402 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11403 * hppa-tdep.c (hppa_gdbarch_init): Update.
11404 * h8300-tdep.c (h8300_gdbarch_init): Update.
11405 * frv-tdep.c (frv_gdbarch_init): Update.
11406 * cris-tdep.c (cris_gdbarch_init): Update.
11407 * avr-tdep.c (avr_gdbarch_init): Update.
11408 * arm-tdep.c (arm_gdbarch_init): Update.
11409 * alpha-tdep.c (alpha_gdbarch_init): Update.
11410 * sh-tdep.c (sh_init_extra_frame_info): Update.
11411 (sh64_init_extra_frame_info): Update.
11412 * ns32knbsd-nat.c (frame_num_args): Update.
11413 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11414 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11415 (xstormy16_frame_chain_valid): Update.
11416 * vax-tdep.c (vax_saved_pc_after_call): Update.
11417 * v850-tdep.c (v850_frame_chain): Update.
11418 (v850_pop_frame): Update.
11419 (v850_init_extra_frame_info): Update.
11420 * sparc-tdep.c (setup_arbitrary_frame): Update.
11421 * ns32k-tdep.c (umax_frame_num_args): Update.
11422 * s390-tdep.c (s390_pop_frame_regular): Update.
11423 * mn10300-tdep.c (mn10300_frame_chain): Update.
11424 (mn10300_pop_frame_regular): Update.
11425 (mn10300_init_extra_frame_info): Update.
11426 * mips-tdep.c (mips_init_frame_pc_first): Update.
11427 (mips_frame_chain): Update.
11428 (mips_pop_frame): Update.
11429 * mcore-tdep.c (mcore_frame_chain): Update.
11430 (mcore_pop_frame): Update.
11431 (mcore_init_extra_frame_info): Update.
11432 * arch-utils.c (init_frame_pc_default): Update.
11433 * m68k-tdep.c (isi_frame_num_args): Update.
11434 (delta68_frame_num_args): Update.
11435 (news_frame_num_args): Update.
11436 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11437 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11438 (alpha_frame_chain): Update.
11439 (alpha_pop_frame): Update.
11440 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11441 (hppa_init_extra_frame_info): Update.
11442 (hppa_frame_chain): Update.
11443 (hppa_frame_chain_valid): Update.
11444 * cris-tdep.c (cris_init_extra_frame_info): Update.
11445 * avr-tdep.c (avr_init_extra_frame_info): Update.
11446 * arm-tdep.c (arm_frame_chain_valid): Update.
11447 (arm_init_extra_frame_info): Update.
11448 (arm_pop_frame): Update.
11449 * frame.c (frame_pc_unwind): Update.
11450 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11451 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11452 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11453 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11454 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11455 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11456
12cc2063
AC
114572003-03-10 Andrew Cagney <cagney@redhat.com>
11458
11459 * gdbarch.sh (gdbarch_unwind_pc): New method.
11460 * gdbarch.h, gdbarch.c: Regenerate.
11461 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11462 but use read_pc and FRAME_SAVED_PC as fall backs.
11463 (frame_saved_regs_pc_unwind): Delete function.
11464 (trad_frame_unwinder): Update.
11465 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11466 (struct frame_unwind): Update.
11467 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11468 (dummy_frame_unwind): Update.
11469 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11470 (sentinel_frame_unwinder): Update.
11471 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11472 (d10v_frame_unwind): Update.
11473 (d10v_unwind_pc): New function.
11474 (d10v_gdbarch_init): Set unwind_pc.
11475
ef840a37
AC
114762003-03-10 Andrew Cagney <cagney@redhat.com>
11477
a2ce2e56
AC
11478 * gdbarch.h: Re-generate.
11479
ef840a37
AC
11480 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11481 PC.
11482 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11483 the PC register.
11484
08f3424b
MK
114852003-03-08 Mark Kettenis <kettenis@gnu.org>
11486
11487 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11488
1248ede2
AC
114892003-03-08 Andrew Cagney <cagney@redhat.com>
11490
11491 * cli-out.c: Update copyright.
11492 (cli_out_data): Define typedef. Use instead of ui_out_data.
11493
f49bacc8
AC
114942003-03-08 Andrew Cagney <cagney@redhat.com>
11495
11496 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11497 the result.
11498
9b05f993
AC
114992003-03-07 Andrew Cagney <cagney@redhat.com>
11500
11501 * gdbarch.sh: Don't generate two macro definitions when an
11502 undefined macro taking no arguments.
11503 * gdbarch.h: Regenerate.
8ffd9b1b 11504
166f4c7b
ML
115052002-03-07 Michal Ludvig <mludvig@suse.cz>
11506
11507 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11508 (x86_64_unwind_dummy_id): New functions.
11509 (x86_64_init_abi): Register these two new functions.
11510
6d686a84
ML
115112003-03-07 Michal Ludvig <mludvig@suse.cz>
11512
11513 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11514 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11515 separate function.
11516 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11517
6314f104
AC
115182003-03-05 Andrew Cagney <cagney@redhat.com>
11519
11520 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11521 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11522 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11523 to use unwind_dummy_id when a dummy frame.
11524 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11525 predicate.
11526 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11527
ceea5145
AC
115282003-03-05 Andrew Cagney <cagney@redhat.com>
11529
11530 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11531 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11532 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11533 values.
11534
0d843116
AC
115352003-03-05 Andrew Cagney <cagney@redhat.com>
11536
11537 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11538 (struct d10v_unwind_cache): Delete field "frameless". Replace
11539 "next_addr" with "sp_offset". Add "r11_offset".
11540 (d10v_frame_unwind_cache): Update.
11541 (prologue_find_regs): Update. When "mv r11, sp", save the
11542 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11543 RN was saved in r11_offset.
11544
b2579786
AC
115452003-03-05 Andrew Cagney <cagney@redhat.com>
11546
11547 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11548 cached PC value in the next frame.
11549
218e5956
AC
115502003-03-05 Andrew Cagney <cagney@redhat.com>
11551
11552 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11553 "id_unwind_cache" with "id".
11554 (frame_id_unwind): Delete declaration.
11555 * frame.c (frame_id_unwind): Delete function.
11556 (get_prev_frame): Call the frame id unwind method directly. Store
11557 the returned next frame's ID value in NEXT_FRAME. Note that there
11558 is a problem with the wrong unwind ID being called with the wrong
11559 unwind cache.
11560
ed363b1b
DJ
115612003-03-05 Daniel Jacobowitz <drow@mvista.com>
11562
11563 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11564
fe1f4a5e
DJ
115652003-03-05 James Ingham <jingham@apple.com>
11566 Daniel Jacobowitz <drow@mvista.com>
11567
11568 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11569 (auto_cp_abi): New variable.
11570 (current_cp_abi, num_cp_abis): Make static.
11571 (CP_ABI_MAX): Define.
11572 (cp_abis): Turn into an array.
11573 (value_virtual_fn_field): Fix formatting.
11574 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11575 takes a pointer.
11576 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11577 (list_cp_abis, _initialize_cp_abi): New functions.
11578 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11579 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11580 switch_to_cp_abi. Update prototype for register_cp_abi.
11581 * Makefile.in (cp-abi.o): Update dependencies.
11582 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11583 instead of switch_to_cp_abi.
11584 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11585 register_cp_abi.
11586 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11587 register_cp_abi.
11588 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11589
e4adbba9
DJ
115902003-03-05 Daniel Jacobowitz <drow@mvista.com>
11591
11592 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11593 * dwarf2loc.c: Include "regcache.h".
11594 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11595 register_size.
11596 * Makefile.in (dwarf2loc.o): Update dependencies.
11597
91ccbfc1
TR
115982003-03-04 Theodore A. Roth <troth@openavr.org>
11599
11600 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11601 number of io registers reported by remote target is not a multiple of
11602 step.
11603
3d4e8fd2
DC
116042003-03-04 David Carlton <carlton@math.stanford.edu>
11605
11606 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11607 (lookup_symbol_aux_psymtabs): Update call to
11608 lookup_partial_symbol.
11609 (lookup_transparent_type, find_main_psymtab)
11610 (make_symbol_overload_list): Ditto.
11611
ed42d87b
KH
116122003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11613
11614 * MAINTAINERS (Write after approval): Update my email address.
11615
a0ed5532
AC
116162003-03-03 Andrew Cagney <cagney@redhat.com>
11617
11618 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11619 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11620 predicate. Replace MAX_REGISTER_RAW_SIZE.
11621 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11622 MAX_REGISTER_VIRTUAL_SIZE.
11623 * regcache.c (legacy_max_register_raw_size): New function.
11624 (legacy_max_register_virtual_size): New function.
11625 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11626 (MAX_REGISTER_RAW_SIZE): Define.
11627 (legacy_max_register_raw_size): Declare.
11628 (legacy_max_register_virtual_size): Declare.
11629 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11630 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11631 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11632 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11633 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11634 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11635 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11636 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11637 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11638 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11639 * vax-tdep.c (vax_gdbarch_init): Update.
11640 * v850-tdep.c (v850_gdbarch_init): Update.
11641 * sparc-tdep.c (sparc_gdbarch_init): Update.
11642 * sh-tdep.c (sh_gdbarch_init): Update.
11643 * s390-tdep.c (s390_gdbarch_init): Update.
11644 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11645 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11646 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11647 * mips-tdep.c (mips_gdbarch_init): Update.
11648 * mcore-tdep.c (mcore_gdbarch_init): Update.
11649 * m68k-tdep.c (m68k_gdbarch_init): Update.
11650 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11651 * ia64-tdep.c (ia64_gdbarch_init): Update.
11652 * i386-tdep.c (i386_gdbarch_init): Update.
11653 * hppa-tdep.c (hppa_gdbarch_init): Update.
11654 * h8300-tdep.c (h8300_gdbarch_init): Update.
11655 * frv-tdep.c (frv_gdbarch_init): Update.
11656 * cris-tdep.c (cris_gdbarch_init): Update.
11657 * avr-tdep.c (avr_gdbarch_init): Update.
11658 * arm-tdep.c (arm_gdbarch_init): Update.
11659 * alpha-tdep.c (alpha_gdbarch_init): Update.
11660 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11661 max_register_raw_size or max_register_virtual_size.
11662
8e437497
DC
116632003-03-03 David Carlton <carlton@math.stanford.edu>
11664
11665 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11666 SYMBOL_MATCHES_NAME, add comment.
11667 (SYMBOL_MATCHES_NATURAL_NAME): New.
11668 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11669 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11670 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11671 * symtab.c (lookup_partial_symbol): Use
11672 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11673 unhelpful comment.
11674 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11675 SYMBOL_MATCHES_NAME.
11676 Fix for PR c++/33.
11677
25120b0d
DC
116782003-03-03 David Carlton <carlton@math.stanford.edu>
11679
11680 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11681 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11682 by regexp matching against SYMBOL_NATURAL_NAME.
11683
78a11fb4
DC
116842003-03-03 David Carlton <carlton@math.stanford.edu>
11685
11686 * linespec.c (find_method): Extract code into collect_methods.
11687 (collect_methods): New.
11688
645dd519
MK
116892003-03-02 Mark Kettenis <kettenis@gnu.org>
11690
b4700d91
MK
11691 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11692 get_frame_base.
11693
645dd519
MK
11694 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11695 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11696
0aa7e1aa
SC
116972003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11698
8ffd9b1b 11699 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11700 and not regnum when summing the size of all registers up to regnum.
11701
f30ee0bc
AC
117022003-03-01 Andrew Cagney <cagney@redhat.com>
11703
11704 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11705 FRAME_INIT_SAVED_REGS.
11706 * gdbarch.h, gdbarch.c: Regenerate.
11707 * stack.c (frame_info): Update.
11708 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11709 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11710 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11711 * ns32k-tdep.c (ns32k_pop_frame): Update.
11712 * mips-tdep.c (mips_pop_frame): Update.
11713 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11714 * ia64-tdep.c (ia64_frame_chain): Update.
11715 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11716 (ia64_frameless_function_invocation): Update.
11717 (ia64_init_extra_frame_info): Update.
11718 (ia64_pop_frame_regular): Update.
11719 * frame.h (struct frame_info): Update comment.
11720 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11721 * frame.c (frame_saved_regs_register_unwind): Update.
11722 (frame_saved_regs_register_unwind): Update.
11723 (deprecated_generic_get_saved_register): Update.
11724 * cris-tdep.c: Update comment.
11725 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11726 Rename macro.
11727 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11728 * x86-64-tdep.c (x86_64_init_abi): Update.
11729 * vax-tdep.c (vax_gdbarch_init): Update.
11730 * v850-tdep.c (v850_gdbarch_init): Update.
11731 * sparc-tdep.c (sparc_gdbarch_init): Update.
11732 * sh-tdep.c (sh_gdbarch_init): Update.
11733 * s390-tdep.c (s390_gdbarch_init): Update.
11734 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11735 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11736 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11737 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11738 * mips-tdep.c (mips_gdbarch_init): Update.
11739 * mcore-tdep.c (mcore_gdbarch_init): Update.
11740 * m68k-tdep.c (m68k_gdbarch_init): Update.
11741 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11742 * ia64-tdep.c (ia64_gdbarch_init): Update.
11743 * i386-tdep.c (i386_gdbarch_init): Update.
11744 * frv-tdep.c (frv_gdbarch_init): Update.
11745 * avr-tdep.c (avr_gdbarch_init): Update.
11746 * arm-tdep.c (arm_gdbarch_init): Update.
11747 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11748
42fa7c0f
AC
117492003-03-01 Andrew Cagney <cagney@redhat.com>
11750
11751 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11752 option enum and switch. When no windows, set the interpreter to
11753 INTERP_CONSOLE.
8ffd9b1b 11754
49c7e338
AC
117552003-03-01 Andrew Cagney <cagney@redhat.com>
11756
11757 * main.c (captured_main): Replace magic option characters with an
11758 enum.
11759
e9582e71
AC
117602003-03-01 Andrew Cagney <cagney@redhat.com>
11761
11762 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11763 INIT_EXTRA_FRAME_INFO.
11764 * gdbarch.h, gdbarch.c: Regenerate.
11765 * arm-tdep.c: Update comments.
11766 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11767 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11768 * frame.h, avr-tdep.c: Ditto.
11769 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11770 (create_new_frame, legacy_get_prev_frame): Ditto.
11771 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11772 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11773 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11774 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11775 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11776 * v850-tdep.c (v850_gdbarch_init): Ditto.
11777 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11778 * sh-tdep.c (sh_gdbarch_init): Ditto.
11779 * s390-tdep.c (s390_gdbarch_init): Ditto.
11780 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11781 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11782 * mips-tdep.c (mips_gdbarch_init): Ditto.
11783 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11784 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11785 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11786 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11787 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11788 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11789 * frv-tdep.c (frv_gdbarch_init): Ditto.
11790 * cris-tdep.c (cris_gdbarch_init): Ditto.
11791 * avr-tdep.c (avr_gdbarch_init): Ditto.
11792 * arm-tdep.c (arm_gdbarch_init): Ditto.
11793 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11794 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11795
35cac7cf
AC
117962003-03-01 Andrew Cagney <cagney@redhat.com>
11797
11798 * gdbarch.sh (register_type): New function with predicate.
11799 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11800 * gdbarch.h, gdbarch.c: Re-generate.
11801 * arch-utils.c (generic_register_byte): Use generic_register_size.
11802 (generic_register_size): When available, use
11803 gdbarch_register_type.
11804 * regcache.c (init_regcache_descr): When available, initialize the
11805 register type array using gdbarch_register_type. If the
11806 architecture supplies gdbarch_register_type, do not use the legacy
11807 regcache layout.
11808 * d10v-tdep.c (d10v_register_type): Replace
11809 d10v_register_virtual_type.
11810 (d10v_gdbarch_init): Set register_type instead of
11811 register_virtual_type.
11812
7b83296f
AC
118132003-03-01 Andrew Cagney <cagney@redhat.com>
11814
11815 * Makefile.in (ax-gdb.o): Update dependencies.
11816 * ax-gdb.c: Include "regcache.h".
11817 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11818 * findvar.c (value_of_register): Ditto.
11819 * infcmd.c (default_print_registers_info): Ditto.
11820
eadc1c87
MK
118212003-03-01 Mark Kettenis <kettenis@gnu.org>
11822
11823 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11824 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11825
14143612
MK
118262003-03-01 Mark Kettenis <kettenis@gnu.org>
11827
11828 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11829 of STREQ.
11830
a55cc764
DJ
118312003-02-28 Daniel Jacobowitz <drow@mvista.com>
11832
11833 * Makefile.in (dwarf2loc.o): Update dependencies.
11834 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11835 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11836 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11837 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11838 (locexpr_tracepoint_var_ref): New function.
11839 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11840
08a617da
AC
118412003-02-28 Andrew Cagney <cagney@redhat.com>
11842
11843 * regcache.c (register_size): New function.
11844 * regcache.h (register_size): Declare
11845 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11846 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11847
4224873a
DC
118482003-02-28 David Carlton <carlton@math.stanford.edu>
11849
11850 * linespec.c (decode_compound): Extract code into find_method.
11851 (find_method): New.
11852
ccdc5d7f
JB
118532003-02-28 J. Brobecker <brobecker@gnat.com>
11854
11855 * Makefile.in: Add rules to build and link in observer.o.
11856
974e8ced
JB
118572003-02-27 J. Brobecker <brobecker@gnat.com>
11858
11859 * observer.c: Minor comments edits.
11860
7a28f973
JB
118612003-02-27 J. Brobecker <brobecker@gnat.com>
11862
11863 * observer.h, observer.c: New file.
11864
27cddce2
AC
118652003-02-27 Andrew Cagney <cagney@redhat.com>
11866
11867 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11868
b94a41a1
SC
118692003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11870
11871 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11872 (M6812_OP_STS_EXT): Likewise.
11873 (m6811_prologue): Use the above to recognize prologue.
11874 (m6812_prologue): Likewise.
11875
c8be8951
DC
118762003-02-27 David Carlton <carlton@math.stanford.edu>
11877
11878 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11879 SYMBOL_PRINT_NAME.
11880 (compare_psymbols): Ditto.
11881 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11882
d05bb1fc
MS
118832003-02-27 Michael Snyder <msnyder@redhat.com>
11884
4e845cd3
MS
11885 * f-lang.c (build_fortran_types): New function.
11886 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11887 * doublest.c (extract_floating): Fix warning text.
11888
f3824013
AC
118892003-02-27 Andrew Cagney <cagney@redhat.com>
11890
11891 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11892 predicate. Replaces PUSH_DUMMY_FRAME.
11893 * gdbarch.h, gdbarch.c: Regnerate.
11894 * valops.c (hand_function_call): Update. Call
11895 generic_push_dummy_frame directly.
11896 * vax-tdep.c (vax_gdbarch_init): Update.
11897 * sparc-tdep.c (sparc_gdbarch_init): Update.
11898 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11899 * m68k-tdep.c (m68k_gdbarch_init): Update.
11900 * hppa-tdep.c (hppa_gdbarch_init): Update.
11901 * alpha-tdep.c (alpha_gdbarch_init): Update.
11902 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11903 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11904 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11905 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11906 push_dummy_frame to generic_push_dummy_frame.
11907 * v850-tdep.c (v850_gdbarch_init): Ditto.
11908 * sh-tdep.c (sh_gdbarch_init): Ditto.
11909 * s390-tdep.c (s390_gdbarch_init): Ditto.
11910 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11911 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11912 * mips-tdep.c (mips_gdbarch_init): Ditto.
11913 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11914 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11915 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11916 * i386-tdep.c (i386_gdbarch_init): Ditto.
11917 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11918 * frv-tdep.c (frv_gdbarch_init): Ditto.
11919 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11920 * cris-tdep.c (cris_gdbarch_init): Ditto.
11921 * avr-tdep.c (avr_gdbarch_init): Ditto.
11922 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11923
ad188201
KB
119242003-02-26 Kevin Buettner <kevinb@redhat.com>
11925
11926 * mips-tdep.c (show_mips_abi): New function.
11927 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11928 command ``show mips abi''.
11929
6b37567a 119302003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11931
6b37567a 11932 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11933 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11934 more sline entries have been seen for the function.
11935
d3e0a5bf
MC
119362003-02-26 Michael Chastain <mec@shout.net>
11937
11938 * configure: Regenerate with autoconf 000227.
11939
18972eea
MC
119402003-02-26 Michael Chastain <mec@shout.net>
11941
11942 Close PR build/660.
11943 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11944 for old libc5/glibc.
11945 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11946
0bbde931
KW
119472003-02-26 Kris Warkentin <kewarken@qnx.com>
11948
11949 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11950 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11951
27ca5dad
MC
119522003-02-26 Michael Chastain <mec@shout.net>
11953
11954 * configure.in: New variable HAVE_UINTPTR_T.
11955 * configure, config.in: Regenerated.
11956
6f88d630
DJ
119572003-02-26 Daniel Jacobowitz <drow@mvista.com>
11958
11959 Fix PR build/1097.
11960 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11961
b14185ce
AC
119622003-02-25 Andrew Cagney <cagney@redhat.com>
11963
11964 * frame.c (get_prev_frame): Add comment on check for
11965 inside_entry_func. Only check for inside_entry_file when not a
11966 dummy and not a sentinel. Check that the new frame is not inner
11967 to the old frame.
11968
ac2bd0a9
AC
119692003-02-25 Andrew Cagney <cagney@redhat.com>
11970
11971 * frame.c (frame_debug): New variable.
11972 (_initialize_frame): Add "set/show debug frame" command.
11973 (get_prev_frame): When frame_debug, print reason why unwind
11974 failed.
11975
b18a0fd2
MC
119762003-02-25 Michael Chastain <mec@shout.net>
11977
11978 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11979 to avoid uintptr_t definition problems.
11980
22abf04a
DC
119812003-02-25 David Carlton <carlton@math.stanford.edu>
11982
11983 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11984 (SYMBOL_LINKAGE_NAME): Ditto.
11985 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11986 SYMBOL_LINKAGE_NAME.
11987 (struct general_symbol_info): Expand comment.
11988 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11989 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11990 (SYMBOL_MATCHES_REGEXP): Ditto.
11991 * symtab.c (symbol_natural_name): New function.
11992 * objfiles.h: Replace all uses of SYMBOL_NAME by
11993 DEPRECATED_SYMBOL_NAME.
11994 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11995 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11996 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11997 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11998 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11999 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12000 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12001 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12002 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12003 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12004 * ada-exp.y: Ditto.
12005 * ada-exp.y: Update copyright.
12006 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12007 * cp-valprint.c: Ditto.
12008
1a5848f6
JJ
120092003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12010
12011 * infptrace.c (detach): Do not flag error if ptrace detach fails
12012 and errno is set to ESRCH.
12013
7343d46a
AC
120142003-02-24 Andrew Cagney <cagney@redhat.com>
12015
12016 * infptrace.c (udot_info): Change type of udot_off to long. Use
12017 paddr when printing udot_off's value.
12018
49fa1dc2
DC
120192003-02-24 David Carlton <carlton@math.stanford.edu>
12020
12021 * symtab.c (make_symbol_overload_list): Only read in partial
12022 symtabs containing a matching partial symbol.
12023
0fe19209
DC
120242003-02-24 David Carlton <carlton@math.stanford.edu>
12025
12026 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12027 do the comparison, not strcmp.
12028 * symfile.c (compare_psymbols): Ditto.
12029 * defs.h: Declare strcmp_iw_ordered.
12030 * utils.c (strcmp_iw_ordered): New function.
12031
8e3ee7b5
JB
120322003-02-24 Jim Blandy <jimb@redhat.com>
12033
12034 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12035 support, shared libs): Remove my name from here, to better reflect
12036 reality.
12037
7df1a324
KW
120382003-02-24 Kris Warkentin <kewarken@qnx.com>
12039
12040 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12041 (target_ops): Add to_have_continuable_watchpoint.
12042 * target.c (update_current_target): Add INHERIT line for
12043 to_have_continuable_watchpoint.
12044 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12045 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12046 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12047 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12048
d1c76907
EZ
120492003-02-24 Elena Zannoni <ezannoni@redhat.com>
12050
12051 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12052 maintainership.
12053
2610b0bf
KW
120542003-02-24 Kris Warkentin <kewarken@qnx.com>
12055
f46169db
KW
12056 * solib.c (solib_open): Call target defined search function after
12057 failing with solib-search-path.
12058 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12059 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 12060
9a3c34fe
KW
120612003-02-24 Kris Warkentin <kewarken@qnx.com>
12062
f46169db 12063 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 12064
2417dd25
SC
120652003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12066
12067 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12068
b631436b
SC
120692003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12070
12071 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12072 (m68hc11_add_reggroups): New function.
12073 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12074 (m68hc11_gdbarch_init): Install the reggroups.
12075 (_initialize_m68hc11_tdep): Initialize them.
12076
0aa8c1e4
JW
120772003-02-21 James E Wilson <wilson@tuliptree.org>
12078
12079 * MAINTAINERS: Update my email address.
12080
50ceaba5
DC
120812003-02-21 David Carlton <carlton@math.stanford.edu>
12082
12083 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12084
4c2df51b
DJ
120852003-02-21 Daniel Jacobowitz <drow@mvista.com>
12086
12087 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12088 * symtab.h: Add opaque declarations of struct axs_value and
12089 struct agent_expr.
12090 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12091 (struct location_funcs): New type.
12092 (struct symbol): Add "loc" to aux_value.
12093 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12094 * dwarf2read.c: Include "dwarf2expr.h".
12095 (dwarf2_symbol_mark_computed): New function.
12096 (read_func_scope): Use it.
12097 (var_decode_location): New function.
12098 (new_symbol): Use it.
12099 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12100
12101 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12102 (dwarf2expr_h, dwarf2loc_h): New variables.
12103 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12104 (dwarf2expr.o, dwarf2loc.o): New rules.
12105 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12106 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12107 LOC_COMPUTED_ARG.
12108 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12109 * m2-exp.y (yylex): Likewise.
12110 * printcmd.c (address_info, print_frame_args): Likewise.
12111 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12112 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12113 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12114 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12115 * symtab.c (lookup_block_symbol): Likewise.
12116
5784d15e
AF
121172003-02-20 Adam Fedor <fedor@gnu.org>
12118
12119 * symtab.h: Remove objc_specific struct
12120 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12121 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12122 Have language_objc use cplus_specific struct.
12123
d4cad8db
TT
121242003-02-20 Tom Tromey <tromey@redhat.com>
12125
12126 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12127 TYPE_NAME, when printing a String value. PR java/1075.
12128
2f9a90b4
AF
121292003-02-20 Adam Fedor <fedor@gnu.org>
12130
d38074a8 12131 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 12132 * objc-lang.c (find_methods): Make static.
2f9a90b4 12133
6f17862b
CF
121342003-02-20 Christopher Faylor <cgf@redhat.com>
12135
12136 * win32-nat.c (get_image_name): Check return value from
12137 ReadProcessMemory.
12138 (child_xfer_memory): Ditto.
12139
715d1656
AO
121402003-02-20 Alexandre Oliva <aoliva@redhat.com>
12141
12142 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12143 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12144 '${exec_prefix}' (in addition to the expansion thereof) as
12145 relocatable.
12146 * configure: Rebuilt.
12147
b1262a02
DC
121482003-02-20 David Carlton <carlton@math.stanford.edu>
12149
12150 * symtab.c (search_symbols): Revert the search_symbols part of my
12151 2002-12-23 patch. Add comment.
12152
7134143f
DJ
121532002-02-20 Daniel Jacobowitz <drow@mvista.com>
12154
12155 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12156 * dbxread.c (elfstab_build_psymtabs): Don't call
12157 install_minimal_symbols.
12158 (stabsect_build_psymtabs): Likewise.
12159 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12160 earlier.
12161 * somread.c (som_symfile_read): Call install_minimal_symbols
12162 and do_cleanups earlier.
12163 * nlmread.c (nlm_symfile_read): Likewise.
12164 * mdebugread.c (elfmdebug_build_psymtabs): Call
12165 install_minimal_symbols and make appropriate cleanups.
12166
cf466558
KB
121672003-02-20 Kevin Buettner <kevinb@redhat.com>
12168
12169 * solib.c (reload_shared_libraries): New function.
12170 (_initialize_solib): Add callbacks for ``set solib-search-path''
12171 and ``set solib-absolute-prefix''.
12172
de5ad195
DC
121732003-02-20 David Carlton <carlton@math.stanford.edu>
12174
12175 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12176 expand comment.
12177 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12178 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12179 * ada-typeprint.c (ada_typedef_print): Ditto.
12180 * ax-gdb.c (gen_var_ref): Ditto.
12181 * breakpoint.c (print_one_breakpoint): Ditto.
12182 * buildsym.c (finish_block): Ditto.
12183 * c-valprint.c (c_val_print): Ditto.
12184 * expprint.c (print_subexp): Ditto.
12185 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
12186 * infcmd.c (jump_command): Ditto.
12187 * linespec.c (decode_line_2, decode_compound): Ditto.
12188 * maint.c (maintenance_translate_address): Ditto.
12189 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
12190 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12191 Ditto.
8ffd9b1b
AJ
12192 * p-valprint.c (pascal_val_print): Ditto.
12193 * stabsread.c (define_symbol): Ditto.
de5ad195 12194 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
12195 (print_frame_arg_vars, return_command): Ditto.
12196 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12197 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
12198 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12199 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
12200 (rbreak_command): Ditto.
12201 * tracepoint.c (tracepoints_info): Ditto.
12202 * typeprint.c (typedef_print): Ditto.
12203 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
12204 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12205 * ada-typeprint.c: Update Copyright.
12206 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12207 * tracepoint.c, cli/cli-cmds.c: Ditto.
12208
f796e4be
KB
122092003-02-20 Kevin Buettner <kevinb@redhat.com>
12210
12211 * frame.c (generic_unwind_get_saved_register): Make non-static.
12212 * frame.h (generic_unwind_get_saved_register): Declare.
12213 * mips-tdep.c (read_next_frame_reg): Fetch register from
12214 current regcache when frame is NULL.
12215 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12216 that must be NULL.
12217 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12218 instead of frame_register_unwind().
12219
836cc9f4
AC
122202003-02-20 Andrew Cagney <ac131313@redhat.com>
12221
12222 * remote-sim.c (gdbsim_insert_breakpoint)
12223 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12224 code.
12225
501eef12
AC
122262003-02-20 Andrew Cagney <ac131313@redhat.com>
12227
12228 * remote.c (_initialize_remote): Add commands "set/show remote
12229 hardware-watchpoint-limit" and "set/show remote
12230 hardware-breakpoint-limit".
12231 (remote_hw_watchpoint_limit): Initialize to -1.
12232 (remote_hw_breakpoint_limit): Ditto.
12233 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12234
1b6bc7e0
CF
122352003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12236
12237 * coff-pe-read.c: New file - support reading of minimal symbols from a
12238 portable executable using the export table.
12239 * coff-pe-read.h: New file.
12240 * coffread.c: Include coff-pe-read.h.
12241 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12242 debugging symbols found.
12243 * Makefile.in (SFILES): Add coff-pe-read.o.
12244 (coff_pe_read_h): Define.
12245 (COMMON_OBS): Add coff-pe-read.o.
12246 (coffread.o): Add coff_pe_read_h dependency.
12247 (coff-pe-read.o): New target.
12248
fe898f56
DC
122492003-02-19 David Carlton <carlton@math.stanford.edu>
12250
12251 * Makefile.in (SFILES): Add block.c.
12252 (block_h): New.
12253 (COMMON_OBS): Add block.o.
12254 (block.o): New.
12255 (x86-64-tdep.o): Add $(block_h).
12256 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12257 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12258 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12259 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12260 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12261 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12262 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12263 * value.h: Add opaque declaration for struct block.
12264 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12265 * ada-lang.h: Ditto.
12266 * x86-64-tdep.c: #include "block.h"
12267 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12268 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12269 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12270 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12271 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12272 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12273 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12274 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12275 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12276 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12277 * symtab.c (block_function): Ditto.
12278 (contained_in): Ditto.
12279 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12280 block.h. Add opaque declaration for struct block.
12281 * symtab.h: Move block_function and contained_in declarations to
12282 block.h. Add opaque declarations for struct block, struct
12283 blockvector.
12284 (struct block): Move to block.h.
12285 (struct blockvector): Ditto.
12286 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12287 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12288 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12289 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12290 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12291 Ditto.
12292 * block.c: New file.
12293 * block.h: New file.
12294
173345b5
TR
122952003-02-19 Theodore A. Roth <troth@openavr.org>
12296
12297 * avr-tdep.c (avr_extract_return_value): Remove function.
12298 (avr_store_return_value): Remove function.
12299 (avr_extract_struct_value_address): Remove function.
12300 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12301
338ef23d
AC
123022003-02-19 Andrew Cagney <ac131313@redhat.com>
12303
12304 * rs6000-tdep.c: Include "gdb_assert.h".
12305 (registers_e500): Add "acc" and "spefscr".
12306 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12307 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12308 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12309 really is "r0".
12310 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12311
5412f5f3
KS
123122003-02-18 Keith Seitz <keiths@redhat.com>
12313
12314 * Makefile.in: Add gdbtk-interps.c.
12315
881324eb
KB
123162003-02-18 Kevin Buettner <kevinb@redhat.com>
12317
12318 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12319 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12320
6a2f5abf
AC
123212003-02-18 Andrew Cagney <cagney@redhat.com>
12322
12323 * symtab.h (struct objfile): Add opaque declaration.
12324
54c7009d
EZ
123252003-02-18 Elena Zannoni <ezannoni@redhat.com>
12326
12327 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
12328 * dbxread.c (process_one_symbol): Use last_function_start rather
12329 than function_start_offset to find the real beginning of the
12330 current function. The latter is just the text section offset on
12331 some systems, the former is always the real function start.
54c7009d 12332
7ee6d7eb
AC
123332003-02-17 Andrew Cagney <cagney@redhat.com>
12334
12335 * configure.in: Revert ${target} != ${host}.
12336
2846da9b
AC
123372003-02-17 Andrew Cagney <ac131313@redhat.com>
12338
12339 * configure.in (Makefile): Use the test ${target} != ${host},
12340 instead of the absence of the "nm.h" file, to determine of the
12341 configuration non-native.
12342 * configure: Regenerate.
8ffd9b1b 12343
3b27aeea
EZ
123442003-02-14 Elena Zannoni <ezannoni@redhat.com>
12345
fbe586ae 12346 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12347
12348 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12349 conditionalize tui_active test.
12350 (lookup_cmd_1): Ditto.
12351
b0b1c2c0
MK
123522003-02-14 Mark Kettenis <kettenis@gnu.org>
12353
12354 * configure.in: Add check for _etext.
12355 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12356 available.
12357 * config.in, configure: regenerated.
12358
8f05cde5
DJ
123592003-02-14 Daniel Jacobowitz <drow@mvista.com>
12360
12361 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12362
021e7609
AC
123632003-02-14 Andrew Cagney <ac131313@redhat.com>
12364
12365 * main.c (tui_version): Delete variable.
12366 (captured_main): When --tui, set interpreter_p to "tui" instead of
12367 enabling tui_version.
12368 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12369 tui_version.
12370 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12371 * cli/cli-cmds.c (disassemble_command): Ditto.
12372 * defs.h (tui_version): Delete declaration.
12373 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12374 (tui-interp.o): Add rules.
12375 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12376
e325dcec
CF
123772003-02-14 Christopher Faylor <cgf@redhat.com>
12378
36ffb041 12379 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12380 just-loaded dll.
12381
c4f90d87
JM
123822003-02-12 Jason Molenda (jmolenda@apple.com)
12383
fbe586ae
RH
12384 * symmisc.c (print_objfile_statistics): Include information about
12385 the number of psymtabs and symtabs in each object file.
c4f90d87 12386
e46e5ccd
KS
123872003-02-13 Keith R Seitz <keiths@redhat.com>
12388
12389 * main.h (struct captured_main_args): Add interpreter_p.
12390 * main.c (captured_main): Initialize interpreter_p from context.
12391 * gdb.c (main): Set interpreter_p argument.
12392 * Makefile.in (gdb.o): Add dependency for interps.h.
12393
fe97fe9c
AC
123942003-02-12 Andrew Cagney <ac131313@redhat.com>
12395
12396 * event-top.c (cli_command_loop): Delete declaration.
12397 (_initialize_event_loop): Delete function setting event_loop_hook.
12398 * event-top.h (cli_command_loop): Declare. Update copyright.
12399 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12400 * interps.c (current_interp_command_loop): When event_loop_p, call
12401 cli_command_loop.
12402
1cdac4ef
AC
124032003-02-12 Andrew Cagney <ac131313@redhat.com>
12404
12405 * interps.h (interp_command_loop_ftype): Change return type to
12406 void.
12407
48037ead
ML
124082003-02-12 Michal Ludvig <mludvig@suse.cz>
12409
12410 * x86-64-tdep.c (x86_64_extract_return_value)
12411 (x86_64_store_return_value): Use regcache instead of regbuf.
12412 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12413 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12414
033afc63
AC
124152003-02-11 Andrew Cagney <ac131313@redhat.com>
12416
12417 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12418 * aclocal.m4: Regenerate.
12419 * configure: Regenerate.
12420
12421 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12422 TCL_LD_SEARCH_FLAGS.
12423
40d02bca
ML
124242003-02-10 Michal Ludvig <mludvig@suse.cz>
12425
12426 * dwarf2cfi.c: Reindented.
12427
11308a41
AC
124282003-02-09 Andrew Cagney <ac131313@redhat.com>
12429
12430 * interps.c (clear_interpreter_hooks): Convert function definition
12431 to ISO C.
12432
e1c1c0f6
DC
124332003-02-07 David Carlton <carlton@math.stanford.edu>
12434
12435 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12436
ab5d3da6
KB
124372003-02-07 Kevin Buettner <kevinb@redhat.com>
12438
12439 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12440 (struct type): ...to here.
12441 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12442 field.
12443 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12444 (replace_type): Set length on all type variants for a given type.
12445
b8a92b82
AC
124462003-02-07 Andrew Cagney <ac131313@redhat.com>
12447
12448 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12449 <sys/stat.h>.
12450 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12451
5cb316ef
AC
124522003-02-06 Andrew Cagney <ac131313@redhat.com>
12453
2555fe1a
AC
12454 * Makefile.in (symm-nat.o): Update dependencies.
12455 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12456 (lynx-nat.o, ia64-linux-nat.): Ditto.
12457 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12458 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12459 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12460
44270758
AC
12461 * Makefile.in (inflow_h): Define.
12462 (procfs.o, inflow.o, procfs.o): Update dependencies.
12463 * inftarg.c (child_stop): Delete extern declaration of
12464 inferior_process_group. Include "inflow.h".
12465 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12466 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12467 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12468 (our_process_group, inferior_process_group): Extern declarations.
12469
df8f7274
AC
12470 * procfs.c: Include "gdb_assert.h".
12471
5cb316ef
AC
12472 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12473 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12474 * jv-typeprint.c (java_type_print_base): Ditto.
12475 * typeprint.c (typedef_print): Eliminate STREQ.
12476 * cli/cli-script.c (define_command, define_command): Ditto.
12477 * main.c (captured_main): Ditto.
12478 * values.c (lookup_internalvar): Ditto.
12479 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12480 within `if' conditional.
12481 * linespec.c (decode_line_2): Ditto.
12482 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12483 (bfd_openw_with_cleanup): Ditto.
12484
2a28ccea
MK
124852003-02-07 Mark Kettenis <kettenis@gnu.org>
12486
12487 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12488 legacy_extract_return_value and store_return_value to
12489 legacy_return_value.
12490
786b8124
CF
124912003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12492
12493 * win32-nat.c (get_relocated_section_addrs): New function. Find
12494 section load addresses for symbol handling in relocated DLLs.
12495 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12496
b871e4ec
FF
124972003-02-05 Fred Fish <fnf@intrinsity.com>
12498
12499 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12500 '=' and '!='.
12501 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12502 with '&' and '=='.
12503 (angel_RDI_info): Ditto.
12504 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12505 with '&' and '!='.
12506 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12507
4389a95a 125082003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12509 Keith Seitz <keiths@redhat.com>
12510 Elena Zannoni <ezannoni@redhat.com>
12511 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12512
12513 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12514 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12515 (SUBDIR_MI_OBS): Add "mi-interp.o".
12516 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12517 (SFILES): Add "interps.c".
12518 (COMMON_OBS): Add "interps.o".
12519 (interps_h, mi_main_h): Define.
12520 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12521 (mi-main.o, main.o, event-top.o): Update dependencies.
12522 * cli/cli-interp.c: New file.
12523 * interps.h, interps.c: New files.
12524 * top.c: (gdb_init): Don't install the default interpreter, handed
12525 by captured_main.
12526 * main.c: Include "interps.h".
12527 (interpreter_p): Note that it should malloc'ed.
12528 (captured_command_loop): Call current_interp_command_loop.
12529 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12530 xfree and xstrdup when updating interpreter_p. Install the
12531 default interpreter. Add hack to stop mi1's copyright notice
12532 being encoded.
12533 * event-top.h (gdb_setup_readline): Declare.
12534 (gdb_disable_readline): Declare.
12535 * event-top.c: Include "interps.h".
12536 (display_gdb_prompt): Call current_interp_display_prompt_p.
12537 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12538 gdb_stdlog, and gdb_stdtarg.
12539 (_initialize_event_loop): Don't call gdb_setup_readline.
12540 * cli-out.c (cli_out_set_stream): New function.
12541 * cli-out.h (cli_out_set_stream): Declare.
12542
ff3b5810
MK
125432003-02-06 Mark Kettenis <kettenis@gnu.org>
12544
12545 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12546 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12547 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12548 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12549 config/i386/i386v42mp.mt: Removed.
12550
5b729aa5
MK
125512003-02-05 Mark Kettenis <kettenis@gnu.org>
12552
12553 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12554 GDB_OSABI_SOLARIS.
12555
8cc15142
MC
125562003-02-05 Michael Chastain <mec@shout.net>
12557
12558 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12559 2.12.1 and earlier versions.
12560
5aa5d4b9
AC
125612003-02-05 Andrew Cagney <ac131313@redhat.com>
12562
12563 Remove orphaned hosts, targets and files.
12564 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12565 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12566 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12567 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12568 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12569 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12570 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12571 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12572 * config/sparc/tm-sp64sim.h: Delete.
12573 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12574 hosts.
12575 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12576 mips*-dec-mach3* targets.
12577
b68767c1
MC
125782003-02-04 Michael Chastain <mec@shout.net>
12579
12580 * NEWS: Fix typo: sepcifying -> specifying.
12581
5ae7ca1d
MC
125822003-02-04 Michael Chastain <mec@shout.net>
12583
12584 * dwarfread.c: Add documentation on the state of dwarf-1,
12585 looking towards obsoletion.
12586
d08a4280
MC
125872003-02-03 Michael Chastain <mec@shout.net>
12588
12589 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12590 gdb/testsuite/gdb.c++/pr-1023.exp.
12591
e9be73e4
AC
125922003-02-04 Andrew Cagney <ac131313@redhat.com>
12593
12594 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12595 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12596
12597 * utils.c (init_page_info): Delete reference to MPW in comments.
12598 * main.c (captured_main): Delete #ifdef MPW.
12599
05d57f6f
AC
126002003-02-04 Andrew Cagney <ac131313@redhat.com>
12601
8ffd9b1b 12602 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12603 * monitor.c (monitor_expect): Obsolete reference to m32r.
12604 * configure.tgt: Mark m32r-*-elf* as obsolete.
12605 * MAINTAINERS: Mark m32k as obsolete.
12606 * m32r-rom.c: Obsolete file.
12607 * config/m32r/m32r.mt: Obsolete file.
12608 * config/m32r/tm-m32r.h: Obsolete file.
12609 * m32r-stub.c: Obsolete file.
12610 * m32r-tdep.c: Obsolete file.
12611
8b0e5691
AC
126122003-02-04 Andrew Cagney <ac131313@redhat.com>
12613
12614 * NEWS: Mention that the z8k-zilog-none is obsolete.
12615 * MAINTAINERS: Mark z8k as obsolete.
12616 * configure.tgt: Obsolete the z8k-*-coff* target.
12617 * config/z8k/z8k.mt: Obsolete file.
12618 * config/z8k/tm-z8k.h: Obsolete file.
12619 * z8k-tdep.c: Obsolete file.
12620
67f16606
AC
126212003-02-04 Andrew Cagney <ac131313@redhat.com>
12622
12623 * NEWS: Mention that the mn10200-elf is obsolete.
12624 * configure.tgt: Obsolete mn10200-*-* target.
12625 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12626 mention that the mn10200 is obsolete.
12627 * breakpoint.h: Ditto.
12628 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12629 * config/mn10200/mn10200.mt: Obsolete file.
12630 * config/mn10200/tm-mn10200.h: Obsolete file.
12631 * mn10200-tdep.c: Obsolete file.
12632
fd2299bd
AC
126332003-02-04 Andrew Cagney <ac131313@redhat.com>
12634
12635 * MAINTAINERS: Mark h8500 as obsolete.
12636 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12637 * findvar.c (value_from_register): Ditto.
12638 * h8500-tdep.c: Mark file as obsolete.
12639 * config/h8500/h8500.mt: Ditto.
12640 * config/h8500/tm-h8500.h: Ditto.
12641 * NEWS: Mention that h8500 is obsolete.
12642
eb9a305d
DC
126432003-02-04 David Carlton <carlton@math.stanford.edu>
12644
12645 * objfiles.c (allocate_objfile): Always set name. Add comment at
12646 start of function.
12647 * jv-lang.c (get_dynamics_objfile): Add comment.
12648
406fc7fb
DC
126492003-02-04 David Carlton <carlton@math.stanford.edu>
12650
12651 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12652 * printcmd.c (build_address_symbolic): Replace uses of
12653 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12654 SYMBOL_NAME, and asm_demangle.
12655 Update copyright.
12656
93d91629
DC
126572003-02-04 David Carlton <carlton@math.stanford.edu>
12658
12659 * linespec.c (decode_compound): Extract code into
12660 lookup_prefix_sym.
12661 (lookup_prefix_sym): New function.
12662
1c5cb38e
DC
126632003-02-04 David Carlton <carlton@math.stanford.edu>
12664
12665 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12666 FLOAT_COERCION_BADNESS.
12667 * gdbtypes.c (rank_one_type): Replace all uses of
12668 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12669
0cf824c9
JB
126702003-02-04 Jim Blandy <jimb@redhat.com>
12671
12672 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12673 section, let dwarf_macinfo_section point to it, not
12674 dwarf_loc_section.
12675
a2d356b0
DJ
126762003-02-04 Daniel Jacobowitz <drow@mvista.com>
12677
12678 Pointed out by Anton Blanchard <anton@samba.org>.
12679 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12680 (ppc_linux_at_sigtramp_return_path): Use it.
12681
2de7ced7
DJ
126822003-02-04 Daniel Jacobowitz <drow@mvista.com>
12683
12684 * defs.h (streq): Add prototype.
12685 * utils.c (streq): New function.
12686
12687 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12688 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12689 * mdebugread.c (new_symbol): Likewise.
12690 * stabsread.c (define_symbol): Likewise.
12691 * coffread.c (process_coff_symbol): Likewise.
12692 * dwarfread.c (new_symbol): Likewise.
12693
12694 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12695 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12696 here.
12697 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12698 SYMBOL_INIT_DEMANGLED_NAME.
12699 * objfiles.c: Include "hashtab.h".
12700 (allocate_objfile): Call htab_set_functions_ex for the
12701 demangled_names_hash.
12702 (free_objfile): Call htab_delete for the demangled_names_hash.
12703 * objfiles.h (struct htab): Add declaration.
12704 (struct objfile): Add demangled_names_hash.
12705 * symfile.c: Include "hashtab.h".
12706 (reread_symbols): Call htab_delete for the demangled_names_hash.
12707 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12708 SYMBOL_NAME in the bcache.
12709 * symtab.c: Include "hashtab.h". Update comments.
12710 (create_demangled_names_hash, symbol_set_names): New functions.
12711 (symbol_find_demangled_name): New function, broken out from
12712 symbol_init_demangled_names.
12713 (symbol_init_demangled_names): Use it.
12714 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12715 (SYMBOL_SET_NAMES): New macro.
12716 (symbol_set_names): Add prototype.
12717
15831452
JB
127182003-02-03 Jim Blandy <jimb@redhat.com>
12719
12720 Use a single, consistent representation for an empty minimal
12721 symbol table in an objfile.
12722 * objfiles.c (terminate_minimal_symbol_table): New function.
12723 (allocate_objfile): Call it.
12724 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12725 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12726 non-NULL.
15831452
JB
12727 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12728 objfile has minimal symbols, compare minimal_symbol_count to zero,
12729 instead of comparing msymbols with NULL.
12730 * objfiles.c (have_minimal_symbols): Same.
12731 * solib-sunos.c (solib_add_common_symbols): Call
12732 terminate_minimal_symbol_table.
12733 * symfile.c (reread_symbols): Same.
8ffd9b1b 12734
ffc65945
KB
127352003-02-03 Kevin Buettner <kevinb@redhat.com>
12736
12737 * s390-tdep.c (s390_address_class_type_flags)
12738 (s390_address_class_type_flags_to_name)
12739 (s390_address_class_name_to_type_flags): New functions.
12740 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12741 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12742
f211c6d4
MS
127432003-02-03 Michael Snyder <msnyder@redhat.com>
12744
12745 * arm-tdep.c: Fix spell-o in comment.
12746
659b0389
ML
127472003-02-03 Michal Ludvig <mludvig@suse.cz>
12748
12749 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12750 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12751 error messages to contain BFD filename.
659b0389 12752
3b31d625
EZ
127532003-02-02 Elena Zannoni <ezannoni@redhat.com>
12754
997b089a 12755 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12756 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12757 (do_mixed_source_and_assembly): Use
12758 make_cleanup_ui_out_tuple_begin_end and
12759 make_cleanup_ui_out_tuple_begin_end.
12760 (do_mixed_source_and_assembly): Ditto.
12761 * thread.c (do_captured_list_thread_ids): Ditto.
12762 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12763 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12764 ui_out_tuple_end): Delete prototypes.
12765 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12766 ui_out_list_end, ui_out_tuple_end): Delete.
12767
12768 From Kevin Buettner <kevinb@redhat.com>:
12769 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12770 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12771 (do_cleanup_table_end): New functions.
12772 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12773 Use cleanups to invoke_ui_out_tuple_end().
12774 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12775 * cli/cli-setshow.c (cmd_show_list): Use
12776 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12777
5b181d62
AC
127782003-02-02 Andrew Cagney <ac131313@redhat.com>
12779
12780 * frame.c (frame_unwind_register): New function.
12781 (frame_unwind_unsigned_register): Use.
12782 (frame_unwind_signed_register): Use.
12783 (frame_read_register): New function.
12784 * frame.h (frame_unwind_register): Declare.
12785 (frame_read_register): Declare.
12786
12787 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12788 and frame_unwind_register instead of read_memory, write_register
12789 and deprecated_write_register_bytes.
12790
5f601589
AC
127912003-02-02 Andrew Cagney <ac131313@redhat.com>
12792
12793 * frame.h: Note that namelen can be negative.
12794 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12795 NAME's length.
12796
12797 * NEWS: Mention that the d10v's `regs' command is deprecated.
12798 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12799 (d10v_print_registers_info): New function.
12800 (show_regs): Call d10v_print_registers_info.
12801 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12802
6a3fe0a4
MK
128032003-02-02 Mark Kettenis <kettenis@gnu.org>
12804
12805 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12806 lost in the previous patch.
12807
075559bc
AC
128082003-02-01 Andrew Cagney <ac131313@redhat.com>
12809
12810 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12811 * stack.c (print_frame_info_base): Output complete FRAME tuple
12812 for synthesized frames.
075559bc 12813
6789195b
AC
128142003-02-02 Andrew Cagney <ac131313@redhat.com>
12815
12816 * mips-nat.c (zerobuf): Delete.
12817 (fetch_inferior_registers): Alloc local zerobuf.
12818 (fetch_core_registers): Alloc local zerobuf.
12819 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12820 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12821 * thread-db.c (thread_db_store_registers): Ditto.
12822 * sh-tdep.c (sh_do_register): Ditto.
12823 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12824 * remote-sim.c (gdbsim_store_register): Ditto.
12825 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12826 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12827 * monitor.c (monitor_supply_register): Ditto.
12828 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12829 * mips-nat.c (fetch_inferior_registers): Ditto.
12830 * m68klinux-nat.c (fetch_register): Ditto.
12831 * lynx-nat.c (fetch_inferior_registers): Ditto.
12832 (fetch_inferior_registers): Ditto.
12833 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12834 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12835 (hpux_thread_store_registers): Ditto.
12836 * hppah-nat.c (fetch_register): Ditto.
12837 * hppab-nat.c (fetch_register): Ditto.
12838 * hppa-tdep.c (pa_register_look_aside): Ditto.
12839 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12840 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12841
e669114a
AC
128422003-02-01 Andrew Cagney <ac131313@redhat.com>
12843
12844 * gdbarch.sh: Explictly specify all method levels. When a
12845 variable with an empty level, provide a non-multi-arch default.
12846 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12847 * gdbarch.h: Re-generate.
12848 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12849 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12850
9a043c1d
AC
128512003-02-01 Andrew Cagney <ac131313@redhat.com>
12852
12853 * defs.h (host_pointer_to_address): Delete declaration.
12854 (address_to_host_pointer): Delete declaration.
12855 * utils.c (host_pointer_to_address): Delete function.
12856 (address_to_host_pointer): Delete function.
12857 * procfs.c (procfs_address_to_host_pointer): New function.
12858 * procfs.c (proc_set_watchpoint): Use.
12859 (procfs_can_use_hw_breakpoint): Update comments.
12860 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12861 (som_solib_add): Use.
12862 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12863 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12864
7ca9f392
AC
128652003-02-01 Andrew Cagney <ac131313@redhat.com>
12866
94bbfd30
AC
12867 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12868 strlen d_name.
12869
7ca9f392
AC
12870 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12871 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12872 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12873 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12874 (define_symbol): Update.
12875 * symfile.c (generic_load): Remove references to nindy.
12876 * symtab.c: Remove references to nindy.
12877
31a85ea2
AC
128782003-02-01 Andrew Cagney <ac131313@redhat.com>
12879
12880 * infcmd.c (print_float_info): Delete code conditional on
12881 FLOAT_INFO.
12882 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12883 * config/m68k/nm-apollo68b.h: Ditto.
12884 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12885 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12886 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12887
f6e85fc8
MK
128882003-02-01 Mark Kettenis <kettenis@gnu.org>
12889
6015b6a0
MK
12890 * config/i386/tm-i386os9k.h: Removed.
12891
f7a30bdf
MK
12892 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12893 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12894 they're identical to i[3456]86-*-sysv* now.
12895 * config/i386/i386v32.mh: Removed.
12896 * config/i386/xm-i386v32.h: Removed.
12897 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12898
28d52111
MK
12899 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12900
4d3f6bce
MK
12901 * config/i386/i386dgux.mh: Removed.
12902 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12903
f6e85fc8
MK
12904 * configure.in: Fix typo.
12905 * configure: Regenerated.
12906
53955967
DC
129072003-01-31 David Carlton <carlton@math.stanford.edu>
12908
12909 * dwarf2read.c (dwarf2_locate_sections): Set
12910 dwarf_ranges_section.
12911
b1364885
AC
129122003-01-31 Andrew Cagney <ac131313@redhat.com>
12913
8dbb1c65
AC
12914 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12915 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12916
8731e58e
AC
12917 * utils.c: Re-indent.
12918
b1364885
AC
12919 * config/djgpp/fnchange.lst: Delete nindy files.
12920 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12921 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12922 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12923 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12924 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12925 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12926 * Makefile.in (init.c): Remove nindy references.
12927 (saber_gdb): Delete rule.
12928 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12929 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12930 and a68v-nat.c.
12931 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12932 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12933 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12934 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12935 nindy-share/stop.h.
12936 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12937 * saber.suppress: Delete file.
12938
086df311
DJ
129392003-01-31 Daniel Jacobowitz <drow@mvista.com>
12940
12941 * dbxread.c (stabs_data): New static variable.
12942 (fill_symbuf): Support an in-memory buffer for stabs data.
12943 (stabs_seek): New function.
12944 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12945 (read_ofile_symtab): Use stabs_seek.
12946 (elfstab_build_psymtabs): Take an asection* instead of
12947 an offset and size. Relocate the stabs data if necessary.
12948 Save the section* for dbx_psymtab_to_symtab.
12949 * dwarf2read.c: Add section variables for each debug section.
12950 (dwarf2_locate_sections): Fill them in.
12951 (dwarf2_read_section): Take an asection* argument.
12952 Relocate the section contents if necessary.
12953 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12954 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12955 it to dwarf2_read_section.
12956 (dwarf2_build_frame_info): Update callers.
12957 * elfread.c (elf_symfile_read): Update call to
12958 elfstab_build_psymtabs.
12959 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12960 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12961 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12962 * symfile.c (symfile_dummy_outputs): New function.
12963 (symfile_relocate_debug_section): New function.
12964 * symfile.h (symfile_relocate_debug_section): Add prototype.
12965
87d1b352
RH
129662003-01-31 Richard Henderson <rth@redhat.com>
12967
12968 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12969 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12970 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12971 * alpha-tdep.c (alpha_register_name): Add "unique".
12972 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12973 (ALPHA_UNIQUE_REGNUM): New.
12974 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12975
c48861fb
AC
129762003-01-31 Andrew Cagney <ac131313@redhat.com>
12977
12978 * README: Remove reference to Ericsson 1800 monitor.
12979 * Makefile.in (remote-es.o): Delete rule.
12980 (ALLDEPFILES): Delete remote-es.c.
12981 * remote-es.c: Delete file.
12982 * config/m68k/es1800.mt: Delete file.
12983 * config/djgpp/fnchange.lst: Update.
12984 * configure.tgt: Delete m68*-ericsson-* target.
12985
d764a824
AF
129862003-01-31 Adam Fedor <fedor@gnu.org>
12987
12988 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12989 Remove duplicate/shadowing variable of same name.
12990
fe36c4f4
JB
129912003-01-30 Jim Blandy <jimb@redhat.com>
12992
12993 * symfile.c (find_separate_debug_file): Assert that the objfile's
12994 directory name we compute ends with a slash, and then assume that
12995 that's so everywhere we use it.
12996
cb741690
DJ
129972003-01-30 Daniel Jacobowitz <drow@mvista.com>
12998
12999 * valops.c (value_assign): Flush frame cache after stores to memory
13000 also.
13001
96ee5227
AC
130022003-01-30 Andrew Cagney <ac131313@redhat.com>
13003
13004 * Makefile.in (mon960-rom.o): Delete rule.
13005 * mon960-rom.c: Delete file.
13006
7f6104a9
AC
130072003-01-30 Andrew Cagney <ac131313@redhat.com>
13008
13009 * d10v-tdep.c: Include "frame-unwind.h".
13010 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13011 list.
13012 (next_addr, uses_frame): Delete.
13013 (struct d10v_unwind_cache): Define.
13014 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13015 Use info instead of next_addr and uses_frame globals.
13016 (d10v_frame_init_saved_regs): Delete function.
13017 (d10v_init_extra_frame_info): Delete function.
13018 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13019 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13020 init_frame_pc or frame_saved_pc.
13021 (d10v_pop_frame): Delete function.
13022 (do_d10v_pop_frame): Delete function.
13023 (d10v_frame_chain): Delete function.
13024 (d10v_frame_chain_valid): Delete function.
13025 (d10v_frame_pc_unwind): New function.
13026 (d10v_frame_id_unwind): New function.
13027 (saved_regs_unwinder): New function.
13028 (d10v_frame_register_unwind): New function.
13029 (d10v_frame_pop): New function.
13030 (d10v_frame_unwind): New variable.
13031 (d10v_frame_p): New function.
13032 (d10v_frame_saved_pc): Delete function.
13033 * Makefile.in (d10v-tdep.o): Update dependencies.
13034
cad2e848
JB
130352003-01-30 J. Brobecker <brobecker@gnat.com>
13036
13037 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13038 causing some regressions due to a change in the default value
13039 for this macro.
13040
af34e669
DJ
130412003-01-29 Richard Henderson <rth@redhat.com>
13042 Elena Zannoni <ezannoni@redhat.com>
13043 Daniel Jacobowitz <drow@mvista.com>
13044
13045 Fix PR gdb/961.
8ffd9b1b 13046 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
13047 variables.
13048 (RANGES_SECTION): New.
13049 (dwarf_ranges_buffer): New variable.
13050 (struct comp_unit_head): Add member "die".
13051 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13052 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13053 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13054 (dwarf2_locate_sections): Likewise.
13055 (dwarf2_build_psymtabs): Read .debug_ranges.
13056 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13057 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13058 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13059 Look for DW_AT_ranges and return the bounding box.
13060
baa93fa6
CF
130612003-01-29 Brian Ford <ford@vss.fsi.com>
13062
13063 * win32-nat.c (cygwin_pid): Removed as unused.
13064 (child_attach): Try fall back to Cygwin pid.
13065
c63f977f
JB
130662003-01-29 Jim Blandy <jimb@redhat.com>
13067
13068 * objfiles.h (struct objfile): Doc fix.
13069
d62d1979
AC
130702003-01-29 Andrew Cagney <ac131313@redhat.com>
13071
13072 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13073 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13074 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13075 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13076 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13077 (FRAME_SAVED_PC): Change to a function with predicate.
13078 * gdbarch.h, gdbarch.c: Re-generate.
13079
1ae18a04
AC
130802003-01-28 Andrew Cagney <ac131313@redhat.com>
13081
52287340
AC
13082 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13083
1ae18a04
AC
13084 * complaints.c (complain): Delete function.
13085 * complaints.h (struct deprecated_complaint): Delete definition.
13086 (complain): Delete declaration.
13087
f2c16bd6
KB
130882003-01-28 Kevin Buettner <kevinb@redhat.com>
13089
13090 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13091 dummy frames.
13092
a94dd1fd
AC
130932003-01-27 Andrew Cagney <ac131313@redhat.com>
13094
13095 * sentinel-frame.h, sentinel-frame.c: New files.
13096 * Makefile.in (frame.o): Update dependencies.
13097 (SFILES): Add sentinel-frame.c.
13098 (sentinel_frame_h): Define.
13099 (COMMON_OBS): Add sentinel-frame.o.
13100 (sentinel-frame.o): Specify dependencies.
13101 * frame.c: Include "sentinel-frame.h".
13102 (frame_register_unwind): Rewrite assuming that there is always a a
13103 ->next frame.
13104 (frame_register, generic_unwind_get_saved_register): Ditto.
13105 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13106 (create_sentinel_frame, unwind_to_current_frame): New functions.
13107 (get_current_frame): Rewrite using create_sentinel_frame and
13108 unwind_to_current_frame. When possible, always create a frame.
13109 (create_new_frame): Set next to the sentinel frame.
13110 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13111 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13112 ID cache when necessary.
13113 (frame_saved_regs_id_unwind): Use frame_relative_level.
13114 (deprecated_generic_get_saved_register): Use frame_relative_level,
13115 get_frame_saved_regs, get_frame_pc, get_frame_base and
13116 get_next_frame.
13117 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13118 frame_register.
13119
5378adc4
DJ
131202003-01-27 Daniel Jacobowitz <drow@mvista.com>
13121
13122 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13123
51ee2ddc
DJ
131242003-01-27 Daniel Jacobowitz <drow@mvista.com>
13125
13126 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13127 (maintenance_set_profile_cmd): Use error () instead of warning ().
13128
d9feb4e7
DJ
131292003-01-27 Daniel Jacobowitz <drow@mvista.com>
13130
13131 * configure.in: Check that -pg works if using --enable-profiling.
13132 Check for monstartup and _mcleanup regardless of --enable-profiling.
13133 * maint.c: Check for monstartup and _mcleanup before using them.
13134 * config.in: Regenerated.
13135 * configure: Regenerated.
13136
2d188dd3
NC
131372003-01-24 Nick Clifton <nickc@redhat.com>
13138
13139 * Add sh2e support:
13140
13141 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13142
13143 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13144 (sh2e_show_regs): New.
13145 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13146 * config/sh/tm-sh.h: Added sh2e to comments.
13147
cb3c37b2
JB
131482003-01-23 Jim Blandy <jimb@redhat.com>
13149
13150 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13151 symbols found)" message here; we haven't checked for a separate
13152 debug info file yet, so we don't know yet.
13153 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13154 we've looked everywhere. Also, there's no need to print a special
13155 message when we're loading the separate debug info file: the one
13156 symbol_file_add prints is fine.
13157
5b5d99cf
JB
131582003-01-23 Alexander Larsson <alexl@redhat.com>
13159 Jim Blandy <jimb@redhat.com>
13160
13161 Add support for executables whose debug info has been separated
13162 out into a separate file, leaving only a link behind.
13163 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13164 and separate_debug_objfile_backlink.
13165 (put_objfile_before): New declaration.
13166 * symfile.c: #include "filenames.h".
13167 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13168 debug info in a separate file, read that, too. Save the addrs
13169 argument, so we can use it again to read the separated debug info;
13170 syms_from_objfile modifies the table we pass it.
13171 (reread_symbols): After re-reading an objfile, call
13172 reread_separate_symbols to refresh its separate debug info
13173 objfile, if it has one.
13174 (reread_separate_symbols, find_separate_debug_file,
13175 get_debug_link_info, separate_debug_file_exists): New functions.
13176 (debug_file_directory): New global var.
13177 (_initialize_symfile): Initialize debug_file_directory, and
13178 provide the new `set debug-file-directory' command to let the user
13179 change it.
13180 * objfiles.c (free_objfile): If this objfile has its debug info in
13181 a separate objfile, free that one too. If this is itself a
13182 separate debug info objfile, clear our parent's backlink.
13183 (put_objfile_before): New function.
13184 * utils.c (gnu_debuglink_crc32): New function.
13185 * defs.h (gnu_debuglink_crc32): New declaration.
13186 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13187 * configure.in: Handle --with-separate-debug-dir config option.
13188 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13189 * acconfig.h (DEBUGDIR): New macro.
13190 * configure, aclocal.m4, config.in: Regenerated.
13191
7e8580c1
JB
131922003-01-22 Jim Blandy <jimb@redhat.com>
13193
7904e09f
JB
13194 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13195 like the old symbol_file_add, but taking new arguments: you can
13196 now pass in either a `struct section_addr_info' list to say where
13197 each section is loaded, or a `struct section_offsets' table. Pass
13198 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 13199 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
13200 with the appropriate quiescent values for the new arguments.
13201
7e8580c1
JB
13202 * symfile.c: #include "gdb_assert.h".
13203 (syms_from_objfile): Add the ability to pass in a section offset
13204 table directly, as an alternative to the section_addr_info table.
13205 Document arguments better.
13206 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13207 * symfile.h (syms_from_objfile): Update declaration.
13208 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13209 syms_from_objfile.
13210 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13211
d28f9cdf
DJ
132122003-01-22 Daniel Jacobowitz <drow@mvista.com>
13213
13214 Original patch by Tom Tromey <tromey@cygnus.com> and
13215 Jason Molenda <jmolenda@apple.com>.
13216 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13217 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13218 * NEWS: Mention profiling.
13219 * configure.in (--enable-gdbtk): Fix typo.
13220 (--enable-profiling): New. Set PROFILE_CFLAGS.
13221 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13222 Fill in function.
13223 (profiling_state): New variable.
13224 (mcleanup_wrapper): New function.
13225 (_initialize_maint): Remove NOTYET, fix call to
13226 add_setshow_boolean_cmd for "maint set profile".
13227 * configure: Regenerated.
13228
df21e465
MH
132292003-01-21 Martin M. Hunt <hunt@redhat.com>
13230
13231 * Makefile.in (install-gdbtk): Install PNG images too.
13232
73c1f219
AC
132332003-01-21 Andrew Cagney <ac131313@redhat.com>
13234
13235 * exec.c (text_start): Delete global variable.
13236 (exec_file_attach): Make text_start local to the function.
13237 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13238 * valops.c (hand_function_call): Delete code that handles
13239 BEFORE_TEXT_END and AFTER_TEXT_END.
13240 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13241 of CALL_DUMMY_LOCATION.
13242 * gdbarch.c: Regenerate.
13243 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13244 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13245 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13246 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13247 (text_end): Delete extern declaration.
13248
eb4f72c5
AC
132492003-01-21 Andrew Cagney <ac131313@redhat.com>
13250
13251 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13252 * blockframe.c (backtrace_below_main): Move to "frame.c".
13253 (frame_chain_valid): Delete check for backtrace_below_main.
13254 (_initialize_blockframe): Delete initialization, move ``set
13255 backtrace-below-main'' command to "frame.c".
13256 (do_flush_frames_sfunc): Delete function.
13257 * frame.c: Include "command.h" and "gdbcmd.h".
13258 (frame_type_from_pc): New function.
13259 (create_new_frame): Use frame_type_from_pc.
13260 (legacy_get_prev_frame): New function.
13261 (get_prev_frame): Rewrite. When an old style frame, call
13262 legacy_get_prev_frame. Otherwize, unwind the PC first.
13263 (_initialize_frame): Add ``set backtrace-below-main'' command.
13264 * Makefile.in (frame.o): Update dependencies.
13265
778ce8cc
AC
132662003-01-19 Andrew Cagney <ac131313@redhat.com>
13267
13268 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13269 DEPRECATED_REGISTERS_INFO.
13270
01c193c8
AC
132712003-01-19 Andrew Cagney <ac131313@redhat.com>
13272
13273 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13274 Maintainers'. Update `Various Maintainers'.
13275
dedc2a2b
AC
132762003-01-19 Andrew Cagney <ac131313@redhat.com>
13277
13278 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13279 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13280 Suppress actual parameters when `-'.
13281 * gdbarch.h, gdbarch.c: Regenerate.
13282
b7261c70
AC
132832003-01-19 Andrew Cagney <ac131313@redhat.com>
13284
13285 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13286 code handling dummy frames.
13287
dbe9fe58
AC
132882003-01-19 Andrew Cagney <ac131313@redhat.com>
13289
13290 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13291 (struct frame_unwind): Add field pop.
13292 * frame.h (frame_pop): Declare.
13293 * frame.c (frame_saved_regs_pop): New function.
13294 (trad_frame_unwinder): Add frame_saved_regs_pop.
13295 (frame_pop): New function.
13296 * dummy-frame.c (dummy_frame_pop): New function.
13297 (discard_innermost_dummy): New function.
13298 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13299 (dummy_frame_unwind): Add dummy_frame_pop.
13300 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13301 * valops.c (hand_function_call): Ditto.
13302 * stack.c (return_command): Ditto.
13303
570b8f7c
AC
133042003-01-18 Andrew Cagney <ac131313@redhat.com>
13305
13306 * cris-tdep.c: Fix function declaration indentation.
13307 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13308 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13309 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13310 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13311 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13312 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13313
133142003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
13315
13316 * README (Unpacking and Installation -- quick overview):
13317 Warn against ".../gdb-5.3/gdb/configure".
13318
494cca16
AC
133192003-01-18 Andrew Cagney <ac131313@redhat.com>
13320
13321 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13322 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13323 (struct frame_unwind): Declare opaque.
13324 (dummy_frame_p): Declare function.
13325 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13326 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13327 * dummy-frame.c: Include "frame-unwind.h".
13328 (dummy_frame_p): New function.
13329 (dummy_frame_unwind): New variable.
13330 * frame.c: Include "frame-unwind.h".
13331 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13332 to use the new unwind field.
13333 (set_unwind_by_pc): Delete function.
13334 (create_new_frame, get_prev_frame): Set unwind field using
13335 frame_unwind_find_by_pc.
13336 (trad_frame_unwind, trad_frame_unwinder): New variables.
13337 * frame.h (trad_frame_unwind): Declare variable.
13338 (frame_id_unwind_ftype): Delete declaration.
13339 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13340 (struct frame_unwind): Declare opaque.
13341 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13342 register_unwind with a single unwind pointer.
13343 * frame-unwind.h, frame-unwind.c: New files.
13344 * Makefile.in (SFILES): Add frame-unwind.c.
13345 (frame_unwind_h): Define.
13346 (COMMON_OBS): Add frame-unwind.o.
13347 (frame-unwind.o): Specify dependencies.
13348 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13349
4efb68b1
AC
133502003-01-18 Andrew Cagney <ac131313@redhat.com>
13351
13352 * ada-valprint.c: Eliminate PTR.
13353 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13354 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13355 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13356 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13357 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13358 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13359 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13360
a84d24ee
AC
133612003-01-17 Andrew Cagney <ac131313@redhat.com>
13362
762f08a3
AC
13363 * main.c (captured_main): Don't use PTR.
13364 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13365 * gdbtypes.c (lookup_primitive_typename): Ditto.
13366 (lookup_struct_elt_type): Ditto.
13367 * f-valprint.c (info_common_command): Ditto.
13368 (list_all_visible_commons): Ditto.
13369 * jv-typeprint.c (java_type_print_base): Ditto.
13370
a84d24ee
AC
13371 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13372 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13373 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13374 i386-interix-nat.c and i386-interix-tdep.c. Rename
13375 m68klinux-nat.c and m68klinux-tdep.c. Rename
13376 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13377 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13378 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13379 * main.c (captured_main): Use xfree, not free.
13380
c170fb60
AC
133812003-01-16 Andrew Cagney <ac131313@redhat.com>
13382
13383 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13384 ID back using a parameter.
13385 * frame.c (frame_id_unwind): Update call.
13386 (frame_saved_regs_id_unwind): Update.
13387 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13388 * dummy-frame.h (struct frame_id): Add opaque declaration.
13389 (dummy_frame_id_unwind): Update declaration.
13390
867f3898
AC
133912003-01-15 Andrew Cagney <ac131313@redhat.com>
13392
13393 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13394
40622be8 133952003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13396
40622be8 13397 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13398
ae66c1fc
EZ
133992003-01-14 Elena Zannoni <ezannoni@redhat.com>
13400
997b089a 13401 Fix PR gdb/898
ae66c1fc
EZ
13402 * breakpoint.c (until_break_command): Add new argument. Use it to
13403 decide whether to stop only at the current frame or not.
13404 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13405 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13406 call.
13407 (advance_command): New function.
13408 (_initialize_infcmd): Update help string for 'until' command.
13409 Add new 'advance' command.
13410
a04257e6
DC
134112003-01-14 David Carlton <carlton@math.stanford.edu>
13412
13413 * linespec.c (decode_line_1): Normalize comments.
13414 (set_flags): Ditto.
13415 (locate_first_half): Ditto.
13416 (decode_compound): Ditto.
13417 (symtab_from_filename): Ditto.
13418 (decode_all_digits): Ditto.
13419 (decode_dollar): Ditto.
13420 (find_methods): Ditto.
13421 (find_toplevel_char): Ditto.
13422
1bac305b
AC
134232003-01-13 Andrew Cagney <ac131313@redhat.com>
13424
13425 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13426 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13427 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13428 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13429 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13430 * language.c, language.h, m32r-tdep.c: Update copyright.
13431 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13432 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13433 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13434 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13435 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13436 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13437
25caa7a8
EZ
134382003-01-13 Elena Zannoni <ezannoni@redhat.com>
13439
13440 * stabsread.h (process_later, resolve_cfront_continuation):
13441 Obsolete.
13442 Update copyright years.
13443 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13444 Update copyright year.
13445 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13446 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13447 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13448 Update copyright year.
13449 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13450 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13451 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13452 (parse_partial_symbols): Obsolete cfront support.
13453 * stabsread.c
13454 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13455 macros.
13456 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13457 read_cfront_baseclasses, read_cfront_member_functions,
13458 resolve_cfront_continuation,read_cfront_static_fields,
13459 copy_cfront_struct_fields): Obsolete functions.
13460 (define_symbol, read_one_struct_field): Obsolete cfront support.
13461 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13462 Update Copyright year.
13463
7789c6f5
EZ
134642003-01-13 Elena Zannoni <ezannoni@redhat.com>
13465
13466 * stack.c (print_frame_info, print_stack_frame_base_stub,
13467 print_stack_frame_base, show_and_print_stack_frame_stub,
13468 show_and_print_stack_frame, print_only_stack_frame_stub,
13469 print_only_stack_frame): Delete functions.
13470 (print_stack_frame_stub): Call print_frame_info instead of
13471 print_frame_info_base.
13472 (print_frame_info_base): Rename to print_frame_info.
13473 (backtrace_command_1): Call print_frame_info, instead of
13474 print_frame_info_base.
13475 (current_frame_command): Call print_stack_frame, instead of
13476 print_only_stack_frame.
13477 (frame_command): Call print_stack_frame, instead of
13478 show_and_print_stack_frame.
13479 (up_command): Ditto.
13480 (down_command): Ditto.
13481 * frame.h (print_only_stack_frame): Delete prototype.
13482 * infrun.c (normal_stop): Call print_stack_frame, instead of
13483 show_and_print_stack_frame.
13484 * thread.c (info_threads_command): Call print_stack_frame, instead
13485 of print_only_stack_frame.
13486
3f5a3016
AC
134872003-01-13 Andrew Cagney <ac131313@redhat.com>
13488
d99ba314
AC
13489 * README (Graphical interface to GDB): Update URL. Point at
13490 gdb/links/.
13491
3f5a3016
AC
13492 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13493 version match.
13494
083ae935
DJ
134952003-01-13 Daniel Jacobowitz <drow@mvista.com>
13496
13497 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13498 lines.
13499
5365276c
DJ
135002003-01-13 Daniel Jacobowitz <drow@mvista.com>
13501
13502 * thread-db.c (attach_thread): Prototype.
13503 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13504 thread information (ti), and valid flags (th_valid, ti_valid).
13505 (attach_thread): Move target_pid_to_str call to after the thread
13506 is added to GDB's list. Initialize the cache.
13507 (thread_get_info_callback, thread_db_map_id2thr)
13508 (thread_db_get_info): New functions.
13509 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13510 (thread_db_store_registers, thread_db_thread_alive)
13511 (thread_db_get_thread_local_address): Use them.
13512 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13513 of calling error() for threads in unknown state.
13514
13515 (clear_lwpid_callback): New function.
13516 (thread_db_resume): Use it to clear the cache.
13517
9fc30b6b
DJ
135182003-01-13 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13521 (resume_callback): Remove dead code.
13522
8f871025
AC
135232003-01-13 Andrew Cagney <ac131313@redhat.com>
13524
13525 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13526 predicate.
13527 * gdbarch.h, gdbarch.c: Regenerate.
13528 * stack.c (frame_info): Only initialize the saved registers when
13529 FRAME_INIT_SAVED_REGS_P.
13530 * frame.c (frame_saved_regs_register_unwind): Assert
13531 FRAME_INIT_SAVED_REGS_P.
13532 (deprecated_generic_get_saved_register): Ditto.
13533
3f565f1e
DJ
135342003-01-13 Daniel Jacobowitz <drow@mvista.com>
13535
13536 * source.c (openp): Squelch warning about "filename".
13537
072b1022
DJ
135382003-01-13 Daniel Jacobowitz <drow@mvista.com>
13539
13540 * source.c (openp): If the file does not exist don't necessarily
13541 search the path.
13542
973ccf8b
DJ
135432003-01-13 Daniel Jacobowitz <drow@mvista.com>
13544
13545 Fix PR gdb/872.
13546 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13547 (integer_types_same_name_p): New function.
13548 (rank_one_type): Use it.
13549 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13550
030292b7
DJ
135512003-01-13 Daniel Jacobowitz <drow@mvista.com>
13552
13553 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13554 variables.
13555 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13556 * configure.in: Add --with-sysroot.
13557 * configure: Regenerated.
13558 * main.c (gdb_sysroot): New variable.
13559 (captured_main): Initialize gdb_sysroot.
13560 * defs.h (gdb_sysroot): New extern declaration.
13561 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13562
afb5d334
MC
135632003-01-12 Michael Chastain <mec@shout.net>
13564
13565 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13566
751ceeb4
MC
135672003-01-12 Michael Chastain <mec@shout.net>
13568
13569 * top.c (print_gdb_version): Bump copyright year to 2003.
13570
94cd26f8
DC
135712003-01-12 David Carlton <carlton@bactrian.org>
13572
13573 * linespec.c (symtab_from_filename): Rename variable 's' to
13574 'file_symtab'.
13575
1ce79225
AC
135762003-01-12 Andrew Cagney <ac131313@redhat.com>
13577
13578 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13579 dummy frame.
13580 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13581
fa1fd571
AC
135822003-01-12 Andrew Cagney <ac131313@redhat.com>
13583
13584 * d10v-tdep.c: Include "gdb_assert.h".
13585 (d10v_store_return_value): Rewrite to match current interface.
13586 (d10v_extract_struct_value_address): Ditto.
13587 (d10v_extract_return_value): Ditto.
13588 (d10v_gdbarch_init): Set store_restore_value,
13589 extract_struct_value_address and extract_return_value.
13590
68b8d23e
JB
135912003-01-12 J. Brobecker <brobecker@gnat.com>
13592
13593 * hpread.c (set_namestring): New procedure replacing the
13594 SET_NAMESTRING macro.
13595 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13596 by calls to set_namestring.
13597
135982003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13599
13600 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13601 a compilation warning.
13602 (hpread_process_one_debug_symbol): Likewise.
13603
88d262ca
DC
136042003-01-10 David Carlton <carlton@math.stanford.edu>
13605
13606 * linespec.c (decode_line_1): Rename variable 's' to
13607 'file_symtab'.
13608 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13609 (decode_dollar): Ditto.
13610 (decode_variable): Ditto.
13611 (symbol_found): Ditto.
13612
86669319
MC
136132003-01-09 Michael Chastain <mec@shout.net>
13614
13615 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13616
616a9dc4
CV
136172003-01-07 Corinna Vinschen <vinschen@redhat.com>
13618
13619 * win32-nat.c (set_process_privilege): New function.
13620 (child_attach): Call set_process_privilege() to enable the
13621 SE_DEBUG_NAME user privilege if available in process token.
13622
3269bcfa
JB
136232003-01-10 J. Brobecker <brobecker@gnat.com>
13624
13625 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13626 compilation error in the previous revision.
13627
2b0ee454
DC
136282003-01-09 David Carlton <carlton@math.stanford.edu>
13629
13630 * linespec.c: Update copyright.
13631
b3ba1b44
DJ
136322003-01-09 Daniel Jacobowitz <drow@mvista.com>
13633
13634 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13635 than inferior_ptid.
13636 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13637
4ef3f3be
AC
136382003-01-09 Andrew Cagney <ac131313@redhat.com>
13639
479ab5a0
AC
13640 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13641 Update comments.
13642 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13643 (frame_saved_regs_zalloc): Update.
13644 (frame_saved_regs_register_unwind): Update.
13645 (create_new_frame): Update.
13646 (get_prev_frame): Update.
13647 (frame_extra_info_zalloc): Update.
13648 (deprecated_get_frame_saved_regs): Update.
13649 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13650 * cris-tdep.c: Update comment.
13651
bde58177
AC
13652 * somsolib.h: Fix function indentation.
13653 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13654 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13655 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13656 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13657 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13658
4ef3f3be
AC
13659 * infrun.c (follow_fork): Use ISO C definition.
13660 * expprint.c (print_subexp): Use xfree instead of free.
13661 * charset.c: Include "gdb_string.h" instead of <string.h>.
13662 (register_iconv_charsets): Use ISO C definition.
13663 (host_charset, target_charset): Ditto.
13664 * Makefile.in (charset.o): Update dependencies.
13665 (mi-cmd-env.o): Update dependencies.
13666
1c615f7a
AC
136672003-01-08 Andrew Cagney <cagney@redhat.com>
13668
13669 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13670 get_frame_base.
13671
c9a1dc08
AC
136722003-01-08 Andrew Cagney <ac131313@redhat.com>
13673
13674 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13675 build directories. Save edited gdb output in Mbuild.log. If a
13676 build fails, remove any final GDB executable.
13677
dbad9d94
AC
136782003-01-08 Andrew Cagney <ac131313@redhat.com>
13679
13680 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13681 replacing hex constants with function names and stripping leading
13682 file name directory prefixes.
13683
8d357cca
AC
136842003-01-08 Andrew Cagney <cagney@redhat.com>
13685
13686 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13687 get_frame_base.
13688
bca02a8a
DC
136892003-01-08 David Carlton <carlton@math.stanford.edu>
13690
13691 * linespec.c (decode_line_1): Move code into decode_variable.
13692 (decode_variable): New function.
13693
7f8ab3a0
AC
136942003-01-08 Andrew Cagney <ac131313@redhat.com>
13695
13696 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13697
7b5849cc
AC
136982003-01-08 Andrew Cagney <cagney@redhat.com>
13699
13700 * cris-tdep.c (cris_frame_init_saved_regs): Use
13701 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13702 saved_regs buffer.
13703 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13704 (sh64_nofp_frame_init_saved_regs): Ditto.
13705 (sh_fp_frame_init_saved_regs): Ditto.
13706 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13707 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13708 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13709 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13710
72a5efb3
DJ
137112003-01-08 Daniel Jacobowitz <drow@mvista.com>
13712
13713 * minsyms.c (lookup_minimal_symbol): Update comment.
13714 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13715 (lookup_minimal_symbol_solib_trampoline): Likewise.
13716
11c02a10
AC
137172003-01-08 Andrew Cagney <cagney@redhat.com>
13718
aab3ea25
AC
13719 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13720 frame_relative_level.
13721
da50a4b7
AC
13722 * alpha-tdep.c: Use get_frame_extra_info.
13723 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13724 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13725 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13726 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13727
11c02a10
AC
13728 * alpha-tdep.c: Use get_next_frame.
13729 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13730 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13731 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13732 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13733 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13734 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13735 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13736
1e2330ba
AC
137372003-01-07 Andrew Cagney <cagney@redhat.com>
13738
13739 * alpha-tdep.c: Use get_frame_base.
13740 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13741 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13742 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13743 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13744 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13745 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13746 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13747 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13748
2d75187b
AC
137492003-01-07 Andrew Cagney <cagney@redhat.com>
13750
13751 * frame.c (deprecated_get_frame_context): New function.
13752 (deprecated_set_frame_context): New function.
13753 * frame.h (deprecated_get_frame_context): Declare.
13754 (deprecated_set_frame_context): Declare.
13755 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13756 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13757
483d36b2
AC
137582003-01-07 Andrew Cagney <cagney@redhat.com>
13759
13760 * frame.c (deprecated_set_frame_next_hack): New function.
13761 (deprecated_set_frame_prev_hack): New function.
13762 * frame.h (deprecated_set_frame_next_hack): Declare.
13763 (deprecated_set_frame_prev_hack): Declare.
13764 * mcore-tdep.c (analyze_dummy_frame): Use
13765 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13766 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13767
14e91ac5
DC
137682003-01-07 David Carlton <carlton@math.stanford.edu>
13769
13770 * linespec.c (decode_line_1): Move code into decode_dollar.
13771 (decode_dollar): New function.
13772
b0c6b05c
AC
137732003-01-07 Andrew Cagney <cagney@redhat.com>
13774
13775 * arm-tdep.c (arm_init_extra_frame_info): Use
13776 deprecated_update_frame_base_hack.
13777 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13778 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13779 (fix_frame_pointer): Ditto.
13780 (mn10300_analyze_prologue): Ditto.
13781
a00a19e9
AC
137822003-01-07 Andrew Cagney <cagney@redhat.com>
13783
13784 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13785 extra_info using frame_extra_info_zalloc.
13786 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13787 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13788 (sh64_init_extra_frame_info): Ditto.
13789 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13790 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13791 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13792 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13793 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13794 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13795 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13796 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13797 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13798 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13799 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13800 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13801
13802 * mn10300-tdep.c (analyze_dummy_frame): Use
13803 deprecated_set_frame_extra_info_hack.
13804 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13805
1fb4c65b
JB
138062003-01-07 J. Brobecker <brobecker@gnat.com>
13807
13808 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13809 class is not scText. These do not define "real" procedures.
13810 (parse_partial_symbols): Likewise.
13811
9fe7d6bf
MS
138122003-01-06 Michael Snyder <msnyder@redhat.com>
13813
13814 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13815
f6c609c4
AC
138162003-01-06 Andrew Cagney <ac131313@redhat.com>
13817
13818 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13819 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13820 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13821 deprecated_frame_xmalloc_with_cleanup.
13822 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13823 deprecated_frame_xmalloc.
13824 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13825 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13826
d995ff4b
AC
138272003-01-06 Andrew Cagney <cagney@redhat.com>
13828
84dc46cb
AC
13829 * x86-64-linux-tdep.c: Include "osabi.h".
13830 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13831
d995ff4b
AC
13832 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13833
66140c26
AC
138342003-01-06 Andrew Cagney <cagney@redhat.com>
13835
13836 * MAINTAINERS (Target Instruction Set Architectures): Update
13837 arm-elf. Can be built with -Werror, has been multiarched.
13838
13839 * value.h (unpack_long): Make buffer parameter constant.
13840 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13841 * scm-lang.h (scm_parse): Ditto.
13842 * defs.h (extract_typed_address, extract_address): Ditto.
13843 (extract_long_unsigned_integer): Ditto.
13844 * inferior.h (unsigned_pointer_to_address): Ditto.
13845 (signed_pointer_to_address): Ditto.
13846 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13847 * gdbarch.h, gdbarch.c: Regenerate.
13848 * findvar.c (extract_long_unsigned_integer): Update.
13849 (extract_address): Update.
13850 (extract_typed_address): Update.
13851 (unsigned_pointer_to_address): Update.
13852 * values.c (unpack_long): Update.
13853 (unpack_double): Update.
13854 (unpack_pointer): Update.
13855 (unpack_field_as_long): Update.
13856 * d10v-tdep.c (d10v_pointer_to_address): Update.
13857 * avr-tdep.c (avr_pointer_to_address): Update.
13858 * scm-lang.c (scm_unpack): Update.
13859 * findvar.c (signed_pointer_to_address): Update.
13860
b089b3da
ML
138612003-01-06 Michal Ludvig <mludvig@suse.cz>
13862
8ffd9b1b 13863 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13864 since it is in i386-tdep.c.
13865
aff87235
JB
138662003-01-06 J. Brobecker <brobecker@gnat.com>
13867
13868 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13869 failure introduced in the previous change.
13870
34f5e845
MC
138712003-01-05 Michael Chastain <mec@shout.net>
13872
13873 * README: Remove references to deleted remote-*.c files:
13874 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13875 remote-nrom.c, remote-os9k.c, remote-udi.c.
13876
28bcfd30
MK
138772003-01-05 Mark Kettenis <kettenis@gnu.org>
13878
13879 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13880 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13881 i386_get_longjmp_target.
13882
15a5b3ee
AC
138832003-01-05 Andrew Cagney <ac131313@redhat.com>
13884
13885 * arm-tdep.c (prologue_cache): Change to a pointer.
13886 (_initialize_arm_tdep): Allocate prologue_cache.
13887 (check_prologue_cache): Update.
13888 (save_prologue_cache): Update.
13889 (arm_gdbarch_init): Update.
13890
c263362b
DJ
138912003-01-04 Daniel Jacobowitz <drow@mvista.com>
13892
13893 * stabsread.c (update_method_name_from_physname): Call complaint()
13894 instead of error.
13895
51603483
DJ
138962003-01-04 Daniel Jacobowitz <drow@mvista.com>
13897
13898 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13899 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13900 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13901
13902 * blockframe.c: Include "gdbcmd.h" and "command.h".
13903 (backtrace_below_main): New variable.
13904 (file_frame_chain_valid, func_frame_chain_valid)
13905 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13906 (generic_func_frame_chain_valid): Remove functions.
13907 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13908 (_initialize_blockframe): New function.
13909 * Makefile.in (blockframe.o): Update dependencies.
13910 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13911 comment. Call frame_chain_valid ().
13912 * frame.h: Remove old prototypes. Add prototype for
13913 frame_chain_valid and update comments to match.
13914 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13915 Remove old comment.
13916 * gdbarch.h: Regenerated.
13917 * gdbarch.c: Regenerated.
13918
13919 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13920 set_gdbarch_frame_chain_valid.
13921 * avr-tdep.c (avr_gdbarch_init): Likewise.
13922 * cris-tdep.c (cris_gdbarch_init): Likewise.
13923 * frv-tdep.c (frv_gdbarch_init): Likewise.
13924 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13925 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13926 (i386_nw_init_abi): Likewise.
13927 (i386_gdbarch_init): Likewise.
13928 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13929 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13930 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13931 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13932 * mips-tdep.c (mips_gdbarch_init): Likewise.
13933 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13934 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13935 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13936 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13937 * s390-tdep.c (s390_gdbarch_init): Likewise.
13938 * sh-tdep.c (sh_gdbarch_init): Likewise.
13939 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13940 * v850-tdep.c (v850_gdbarch_init): Likewise.
13941 * vax-tdep.c (vax_gdbarch_init): Likewise.
13942 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13943
13944 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13945 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13946 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13947 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13948 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13949 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13950 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13951 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13952
b00a8037
DJ
139532002-01-04 Daniel Jacobowitz <drow@mvista.com>
13954
13955 * Makefile.in (acconfig_h): Remove incorrect macro.
13956 (config_h): Define.
13957 (osabi.o): Update dependencies.
13958 * configure.tgt: Set gdb_osabi based on target triplet.
13959 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13960 * configure: Regenerated.
13961 * config.in: Regenerated.
13962 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13963 (GDB_OSABI_DEFAULT): Define if not already defined.
13964 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13965 (set_osabi_string): New variables.
13966 (gdbarch_register_osabi): Add new OS ABI to
13967 gdb_osabi_available_names.
13968 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13969 (set_osabi, show_osabi): New functions.
13970 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13971
4be87837
DJ
139722003-01-04 Daniel Jacobowitz <drow@mvista.com>
13973
13974 * arch-utils.c (gdbarch_info_init): Set osabi to
13975 GDB_OSABI_UNINITIALIZED.
13976 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13977 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13978 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13979 * gdbarch.c: Regenerated.
13980 * gdbarch.h: Regenerated.
13981 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13982 there's no BFD.
13983 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13984 * osabi.h (enum gdb_osabi): Move to defs.h.
13985 (gdbarch_init_osabi): Update prototype.
13986 * defs.h (enum gdb_osabi): Moved here.
13987 * Makefile.in: Update dependencies.
13988
13989 * alpha-tdep.h: Don't include "osabi.h".
13990 (struct gdbarch_tdep): Remove osabi member.
13991 * alpha-tdep.c: Include "osabi.h".
13992 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13993 iterate over arches. Update call to gdbarch_init_osabi.
13994 (alpha_dump_tdep): Don't dump osabi.
13995 * alpha-linux-tdep.c: Include "osabi.h".
13996 * alpha-osf1-tdep.c: Include "osabi.h".
13997 * alphafbsd-tdep.c: Include "osabi.h".
13998 * alphanbsd-tdep.c: Include "osabi.h".
13999
14000 * arm-tdep.h: Don't include "osabi.h".
14001 (struct gdbarch_tdep): Remove osabi member.
14002 * arm-tdep.c: Include "osabi.h".
14003 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14004 iterate over arches. Update call to gdbarch_init_osabi.
14005 (arm_dump_tdep): Don't dump osabi.
14006 * arm-linux-tdep.c: Include "osabi.h".
14007 * armnbsd-tdep.c: Include "osabi.h".
14008
14009 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14010 Update call to gdbarch_init_osabi.
14011
14012 * i386-tdep.h: Don't include "osabi.h".
14013 (struct gdbarch_tdep): Remove osabi member.
14014 * i386-tdep.c: Include "osabi.h".
14015 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14016 iterate over arches. Update call to gdbarch_init_osabi.
14017 (i386_dump_tdep): Don't dump osabi.
14018 * i386-linux-tdep.c: Include "osabi.h".
14019 * i386-sol2-tdep.c: Include "osabi.h".
14020 * i386bsd-tdep.c: Include "osabi.h".
14021 * i386gnu-tdep.c: Include "osabi.h".
14022 * i386ly-tdep.c: Include "osabi.h".
14023 * i386nbsd-tdep.c: Include "osabi.h".
14024 * i386obsd-tdep.c: Include "osabi.h".
14025
14026 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14027 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14028 check osabi when iterating over arches. Update call to
14029 gdbarch_init_osabi.
14030 (mips_dump_tdep): Don't dump osabi.
14031
14032 * ns32k-tdep.h: Don't include "osabi.h".
14033 (struct gdbarch_tdep): Remove.
14034 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14035 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14036 allocate tdep. Update call to gdbarch_init_osabi.
14037 (ns32k_dump_tdep): Remove.
14038 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14039 * ns32knbsd-tdep.c: Include "osabi.h".
14040
14041 * ppc-tdep.h: Don't include "osabi.h".
14042 (struct gdbarch_tdep): Remove osabi member.
14043 * rs6000-tdep.c: Include "osabi.h".
14044 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14045 osabi when iterating over arches. Update call to
14046 gdbarch_init_osabi.
14047 (rs6000_dump_tdep): Don't dump osabi.
14048 * ppc-linux-tdep.c: Include "osabi.h".
14049 * ppcnbsd-tdep.c: Include "osabi.h".
14050
14051 * sh-tdep.h: Don't include "osabi.h".
14052 (struct gdbarch_tdep): Remove osabi member.
14053 * sh-tdep.c: Include "osabi.h".
14054 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14055 iterate over arches. Update call to gdbarch_init_osabi.
14056 (sh_dump_tdep): Don't dump osabi.
14057 * shnbsd-tdep.c: Include "osabi.h".
14058
14059 * sparc-tdep.c: Include "osabi.h".
14060 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14061 iterate over arches. Update call to gdbarch_init_osabi.
14062 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14063 tdep structure.
14064
14065 * vax-tdep.h: Don't include "osabi.h".
14066 (struct gdbarch_tdep): Remove.
14067 * vax-tdep.c: Include "osabi.h".
14068 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14069 iterate over arches. Don't allocate tdep. Update call
14070 to gdbarch_init_osabi.
14071 (vax_dump_tdep): Remove.
14072 (_initialize_vax_tdep): Update call to gdbarch_register.
14073
a881cf8e
DJ
140742003-01-04 Daniel Jacobowitz <drow@mvista.com>
14075
14076 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14077 entirely.
14078 (breakpoint_re_set_one): Don't fetch the value for a disabled
14079 watchpoint.
14080
1e698235
DJ
140812003-01-04 Daniel Jacobowitz <drow@mvista.com>
14082
14083 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14084 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14085 (COERCE_FLOAT_TO_DOUBLE): Remove.
14086 * gdbarch.c: Regenerate.
14087 * gdbarch.h: Regenerate.
14088 * Makefile.in: Remove value_h from gdbarch_h.
14089 * valops.c (coerce_float_to_double): New variable.
14090 (default_coerce_float_to_double): Remove.
14091 (standard_coerce_float_to_double): Remove.
14092 (value_arg_coerce): Use coerce_float_to_double.
14093 (_initialize_valops): Add "set coerce-float-to-double".
14094 * value.h (default_coerce_float_to_double): Remove prototype.
14095 (standard_coerce_float_to_double): Remove prototype.
14096
14097 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14098 prototyped.
14099 * mdebugread.c (parse_symbol): Likewise.
14100 * stabsread.c (define_symbol): Mark all functions as prototyped.
14101
14102 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14103 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14104 set_gdbarch_coerce_float_to_double.
14105 * arm-tdep.c (arm_gdbarch_init): Likewise.
14106 * frv-tdep.c (frv_gdbarch_init): Likewise.
14107 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14108 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14109 * mips-tdep.c (mips_gdbarch_init): Likewise.
14110 (mips_coerce_float_to_double): Remove.
14111 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14112 (rs6000_coerce_float_to_double): Remove.
14113 * s390-tdep.c (s390_gdbarch_init): Likewise.
14114 * sh-tdep.c (sh_gdbarch_init): Likewise.
14115 (sh_coerce_float_to_double): Remove.
14116 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14117 (sparc_coerce_float_to_double): Remove.
14118 * v850-tdep.c (v850_gdbarch_init): Likewise.
14119 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14120 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14121 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14122 (hppa_coerce_float_to_double): Remove prototype.
14123 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14124
f436a26a
DJ
141252003-01-04 Daniel Jacobowitz <drow@mvista.com>
14126
14127 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14128
248f8055
DJ
141292003-01-04 Daniel Jacobowitz <drow@mvista.com>
14130
14131 Suggested by Stewart Brown <sb24@avaya.com>:
14132 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14133 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14134 (c_type_print_varspec_suffix): Likewise.
14135
72cfdc76
MK
141362003-01-04 Mark Kettenis <kettenis@gnu.org>
14137
bfd260bb
MK
14138 * configure.in: Don't set and AC_SUBST SUBDIRS.
14139 * configure: Regenerated.
14140
72cfdc76
MK
14141 * configure.in: Remove code dealing with shared libraries.
14142 * Makefile.in: Remove HLDFLAGS and HLDENV.
14143 * configure: Regenerated.
14144
c8b8a898
AC
141452003-01-04 Andrew Cagney <ac131313@redhat.com>
14146
14147 * frame.c (deprecated_frame_xmalloc): New function.
14148 (deprecated_set_frame_saved_regs_hack): New function.
14149 (deprecated_set_frame_extra_info_hack): New function.
14150 * frame.h (deprecated_frame_xmalloc): Declare.
14151 (deprecated_set_frame_saved_regs_hack): Declare.
14152 (deprecated_set_frame_extra_info_hack): Declare.
14153
14abd0fb
MK
141542003-01-04 Mark Kettenis <kettenis@gnu.org>
14155
8ee53726
MK
14156 * configure.in: Move code that provides the --enable-gdbtk option
14157 right after the code that handles the --enable-tui option, and
14158 polish it somewhat.
14159 * configure: Regenerated.
14160
14abd0fb
MK
14161 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14162 AC_CHECK_FUNCS and remove the old check for pread64.
14163 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14164 * acconfig.h (_GNU_SOURCE): Add.
14165 (HAVE_PREAD64): Remove.
14166 * configure, aclocal.m4, config.in: Regenerated.
14167
b2fb4676
AC
141682003-01-03 Andrew Cagney <ac131313@redhat.com>
14169
14170 * alpha-tdep.c: Use get_frame_saved_regs.
14171 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14172 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14173 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14174 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14175 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14176
8dcde887
MK
141772003-01-03 Mark Kettenis <kettenis@gnu.org>
14178
14179 * configure.in: Remove all use of the SUBDIRS variable; add
14180 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14181 code providing the --enable-multi-ice option, and move it right in
14182 front of the code that checks whether gdbserver is supported.
14183 Polish that too.
14184 * configure: Regenerated.
14185 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14186 @SUBDIRS@.
14187
8ccd593b
AC
141882003-01-03 Andrew Cagney <cagney@redhat.com>
14189
14190 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14191 * avr-tdep.c, cris-tdep.c: Ditto.
14192 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14193 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 14194
91151a06
MK
141952003-01-03 Mark Kettenis <kettenis@gnu.org>
14196
14197 * configure.in: Remove --enable-netrom option.
14198 * configure: Regenerated.
14199
8fe84d01
MK
142002003-01-03 Mark Kettenis <kettenis@gnu.org>
14201
14202 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14203 declaration for `struct re_pattern_buffer' instead.
14204 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14205
f0394be6
JB
142062003-01-03 J. Brobecker <brobecker@gnat.com>
14207
14208 * mdebugread.c (parse_symbol): Count until the stEnd matching
14209 the structure name.
14210
27e9bf90
MK
142112003-01-02 Mark Kettenis <kettenis@gnu.org>
14212
93d331ba
MK
14213 * configure.in: Remove --with-cpu option.
14214 subscripts. Remove evil changequotes here.
14215 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14216 * config.in, configure: Regenerated.
8ffd9b1b 14217
27e9bf90
MK
14218 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14219 * configure.in: Cleanup section that sources GDB and BFD configure
14220 subscripts. Remove evil changequotes here.
14221 * config.in, configure: Regenerated.
14222
50abf9e5
AC
142232003-01-02 Andrew Cagney <ac131313@redhat.com>
14224
14225 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14226 frame accessor methods.
14227 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14228 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14229 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14230 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14231 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14232 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14233 * z8k-tdep.c: Ditto.
8ffd9b1b 14234
287c1a40
MK
142352003-01-02 Mark Kettenis <kettenis@gnu.org>
14236
f5dbc56d
MK
14237 * configure.in: Remove UI_OUT configuration code.
14238 * ada-lang.c: Update assuming UI_OUT is always true.
14239 * Makefile.in (UIOUT_CFLAGS): Remove.
14240 * configure: Regenerated.
14241 * TODO: Remove blurb about elimination of -DUI_OUT.
14242
627af7ea
MK
14243 * configure.in: Move code that provides the --enable-gdbcli,
14244 --enable-gdbmi options right before the code that handles the
14245 --enable-tui option. Polish a bit.
14246 * configure: Regenerated.
14247
06825bd1
MK
14248 * configure.in: Rewrite check for GNU regex and the
14249 --without-included regex option, and move it into the "Checks for
14250 library functions" section. This makes us use the system regex
14251 again by default on systems with version 2 of the GNU C library.
14252 This was apparently broken.
14253 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14254 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14255 * config.in, configure: Regenerated.
14256
287c1a40
MK
14257 * configure.in: Move code that provides the --enable-tui option
14258 before the "Checks for libraries" section. Polish the code
14259 somewhat and set need_curses to yes if we build the TUI. Rewrite
14260 code that looks for a library providing termcap functionality to
14261 match more closely what's done in the Readline library, and move
14262 it into to the "Checks for libraries" section.
14263 * configure: Regenerated.
14264 * Makefile.in (TERMCAP): Remove variable.
14265 * config/i386/go32.mh (TERMCAP): Remove variable.
14266
684e56bf
AC
142672003-01-02 Andrew Cagney <ac131313@redhat.com>
14268
14269 * MAINTAINERS: Mention gdb_mbuild.sh.
14270 * gdb_mbuild.sh: Rewrite.
14271
e1ea1d75
MK
142722003-01-02 Mark Kettenis <kettenis@gnu.org>
14273
14274 * configure.in: Fix typo in last change.
14275 * config.in, configure: Regenerated.
14276
1b831c93
AC
142772003-01-02 Andrew Cagney <ac131313@redhat.com>
14278
14279 * valarith.c (value_binop): Delete obsolete code and comments.
14280 * configure.host: Ditto.
14281 * buildsym.h (make_blockvector): Ditto.
14282 * buildsym.c (make_blockvector): Ditto.
14283 * defs.h (enum language): Ditto.
14284 (chill_demangle): Ditto.
14285 * elfread.c (elf_symtab_read): Ditto.
14286 * dwarfread.c (CHILL_PRODUCER): Ditto.
14287 (set_cu_language): Ditto.
14288 (handle_producer): Ditto.
14289 * expprint.c (print_subexp): Ditto.
14290 * gdbtypes.c (chill_varying_type): Ditto.
14291 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14292 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14293 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14294 (chill_varying_type): Ditto.
14295 * language.h (_LANG_chill): Ditto.
14296 * language.c (binop_result_type, integral_type): Ditto.
14297 (character_type, string_type, structured_type): Ditto.
14298 (lang_bool_type, binop_type_check): Ditto.
14299 * stabsread.h (os9k_stabs): Ditto.
14300 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14301 (define_symbol, read_type, read_struct_fields): Ditto.
14302 (read_array_type, read_enum_type, read_huge_number): Ditto.
14303 (read_range_type, start_stabs): Ditto.
14304 * symfile.c (init_filename_language_table): Ditto.
14305 (add_psymbol_with_dem_name_to_list): Ditto.
14306 * symtab.c (symbol_init_language_specific): Ditto.
14307 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14308 * symtab.h (struct general_symbol_info): Ditto.
14309 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14310 * typeprint.c (typedef_print): Ditto.
14311 * utils.c (fprintf_symbol_filtered): Ditto.
14312 * valops.c (value_cast, search_struct_field, value_slice): Delete
14313 obsolete code.
14314 (varying_to_slice): Delete function.
14315 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14316 (varying_to_slice): Delete declaration.
14317 * MAINTAINERS: Update.
14318
8bb2c122
MK
143192003-01-02 Mark Kettenis <kettenis@gnu.org>
14320
97bf5e38
MK
14321 * configure.in: Reorganize "Checks for library functions section"
14322 a bit. Remove check for `btowc' and `isascii' functions.
14323 * configure: Regenerated.
14324
5ee754fc
MK
14325 * acconfig.h (_MSE_INT_H): Remove.
14326 * configure.in: Create "Checks for header files" section, and move
14327 appropriate tests there. Don't check for objlist.h, wchar.h,
14328 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14329 misdetection fix. Also add "Checks for types", "Checks for
14330 compiler characteristics" and "Checks for library functions"
14331 sections.
14332 * config.in, configure: Regenerated.
14333
8bb2c122
MK
14334 * configure.in: Create "Checks for programs" section, and move
14335 appropriate tests there.
14336
9a156167
MK
143372003-01-01 Mark Kettenis <kettenis@gnu.org>
14338
14339 * configure.in: Create "Checks for libraries" section, and move
14340 appropriate tests there. Cleanup check for wctype in libw. Use
14341 AC_SEARCH_LIBS to see whether we need libsocket.
14342 * configure: Regenerated.
14343
a80e2bcb 14344For older changes see ChangeLog-2002
c906108c
SS
14345\f
14346Local Variables:
14347mode: change-log
14348left-margin: 8
14349fill-column: 74
14350version-control: never
14351End:
This page took 1.130504 seconds and 4 git commands to generate.