2003-06-08 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-06-08 Andrew Cagney <cagney@redhat.com>
2
3 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
4 trad_frame". Update comments.
5 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7 (trad_frame_register_value, trad_frame_prev_register): Update.
8
9 2003-06-08 Andrew Cagney <cagney@redhat.com>
10
11 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
12 from GCC's acinclude.m4.
13 * configure.in: Check for getopt's delcaration.
14 * aclocal.m4, config.in, configure: Re-generate.
15 * main.c (error_init): Delete declaration.
16 * defs.h (error_init): Declare.
17 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
18 (rs6000_convert_from_func_ptr_addr): Make static.
19 (_initialize_rs6000_tdep): Add declaration.
20 * cli/cli-cmds.c (dont_repeat): Delete declaration.
21 (show_commands, set_verbose, show_history): Delete declaration.
22 * top.h (set_verbose): Add declaration.
23 (show_history, set_history, show_commands): Add declaration.
24 (do_restore_instream_cleanup): Add declaration.
25 * objc-lang.c (specialcmp): Make static.
26 (print_object_command): Make static.
27 (find_objc_msgsend): Make static.
28 (find_objc_msgcall_submethod_helper): Make static.
29 (find_objc_msgcall_submethod): Make static.
30 (_initialize_objc_language): Add declaration.
31 (find_implementation_from_class): Make static.
32 (find_implementation): Make static.
33 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
34 * objc-lang.h (lookup_struct_typedef): Add declaration.
35 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
36 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
37 (do_restore_user_call_depth): Make static.
38 (do_restore_instream_cleanup): Delete declaration.
39 (dont_repeat): Delete declaration.
40 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
41 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
42 * reggroups.c (_initialize_reggroup): Add declaration.
43 * cp-support.c (_initialize_cp_support): Add declaration.
44 * cp-abi.c (_initialize_cp_abi): Add declaration.
45 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
46 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
47 (_initialize_gnu_v3_abi): Add declaration.
48 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
49 (_initialize_gnu_v2_abi): Add declaration.
50 * frame-base.c (_initialize_frame_base): Add declaration.
51 * doublest.c (floatformat_from_length): Make static.
52 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
53 * frame.c (create_sentinel_frame): Make static.
54 (_initialize_frame): Add declaration.
55 * top.c (do_catch_errors): Make static.
56 (gdb_rl_operate_and_get_next_completion): Make static.
57 * typeprint.c: Include "typeprint.h".
58 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
59 (sentinel_frame_this_id): Make static.
60 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
61 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
62 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
63 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
64 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
65 * maint.c (maintenance_print_architecture): Make static.
66 * signals/signals.c (_initialize_signals): Add declaration.
67 * std-regs.c (_initialize_frame_reg): Add declaration.
68 * jv-exp.y (push_variable): ISO C definition.
69 (push_qualified_expression_name): Ditto.
70 * memattr.c (_initialize_mem): Add declaration.
71 * remote.c (remote_check_watch_resources): Make static.
72 (remote_stopped_by_watchpoint): Make static.
73 (remote_stopped_data_address): Make static.
74 * d10v-tdep.c (nr_dmap_regs): Make static.
75 (a0_regnum): Make static.
76 (d10v_frame_unwind_cache): Make static.
77 (d10v_frame_p): Make static.
78 * osabi.c (show_osabi): Make static.
79 (_initialize_gdb_osabi): Add extern declaration.
80 * gdbtypes.c (make_qualified_type): Make static.
81 (safe_parse_type): Make static.
82 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
83 * macrotab.c (macro_bcache_free): Make static.
84 * interps.c (interp_set_quiet): Make static.
85 (interpreter_exec_cmd): Make static.
86 * stack.h (select_frame_command): New file.
87 * stack.c: Include "stack.h".
88 (select_frame_command_wrapper): Delete function.
89 (select_frame_command): Make global.
90 * infcall.c: Include "infcall.h".
91 * linespec.c: Include "linespec.h".
92 * symfile.c (sections_overlap): Make static.
93 * cp-support.h (cp_initialize_namespace): ISO C declaration.
94 * charset.c (_initialize_charset): Add missing prototype.
95 * regcache.c (init_legacy_regcache_descr): Make static.
96 (do_regcache_xfree): Make static.
97 (regcache_xfer_part): Make static.
98 (_initialize_regcache): Add missing prototype.
99 * breakpoint.c (parse_breakpoint_sals): Make static.
100 (breakpoint_sals_to_pc): Make static.
101 * interps.h (clear_interpreter_hooks): ISO C declaration.
102 * Makefile.in (stack_h): Define.
103 (stack.o, typeprint.o, mi-main.o): Update dependencies.
104 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
105
106 2003-06-08 Andrew Cagney <cagney@redhat.com>
107
108 * Makefile.in (d10v-tdep.o): Update dependencies.
109 (SFILES): Add trad-frame.c.
110 (trad_frame_h): Define.
111 (COMMON_OBS): Add trad-frame.o.
112 (trad-frame.o): Specify dependencies.
113 * d10v-tdep.c: Include "trad-frame.h".
114 (saved_regs_unwinder): Delete function.
115 (d10v_frame_prev_register): Use trad_frame_prev_register.
116 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
117 trad_frame", delete "regs" and "prev_sp".
118 (prologue_find_regs): Use trad-frame.
119 * trad-frame.h, trad-frame.c: New files.
120
121 2003-06-08 Mark Kettenis <kettenis@gnu.org>
122
123 * dwarf2cfi.c, dwarf2cfi.h: Remove.
124
125 2003-06-07 Adam Fedor <fedor@gnu.org>
126
127 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
128 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
129 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
130 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
131 resolve_msgsend_super, resolve_msgsend_super_stret):
132 Use it.
133
134 2003-06-07 Andrew Cagney <cagney@redhat.com>
135
136 * symfile.h: Re-indent, clean up comments.
137
138 2003-06-07 Andrew Cagney <cagney@redhat.com>
139
140 * inferior.h (deprecated_write_sp): Replace
141 generic_target_write_sp.
142 * regcache.c (deprecated_write_sp): Replace
143 generic_target_write_sp.
144 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
145 * vax-tdep.c (vax_gdbarch_init): Update.
146 * v850-tdep.c (v850_gdbarch_init): Update.
147 * sparc-tdep.c (sparc_gdbarch_init): Update.
148 * sh-tdep.c (sh_gdbarch_init): Update.
149 * s390-tdep.c (s390_gdbarch_init): Update.
150 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
151 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
152 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
153 * mcore-tdep.c (mcore_gdbarch_init): Update.
154 * m68k-tdep.c (m68k_gdbarch_init): Update.
155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
156 * ia64-tdep.c (ia64_gdbarch_init): Update.
157 * h8300-tdep.c (h8300_gdbarch_init): Update.
158 * frv-tdep.c (frv_gdbarch_init): Update.
159 * cris-tdep.c (cris_gdbarch_init): Update.
160 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
161
162 2003-06-07 Andrew Cagney <cagney@redhat.com>
163
164 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
165 Assert that PC_REGNUM is valid.
166 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
167
168 2003-06-07 Andrew Cagney <cagney@redhat.com>
169
170 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
171 * gdbarch.h, gdbarch.c: Regenerate.
172 * mn10300-tdep.c: Include "gdb_assert.h".
173 (mn10300_read_fp): New function.
174 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
175 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
176 * ia64-tdep.c: Include "gdb_assert.h".
177 (ia64_read_fp): New function.
178 (ia64_gdbarch_init): Set deprecated_target_read_fp to
179 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
180 * regcache.c (generic_target_read_sp): Delete function.
181 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
182 * inferior.h (generic_target_read_sp): Delete declaration.
183 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
184 generic_target_read_sp.
185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
186 * sparc-tdep.c (sparc_gdbarch_init): Ditto
187 * sh-tdep.c (sh_gdbarch_init): Ditto.
188 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
189 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
190
191 2003-06-07 Andrew Cagney <cagney@redhat.com>
192
193 * gdbarch.sh: Comment each field of startup_gdbarch.
194 * gdbarch.h, gdbarch.c: Re-generate.
195
196 2003-06-07 Andrew Cagney <cagney@redhat.com>
197
198 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
199 * gdbarch.h, gdbarch.c: Re-generate.
200 * regcache.c: Update comments on read_pc et.al.
201 (generic_target_read_pc): Delete function.
202 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
203 * inferior.h (generic_target_read_pc): Delete declaration.
204 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
205 generic_target_read_pc.
206 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
207 * sh-tdep.c (sh_gdbarch_init): Ditto.
208 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
209 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
210
211 2003-06-07 Andrew Cagney <cagney@redhat.com>
212
213 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
214 "index" with "special_local_sect". Use strcmp instead of STREQ.
215 Append period to coments.
216
217 2003-06-06 Mark Mitchell <mark@codesourcery.com>
218
219 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
220 (elfstab_offset_sections): Likewise.
221 * gdb-stabs.h (stab_section_info): Likewise.
222 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
223 * objfiles.c (objfile_relocate): Likewise.
224 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
225 * remote.c (get_offsets): Likewise.
226 (remote_cisco_objfile_relocate): Likewise.
227 * somread.c (som_symfile_offsets): Likewise.
228 * symfile.c (alloc_section_addr_info): New function.
229 (build_section_addr_info_from_section_tab): Use it.
230 (free_section_addr_info): Adjust.
231 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
232 (syms_from_objfile): Allocate local_addr dynamically.
233 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
234 dynamically.
235 (add_symbol_file_command): Allocate sect_opts dynamically.
236 (reread_symbols): Avoid use of SECT_OFF_MAX.
237 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
238 (alloc_section_addr_info): Declare it.
239 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
240 * win32-nat.c (solib_symbols_add): Allocate section_addrs
241 dynamically.
242 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
243
244 2003-06-06 Andrew Cagney <cagney@redhat.com>
245
246 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
247 (d10v_frame_unwind_cache): Do not set "return_pc".
248
249 2003-06-06 Michael Snyder <msnyder@redhat.com>
250
251 * h8300-tdep.c: Make tidy (long lines).
252
253 2003-06-06 Michal Ludvig <mludvig@suse.cz>
254
255 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
256 to regcache_collect().
257
258 2003-06-05 J. Brobecker <brobecker@gnat.com>
259
260 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
261 pc_in_sigtramp multiarch method.
262 (hppa_hpux_som_init_abi): Use it.
263 (hppa_hpux_elf_init_abi): Likewise.
264 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
265 macro has been multiarched.
266 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
267 macro here, as hppa64 isn't multiarched yet.
268
269 2003-06-05 Andrew Cagney <cagney@redhat.com>
270
271 * Makefile.in (value_h): Add $(frame_h).
272 * value.h: Include "frame.h".
273 (struct value): Replace "frame_addr" with "frame_id".
274 (VALUE_FRAME_ID): Replace VALUE_FRAME.
275 * values.c (allocate_value): Use VALUE_FRAME_ID.
276 (value_copy): Use VALUE_FRAME_ID.
277 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
278 * valops.c (value_assign): Update. Use frame_find_by_id.
279
280 2003-06-05 Michal Ludvig <mludvig@suse.cz>
281
282 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
283 in each pass.
284
285 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
286
287 * thread-db.c (check_event): For create/death event breakpoints,
288 loop through all messages to ensure that we read the message
289 corresponding to the breakpoint we are at.
290
291 2003-06-04 Michael Snyder <msnyder@redhat.com>
292
293 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
294
295 2003-06-04 Mark Kettenis <kettenis@gnu.org>
296
297 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
298 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
299 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
300 when handling .eh_frame sections.
301
302 2003-06-04 J. Brobecker <brobecker@gnat.com>
303
304 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
305 prepare_to_proceed procedure instead of the hppa-specific one.
306 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
307
308 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
309
310 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
311 * config.in: Regenerated.
312 * configure.in: Add test for syscall function and check for
313 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
314 * configure: Regenerated.
315 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
316 <sys/syscall.h>.
317 (kill_lwp): New function that uses tkill syscall or
318 uses kill, depending on whether threading model is nptl or not.
319 All callers of kill() changed to use kill_lwp().
320 (lin_lwp_wait): Make special check when WIFEXITED occurs to
321 see if all threads have already exited in the nptl model.
322 (stop_and_resume_callback): New callback function used by the
323 lin_lwp_wait thread exit handling code.
324 (stop_wait_callback): Check for threads already having exited and
325 delete such threads fromt the lwp list when discovered.
326 (stop_callback): Don't assert retcode of kill call.
327
328 Roland McGrath <roland@redhat.com>
329 * i386-linux-nat.c (ps_get_thread_area): New function needed by
330 nptl libthread_db.
331
332 2003-06-03 Richard Henderson <rth@redhat.com>
333
334 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
335 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
336 (alpha_sigtramp_frame_prev_register): Likewise.
337 (alpha_heuristic_frame_prev_register): Likewise.
338 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
339
340 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
341 alpha-specific register id names.
342 (alpha_mdebug_frame_unwind_cache): Likewise.
343 (alpha_mdebug_frame_prev_register): Likewise.
344
345 2003-06-03 Richard Henderson <rth@redhat.com>
346
347 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
348 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
349 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
350 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
351 unwind routines.
352 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
353 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
354 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
355
356 * alpha-linux-tdep.c: Remove unnecessary includes.
357 * Makefile.in (alpha-linux-tdep.o): Update.
358
359 2003-06-03 Richard Henderson <rth@redhat.com>
360
361 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
362 (alphabsd_fill_fpreg): Likewise.
363
364 2003-06-03 J. Brobecker <brobecker@gnat.com>
365
366 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
367 references to struct frame_info fields by calls to the equivalent
368 accessors. Necessary now that frame_info is opaque.
369
370 2003-06-03 J. Brobecker <brobecker@gnat.com>
371
372 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
373 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
374 structure, field no longer exists.
375
376 2003-06-03 J. Brobecker <brobecker@gnat.com>
377
378 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
379 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
380
381 2003-06-03 J. Brobecker <brobecker@gnat.com>
382
383 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
384 references to struct frame_info fields by calls to the equivalent
385 accessors. Necessary now that frame_info is opaque.
386
387 2003-06-03 J. Brobecker <brobecker@gnat.com>
388
389 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
390 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
391 structure, field no longer exists.
392
393 2003-06-03 Theodore A. Roth <troth@openavr.org>
394
395 * remote.c (init_remote_state): Compute sizeof_g_packet by
396 accumulation of the size of all registers instead of blindly using
397 DEPRECATED_REGISTER_BYTES.
398
399 2003-06-03 Michael Snyder <msnyder@redhat.com>
400
401 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
402 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
403 for h8300sx.
404
405 2003-06-03 J. Brobecker <brobecker@gnat.com>
406
407 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
408 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
409
410 2003-06-03 Andrew Cagney <cagney@redhat.com>
411
412 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
413 (sparc_convert_to_raw): Delete function.
414 (sparc_gdbarch_init): Do not set register_convert_to_raw or
415 register_convert_to_virtual.
416
417 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
418
419 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
420 layer if not dealing with a statically-linked threaded program.
421
422 2003-06-03 Kris Warkentin <kewarken@qnx.com>
423
424 * solib.c (solib_open): Update comment to reflect actual search order.
425
426 2003-06-03 Andrew Cagney <cagney@redhat.com>
427
428 * frame.c (get_frame_memory_signed): New function.
429 (get_frame_memory, get_frame_memory_unsigned): New function.
430 (get_frame_arch): New function.
431 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
432 (get_frame_memory, get_frame_unsigned_memory): Declare.
433 * d10v-tdep.c (d10v_frame_unwind_cache): Use
434 get_frame_memory_unsigned and get_frame_arch.
435 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
436
437 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
438
439 * MAINTAINERS (write after approval): Add myself.
440
441 2003-06-03 Jim Blandy <jimb@redhat.com>
442
443 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
444 elements of gregset_t are 64 bits each, but access registers
445 are still 32 bits, so they're packed two per gregset_t
446 element. Unpack/pack them properly.
447
448 2003-06-02 David Carlton <carlton@bactrian.org>
449
450 * linespec.c (find_methods): Break out code into
451 add_matching_methods and add_constructors.
452 (add_matching_methods): New.
453 (add_constructors): Ditto.
454
455 2003-06-02 Andrew Cagney <cagney@redhat.com>
456
457 * sparc-tdep.c (sparc_print_registers): Delete call to
458 REGISTER_CONVERTIBLE.
459 (sparc_gdbarch_init): Do not set register_convertible.
460 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
461 * frv-tdep.c (frv_gdbarch_init): Ditto.
462 * cris-tdep.c (cris_gdbarch_init): Ditto.
463
464 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
465
466 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
467 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
468 (syms_from_objfile): Ditto.
469
470 2003-06-03 Andreas Schwab <schwab@suse.de>
471
472 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
473 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
474
475 2003-06-02 Richard Henderson <rth@redhat.com>
476
477 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
478 a member of all_reggroup.
479
480 2003-06-02 Richard Henderson <rth@redhat.com>
481
482 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
483 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
484 (alpha_lds, alpha_sts): New.
485 (alpha_convert_register_p): Change from _register_convertible.
486 (alpha_register_to_value): Change from _convert_to_virtual;
487 restructure and fail for type sizes other than 4 or 8.
488 (alpha_value_to_register): Similarly.
489 (alpha_extract_return_value): Use alpha_sts.
490 (alpha_store_return_value): Use alpha_lds.
491 (alpha_gdbarch_init): Update hooks.
492
493 2003-06-02 Richard Henderson <rth@redhat.com>
494
495 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
496 regnum identifiers.
497 (alpha_sigtramp_register_address): Likewise.
498
499 2003-06-02 Richard Henderson <rth@redhat.com>
500
501 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
502 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
503 * alpha-tdep.h: Declare them.
504
505 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
506 Remove zerobuf. Don't error on UNIQUE.
507 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
508 (ALPHA_REGSET_UNIQUE): Provide default.
509 (supply_gregset): Use alpha_supply_int_regs.
510 (fill_gregset): Use alpha_fill_int_regs.
511 (supply_fpregset): Use alpha_supply_fp_regs.
512 (fill_fpregset): Use alpha_fill_fp_regs.
513 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
514 (alphabsd_supply_reg): Use alpha_supply_int_regs.
515 (alphabsd_fill_reg): Use alpha_fill_int_regs.
516 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
517 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
518 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
519
520 2003-06-02 Richard Henderson <rth@redhat.com>
521
522 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
523
524 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
525 (alpha_store_return_value): Likewise.
526
527 2003-06-02 David Carlton <carlton@math.stanford.edu>
528
529 * block.c (contained_in): Add 'const' to arguments.
530 (block_function): Ditto.
531 * block.h: Update declarations for block_function and
532 contained_in.
533
534 2003-06-02 David Carlton <carlton@math.stanford.edu>
535
536 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
537 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
538 * p-valprint.c (pascal_val_print): Ditto.
539 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
540
541 2003-06-02 Richard Henderson <rth@redhat.com>
542
543 * alpha-tdep.c (alpha_push_dummy_call): Use
544 builtin_type_ieee_double_little instead of builtin_type_double.
545
546 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
547 sign-extension of 32-bit values.
548 (alpha_store_return_value): Similarly.
549
550 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
551 (alpha_extract_return_value): Likewise.
552 (alpha_store_return_value): Likewise.
553
554 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
555 (alpha_store_return_value): Error on IEEE Quad floats.
556
557 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
558 (alpha_extract_struct_value_address): Likewise.
559 (alpha_store_return_value): Likewise.
560 (alpha_store_struct_return): Remove.
561 (alpha_gdbarch_init): Update hook registration to match.
562
563 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
564 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
565 macros where appropriate.
566 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
567 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
568
569 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
570 for SP, GP; void_func_ptr for PC; non-language-specific types
571 for all others.
572 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
573
574 2003-06-02 Richard Henderson <rth@redhat.com>
575
576 * top.h (lim_at_start): Declare.
577 * main.c (captured_main): Set it.
578 * top.c (lim_at_start): Define.
579 (command_loop): Use it instead of &environ.
580 * event-top.c (command_handler): Likewise.
581
582 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
583
584 * mipsnbsd-tdep.c: Update copyright years.
585 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
586
587 2003-06-01 Richard Henderson <rth@redhat.com>
588
589 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
590 (alpha-linux-tdep.o): Update dependencies.
591 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
592 * alpha-mdebug-tdep.c: Remove unneeded includes.
593
594 2003-06-01 Richard Henderson <rth@redhat.com>
595
596 * alpha-tdep.c (alpha_register_reggroup_p): New.
597 (alpha_gdbarch_init): Register it.
598
599 2003-06-02 Andrew Cagney <cagney@redhat.com>
600
601 * dwarfread.c: Eliminate "register"
602 (decode_die_type): Eliminate assignment within "if".
603 (struct_type, decode_array_element_type): Ditto.
604 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
605 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
606 (decode_modified_type, completedieinfo): Ditto.
607 * block.c: Eliminate "register".
608 (blockvector_for_pc_sect): Eliminate assignment within "if".
609 * cp-support.h (struct symbol): Opaque declaration.
610 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
611
612 2003-06-01 Richard Henderson <rth@redhat.com>
613
614 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
615 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
616
617 2003-06-01 Adam Fedor <fedor@gnu.org>
618
619 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
620 * gdbarch.[ch]: Regenerate.
621 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
622 (hppa_gdbarch_init): Set it in the gdbarch vector.
623 * i386-tdep.c (i386_fetch_pointer_argument): New
624 (i386_gdbarch_init): Set it into gdbarch.
625 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
626 (rs6000_gdbarch_init): Set it in gdbarch.
627 * sparc-tdep.c (sparc_fetch_pointer_argument): New
628 (sparc_gdbarch_init): Set it in gdbarch.
629
630 2003-06-01 Andrew Cagney <cagney@redhat.com>
631
632 * defs.h (extract_address): Delete declaration.
633 * findvar.c (extract_address): Delete function.
634 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
635 extract_address with the inline equivalent,
636 extract_unsigned_integer.
637 (xstormy16_extract_struct_value_address): Ditto.
638 (xstormy16_pointer_to_address): Ditto.
639 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
640 * v850-tdep.c (v850_push_arguments): Ditto.
641 (v850_extract_return_value): Ditto.
642 (v850_extract_struct_value_address): Ditto.
643 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
644 (sparcnbsd_get_longjmp_target_64): Ditto.
645 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
646 (get_longjmp_target): Ditto.
647 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
648 (sh64_extract_struct_value_address): Ditto.
649 (sh_push_arguments): Ditto.
650 (sh64_push_arguments): Ditto.
651 * remote-vxsparc.c (vx_read_register): Ditto.
652 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
653 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
654 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
655 * mipsv4-nat.c (get_longjmp_target): Ditto.
656 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
657 * mips-nat.c (get_longjmp_target): Ditto.
658 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
659 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
660 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
661 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
662 * irix5-nat.c (get_longjmp_target): Ditto.
663 * irix4-nat.c (get_longjmp_target): Ditto.
664 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
665 (ia64_push_arguments): Ditto.
666 * hpux-thread.c (hpux_thread_store_registers): Ditto.
667 * h8300-tdep.c (h8300_push_arguments): Ditto.
668 (h8300_store_return_value): Ditto.
669 (h8300_extract_struct_value_address): Ditto.
670 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
671 (frv_push_arguments): Ditto.
672 * avr-tdep.c (avr_pointer_to_address): Ditto.
673 (avr_push_arguments): Ditto.
674 * arm-tdep.c (arm_push_dummy_call): Ditto.
675 (arm_get_longjmp_target): Ditto.
676 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
677 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
678 (alpha_get_longjmp_target): Ditto.
679
680 * solib-irix.c (extract_mips_address): Inline extract_address,
681 replacing it with extract_signed_integer.
682 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
683 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
684 (first_link_map_member, open_symbol_file_object): Ditto.
685 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
686 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
687 (LM_NEXT, LM_NAME): Ditto.
688
689 2003-06-01 Richard Henderson <rth@redhat.com>
690
691 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
692 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
693 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
694 (alpha_cannot_store_register): Likewise.
695 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
696 * alpha-nat.c (supply_gregset): Likewise.
697 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
698
699 2003-06-01 Andrew Cagney <cagney@redhat.com>
700
701 * infcall.c (call_function_by_hand): Update comment on
702 DEPRECATED_DUMMY_WRITE_SP.
703
704 * mips-tdep.c (mips_gdbarch_init): Do not set
705 deprecated_dummy_write_sp.
706 (mips_eabi_push_dummy_call): Set the SP register.
707 (mips_o64_push_dummy_call): Set the SP register.
708 (mips_o32_push_dummy_call): Set the SP register.
709 (mips_n32n64_push_dummy_call): Set the SP register.
710
711 2003-06-01 Richard Henderson <rth@redhat.com>
712
713 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
714 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
715 (supply_gregset): Likewise.
716 * alpha-tdep.c (alpha_store_return_value): Likewise.
717 (alpha_get_longjmp_target): Likewise.
718 (alpha_register_name): Constify array.
719 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
720 deprecated_register_size, deprecated_register_bytes,
721 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
722 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
723 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
724
725 2003-06-01 Richard Henderson <rth@redhat.com>
726
727 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
728 from arg_reg_buffer to regcache to avoid double conversion.
729
730 2003-06-01 Mark Kettenis <kettenis@gnu.org>
731
732 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
733 SP_REGNUM.
734 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
735 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
736
737 2003-06-01 Richard Henderson <rth@redhat.com>
738
739 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
740 (decode_frame_entry): Set it. Skip FDE augmentation.
741
742 2003-06-01 Richard Henderson <rth@redhat.com>
743
744 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
745 not overlapping PC_REGNUM.
746
747 2003-06-01 Richard Henderson <rth@redhat.com>
748
749 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
750 alpha_push_arguments. Don't dump argument register data to
751 the target stack. Fix float and 128-bit long double semantics.
752 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
753 (alpha_fix_call_dummy): Remove.
754 (alpha_call_dummy_words): Remove.
755 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
756
757 2003-06-01 Richard Henderson <rth@redhat.com>
758
759 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
760
761 2003-06-01 Andrew Cagney <cagney@redhat.com>
762
763 * mips-tdep.c (is_mips16_addr): New function.
764 (make_mips16_addr, unmake_mips16_addr): New functions.
765 (pc_is_mips16, mips_fetch_instruction): Use.
766 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
767 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
768 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
769 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
770 TARGET_MIPS.
771 * config/mips/tm-mips.h: Update copyright.
772 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
773 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
774 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
775 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
776 (TM_PRINT_INSN_MACH): Delete.
777 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
778
779 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
780 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
781 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
782 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
783 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
784 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
785 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
786 mips*-*-riscos* and mips*-*-sysv* onto mips.
787 * config/mips/mips64.mt: New file.
788 * config/mips/mips.mt: New file.
789 * config/mips/littlemips.mt: Delete file.
790 * config/mips/decstation.mt: Delete file.
791 * config/mips/vr4300el.mt: Delete file.
792 * config/mips/vr5000el.mt: Delete file.
793 * config/mips/vr5000.mt: Delete file.
794 * config/mips/vr4100.mt: Delete file.
795 * config/mips/vr4xxxel.mt: Delete file.
796 * config/mips/vr4300.mt: Delete file.
797 * config/mips/vr4xxx.mt: Delete file.
798 * config/mips/bigmips.mt: Delete file.
799 * config/mips/bigmips64.mt: Delete file.
800 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
801 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
802 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
803 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
804 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
805 "tm-bigmips.h".
806 * config/mips/tm-irix3.h: Ditto.
807 * config/mips/tm-mipsv4.h: Ditto.
808 * config/mips/tm-embed.h: Ditto.
809 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
810 "tm-bigmips64.h".
811 * config/mips/tm-vr5000el.h: Delete file.
812 * config/mips/tm-tx39l.h: Delete file.
813 * config/mips/tm-vr4300el.h: Delete file.
814 * config/mips/tm-vr4xxxel.h: Delete file.
815 * config/mips/tm-vr4300.h: Delete file.
816 * config/mips/tm-vr4100.h: Delete file.
817 * config/mips/tm-vr4xxx.h: Delete file.
818 * config/mips/tm-vr5000.h: Delete file.
819 * config/mips/tm-embedl64.h: Delete file.
820 * config/mips/tm-embedl.h: Delete file.
821 * config/mips/tm-embed64.h: Delete file.
822 * config/mips/tm-bigmips64.h: Delete file.
823 * config/mips/tm-bigmips.h: Delete file.
824
825 2003-06-01 Mark Kettenis <kettenis@gnu.org>
826
827 Fix gdb/1216.
828 * shnbsd-nat.c: Include "sh-tdep.h".
829
830 From Richard Henderson <rth@redhat.com>:
831 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
832
833 2003-05-31 Andrew Cagney <cagney@redhat.com>
834
835 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
836 forward declaration.
837 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
838 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
839 (mips_find_saved_regs): Use set_reg_offset.
840 (mips_frame_init_saved_regs): Delete function.
841 (mips_pop_frame): Call mips_find_saved_regs instead of
842 DEPRECATED_FRAME_INIT_SAVED_REGS.
843
844 2003-05-31 Andrew Cagney <cagney@redhat.com>
845
846 * mips-tdep.c (mips_gdbarch_init): Do not set
847 deprecated_max_register_raw_size, register_virtual_size, and
848 deprecated_max_register_virtual_size.
849
850 2003-05-31 Mark Kettenis <kettenis@gnu.org>
851
852 * i386-tdep.c: Include "dwarf2-frame.h".
853 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
854 * Makefile.in (i386-tdep.o): Update dependencies.
855
856 * dwarf2-frame.c, dwarf2-frame.h: New files.
857 * Makefile.in (SFILES): Add dwarf2-frame.c.
858 (dwarf2_frame_h): Define.
859 (COMMON_OBS): Add dwarf2-frame.o.
860 (dwarf2-frame.o): Add dependencies.
861
862 2003-05-31 Andreas Jaeger <aj@suse.de>
863
864 * x86-64-linux-nat.c: Fix comment.
865
866 2003-05-31 Mark Kettenis <kettenis@gnu.org>
867
868 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
869 function signature.
870
871 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
872 have a sigcontext_addr handler.
873 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
874 sigcontext_addr handler.
875
876 2003-05-31 Andrew Cagney <cagney@redhat.com>
877
878 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
879 (print_fp_register_row): Replace do_fp_register_row.
880 (mips_print_fp_register): Add "file" and "frame" parameters.
881 (mips_print_register): Add "file" and "frame" parameters.
882 (mips_print_registers_info): Replace mips_do_registers_info.
883 (mips_gdbarch_init): Set print_registers_info instead of
884 deprecated_do_registers_info.
885 (mips_read_fp_register_single): Add "frame" parameter.
886 (mips_read_fp_register_double): Add "frame" parameter.
887
888 2003-05-31 Mark Kettenis <kettenis@gnu.org>
889
890 * i386-tdep.c (i386_register_name): Check for MMX registers first.
891 Fixes a bug where GDB would print the wrong register names for
892 targets without SSE.
893
894 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
895 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
896 registers.
897
898 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
899 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
900 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
901 TDEP->sc_sp_offset.
902
903 From Michal Ludvig <mludvig@suse.cz>:
904 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
905 and `sc_num_regs'.
906 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
907 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
908 I386_ST0_REGNUM): Move here from...
909 * i386-tdep.c: ... here.
910 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
911 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
912 registers if possible.
913 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
914 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
915 Remove variables.
916 (i386bsd_sc_reg_offset): New variable.
917 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
918 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
919 TDEP->sc_sp_offset.
920 (i386fbsd_sc_reg_offset): New variable.
921 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
922 TDEP->sc_num_regs.
923 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
924 variables.
925 (i386fbsd4_sc_reg_offset): New variable.
926 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
927 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
928 TDEP->sc_sp_offset.
929 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
930 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
931 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
932 Remove variables.
933 (i386nbsd_sc_reg_offset): New variable.
934 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
935 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
936 TDEP->sc_sp_offset.
937 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
938 Remove variables.
939 (i386obsd_sc_reg_offset): New variable.
940 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
941 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
942 TDEP->sc_sp_offset.
943 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
944 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
945 for frame pointer offset in `struct sigcontext'.
946
947 2003-05-31 Andrew Cagney <cagney@redhat.com>
948
949 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
950 architecture methods call_dummy_words, sizeof_call_dummy_words,
951 push_return_address, store_struct_return, and fix_call_dummy. Set
952 push_dummy_call instead of deprecated_push_arguments.
953 (mips_store_struct_return): Delete function.
954 (mips_fix_call_dummy): Delete function.
955 (mips_push_return_address): Delete function.
956 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
957 RA_REGNUM and T9_REGNUM.
958 (mips_n32n64_push_dummy_call): Ditto for
959 mips_n32n64_push_arguments.
960 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
961 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
962
963 2003-05-31 Andrew Cagney <cagney@redhat.com>
964
965 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
966 "dummy_addr" to "bp_addr".
967 * infcall.c (call_function_by_hand): Pass "funaddr" to
968 gdbarch_push_dummy_call.
969 * gdbarch.h, gdbarch.c: Re-generate.
970 * i386-tdep.c (i386_push_dummy_call): Update.
971 * arm-tdep.c (arm_push_dummy_call): Update.
972 * d10v-tdep.c (d10v_push_dummy_call): Update.
973
974 2003-05-31 Mark Kettenis <kettenis@gnu.org>
975
976 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
977 variable declarations.
978 (x86_64_register_number, x86_64_register_name): Remove prototypes.
979 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
980 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
981 x86_64_init_frame_pc, x86_64_init_frame_pc,
982 x86_64_function_has_prologue): Remove prototypes.
983 (X86_64_NUM_GREGS): New define.
984 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
985 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
986 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
987 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
988 XMM1_REGNUM): Remove defines.
989 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
990 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
991 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
992 X86_64_XMM1_REGNUM): New defines.
993 (struct x86_64_register_info): Renamed from `struct
994 register_info'. Remove `size' member.
995 (x86_64_register_info_table): Remove variable.
996 (x86_64_register_info): New variable.
997 (X86_64_NUM_REGS): New define.
998 (X86_64_NUM_GREGS): Remove define.
999 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
1000 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
1001 Remove variables.
1002 (x86_54_dwarf2_reg_to_regnum): Remove function.
1003 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
1004 (x86_64_dwarf_reg_to_regnum): New function.
1005 (x86_64_register_name): Rewrite.
1006 (x86_64_register_raw_size): Remove function.
1007 (x86_64_register_byte_table): Remove variable.
1008 (x86_64_register_byte): Remove function.
1009 (x86_64_register_virtual_type): Remove function.
1010 (x86_64_register_type): New function.
1011 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
1012 x86_64_register_convert_to_raw): Remove functions.
1013 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
1014 (x86_64_use_struct_convention): Make static. Adjust for renamed
1015 defines.
1016 (x86_64_frame_init_saved_regs): Remove function.
1017 (x86_64_push_arguments): Make static. Change to accept a regcache
1018 as argument.
1019 (x86_64_store_return_value, x86_64_extract_return_value): Make
1020 static. Rewrite based on i386 counterparts.
1021 (x86_64_push_dummy_call): New function.
1022 (X86_64_NUM_SAVED_REGS): New define.
1023 (x86_64_register_number): Remove function.
1024 (x86_64_store_struct_return): Remove function.
1025 (x86_64_frameless_function_invocation,
1026 x86_64_function_has_prologue): Remove functions.
1027 (PROLOG_BUFSIZE): Remove define.
1028 (struct x86_64_frame_cache): New structure.
1029 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
1030 x86_64_frame_cache, x86_64_frame_this_id,
1031 x86_64_frame_prev_register, x86_64_frame_p,
1032 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
1033 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
1034 functions.
1035 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
1036 variables.
1037 (x86_64_skip_prologue): Rewrite in terms of
1038 x86_64_analyze_prologue.
1039 (x86_64_frame_base_address): New function.
1040 (x86_64_frame_base): New variable.
1041 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
1042 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
1043 set deprecated_fp_regnum, deprecated_register_size,
1044 deprecated_register_bytes, register_raw_size, register_byte,
1045 register_virtual_type, register_convertiable,
1046 register_convert_to_virtual, convert_to_raw,
1047 deprecated_get_saved_register, deprecated_target_read_fp,
1048 deprecated_push_arguments, deprecated_push_return_address,
1049 deprecated_pop_frame, deprecated_store_struct_return,
1050 deprecated_frame_init_saved_regs, deprecated_frame_chain,
1051 frameless_function_invocation, deprecated_frame_saved_pc,
1052 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
1053 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
1054 deprecated_init_frame_pc and virtual_frame_pointer. Call
1055 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
1056 and x86_64_frame_p. Call frame_base_set_default to register
1057 x86_64_frame_base.
1058 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
1059 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
1060 (_initialize_x86_64_tdep): Remove function.
1061 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
1062 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
1063 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
1064 define.
1065 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
1066 (x86_64_linux_sigcontext_addr): Rewrite.
1067 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
1068 x86_64_linux_frame_saved_pc): Remove functions.
1069 (x86_64_linux_pc_in_sigtramp): Renamed from
1070 x86_64_linux_in_sigtramp. Try harder to recognize a signal
1071 trampoline.
1072 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
1073 Remove_functions.
1074 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
1075 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1076 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
1077 (x86_64_regmap): Rename to regmap.
1078 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
1079 x86_64_num_gregs.
1080 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
1081 x86_64_regmap.
1082 (x86_64_fxsave_offset): Remove function.
1083 (supply_fpregset): Simply call x86_64_supply_fxsave.
1084 (fill_fpregset): Simply call x86_64_fill_fxsave.
1085 (fetch_inferior_registers, store_inferior_registers): Avoid
1086 asignment in if-statement.
1087 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
1088 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
1089 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
1090 (fetch_core_registers): Remove function.
1091 (linux_elf_core_fns): Remove.
1092 (offsetoff): Don't define.
1093 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
1094 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
1095 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
1096 add core-regset.o.
1097 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
1098 protection against multiple includes instead of NM_X86_64_h. Add
1099 various comments. Include "config/nm-linux.h". Don't include
1100 <signal.h>.
1101 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
1102 GET_THREAD_SIGNALS): Remove defines.
1103 (x86_64_register_u_addr, kernel_u_size,
1104 lin_thread_get_thread_signals): Remove prototypes.
1105 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
1106 [HAVE_LINK_H]: Don't include "solib.h".
1107 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
1108 * config/i386/tm-x86-64linux.h: Fix comments.
1109 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
1110 x86-64-tdep.o): Update dependencies.
1111
1112 2003-05-30 Andrew Cagney <cagney@redhat.com>
1113
1114 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
1115 Change parameter type to a "struct regcache *".
1116
1117 * gdbarch.sh: Regardless of the multi-arch level, always define
1118 the macro when not already defined.
1119 * gdbarch.h, gdbarch.c: Re-generate.
1120
1121 2003-05-30 Richard Henderson <rth@redhat.com>
1122
1123 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
1124 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
1125 (alpha_mdebug_frame_this_id): Likewise.
1126 (alpha_mdebug_frame_prev_register): Likewise.
1127 (alpha_mdebug_frame_base_address): Likewise.
1128 (alpha_mdebug_frame_locals_address): Likewise.
1129 (alpha_mdebug_frame_args_address): Likewise.
1130 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
1131 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
1132 (alpha_heuristic_frame_unwind_cache): Make static; add missing
1133 loop increment.
1134 (alpha_heuristic_frame_this_id): Make static.
1135 (alpha_heuristic_frame_prev_register): Likewise.
1136 (alpha_heuristic_frame_base_address): Likewise.
1137 * alpha-tdep.h: Update.
1138
1139 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1140
1141 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
1142 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
1143 defenitions.
1144 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
1145 * i386-tdep.c: Mark functions that are 64-bit safe as such.
1146 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1147 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1148 I386_ST0_REGNUM): New defines.
1149 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
1150 codestream_get): Remove define.
1151 (codestream_next_addr, condestream_addr, condestream_buf,
1152 codestream_off, codestream_cnt): Remove variables.
1153 (codestream_fill, codestream_seek, codestream_read): Remove
1154 functions.
1155 (i386_follow_jump): Rewrite to avoid usage of removed codestream
1156 functionality.
1157 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
1158 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
1159 i386_frame_saved_pc, i386_saved_pc_after_call,
1160 i386_frame_num_args, i386_frame_init_saved_regs,
1161 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
1162 i386_push_arguments): Remove functions.
1163 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
1164 functionality. Use i386_analyze_prologue instead of
1165 i386_get_frame_setup.
1166 (I386_NUM_SAVED_REGS): New define.
1167 (struct i386_frame_cache): New structure.
1168 (i386_alloc_frame_cache, i386_analyze_struct_return,
1169 i386_skip_probe, i386_analyze_frame_setup,
1170 i386_analyze_register_saves, i386_analyze_prologue,
1171 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
1172 i386_frame_prev_register, i386_sigtramp_frame_cache,
1173 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
1174 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
1175 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
1176 New functions.
1177 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
1178 New variables.
1179 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
1180 I386_EAX_REGNUM and I386_EDX_REGNUM.
1181 (i386_extract_return_value, i386_store_return_value): Use
1182 I386_ST0_REGNUM where appropriate.
1183 (i386_extract_struct_value_address): Rewrite to use extract_address.
1184 (i386_svr4_pc_in_sigtramp): Add comment.
1185 (i386_svr4_sigcontext_addr): Rewrite.
1186 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
1187 TDEP->sc_sp_offset.
1188 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
1189 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
1190 of new defines. Set push_dummy_call, don't set
1191 deprecated_push_arguments, deprecated_push_return_address,
1192 deprecated_pop_frame. Don't set parm_boundary. Don't set
1193 deprecated_frame_chain, deprecated_frame_saved_pc,
1194 deprecated_saved_pc_after_call. Set unwind_dummy_id,
1195 save_dummy_frame_tos, unwind_pc. Call
1196 frame_unwind_append_predicate and frame_base_set_default. Don't
1197 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
1198 Don't set frameless_function_invocation. Don't set
1199 deprecated_register_bytes, deprecated_register_size,
1200 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
1201 * i386-linux-tdep.c: Fix formatting in some comments.
1202 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
1203 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
1204 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
1205 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
1206 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
1207 redundant parentheses.
1208 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
1209 (i386_linux_sigcontext_addr): Use it. Rewrite.
1210 (find_minsym_and_objfile): Change name of second argument.
1211 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
1212 changed. Use frame_pc_unwind instead of
1213 DEPRECATED_SAVED_PC_AFTER_CALL.
1214 (i386_linux_init_abi): Don't set deprecated_register_bytes.
1215 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
1216 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
1217 unwinder.
1218 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
1219 "dummy-frame.h".
1220 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
1221 (_initialize_i386_cygwin_tdep): New prototype.
1222 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
1223 deprecated_frame_chain_valid.
1224 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
1225 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1226 Rely on the SVR4 defaults.
1227 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
1228 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
1229
1230 2003-05-30 Andrew Cagney <cagney@redhat.com>
1231
1232 * infcall.c (call_function_by_hand): Always call
1233 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
1234
1235 2003-05-30 Richard Henderson <rth@redhat.com>
1236
1237 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
1238 increment.
1239
1240 2003-05-29 Jim Blandy <jimb@redhat.com>
1241
1242 Use gdbarch methods for solib stuff on PowerPC Linux.
1243 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
1244 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
1245 show through.
1246 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1247 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
1248 giving the same effect as the #definitions above.
1249
1250 2003-05-29 Adam Fedor <fedor@gnu.org>
1251
1252 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
1253 (find_implementation_from_class): Replace it with the standard
1254 case i.e. do nothing.
1255
1256 2003-05-29 Richard Henderson <rth@redhat.com>
1257
1258 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
1259 (alpha_linux_sigtramp_offset): Use it. Make static.
1260 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
1261 update for new frame model.
1262 * alpha-mdebug-tdep.c: New file.
1263 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
1264 (alpha_osf1_init_abi): Install it.
1265 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
1266 (linked_proc_desc_table): Remove.
1267 (alpha_frame_past_sigtramp_frame): Remove.
1268 (alpha_dynamic_sigtramp_offset): Remove.
1269 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
1270 (alpha_proc_desc_is_dyn_sigtramp): Remove.
1271 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
1272 (push_sigtramp_desc): Remove.
1273 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
1274 (alpha_cannot_store_register): Likewise.
1275 (alpha_sigcontext_addr): Remove.
1276 (alpha_find_saved_regs): Remove.
1277 (alpha_frame_init_saved_regs): Remove.
1278 (alpha_init_frame_pc_first): Remove.
1279 (read_next_frame_reg): Remove.
1280 (alpha_frame_saved_pc): Remove.
1281 (alpha_saved_pc_after_call): Remove.
1282 (temp_proc_desc, temp_saved_regs): Remove.
1283 (alpha_about_to_return): Remove.
1284 (cached_proc_desc): Remove.
1285 (alpha_frame_chain): Remove.
1286 (alpha_print_extra_frame_info): Remove.
1287 (alpha_init_extra_frame_info): Remove.
1288 (alpha_frame_locals_address): Remove.
1289 (alpha_frame_args_address): Remove.
1290 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
1291 (alpha_push_dummy_frame): Remove.
1292 (alpha_pop_frame): Remove.
1293 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
1294 (alpha_read_insn): New.
1295 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
1296 for different insn encodings.
1297 (alpha_in_lenient_prologue): Remove.
1298 (struct alpha_sigtramp_unwind_cache): New.
1299 (alpha_sigtramp_frame_unwind_cache): New.
1300 (alpha_sigtramp_register_address): New.
1301 (alpha_sigtramp_frame_this_id): New.
1302 (alpha_sigtramp_frame_prev_register): New.
1303 (alpha_sigtramp_frame_unwind): New.
1304 (alpha_sigtramp_frame_p): New.
1305 (struct alpha_heuristic_unwind_cache): New.
1306 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
1307 don't count nop insns that occur between functions.
1308 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
1309 heuristic_proc_desc, but without the mdebug wrapping.
1310 (alpha_heuristic_frame_this_id): New.
1311 (alpha_heuristic_frame_prev_register): New.
1312 (alpha_heuristic_frame_unwind): New.
1313 (alpha_heuristic_frame_p): New.
1314 (alpha_heuristic_frame_base_address): New.
1315 (alpha_heuristic_frame_base): New.
1316 (alpha_unwind_dummy_id): New.
1317 (alpha_unwind_pc): New.
1318 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
1319 frame related deprecated initializations; install replacements.
1320 (alpha_dump_tdep): Remove.
1321 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
1322 (alpha_read_insn, alpha_after_prologue,
1323 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
1324 alpha_heuristic_frame_prev_register,
1325 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
1326 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1327 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
1328 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
1329
1330 2003-05-29 Andrew Cagney <cagney@redhat.com>
1331
1332 * gdb_assert.h (gdb_assert_fail): Provide different definitions
1333 dependant on the availability of ASSERT_FUNCTION.
1334 (ASSERT_FUNCTION): Do not define when there is no function name.
1335
1336 2003-05-29 Kevin Buettner <kevinb@redhat.com>
1337
1338 From Jimi X <jimix@watson.ibm.com>:
1339 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
1340
1341 2003-05-28 Jim Blandy <jimb@redhat.com>
1342
1343 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
1344 argument to ptrace to int; the system headers should give it the
1345 right type, and pointers don't fit in ints on powerpc64-*-*.
1346
1347 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
1350 DW_TAG_catch_block.
1351
1352 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1353
1354 * stabsread.c (dbx_lookup_type): Make static.
1355 (read_type): Ditto.
1356 (add_undefined_type): Ditto.
1357 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
1358 not export.
1359
1360 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1361
1362 * hpread.c (hpread_has_name): Make static.
1363 (hpread_psymtab_to_symtab): Ditto.
1364 (file_exists): Ditto.
1365 (hpread_call_pxdb): Ditto.
1366 (hpread_pxdb_needed): Ditto.
1367 (hpread_quick_traverse): Ditto.
1368 (hpread_get_header): Ditto.
1369 (hpread_get_lntt): Ditto.
1370 (hpread_get_slt): Ditto.
1371 (class_of): Ditto.
1372
1373 2003-05-25 Andreas Schwab <schwab@suse.de>
1374
1375 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
1376 stack_align and deprecated_extra_stack_alignment_needed.
1377 (m68k_stack_align): Delete.
1378
1379 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
1380 (m68k_register_virtual_size): Likewise.
1381 (altos_skip_prologue): Remove obsolete function.
1382 (isi_frame_num_args): Likewise.
1383 (news_frame_num_args): Likewise.
1384 (m68k_fix_call_dummy): Make static.
1385 (m68k_push_dummy_frame): Likewise.
1386 (m68k_pop_frame): Likewise.
1387 (m68k_skip_prologue): Likewise.
1388 (m68k_frame_init_saved_regs): Likewise.
1389 (m68k_saved_pc_after_call): Likewise.
1390 (m68k_get_longjmp_target): Make multi-arch.
1391 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
1392 structure. Register m68k_get_longjmp_target if enabled.
1393 * m68k-tdep.h (struct gdbarch_tdep): Define.
1394 * config/m68k/tm-m68k.h: Don't include "regcache.h".
1395
1396 * Makefile.in (config.status): Also depend on configure.tgt
1397 and configure.host.
1398 (m68klinux-tdep.o): Update dependencies.
1399 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
1400 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
1401 (M68K_LINUX_JB_PC): Define.
1402 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
1403 and take additional parameter.
1404 (m68k_linux_sigtramp_saved_pc): Update.
1405 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
1406 m68k_linux_pc_in_sigtramp, in_plt_section,
1407 find_solib_trampoline_target.
1408 * config/m68k/tm-linux.h: Don't include any tm headers.
1409 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
1410 (JB_ELEMENT_SIZE): Likewise.
1411 (JB_PC): Likewise.
1412 (GET_LONGJMP_TARGET): Likewise.
1413 (IN_SIGTRAMP): Likewise.
1414 (SVR4_SHARED_LIBS): Define this and include "solib.h".
1415
1416 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1417
1418 * sparc-tdep.c (sparc32_do_push_arguments): New function.
1419 (sparc32_push_arguments): Re-implement by calling
1420 sparc32_do_push_arguments.
1421
1422 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1423
1424 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
1425 SPARC_O1_REGNUM): New defines.
1426 (sparc32_extract_return_value): Rewrite to operate on a regcache.
1427 (sparc32_store_return_value): New function.
1428 (sparc_extract_struct_value_address): Rewrite to operate on a
1429 regcache.
1430 (sparc_gdbarch_init): Don't set
1431 deprecated_extract_struct_value_address. Set
1432 extract_struct_value_address instead. Don't set
1433 deprecated_extract_return_value and deprecated_store_return_value
1434 for 32-bit targets. Set extract_return_value and
1435 store_return_value instead.
1436 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
1437 DEPRECTAED_EXTRACT_RETURN_VALUE,
1438 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
1439 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1440 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
1441 (sparc_store_return_value): Remove prototype.
1442 (sparc32_store_return_value): New prototype.
1443 (sparc32_extract_return_value, sparc_extract_struct_value_address):
1444 Adjust prototypes.
1445
1446 2003-05-24 Mark Kettenis <kettenis@gnu.org>
1447
1448 * sparcnbsd-tdep.c: Include "gdb_string.h".
1449
1450 2003-05-23 Andrew Cagney <cagney@redhat.com>
1451
1452 * p-valprint.c (pascal_val_print): Replace extract_address with
1453 the inline equivalent extract_unsigned_integer.
1454 * jv-valprint.c (java_value_print): Ditto.
1455 * ada-valprint.c (ada_val_print_1): Ditto.
1456 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
1457
1458 2003-05-23 Theodore A. Roth <troth@openavr.org>
1459
1460 * blockframe.c (frameless_look_for_prologue): Remove unused
1461 after_prologue variable.
1462
1463 2003-05-23 Mark Kettenis <kettenis@gnu.org>
1464
1465 * blockframe.c (get_pc_function_start): Rewrite to avoid
1466 asignments in if-statements.
1467
1468 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1469
1470 Committed by Elena Zannoni <ezannoni@redhat.com>.
1471 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
1472 files, don't relocate absolute symbols (and do use mst_abs).
1473
1474 2003-05-23 Andrew Cagney <cagney@redhat.com>
1475
1476 * objc-lang.c: Include "gdb_assert.h".
1477 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
1478 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
1479 (gdb_check, gdb_check_fatal): Delete functions.
1480 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
1481 gdb_assert.
1482 (parse_selector, parse_method, find_methods, find_imps): Ditto.
1483 * Makefile.in (objc-lang.o): Update dependencies.
1484
1485 2003-05-22 Ian Lance Taylor <ian@airs.com>
1486
1487 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
1488 with fprintf_filtered, not fprintf_unfiltered.
1489
1490 2003-05-22 Andrew Cagney <cagney@redhat.com>
1491
1492 * stack.c (frame_info): Inline extract_address, replacing it with
1493 extract_unsigned_integer.
1494 * findvar.c (unsigned_pointer_to_address): Ditto.
1495 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
1496 * dwarf2expr.c (dwarf2_read_address): Ditto.
1497 * frame.c (frame_pc_unwind): Update comment.
1498 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
1499
1500 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
1501
1502 * infptrace.c (detach): Call print_sys_errmsg rather than
1503 perror_with_name to issue warning message when errno is non-zero
1504 after calling ptrace detach.
1505
1506 2003-05-21 J. Brobecker <brobecker@gnat.com>
1507
1508 * config/pa/tm-hppa.h: Delete some unused macros. Move some
1509 macro definitions from here...
1510 * hppa-tdep.c: ...to there.
1511
1512 2003-05-20 Kevin Buettner <kevinb@redhat.com>
1513
1514 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
1515 register_ptrace_addr(). Fix all callers.
1516
1517 2003-05-21 Andreas Schwab <schwab@suse.de>
1518
1519 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1520 dependencies.
1521 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
1522 end.
1523 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
1524 (_initialize_m68k_linux_tdep): New function.
1525 (m68k_linux_frame_saved_pc): Make static.
1526 (m68k_linux_extract_return_value): Likewise.
1527 (m68k_linux_store_return_value): Likewise.
1528 (m68k_linux_extract_struct_value_address): Likewise.
1529 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
1530 Remove.
1531 (DEPRECATED_STORE_RETURN_VALUE): Remove.
1532 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1533 (DEPRECATED_FRAME_SAVED_PC): Remove.
1534
1535 2003-05-20 Kris Warkentin <kewarken@qnx.com>
1536
1537 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
1538 regset numbering rather than our own.
1539
1540 2003-05-19 David Carlton <carlton@bactrian.org>
1541
1542 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
1543
1544 2003-05-19 David Carlton <carlton@bactrian.org>
1545
1546 Partial fix for PR c++/827.
1547 * cp-support.h: Include symtab.h.
1548 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
1549 * cp-namespace.c: Update contributors.
1550 (cp_lookup_symbol_nonlocal): New.
1551 (lookup_namespace_scope, cp_lookup_symbol_namespace)
1552 (lookup_symbol_file): Ditto.
1553 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
1554 * block.h: Declare block_scope, block_using, block_global_block.
1555 * block.c (block_scope): New.
1556 (block_using, block_global_block): Ditto.
1557 * Makefile.in (cp_support_h): Depend on symtab_h.
1558 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
1559
1560 2003-05-19 David Carlton <carlton@bactrian.org>
1561
1562 * language.h (struct language_defn): Add 'la_value_of_this'
1563 and 'la_lookup_symbol_nonlocal' members.
1564 * symtab.h: Declare basic_lookup_symbol_nonlocal,
1565 lookup_symbol_static, lookup_symbol_global,
1566 lookup_symbol_aux_block.
1567 * symtab.c (lookup_symbol_aux): Call language hooks to determine
1568 if we should search fields of this and how to do static/global
1569 lookup.
1570 (lookup_symbol_aux_block): Make extern.
1571 (basic_lookup_symbol_nonlocal): New.
1572 (lookup_symbol_static, lookup_symbol_global): Ditto.
1573 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
1574 'la_lookup_symbol_nonlocal' members.
1575 * c-lang.c (c_language_defn, cplus_language_defn)
1576 (asm_language_defn, minimal_language_defn): Ditto.
1577 * jv-lang.c (java_language_defn): Ditto.
1578 * language.c (unknown_language_defn, auto_language_defn)
1579 (local_language_defn): Ditto.
1580 * m2-lang.c (m2_language_defn): Ditto.
1581 * objc-lang.c (objc_language_defn): Ditto.
1582 * scm-lang.c (scm_language_defn): Ditto.
1583 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
1584 * p-lang.c (pascal_language_defn): Ditto for both.
1585 * Makefile.in (f-lang.o): Depend on value_h.
1586 (p-lang.o): Ditto.
1587
1588 2003-05-19 David Carlton <carlton@bactrian.org>
1589
1590 * block.h: Declare block_static_block.
1591 * block.c (block_static_block): New.
1592 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
1593 lookup_symbol_aux_local, calling block_static_block instead.
1594 (lookup_symbol_aux_local): Delete 'static_block' argument.
1595
1596 2003-05-19 David Carlton <carlton@bactrian.org>
1597
1598 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
1599
1600 2003-05-19 Michal Ludvig <mludvig@suse.cz>
1601
1602 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
1603 register numbers mapping.
1604
1605 2003-05-18 Adam Fedor <fedor@gnu.org>
1606
1607 * symtab.c (completion_list_objc_symbol): New function.
1608 (make_symbol_completion_list): Use it to add ObjC symbols
1609 when looking though the list.
1610 (language_search_unquoted_string): New function.
1611 (make_file_symbol_completion_list): Use it.
1612
1613 2003-05-18 Andreas Schwab <schwab@suse.de>
1614
1615 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
1616 dependencies.
1617 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
1618 as m68k_linux_extract_return_value.
1619 (DEPRECATED_STORE_RETURN_VALUE): Define as
1620 m68k_linux_store_return_value.
1621 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1622 m68k_linux_extract_struct_value_address.
1623 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
1624 get_next_frame, get_frame_base, get_frame_pc.
1625 (m68k_linux_frame_saved_pc): Use get_frame_base.
1626 (m68k_linux_extract_return_value): New function.
1627 (m68k_linux_store_return_value): New function.
1628 (m68k_linux_extract_struct_value_address): New function.
1629 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
1630
1631 * c-exp.y (typebase): Remove duplicate occurence of
1632 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
1633 of lookup_signed_typename.
1634
1635 2003-05-18 Mark Kettenis <kettenis@gnu.org>
1636
1637 * dwarf2loc.c (find_location_expression): Change type of second
1638 argument to `size_t *'.
1639 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
1640 for size variable.
1641
1642 2003-05-18 David Carlton <carlton@bactrian.org>
1643
1644 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
1645 'linkage_name'. Add comment.
1646 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
1647 'linkage_name'.
1648 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1649 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
1650 (lookup_block_symbol): Ditto.
1651
1652 2003-05-16 Andrew Cagney <cagney@redhat.com>
1653
1654 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
1655 * gdbarch.h, gdbarch.c: Re-generate.
1656 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
1657 * TODO (REGISTER_BYTES): Delete reference.
1658 * alpha-tdep.c (alpha_gdbarch_init): Update.
1659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1660 * x86-64-tdep.c (x86_64_init_abi): Update.
1661 * vax-tdep.c (vax_gdbarch_init): Update.
1662 * v850-tdep.c (v850_gdbarch_init): Update.
1663 * sparc-tdep.c (sparc_gdbarch_init): Update.
1664 * sh-tdep.c (sh_gdbarch_init): Update.
1665 * s390-tdep.c (s390_gdbarch_init): Update.
1666 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1667 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1668 (ns32k_gdbarch_init_32382): Update.
1669 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1670 * mcore-tdep.c (mcore_gdbarch_init): Update.
1671 * m68k-tdep.c (m68k_gdbarch_init): Update.
1672 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1673 * ia64-tdep.c (ia64_gdbarch_init): Update.
1674 * i386-tdep.c (i386_gdbarch_init): Update.
1675 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1676 * hppa-tdep.c (hppa_gdbarch_init): Update.
1677 * h8300-tdep.c (h8300_gdbarch_init): Update.
1678 * frv-tdep.c (frv_gdbarch_init): Update.
1679 * cris-tdep.c (cris_gdbarch_init): Update.
1680 * avr-tdep.c (avr_gdbarch_init): Update.
1681 * arm-tdep.c (arm_gdbarch_init): Update.
1682 * sparc-tdep.c (sparc_pop_frame): Update.
1683 * rs6000-tdep.c (rs6000_pop_frame): Update.
1684 * remote.c (init_remote_state): Update.
1685 (remote_prepare_to_store): Update.
1686 * remote-vx.c (vx_prepare_to_store): Update.
1687 * remote-sds.c (sds_fetch_registers): Update.
1688 (sds_prepare_to_store): Update.
1689 * remote-array.c: Update.
1690 * regcache.c (init_legacy_regcache_descr): Update.
1691 (init_regcache_descr): Update.
1692 * mips-tdep.c (mips_eabi_extract_return_value): Update.
1693 (mips_o64_extract_return_value): Update.
1694 * irix5-nat.c (fetch_core_registers): Update.
1695 * irix4-nat.c (fetch_core_registers): Update.
1696 * i386-tdep.h: Update.
1697 * hppa-tdep.c (pa_do_registers_info): Update.
1698 (pa_do_strcat_registers_info): Update.
1699 * cris-tdep.c (cris_register_bytes_ok): Update.
1700 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1701 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
1702 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
1703 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
1704 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
1705 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
1706 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
1707 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
1708 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
1709 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
1710 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
1711 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
1712 (REGISTER_BYTES_OK): Update.
1713 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
1714 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
1715
1716 2003-05-16 Ian Lance Taylor <ian@airs.com>
1717
1718 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
1719 (vax_print_insn, print_insn_arg): Remove static functions.
1720 (vax_gdbarch_init): Call set_gdbarch_print_insn with
1721 print_insn_vax from opcodes library.
1722 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
1723
1724 2003-05-15 Andrew Cagney <cagney@redhat.com>
1725
1726 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
1727 * target.h (memory_breakpoint_from_pc): Delete declaration.
1728 * mem-break.c (memory_breakpoint_from_pc): Delete function.
1729 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
1730 * monitor.c (monitor_insert_breakpoint): Use
1731 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
1732 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
1733 * gdbarch.h, gdbarch.c: Re-generate.
1734 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
1735 (sparc_gdbarch_init): Set breakpoint_from_pc to
1736 sparc_breakpoint_from_pc.
1737 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
1738 (BREAKPOINT_FROM_PC): Define.
1739 (sparc_breakpoint_from_pc): Declare.
1740 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
1741 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
1742 (BREAKPOINT_FROM_PC): Define.
1743 (BREAKPOINT): Delete macro.
1744 * target.h: Update comment.
1745 * s390-tdep.c (s390_gdbarch_init): Update comments.
1746 * remote.c: Update comments.
1747 * remote-mips.c: Update comments.
1748 * proc-api.c (write_with_trace): Do not check for a breakpoint.
1749 * mem-break.c: Update comment.
1750 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
1751 (ia64_memory_insert_breakpoint): Update.
1752 * config/sparc/tm-sparc.h: Update comment.
1753 * config/pa/tm-hppa64.h: Update comment.
1754 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1755 (rs6000_breakpoint_from_pc): Update.
1756 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1757 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
1758 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
1759 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
1760 (mips_breakpoint_from_pc): Update.
1761 (mips_dump_tdep): Update.
1762
1763 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
1764 * minsyms.c (lookup_minimal_symbol): Inline
1765 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
1766
1767 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
1768 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1769 * p-lang.c (pascal_printstr): Ditto.
1770 * objc-lang.c (objc_printstr): Ditto.
1771 * m2-lang.c (m2_printstr): Ditto.
1772 * jv-valprint.c (java_print_value_fields): Ditto.
1773 * f-lang.c (f_printstr): Ditto.
1774 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
1775 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
1776 for repeat_count_threshold.
1777 * Makefile.in (cp-valprint.o): Update dependencies.
1778
1779 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
1780
1781 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
1782 (examine_prologue): Support looking through leaf functions, knowing
1783 they start with mov r2,r12. Support skipping over indirect stores
1784 of the input registers. Upon hitting a non-nop branch instruction
1785 or predicated instruction, bail out by setting lim_pc to the current
1786 pc value in the loop. At the end, if the lim_pc value is still
1787 beyond our calculated value and we have trust_limit set,
1788 use the lim_pc value.
1789
1790 2003-05-15 Andrew Cagney <cagney@redhat.com>
1791
1792 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
1793 generic_find_dummy_frame.
1794 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
1795 (deprecated_generic_find_dummy_frame): Update.
1796 (deprecated_read_register_dummy): Update.
1797 * frame.c (deprecated_generic_get_saved_register): Update.
1798
1799 2003-05-15 Theodore A. Roth <troth@openavr.org>
1800
1801 * avr-tdep.c (avr_breakpoint_from_pc): New function.
1802 (avr_gdbarch_init): Set breakpoint_from_pc method.
1803
1804 2003-05-15 Andrew Cagney <cagney@redhat.com>
1805
1806 * regcache.c (build_regcache): Set deprecated_register_valid
1807 directly.
1808 (deprecated_grub_regcache_for_register_valid): Delete function.
1809 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
1810 declaration.
1811
1812 2003-05-15 David Carlton <carlton@bactrian.org>
1813
1814 Committed by Elena Zannoni <ezannoni@redhat.com>
1815 * symtab.c (lookup_symbol_aux): Delete calls to
1816 lookup_symbol_aux_minsyms.
1817 (lookup_symbol_aux_minsyms): Comment out function and
1818 prototype. Delete lookup by mangled name.
1819
1820 2003-05-14 Kevin Buettner <kevinb@redhat.com>
1821
1822 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
1823 correctly indicate an empty stack and ``stack_allocated'' to the
1824 indicate the number of elements initially allocated.
1825 (dwarf_expr_grow_stack): Simplify method for computing new
1826 stack size. Don't loop infinitely if ``stack_len'' is zero.
1827 (execute_stack_op): Move ``ctx->in_reg'' initialization
1828 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
1829 be used in conjuction with DW_OP_piece. Revise error message
1830 accordingly.
1831
1832 2003-05-14 Theodore A. Roth <troth@openavr.org>
1833
1834 * MAINTAINERS: Update my email address.
1835 * avr-tdep.c: Ditto.
1836
1837 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
1838
1839 * symtab.h (enum domain_enum): Rename from namespace_enum.
1840 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
1841 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
1842 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
1843 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
1844 TYPES_NAMESPACE, METHODS_NAMESPACE.
1845 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
1846 (struct symbol, struct partial_symbol): Rename field
1847 'namespace_enum namespace' to 'domain_enum domain'.
1848 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
1849 Delete old define kludge for namespace.
1850
1851 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
1852 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
1853 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
1854 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
1855 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
1856 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
1857 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
1858 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
1859 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
1860 occurrences of the above.
1861
1862 2003-05-14 Ian Lance Taylor <ian@airs.com>
1863
1864 * Makefile.in (install-only): Use $(SHELL) when running
1865 mkinstalldirs.
1866
1867 2003-05-13 Ian Lance Taylor <ian@airs.com>
1868
1869 * MAINTAINERS (write after approval): Add myself.
1870
1871 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
1872 second and third arguments.
1873 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1874 * ser-unix.c (_initialize_ser_hardwire): Likewise.
1875
1876 2003-05-13 Andrew Cagney <cagney@redhat.com>
1877
1878 * defs.h (store_address): Delete declaration.
1879 findvar.c (store_address): Delete function.
1880 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
1881 store_unsigned_integer.
1882 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
1883 * v850-tdep.c (v850_push_arguments): Ditto.
1884 * sparc-tdep.c (sparc_get_saved_register): Ditto.
1885 * sh-tdep.c (sh64_get_saved_register): Ditto.
1886 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
1887 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
1888 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
1889 (mips_get_saved_register): Ditto.
1890 * ia64-tdep.c (ia64_get_saved_register): Ditto.
1891 (find_func_descr, ia64_push_arguments): Ditto.
1892 * i386-tdep.c (i386_push_arguments): Ditto.
1893 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1894 * frv-tdep.c (frv_push_arguments): Ditto.
1895 * frame.c (legacy_saved_regs_prev_register): Ditto.
1896 (deprecated_generic_get_saved_register): Ditto.
1897 * findvar.c (unsigned_address_to_pointer): Ditto.
1898 * dwarf2read.c (dwarf2_const_value): Ditto.
1899 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1900 * alpha-tdep.c (alpha_push_arguments): Ditto.
1901
1902 2003-05-12 J. Brobecker <brobecker@gnat.com>
1903
1904 * NEWS: Mention that the hppa-hpux port has been partially
1905 multiarched (32bit ABIT only, so far).
1906
1907 2003-05-11 Andrew Cagney <cagney@redhat.com>
1908
1909 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
1910 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
1911 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
1912 sim/testsuite/sim/arm/misaligned2.ms, and
1913 sim/testsuite/sim/arm/misaligned3.ms.
1914 * disasm.h (struct ui_file): Add opaque struct declaration.
1915 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
1916 * frame.h (struct ui_file): Ditto.
1917
1918 2003-05-11 Mark Kettenis <kettenis@gnu.org>
1919
1920 * value.h: Pretty print.
1921
1922 2003-05-10 Mark Kettenis <kettenis@gnu.org>
1923
1924 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
1925
1926 2003-05-08 Andrew Cagney <cagney@redhat.com>
1927
1928 * regcache.h (max_register_size): Delete declaration.
1929 * regcache.c (max_register_size): Delete function.
1930 (struct regcache_descr): Delete field "max_register_size".
1931 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
1932 registers fit in MAX_REGISTER_SIZE.
1933 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
1934 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
1935 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
1936 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
1937 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
1938 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
1939 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
1940 * dve3900-rom.c, hppa-tdep.c: Ditto.
1941
1942 2003-05-08 David Carlton <carlton@math.stanford.edu>
1943
1944 * valops.c (push_word): Fix typo.
1945
1946 2003-05-08 Andrew Cagney <cagney@redhat.com>
1947
1948 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
1949 * gdbarch.h: Re-generate.
1950 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
1951 (legacy_max_register_raw_size): Delete declaration.
1952 * regcache.c (legacy_max_register_raw_size): Delete function.
1953 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
1954 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
1955 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
1956 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
1957 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
1958 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
1959 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
1960 * findvar.c, dwarf2cfi.c: Ditto.
1961
1962 2003-05-08 Andrew Cagney <cagney@redhat.com>
1963
1964 * mips-tdep.c (read_signed_register): New function, moved to here
1965 from "regcache.c".
1966 (read_signed_register_pid): Ditto.
1967 * regcache.c (read_signed_register_pid): Delete function, moved to
1968 "mips-tdep.c".
1969 (read_signed_register): Ditto.
1970 * regcache.h (read_signed_register): Delete declaration.
1971 (read_signed_register_pid): Delete declaration.
1972
1973 2003-05-08 Andrew Cagney <cagney@redhat.com>
1974
1975 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
1976 * gdbarch.h: Re-generate.
1977 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
1978 (legacy_max_register_virtual_size): Delete declaration.
1979 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
1980 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1981 * tracepoint.c (memrange_sortmerge): Ditto.
1982 * sparc-tdep.c (sparc_print_registers): Ditto.
1983 * regcache.c (legacy_max_register_virtual_size): Delete function.
1984
1985 2002-05-08 J. Brobecker <brobecker@gnat.com>
1986
1987 * fork-child.c (escape_bang_in_quoted_argument): New function.
1988 (fork_inferior): Escape '!' characters in quoted arguments
1989 only when needed.
1990
1991 2003-05-08 J. Brobecker <brobecker@gnat.com>
1992
1993 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
1994 the language of the CU is not currently supported by GDB.
1995
1996 2003-05-08 J. Brobecker <brobecker@gnat.com>
1997
1998 * defs.h (language): Add language_minimal enum value.
1999 * c-lang.c (minimal_language_defn): New language definition.
2000 (_initialize_c_language): Add the new minimal language to the list
2001 of languages known to GDB.
2002
2003 2003-05-08 Kevin Buettner <kevinb@redhat.com>
2004
2005 * frame.c (get_frame_type): Don't attempt to lazily initialize
2006 frame's unwinder for legacy frames.
2007
2008 2003-05-07 Andrew Cagney <cagney@redhat.com>
2009
2010 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
2011 and "regcache" parameters.
2012 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
2013
2014 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2015
2016 * dwarf2read.c (dwarf_decode_lines): Only use output of
2017 check_cu_functions() when calling record_line(). Do not update
2018 the current address.
2019
2020 2003-05-07 Andrew Cagney <cagney@redhat.com>
2021
2022 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
2023 code.
2024
2025 2003-05-07 Jim Blandy <jimb@redhat.com>
2026
2027 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
2028 'maint info symtabs' and 'maint info psymtabs'.
2029 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
2030 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
2031 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
2032 Declarations updated.
2033 * maint.c (maintenance_list_command): Delete.
2034 (_initialize_maint_cmds): Update calls to add_cmd.
2035 * gdbcmd.h (maintenancelistlist): Delete declaration.
2036 * cli/cli-cmds.c (maintenancelistlist): Delete.
2037 (init_cmd_lists): Don't initialize it.
2038 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
2039
2040 2003-05-07 Andrew Cagney <cagney@redhat.com>
2041
2042 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
2043 "regcache".
2044 (d10v_print_registers_info): Update.
2045 (d10v_dmap_register, d10v_imap_register): Delete functions.
2046 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
2047 and "imap_register".
2048 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
2049 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
2050 * arch-utils.c (generic_remote_translate_xfer_address): Add
2051 "regcache" and "gdbarch" parameters.
2052 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
2053 parameter. Change class to multi-arch.
2054 * gdbarch.h, gdbarch.c: Re-generate.
2055 * remote.c (remote_xfer_memory): Use
2056 gdbarch_remote_translate_xfer_address.
2057
2058 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2059
2060 * infrun.c (prev_pc): Move declaration ahead of proceed().
2061 (proceed): Refresh prev_pc value before resuming.
2062 (stop_stepping): Remove code to refresh prev_pc.
2063
2064 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2065
2066 * nto-tdep.c: Removed stray comment.
2067
2068 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2069
2070 * i386-nto-tdep.c: Fix old K&R function definitions.
2071 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
2072 Also change add_show_from_set() call to add_setshow_cmd().
2073 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
2074
2075 2003-05-05 Andrew Cagney <cagney@redhat.com>
2076
2077 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
2078 (fprint_dummy_frames): New function.
2079 (maintenance_print_dummy_frames): New function.
2080 (_initialize_dummy_frame): Add command "maint print dummy-frames".
2081 * frame.c (fprint_frame_id): Make global.
2082 * frame.h (fprint_frame_id): Declare.
2083 * Makefile.in (dummy-frame.o): Update dependencies.
2084
2085 2003-05-05 Andrew Cagney <cagney@redhat.com>
2086
2087 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
2088 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
2089 SIZEOF_CALL_DUMMY_WORDS.
2090 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
2091 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
2092 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
2093 CALL_DUMMY_BREAKPOINT_OFFSET.
2094 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
2095 CALL_DUMMY_START_OFFSET.
2096 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
2097 * gdbarch.h, gdbarch.c: Re-generate.
2098 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
2099 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
2100 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
2101 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
2102 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
2103 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
2104 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2105 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
2106 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
2107 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
2108 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
2109 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
2110 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
2111 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
2112 * config/sparc/tm-sparc.h: Update.
2113
2114 2003-05-05 Kris Warkentin <kewarken@qnx.com>
2115
2116 * configure.tgt: Add i[3456]86-*-nto*.
2117 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
2118 * nto-tdep.c: New file. Neutrino target support routines.
2119 * nto-tdep.h: New file. Neutrino target header.
2120 * config/tm-qnxnto.h: New file.
2121 * config/i386/i386nto.mt: New file.
2122 * config/i386/tm-i386nto.h: New file.
2123
2124 2003-05-04 Andrew Cagney <cagney@redhat.com>
2125
2126 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
2127 (load_infrun_state): Ditto.
2128 (struct thread_info): Drop "prev_func_name" field.
2129 * thread.c (load_infrun_state): Update.
2130 (save_infrun_state): Update.
2131 * infrun.c (prev_func_name): Delete variable.
2132 (init_wait_for_inferior): Do not clear prev_func_name.
2133 (stop_stepping, keep_going, context_switch): Do not swap
2134 prev_func_name.
2135 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
2136 instead of PC_IN_SIGTRAMP.
2137
2138 2003-05-04 Andrew Cagney <cagney@redhat.com>
2139
2140 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2141 REGISTER_BYTE with register_offset_hack.
2142 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
2143 that REGISTER_BYTE is consistent with the regcache.
2144 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
2145 * gdbarch.h, gdbarch.c: Regenerate.
2146
2147 2003-05-04 Mark Kettenis <kettenis@gnu.org>
2148
2149 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
2150 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
2151
2152 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
2153
2154 2003-05-03 J. Brobecker <brobecker@gnat.com>
2155
2156 From Thierry Schneider <tpschneider1@yahoo.com>
2157 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
2158 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
2159 (mi-cmd-symbol.o): Add rule.
2160
2161 2003-05-03 Andrew Cagney <cagney@redhat.com>
2162
2163 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
2164 comments noteing that it replaces the old FIX_CALL_DUMMY code.
2165 * gdbarch.h, gdbarch.c: Re-generate.
2166 * d10v-tdep.c (d10v_push_dummy_code): New function.
2167 (d10v_gdbarch_init): Set push_dummy_code.
2168 * infcall.c (legacy_push_dummy_code): New function.
2169 (generic_push_dummy_code): New function.
2170 (push_dummy_code): New function.
2171 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
2172 instead of dummy_addr, to push_dummy_call. Move call to
2173 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
2174 switch.
2175 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
2176
2177 2003-05-03 Andrew Cagney <cagney@redhat.com>
2178
2179 * disasm.h (print_insn): Declare.
2180 * disasm.c (init_gdb_disassemble_info): New function.
2181 (gdb_disassembly): Call init_gdb_disassemble_info.
2182 (gdb_print_insn): New function.
2183 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
2184 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
2185 * mcore-tdep.c: Include "disasm.h"
2186 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
2187 * d10v-tdep.c: Include "disasm.h".
2188 (display_trace): Call gdb_print_insn, instead of print_insn.
2189 (print_insn): Delete function.
2190 * printcmd.c: Include "disasm.h".
2191 (print_insn): Delete function.
2192 (print_formatted): Call gdb_print_insn, instead of print_insn.
2193 * Makefile.in (printcmd.o): Update dependencies.
2194 (mcore-tdep.o, d10v-tdep.o): Ditto.
2195
2196 2003-05-02 Andrew Cagney <cagney@redhat.com>
2197
2198 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
2199 PC_REGNUM, re-indent.
2200 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
2201 PC_REGNUM isn't set.
2202
2203 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
2204 * gdbarch.h, gdbarch.c: Re-generate.
2205 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
2206 register_virtual_size, pc_regnum, or register_bytes.
2207 (D10V_PC_REGNUM): Rename _PC_REGNUM.
2208 (d10v_register_type): Use D10V_PC_REGNUM.
2209 (d10v_print_registers_info, d10v_read_pc): Ditto.
2210 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
2211 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
2212
2213 2003-05-02 David Carlton <carlton@bactrian.org>
2214
2215 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
2216 the name with mstrsave.
2217
2218 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2219
2220 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
2221 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
2222 (host_charset_name, target_charset_name): New vars for use by
2223 set/show commands.
2224 (host_charset_enum, target_charset_enum): New enums for set/show
2225 commands.
2226 (set_charset_sfunc, set_host_charset_sfunc,
2227 set_target_charset_sfunc): New functions.
2228 (set_host_charset, set_target_charset): Make static.
2229 (list_charsets, set_host_charset_command,
2230 set_target_charset_command): Delete functions.
2231 (show_charset_command): Rewrite as....
2232 (show_charset): Hook this up with the set/show command mechanism.
2233 (_initialize_charset): Change names of charsets to match the
2234 set/show enums. Use host_charset_name and target_charset_name.
2235 Use set/show mechanism for charset, host-charset, target-charset
2236 commands. Do not make 'show host-charset' and 'show
2237 target-charset' be aliases of 'show charset'.
2238
2239 * charset.h (set_host_charset, set_target_charset): Don't export,
2240 they are not used outside the file.
2241
2242 2003-05-01 Andrew Cagney <cagney@redhat.com>
2243
2244 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
2245 (gdb_disassembly): Make "di" non static, always initialize and
2246 cleanup. Always use dis_asm_read_memory.
2247 (gdb_dis_asm_read_memory): Delete function.
2248
2249 2003-05-01 Andrew Cagney <cagney@redhat.com>
2250
2251 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
2252 (d10v_gdbarch_init): Set frame_align instead of stack_align.
2253
2254 2003-04-30 Andrew Cagney <cagney@redhat.com>
2255
2256 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
2257 "tm_print_insn_info".
2258 (TARGET_PRINT_INSN_INFO): Delete macro.
2259 (dis_asm_read_memory): Delete function declaration.
2260 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2261 (tm_print_insn_info): Delete variable definition.
2262 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
2263 * gdbarch.h, gdbarch.c: Re-generate.
2264 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
2265 "deprecated_tm_print_insn_info".
2266 * mcore-tdep.c (mcore_dump_insn): Ditto.
2267 * mips-tdep.c (mips_gdbarch_init): Ditto.
2268 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
2269 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
2270 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
2271 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
2272 instead of TARGET_PRINT_INSN_INFO, add comment.
2273 * s390-tdep.c (s390_get_frame_info): Instead of
2274 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
2275 (s390_check_function_end, s390_is_sigreturn): Ditto.
2276 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
2277 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2278 * disasm.c: Include "gdbcore.h".
2279 (_initialize_disasm): New function, initialize
2280 "deprecated_tm_print_insn_info".
2281 (deprecated_tm_print_insn_info): New variable.
2282 (dis_asm_read_memory): Moved from "corefile.c", made static.
2283 (dis_asm_print_address, dis_asm_memory_error): Ditto.
2284 * Makefile.in (disasm.o): Update dependencies.
2285
2286 2003-04-30 Andrew Cagney <cagney@redhat.com>
2287
2288 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
2289
2290 2003-04-29 Adam Fedor <fedor@gnu.org>
2291
2292 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
2293 * infcall.c (find_function_addr): Make non-static.
2294 * infcall.h (find_function_addr): Declare.
2295 * Makefile.in (eval.o): Update dependencies.
2296
2297 2003-04-28 Adam Fedor <fedor@gnu.org>
2298
2299 * symtab.c (symbol_find_demangled_name): Check for and demangle
2300 ObjC symbols.
2301 (symbol_init_demangled_name): Init for language_objc as well.
2302
2303 2003-04-28 Andrew Cagney <cagney@redhat.com>
2304
2305 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
2306 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
2307 * gdbarch.h, gdbarch.c: Re-generate.
2308 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
2309 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
2310 * inferior.h (deprecated_read_fp): Rename read_fp.
2311 (generic_target_read_fp): Delete declaration.
2312 * regcache.c (generic_target_read_fp): Delete function.
2313 (deprecated_read_fp): Replace read_fp, use
2314 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
2315 * d10v-tdep.c (d10v_read_fp): Delete function.
2316 (d10v_gdbarch_init): Do not set deprecated_read_fp.
2317
2318 * sparc-tdep.c (sparc_gdbarch_init): Do not set
2319 deprecated_target_read_fp to generic_target_read_fp.
2320 * sh-tdep.c (sh_gdbarch_init): Ditto.
2321 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2323 * frv-tdep.c (frv_gdbarch_init): Ditto.
2324
2325 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
2326 deprecated_fp_regnum.
2327 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2328 * vax-tdep.c (vax_gdbarch_init): Ditto.
2329 * v850-tdep.c (v850_gdbarch_init): Ditto.
2330 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2331 * sh-tdep.c (sh_gdbarch_init): Ditto.
2332 * s390-tdep.c (s390_gdbarch_init): Ditto.
2333 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2334 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2335 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2336 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2338 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2339 * i386-tdep.c (i386_gdbarch_init): Ditto.
2340 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2341 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2342 * frv-tdep.c (frv_gdbarch_init): Ditto.
2343 * cris-tdep.c (cris_gdbarch_init): Ditto.
2344 * avr-tdep.c (avr_gdbarch_init): Ditto.
2345 * arm-tdep.c (arm_gdbarch_init): Ditto.
2346 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2347
2348 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
2349 * v850-tdep.c (v850_gdbarch_init): Ditto.
2350 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2351 * sh-tdep.c (sh_gdbarch_init): Ditto.
2352 * s390-tdep.c (s390_gdbarch_init): Ditto.
2353 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2354 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2355 * mips-tdep.c (mips_gdbarch_init): Ditto.
2356 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2357 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2358 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2359 * frv-tdep.c (frv_gdbarch_init): Ditto.
2360 * avr-tdep.c (avr_gdbarch_init): Ditto.
2361 * arm-tdep.c (arm_gdbarch_init): Ditto.
2362
2363 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
2364 DEPRECATED_FP_REGNUM.
2365 (vax_push_dummy_frame, vax_pop_frame): Ditto.
2366 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
2367 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2368 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
2369 (sparc32_register_virtual_type): Ditto.
2370 * sh-tdep.c (sh64_frame_chain): Ditto.
2371 (sh64_get_saved_register, sh64_pop_frame): Ditto.
2372 (sh_nofp_frame_init_saved_regs): Ditto.
2373 (sh64_nofp_frame_init_saved_regs): Ditto.
2374 (sh_fp_frame_init_saved_regs): Ditto.
2375 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2376 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2377 * procfs.c (procfs_fetch_registers): Ditto.
2378 (procfs_store_registers): Ditto.
2379 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
2380 (store_inferior_registers, fetch_core_registers): Ditto.
2381 (fetch_kcore_registers, clear_regs): Ditto.
2382 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
2383 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
2384 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
2385 * nlm/i386.c (do_status): Ditto.
2386 * mipsv4-nat.c (supply_gregset): Ditto.
2387 * mips-tdep.c: Ditto for comments.
2388 * mips-nat.c (fetch_inferior_registers): Ditto.
2389 (store_inferior_registers, fetch_core_registers): Ditto.
2390 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
2391 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
2392 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
2393 (i386_do_pop_frame, i386_register_type): Ditto.
2394 * hppa-tdep.c (hppa_frame_chain): Ditto.
2395 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
2396 (hppa_pop_frame, hppa_read_fp): Ditto.
2397 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
2398 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
2399 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
2400 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
2401 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
2402 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
2403 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
2404 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
2405 * blockframe.c: Ditto for comments.
2406 * arch-utils.h: Ditto for comments.
2407 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
2408 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
2409 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
2410 * alpha-tdep.h: Ditto for comments.
2411 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
2412 (alpha_cannot_store_register): Ditto.
2413 (alpha_push_dummy_frame): Ditto.
2414 * alpha-nat.c (supply_gregset): Ditto.
2415
2416 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
2417 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
2418 * config/sparc/tm-sparc.h: Update comment.
2419
2420 * hppa-tdep.c (hppa_init_extra_frame_info): Use
2421 deprecated_read_fp instead of TARGET_READ_FP.
2422 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
2423 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
2424 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2425 deprecated_read_fp instead of read_fp.
2426 * s390-tdep.c (s390_push_arguments): Ditto.
2427 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2428 * frame.h: Ditto in comments.
2429 * frame.c (legacy_get_prev_frame): Ditto.
2430 * dummy-frame.c (dummy_frame_this_id): Ditto.
2431 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2432
2433 2003-04-28 Andrew Cagney <cagney@redhat.com>
2434
2435 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
2436 * gdbarch.h, gdbarch.c: Re-generate.
2437 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
2438 * vax-tdep.c (_initialize_vax_tdep): Update.
2439 * v850-tdep.c (_initialize_v850_tdep): Update.
2440 * sparc-tdep.c (_initialize_sparc_tdep): Update.
2441 * s390-tdep.c (_initialize_s390_tdep): Update.
2442 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
2443 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
2444 * mips-tdep.c (_initialize_mips_tdep): Update.
2445 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2446 * m68k-tdep.c (_initialize_m68k_tdep): Update.
2447 * ia64-tdep.c (_initialize_ia64_tdep): Update.
2448 * hppa-tdep.c (_initialize_hppa_tdep): Update.
2449 * h8300-tdep.c (_initialize_h8300_tdep): Update.
2450 * frv-tdep.c (_initialize_frv_tdep): Update.
2451 * cris-tdep.c (cris_delayed_get_disassembler): Update.
2452 (_initialize_cris_tdep): Update.
2453 * arch-utils.c (legacy_print_insn): Update.
2454 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2455
2456 2003-04-26 Adam Fedor <fedor@gnu.org>
2457
2458 * linespec.c (decode_objc): New function to decode ObjC calls
2459 (decode_line_1): Check for ObjC calls (using decode_objc)
2460 * Makefile (linespec.o): Update dependencies.
2461
2462 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
2463
2464 * breakpoint.h (struct breakpoint_ops): New.
2465 (struct breakpoint): Add ops member.
2466
2467 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
2468 (mention): Use new breakpoint ops member.
2469 (set_raw_breakpoint): Initialize ops field to NULL.
2470 (print_exception_catchpoint, print_one_exception_catchpoint)
2471 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
2472 (gnu_v3_exception_catchpoint_ops): New.
2473 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
2474
2475 2003-04-25 Adam Fedor <fedor@gnu.org>
2476
2477 * Makefile.in (COMMON_OBS): Add objc-lang.o
2478
2479 2003-04-25 Andrew Cagney <cagney@redhat.com>
2480
2481 * d10v-tdep.c (print_insn): Delete function.
2482 (display_trace): Use TARGET_PRINT_INSN.
2483 (_initialize_d10v_tdep): Do not set tm_print_insn.
2484 (d10v_gdbarch_init): Set print_insn.
2485
2486 2003-04-25 Andrew Cagney <cagney@redhat.com>
2487
2488 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
2489 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
2490 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
2491 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
2492 (nr_dmap_regs, a0_regnum): ... new functions.
2493 (d10v_print_registers_info): Use a0_regnum, use register_size.
2494 (d10v_register_byte): Delete function.
2495 (d10v_register_raw_size): Delete function.
2496 (d10v_register_type): Use a0_regnum.
2497 (d10v_print_registers_info): Use a0_regnum.
2498 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
2499 (d10v_gdbarch_init): Do not set register_byte or
2500 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
2501 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
2502 extract_address.
2503 (trace_command): Use XCALLOC.
2504 (print_insn): Delete reference to tm_print_insn.
2505 (saved_regs_unwinder): Use store_unsigned_integer instead of
2506 store_address.
2507 * frame.h (FRAME_OBSTACK_CALLOC): Define
2508
2509 2003-04-25 David Carlton <carlton@bactrian.org>
2510
2511 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2512
2513 2003-04-24 Adam Fedor <fedor@gnu.org>
2514
2515 * objc-lang.c: Include "valprint.h"
2516 * Makefile.in (objc-lang.o): Update dependencies.
2517
2518 2003-04-24 Adam Fedor <fedor@gnu.org>
2519
2520 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
2521 architecture dependant compilation and mark as unimplemented
2522 (until they get put in the gdbarch vector).
2523
2524 2003-04-23 David Carlton <carlton@bactrian.org>
2525
2526 * cp-support.c (cp_find_first_component): Accept 'operator' in
2527 more locations.
2528
2529 2003-04-23 Andrew Cagney <cagney@redhat.com>
2530
2531 * infcall.c (call_function_by_hand): Eliminate redundant
2532 indentation. Move "saved_async" and "old_cleanups" to where they
2533 are needed.
2534
2535 2003-04-23 Andrew Cagney <cagney@redhat.com>
2536
2537 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
2538 and "buffer". Move the "name" code to where it is needed.
2539
2540 2003-04-23 Andrew Cagney <cagney@redhat.com>
2541
2542 * infcall.c (call_function_by_hand): Move variables "start_sp",
2543 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
2544 code to ON_STACK switch branch.
2545
2546 2003-04-23 Andrew Cagney <cagney@redhat.com>
2547
2548 * infcall.c (call_function_by_hand): Make declaration of "i",
2549 "sal", "bpt" and "old_sp" more local to their use. Delete #if
2550 lint.
2551
2552 2003-04-23 Andrew Cagney <cagney@redhat.com>
2553
2554 * infcall.c (call_function_by_hand): Delete variable
2555 "n_method_args". Localize "param_type"'s declaration to the loop
2556 that it is used. Reinstate code assigning to said variable -
2557 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
2558 Rationalize code using "param_type".
2559
2560 2003-04-22 Andrew Cagney <cagney@redhat.com>
2561
2562 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
2563 compute the breakpoint address. Only call FIX_CALL_DUMMY when
2564 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
2565 to DEPRECATED_PUSH_RETURN_ADDRESS.
2566
2567 2003-04-22 Kevin Buettner <kevinb@redhat.com>
2568
2569 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
2570 on the DWARF2 register number prior to fetching a register.
2571
2572 2003-04-22 J. Brobecker <brobecker@gnat.com>
2573
2574 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
2575 Update all the tests using SOFT_FLOAT considering the fact that
2576 this macro was always set to 0.
2577 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
2578 considering the fact that this macro was always set to 0.
2579 * hppa-tdep.h (hppa_store_return_value): Likewise.
2580 (hppa_extract_return_value): Likewise.
2581
2582 2003-04-22 J. Brobecker <brobecker@gnat.com>
2583
2584 * config/pa/tm-hppa.h: Remove obsolete code, was used by
2585 the hppa-pro target only.
2586
2587 2003-04-21 J. Brobecker <brobecker@gnat.com>
2588
2589 Ongoing multi-arch conversion effort for HP/UX:
2590 * config/pa/tm-hppa.h: Move all macro that are no longer
2591 defined now that GDB_MULTI_ARCH is now set to 1 from here...
2592 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
2593
2594 2003-04-21 J. Brobecker <brobecker@gnat.com>
2595
2596 * config/pa/tm-hppa.h: Obsolete a section that was only used
2597 for hppa-pro.
2598
2599 2003-04-21 J. Brobecker <brobecker@gnat.com>
2600
2601 Ongoing multi-arch conversion for HP/UX.
2602 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
2603 if already defined (allows hppa64 to stay non-multiarched for now).
2604 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
2605
2606 2003-04-21 Andrew Cagney <cagney@redhat.com>
2607
2608 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
2609
2610 2003-04-21 Andrew Cagney <cagney@redhat.com>
2611
2612 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
2613 "i386_num_mmx_regs".
2614
2615 2003-04-21 Andrew Cagney <cagney@redhat.com>
2616
2617 * infcall.c: New file.
2618 * infcall.h: New file.
2619 * valarith.c: Include "infcall.h".
2620 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
2621 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
2622 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
2623 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
2624 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
2625 (SFILES): Add "infcall.c"
2626 (COMMON_OBS): Add "infcall.o".
2627 (infcall.o): Specify dependencies.
2628 * value.h (call_function_by_hand): Delete declaration.
2629 * inferior.h (run_stack_dummy): Delete declaration.
2630 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
2631 (run_stack_dummy): Move to "infcall.c", merged into
2632 call_function_by_hand.
2633 * valops.c (call_function_by_hand): Moved to "infcall.c".
2634 (find_function_addr, value_arg_coerce): Ditto.
2635 (unwindonsignal_p, coerce_float_to_double): Ditto.
2636 (_initialize_valops): Move "set/show coerce-float-to-double", and
2637 "set/show unwindonsignal" commands to "infcall.c".
2638 * v850-tdep.c, target.h: Update comments.
2639 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
2640 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
2641 (sh64_init_extra_frame_info): Update comments.
2642 * mn10300-tdep.c: Update comments.
2643 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
2644 * config/sparc/tm-sparc.h: Update comments.
2645 * breakpoint.h: Update comments.
2646 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
2647 * arm-tdep.c: Update comment.
2648
2649 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2650
2651 * i386-tdep.c (i386_num_register_names): New variable.
2652 (i386_num_mmx_regs): Renamed from mmx_num_regs.
2653 (MM0_REGNUM): Remove redundant parentheses in define.
2654 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
2655 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
2656 i386_mxcsr_regnum_p): Remove redundant parentheses.
2657 (i386_register_name): Use i386_num_register_names.
2658
2659 * i386-tdep.c (i386_extract_return_value,
2660 i386_store_return_value): Correct check for availability of
2661 floating-point registers.
2662
2663 * i386-tdep.c (i386_frame_num_args): Remove function.
2664 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
2665
2666 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
2667 mmx_regnum_to_fp_regnum. Adjust all callers.
2668
2669 * i386-tdep.c (i386_get_longjmp_target): Use
2670 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
2671 and TARGET_CHAR_BIT. Use extract_typed_address instead of
2672 extract_address.
2673
2674 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2675
2676 * core-regset.c: Update comments to reflect reality. Re-order
2677 includes.
2678 (fetch_core_registers): Use switch instead of if. Remove
2679 redundant prototype.
2680
2681 2003-04-18 Jim Blandy <jimb@redhat.com>
2682
2683 * s390-tdep.c (s390_frame_align): New function.
2684 (s390_gdbarch_init): Register it with the gdbarch object.
2685
2686 2003-04-17 Richard Henderson <rth@redhat.com>
2687
2688 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
2689
2690 2003-04-17 Michael Snyder <msnyder@redhat.com>
2691 Karen Bennet <bennet@redhat.com>
2692
2693 Committed by Elena Zannoni <ezannoni@redhat.com>
2694 * gdb_gcore.sh: New script to create a core dump of a process.
2695
2696 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
2697
2698 * values.c (value_being_returned): Don't fetch the return
2699 value if the return type is void.
2700
2701 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2702
2703 * thread-db.c: Reindented.
2704
2705 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2706
2707 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
2708 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
2709 as types.
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2736
2737 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
2738 the size of ``long double'' to 16, instead of 8.
2739
2740 2003-04-16 Mark Kettenis <kettenis@gnu.org>
2741
2742 * i386-linux-nat.c: Add some whitespace to make things more
2743 readable.
2744 (fetch_register, store_register, fetch_inferior_registers,
2745 store_inferior_registers): Get rid of assignment in if-statement.
2746 (store_register): Fix typo in error message.
2747
2748 2003-04-16 Andrew Cagney <cagney@redhat.com>
2749
2750 * utils.c (xmmalloc): Always allocate something, matches
2751 libiberty/xmalloc's semantics.
2752 (xmrealloc, xmcalloc): Ditto.
2753
2754 2003-04-16 Andrew Cagney <cagney@redhat.com>
2755
2756 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
2757 update comments.
2758 (get_frame_type): Initialize unwind and type when needed.
2759 (get_frame_id, frame_register_unwind): Ditto.
2760
2761 2003-04-16 Andrew Cagney <cagney@redhat.com>
2762
2763 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
2764 obsolete.
2765 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
2766 * sparcl-stub.c: Obsolete file.
2767 * config/sparc/tm-sparclet.h: Obsolete file.
2768 * sparclet-stub.c: Obsolete file.
2769 * sparclet-rom.c: Obsolete file.
2770 * sparcl-tdep.c: Obsolete file.
2771 * config/sparc/tm-sparclite.h: Obsolete file.
2772 * config/sparc/sparclite.mt: Obsolete file.
2773 * config/sparc/sparclet.mt: Obsolete file.
2774 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
2775 sparc86x-*-* obsolete.
2776
2777 2003-04-15 David Carlton <carlton@math.stanford.edu>
2778
2779 * Makefile.in (SFILES): Add cp-namespace.c.
2780 (COMMON_OBS): Add cp-namespace.o.
2781 (block.o): Depend on gdb_obstack_h and cp_support_h.
2782 (buildsym.o): Depend on cp_support_h.
2783 (cp-namespace.o): New.
2784 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
2785 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
2786 (dwarf2read.o): Depend on cp_support_h.
2787 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
2788 * dwarf2read.c (process_die): Set processing_has_namespace_info,
2789 processing_current_namespace.
2790 (read_namespace): Update processing_current_namespace; check for
2791 anonymous namespaces.
2792 (dwarf2_name): New function.
2793 (dwarf2_extension): Ditto.
2794 * cp-support.h: Update copyright, contributors.
2795 Add inclusion guards.
2796 Add opaque declaration for structs obstack, block, symbol.
2797 (struct using_direct): New struct.
2798 Add declarations for cp_find_first_component,
2799 cp_entire_prefix_len, processing_has_namespace_info,
2800 processing_current_namespace, cp_is_anonymous,
2801 cp_add_using_directive, cp_initialize_namespace,
2802 cp_finalize_namespace, cp_set_block_scope,
2803 cp_scan_for_anonymous_namespaces.
2804 * cp-namespace.c: New file.
2805 * cp-support.c: Update copyright.
2806 Include ctype.h, gdb_assert.h, gdbcmd.h.
2807 New variable maint_cplus_cmd_list.
2808 (cp_find_first_component): New function.
2809 (cp_entire_prefix_len, maint_cplus_command)
2810 (first_component_command, _initialize_cp_support): Ditto.
2811 * buildsym.c: Include cp-support.h.
2812 New variable using_list.
2813 (add_symbol_to_list): Check for anonymous namespaces.
2814 (finish_block): Set block's scope.
2815 (start_symtab): Initialize C++ namespace support.
2816 (end_symtab): Finalize C++ namespace support.
2817 * block.h: Add opaque declarations for structs
2818 block_namespace_info, using_direct, and obstack.
2819 Add declarations for block_set_scope and block_set_using.
2820 (struct block): Add 'language_specific' member.
2821 (BLOCK_NAMESPACE): New macro.
2822 * block.c: Include gdb_obstack.h and cp-support.h.
2823 (struct block_namespace_info): New struct.
2824 (block_set_scope): New function.
2825 (block_set_using, block_initialize_namespace): Ditto.
2826
2827 2003-04-14 Kevin Buettner <kevinb@redhat.com>
2828
2829 * solib-svr4.c (svr4_have_link_map_offsets): New function.
2830 (locate_base): Return early if there aren't any link map offsets.
2831 (svr4_solib_create_inferior_hook): Warn if shared library support
2832 is unavailable.
2833
2834 2003-04-14 David Carlton <carlton@math.stanford.edu>
2835
2836 * symtab.c (symbol_set_names): Add prefix when storing Java names
2837 in hash table. Fix for PR java/1039.
2838
2839 2003-04-14 David Carlton <carlton@math.stanford.edu>
2840
2841 * symtab.c (symbol_set_names): Rename 'name' arg to
2842 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
2843 * symtab.h: Change 'name' argument in declaration of
2844 symbol_set_names to 'linkage_name'.
2845 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
2846
2847 2003-04-14 Andrew Cagney <cagney@redhat.com>
2848
2849 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
2850 return the fully sign-extended register value.
2851 (get_frame_pointer): Ditto.
2852 (mips_pop_frame): Initialize "proc_desc" after checking for a
2853 dummy frame.
2854
2855 2003-04-14 Andrew Cagney <cagney@redhat.com>
2856
2857 * mips-tdep.c (mips_push_dummy_frame): Delete function.
2858 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
2859 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
2860 (mips_push_register): Delete function.
2861 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
2862 PUSH_FP_REGNUM.
2863
2864 2003-04-14 Jim Blandy <jimb@redhat.com>
2865
2866 * symmisc.c: #include "gdb_regex.h".
2867 (maintenance_list_symtabs, maintenance_list_psymtabs): New
2868 functions.
2869 * maint.c (maintenance_list_command): New function.
2870 (_initialize_maint_cmds): Register the above as commands.
2871 * symtab.h (maintenance_list_symtabs,
2872 maintenance_list_psymtabs): New declarations.
2873 * cli/cli-cmds.c (maintenancelistlist): New variable.
2874 (init_cmd_lists): Initialize it.
2875 * cli/cli-cmds.h (maintenancelistlist): New declaration.
2876 * gdbcmd.h (maintenancelistlist): New declaration.
2877 * Makefile.in (symmisc.o): Update dependencies.
2878
2879 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2880
2881 * s390-nat.c: Include asm/types.h for addr_t.
2882
2883 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
2884
2885 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
2886 actually incoming type.
2887
2888 2003-04-13 Andrew Cagney <cagney@redhat.com>
2889
2890 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
2891 get_next_frame and get_frame_saved_regs.
2892
2893 2003-04-13 Andrew Cagney <cagney@redhat.com>
2894
2895 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
2896 of gdbarch_num_regs.
2897
2898 2003-04-13 Andrew Cagney <cagney@redhat.com>
2899
2900 * frame.h: Mention what replaced what in "struct frame_info".
2901 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
2902 deprecated_update_frame_base_hack and
2903 deprecated_update_frame_pc_hack.
2904 * hppa-tdep.c: Ditto.
2905
2906 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2907
2908 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
2909 to read_reg and update its comment. Remove regnum member.
2910 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
2911 Don't call read_reg when setting in_reg. Call read_reg to get
2912 the frame base if it's in a register. Return the register number
2913 on the stack instead of in the context. Remove extra arguments
2914 to read_reg.
2915 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
2916 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
2917 the register number on the expression stack.
2918 (needs_frame_read_reg): Remove extra arguments.
2919
2920 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2921
2922 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
2923 made non-static.
2924 (execute_stack_op): All callers updated.
2925 * dwarf2expr.h: Add prototype for dwarf2_read_address.
2926 * dwarf2loc.c (find_location_expression): New function.
2927 (dwarf_expr_frame_base): Call it.
2928 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
2929 (dwarf2_tracepoint_var_ref): New function, broken out from
2930 locexpr_tracepoint_var_ref.
2931 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
2932 Make static.
2933 (loclist_read_variable, loclist_read_needs_frame): New functions.
2934 (loclist_describe_location, loclist_tracepoint_var_ref): New
2935 functions.
2936 (dwarf2_loclist_funcs): New struct location_funcs.
2937 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
2938 (struct dwarf2_locexpr_baton): Add comments.
2939 (dwarf2_loclist_funcs): New extern.
2940 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
2941 base_address and base_known.
2942 (dwarf_loc_buffer): New variable.
2943 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
2944 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
2945 (dwarf2_has_info): Initialize dwarf_loc_offset.
2946 (dwarf2_build_psymtabs): Read in .debug_loc.
2947 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
2948 DWARF_LOC_SIZE.
2949 (psymtab_to_symtab_1): Likewise. Move base address calculation
2950 here, from...
2951 (dwarf2_get_pc_bounds): ... here. Use the base address from
2952 cu_header.
2953 (dwarf2_symbol_mark_computed): Handle location lists.
2954
2955 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2956
2957 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
2958 if the linkage name demangled successfully.
2959
2960 2003-04-13 Mark Kettenis <kettenis@gnu.org>
2961
2962 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
2963 disassmbly_flavour): Removed.
2964
2965 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
2966
2967 2003-04-13 Mark Kettenis <kettenis@gnu.org>
2968
2969 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
2970
2971 2003-04-12 Andrew Cagney <cagney@redhat.com>
2972
2973 * frame.h (struct frame_info): Move definition from here ...
2974 * frame.c (struct frame_info): ... to here.
2975
2976 2003-04-12 Andrew Cagney <cagney@redhat.com>
2977
2978 * gdbthread.h (save_infrun_state): Delete parameter
2979 "prev_func_start".
2980 (struct thread_info): Delete field "prev_func_start".
2981 (load_infrun_state): Ditto.
2982 * thread.c (load_infrun_state, save_infrun_state): Update.
2983 * infrun.c (prev_func_start): Delete variable.
2984 (context_switch, init_wait_for_inferior): Update.
2985 (stop_stepping, keep_going): Update.
2986
2987 2003-04-12 Andrew Cagney <cagney@redhat.com>
2988
2989 * gdbarch.sh: Add missing opaque declarations.
2990 * gdbarch.h: Regnerate.
2991 * symtab.h: Add missing opaque declarations.
2992 * value.h, target.h, symfile.h, stabsread.h: Ditto.
2993 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
2994 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
2995 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
2996 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
2997 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
2998 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
2999 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
3000 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
3001 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
3002 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
3003 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
3004 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
3005
3006 2003-04-11 Andrew Cagney <cagney@redhat.com>
3007
3008 * frame.c (get_frame_id): Return this frame's "id".
3009 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
3010 function start.
3011 (legacy_saved_regs_this_id): Replace function body with
3012 internal-error.
3013 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
3014 FRAME_OBSTACK_ZALLOC.
3015 (create_new_frame): Mark the frame ID as valid.
3016
3017 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
3018
3019 * Makefile.in (libbfd_h): Added missing setting.
3020 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
3021 according to the selected ABI.
3022
3023 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
3024
3025 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
3026
3027 2003-04-11 Andrew Cagney <cagney@redhat.com>
3028
3029 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
3030 SAVED_PC_AFTER_CALL.
3031 * gdbarch.h, gdbarch.c: Regenerate.
3032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3033 * x86-64-tdep.c (x86_64_init_abi): Update.
3034 * vax-tdep.c (vax_gdbarch_init): Update.
3035 * v850-tdep.c (v850_gdbarch_init): Update.
3036 * sparc-tdep.c (sparc_gdbarch_init): Update.
3037 * sh-tdep.c (sh_gdbarch_init): Update.
3038 * s390-tdep.c (s390_gdbarch_init): Update.
3039 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3040 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3041 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3042 * mips-tdep.c (mips_gdbarch_init): Update.
3043 * mcore-tdep.c (mcore_gdbarch_init): Update.
3044 * m68k-tdep.c (m68k_gdbarch_init): Update.
3045 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3046 * ia64-tdep.c (ia64_gdbarch_init): Update.
3047 (ia64_saved_pc_after_call): Update declaration.
3048 * i386ly-tdep.c (i386lynx_init_abi): Update.
3049 * i386-tdep.c (i386_gdbarch_init): Update.
3050 * hppa-tdep.c (hppa_gdbarch_init): Update.
3051 * h8300-tdep.c (h8300_gdbarch_init): Update.
3052 * frv-tdep.c (frv_gdbarch_init): Update.
3053 * cris-tdep.c (cris_gdbarch_init): Update.
3054 * avr-tdep.c (avr_gdbarch_init): Update.
3055 * arm-tdep.c (arm_gdbarch_init): Update.
3056 * alpha-tdep.c (alpha_gdbarch_init): Update.
3057 * ns32knbsd-nat.c (frame_num_args): Update.
3058 * ns32k-tdep.c (umax_frame_num_args): Update.
3059 * mips-tdep.c (mips_init_frame_pc_first): Update.
3060 * infrun.c (step_over_function): Update.
3061 * i386-linux-tdep.c (skip_hurd_resolver): Update.
3062 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
3063 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3064 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3065 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3066 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3067 * arm-linux-tdep.c (skip_hurd_resolver): Update.
3068 * arch-utils.c (init_frame_pc_default): Update.
3069 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3070 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
3071 declaration.
3072
3073 2003-04-11 Andrew Cagney <cagney@redhat.com>
3074
3075 * i387-tdep.c: Update copyright.
3076 (i387_to_double): Delete function.
3077 (double_to_i387): Delete function.
3078
3079 2003-04-10 Andrew Cagney <cagney@redhat.com>
3080
3081 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
3082 frame's function's address. Simplify.
3083 (d10v_frame_unwind_cache): Check that the frame's function is
3084 non-zero.
3085
3086 2003-04-10 Jim Blandy <jimb@redhat.com>
3087
3088 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
3089 call to set_gdbarch_deprecated_push_arguments.
3090
3091 2003-04-10 Andrew Cagney <cagney@redhat.com>
3092
3093 * frame.c (fprint_frame_id): New function.
3094 (fprint_frame_type, fprint_frame): New function.
3095 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
3096 (create_sentinel_frame, get_frame_id): Ditto.
3097 (frame_id_p, frame_id_eq): Ditto.
3098 (frame_id_inner, create_new_frame): Ditto.
3099 (legacy_get_prev_frame, get_prev_frame): Ditto.
3100 (deprecated_update_frame_pc_hack): Ditto.
3101 (frame_register_unwind): Ditto.
3102 (deprecated_update_frame_base_hack): Ditto.
3103
3104 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3105
3106 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
3107 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
3108 frame_chain function.
3109 * Makefile.in: Add dependencies due to above change.
3110
3111 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3112
3113 * blockframe.c (legacy_frame_chain_valid): Move call to
3114 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
3115 inside_entry_file.
3116
3117 2003-04-09 Andrew Cagney <cagney@redhat.com>
3118
3119 * frame.h (struct frame_id): Replace "pc" and "base" with
3120 "stack_addr" and "code_addr". Update comments.
3121 (frame_id_build): Update parameter names and comment.
3122 (struct frame_info): Replace "id_p" and "id" with "this_id".
3123 * dummy-frame.c (dummy_frame_this_id): Update.
3124 * breakpoint.c (print_one_breakpoint): Update.
3125 * frame.c (get_frame_id): Update.
3126 (get_frame_base, frame_id_build): Update.
3127 (create_sentinel_frame, legacy_get_prev_frame): Update.
3128 (deprecated_update_frame_base_hack): Update.
3129 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
3130 (frame_id_inner): Ditto.
3131
3132 2003-04-09 Andrew Cagney <cagney@redhat.com>
3133
3134 * defs.h (gdb_print_host_address): Make "addr" parameter a
3135 pointer constant.
3136 * utils.c (gdb_print_host_address): Update.
3137
3138 2003-04-09 Kevin Buettner <kevinb@redhat.com>
3139
3140 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
3141 register number for R0 is 0.
3142
3143 2003-04-09 J. Brobecker <brobecker@gnat.com>
3144
3145 * frame.h (struct gdbarch): Add opaque structure definition
3146 to avoid a compilation warning on LynxOS 4.0.
3147
3148 2003-04-09 Andrew Cagney <cagney@redhat.com>
3149
3150 * frame.h (struct frame_info): Delete field "pc". Replace
3151 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
3152 structure.
3153 * frame.c (frame_pc_unwind): Update.
3154 (create_sentinel_frame): Do not set "pc".
3155 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
3156 (get_frame_pc): Call frame_pc_unwind.
3157 (deprecated_update_frame_pc_hack): Update.
3158 (create_new_frame): Use "pc" not "->pc".
3159
3160 2003-04-09 Andrew Cagney <cagney@redhat.com>
3161
3162 * frame.c (get_frame_id): Eliminate code updating "frame".
3163 (legacy_get_prev_frame): Ditto.
3164 (get_frame_base): Return id.base directly.
3165 (deprecated_update_frame_base_hack): Update "id.base".
3166 * frame.h (struct frame_info): Delete field "frame".
3167
3168 2003-04-09 Andrew Cagney <cagney@redhat.com>
3169
3170 * NEWS: Mention that the "Sequent family" is obsolete.
3171 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
3172 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3173 * configure.host: Obsolete i[3456]86-sequent-bsd*,
3174 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3175 * config/i386/tm-ptx4.h: Obsolete file.
3176 * config/i386/tm-ptx.h: Obsolete file.
3177 * symm-tdep.c: Obsolete file.
3178 * config/i386/symmetry.mt: Obsolete file.
3179 * config/i386/tm-symmetry.h: Obsolete file.
3180 * symm-nat.c: Obsolete file.
3181 * config/i386/nm-symmetry.h: Obsolete file.
3182 * config/i386/xm-symmetry.h: Obsolete file.
3183 * config/i386/symmetry.mh: Obsolete file.
3184 * config/i386/nm-ptx4.h: Obsolete file.
3185 * config/i386/ptx4.mh: Obsolete file.
3186 * config/i386/ptx.mt: Obsolete file.
3187 * config/i386/ptx.mh: Obsolete file.
3188 * config/i386/xm-ptx4.h: Obsolete file.
3189 * config/i386/xm-ptx.h: Obsolete file.
3190
3191 2003-04-09 Andrew Cagney <cagney@redhat.com>
3192
3193 Obsolete mips*-*-mach3*.
3194 * NEWS: Mention that mips*-*-mach3* is obsolete.
3195 * m3-nat.c: Obsolete file.
3196 * config/nm-m3.h: Obsolete file.
3197 * config/mips/tm-mipsm3.h: Obsolete file.
3198 * config/mips/mipsm3.mt: Obsolete file.
3199 * config/mips/mipsm3.mh: Obsolete file.
3200 * config/mips/xm-mipsm3.h: Obsolete file.
3201 * mipsm3-nat.c: Obsolete file.
3202 * configure.host: Obsolete mips-dec-mach3*.
3203 * configure.tgt: Obsolete mips*-*-mach3*.
3204
3205 2003-04-09 Andrew Cagney <cagney@redhat.com>
3206
3207 * doublest.h: Update copyright.
3208 (deprecated_store_floating, deprecated_extract_floating): Rename
3209 store_floating and extract_floating. Update comments.
3210 * doublest.c: Update copyright.
3211 (extract_floating_by_length): Replace extract_floating.
3212 (store_floating_by_length): Replace store_floating.
3213 (deprecated_extract_floating): New function.
3214 (deprecated_store_floating): New function.
3215 (extract_typed_floating): Call extract_floating_by_length.
3216 (store_typed_floating): Call store_floating_by_length.
3217 * x86-64-tdep.c (x86_64_store_return_value): Update.
3218 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
3219 (sh64_extract_return_value): Update.
3220 (sh_sh4_register_convert_to_virtual): Update.
3221 (sh_sh64_register_convert_to_virtual): Update.
3222 (sh_sh4_register_convert_to_raw): Update.
3223 (sh_sh64_register_convert_to_raw): Update.
3224 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
3225 (rs6000_register_convert_to_raw): Update.
3226 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
3227 (ia64_register_convert_to_raw): Update.
3228 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
3229 (REGISTER_CONVERT_TO_VIRTUAL): Update.
3230 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
3231 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
3232 (alpha_register_convert_to_raw): Update.
3233
3234 2003-04-08 Andrew Cagney <cagney@redhat.com>
3235
3236 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
3237 * gdbarch.h, gdbarch.c: Re-generate.
3238 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
3239 (d10v_gdbarch_init): Do not set saved_pc_after_call.
3240 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
3241 conditionally, use frame_pc_unwind as an alternative. Add
3242 comments.
3243 * arch-utils.c (init_frame_pc_default): Only call
3244 SAVED_PC_AFTER_CALL when available.
3245
3246 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3247
3248 * infrun.c (stop_soon): Rename from stop_soon_quietly.
3249 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
3250 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
3251 (start_remote): Ditto.
3252 (handle_inferior_event): Ditto.
3253 (save_inferior_status): Ditto.
3254 (restore_inferior_status): Ditto.
3255 * infcmd.c (attach_command): Ditto.
3256 * fork-child.c (startup_inferior): Ditto.
3257 * inferior.h (stop_soon): Rename from stop_soon_quietly.
3258 * alpha-tdep.c (heuristic_proc_start): Ditto.
3259 * mips-tdep.c (heuristic_proc_start): Ditto.
3260 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
3261 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
3262 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
3263 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
3264 * remote-vx.c (vx_create_inferior): Ditto.
3265
3266 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3267
3268 * infrun.c (stop_soon_quietly): Make it an enum, to better
3269 override the default behavior of handle_inferior_event.
3270 (clear_proceed_status): Update uses of stop_soon_quietly to
3271 reflect that it is now an enum.
3272 (start_remote): Ditto.
3273 (handle_inferior_event): Change logic a bit if stop_soon_quietly
3274 is set to handle the new GNU/Linux kernel behavior for
3275 attach/sigstop. Update uses of stop_soon_quietly.
3276 * inferior.h (enum stop_kind): New enum.
3277 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
3278 Reset normal handle_inferior_event behavior, afterwards.
3279 * fork-child.c (startup_inferior): Update.
3280 * alpha-tdep.c (heuristic_proc_start): Update.
3281 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
3282 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
3283 * solib-osf.c (osf_solib_create_inferior_hook): Update.
3284 * solib-irix.c (irix_solib_create_inferior_hook): Update.
3285 * remote-vx.c (vx_create_inferior): Update.
3286 * mips-tdep.c (heuristic_proc_start): Update.
3287
3288 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
3289
3290 * disasm.c (dump_insns): Move variables inside loop, or they will
3291 be freed more than once, causing wild memory corruptions.
3292 (gdb_disassembly): Look for the substring "-thread",
3293 instead of "-threads" in the target name, to make sure to find
3294 the 'multi-thread' target. Also, make sure we do the right thing
3295 with the "core" target.
3296
3297 2003-04-07 Kevin Buettner <kevinb@redhat.com>
3298
3299 * mips-tdep.c (mips_print_fp_register): New function, created from
3300 do_fp_register_row(). Registers are now (also) printed as hex.
3301 Only one register is printed per row.
3302 (mips_print_register, do_fp_register_row): Print floating point
3303 registers with mips_print_fp_register().
3304
3305 2003-04-06 Andrew Cagney <cagney@redhat.com>
3306
3307 * valprint.h (inspect_it): Add extern declaration.
3308 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
3309 (selectors_info, classes_info): Ditto.
3310 (find_objc_msgcall): Fix indentation.
3311 (objc_printstr): Delete extern declarations.
3312
3313 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
3314
3315 2003-04-06 Andrew Cagney <cagney@redhat.com>
3316
3317 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
3318 Update comment.
3319 * frame.c (legacy_saved_regs_this_id): Update.
3320 (legacy_get_prev_frame): Update.
3321 * xstormy16-tdep.c: Update comment.
3322 * sparc-tdep.c (sparc_frame_chain): Update comment.
3323 * blockframe.c (legacy_frame_chain_valid): Update.
3324
3325 2003-04-06 Andrew Cagney <cagney@redhat.com>
3326
3327 * valprint.c (val_print_type_code_int): Delete #ifdef
3328 PRINT_TYPELESS_INTEGER code.
3329
3330 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
3331 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
3332 multi-arch definition.
3333 * gdbarch.h: Re-generate.
3334
3335 2003-04-05 Andrew Cagney <cagney@redhat.com>
3336
3337 Eliminate FRAME_FIND_SAVED_REGS.
3338 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3339 Change FSR parameter to a pointer.
3340 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
3341 Assume FSR parameter is a pointer.
3342 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3343 Make fsr a pointer.
3344 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
3345 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
3346 saved_regs a pointer.
3347 (hppa_frame_saved_pc): Ditto.
3348 (find_dummy_frame_regs): Make frame_saved_regs a pointer
3349 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
3350 pointer.
3351 (restore_pc_queue): Make fsr a pointer.
3352 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
3353 (hppa_frame_chain): Make saved_regs a pointer, call
3354 hppa_frame_init_saved_regs.
3355 * sparc-tdep.c: Include "gdb_assert.h".
3356 (sparc_frame_find_saved_regs): Replace internal_error with
3357 gdb_assert.
3358 * remote-vxsparc.c (vx_read_register): Delete reference to
3359 FRAME_FIND_SAVED_REGS.
3360 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
3361 * gdbarch.h: Regenerate.
3362 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
3363 (deprecated_get_frame_saved_regs): Delete declaration.
3364 (struct frame_saved_regs): Delete definition.
3365 * frame.c (deprecated_get_frame_saved_regs): Delete function.
3366 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
3367 (hppa_frame_find_saved_regs): Delete declaration.
3368 (FRAME_FIND_SAVED_REGS): Delete macro.
3369 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
3370 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
3371 FRAME_FIND_SAVED_REGS in comment.
3372
3373 2003-04-05 Andrew Cagney <cagney@redhat.com>
3374
3375 * frame.c (frame_func_unwind, get_frame_func): New functions.
3376 * frame.h (get_frame_func, frame_func_unwind): Declare.
3377 (struct frame_info): Add field "prev_func" for caching the
3378 previous frame's function address.
3379 * arm-tdep.c (arm_frameless_function_invocation): Combine
3380 get_pc_function_start and get_frame_pc into get_frame_func.
3381 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3382 (sh64_nofp_frame_init_saved_regs): Ditto.
3383 * s390-tdep.c (s390_function_start): Ditto.
3384 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
3385 (rs6000_frameless_function_invocation): Ditto.
3386 (rs6000_frame_saved_pc): Ditto.
3387 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
3388 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
3389 * i386-tdep.c (i386_frameless_signal_p): Ditto.
3390 (i386_frame_init_saved_regs): Ditto.
3391 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
3392 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
3393 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
3394 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3395 * blockframe.c (frameless_look_for_prologue): Ditto.
3396
3397 2003-04-05 Andrew Cagney <cagney@redhat.com>
3398
3399 * frame.c (legacy_get_prev_frame): Link prev to next at the
3400 function start. Update comments.
3401
3402 2003-04-05 Andrew Cagney <cagney@redhat.com>
3403
3404 * frame.c (get_frame_id): Update comment.
3405 (legacy_get_prev_frame): Update comment.
3406 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
3407 * gdbarch.h: Regenerate.
3408 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
3409 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
3410
3411 2003-04-05 Andrew Cagney <cagney@redhat.com>
3412
3413 * stack.c (print_frame_info): Use get_frame_pc.
3414
3415 2003-04-04 Andrew Cagney <cagney@redhat.com>
3416
3417 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
3418 the frame's type from the unwinder.
3419 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
3420 (create_new_frame, legacy_get_prev_frame): When the unwinder's
3421 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
3422 (get_frame_base_address): Use get_frame_type.
3423 (get_frame_locals_address, get_frame_args_address): Ditto.
3424 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
3425 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
3426 (struct frame_info): Add comment explaining why the frame contains
3427 a "type" field.
3428 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
3429 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
3430 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
3431 NORMAL_FRAME.
3432 * frame-unwind.h: Include "frame.h".
3433 (struct frame_unwind): Add "type" field.
3434 * Makefile.in (frame_unwind_h): Add $(frame_h).
3435
3436 2003-04-04 Andrew Cagney <cagney@redhat.com>
3437
3438 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
3439 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
3440 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
3441 get_frame_base.
3442 (d10v_unwind_dummy_id): Use frame_id_build.
3443 * frame.c (find_frame_sal): Use get_frame_pc.
3444 (create_new_frame): Use deprecated_update_frame_pc_hack and
3445 deprecated_update_frame_base_hack.
3446 (create_sentinel_frame): Add comment about ->pc going away.
3447 (get_prev_frame): Add comment about ->pc going away.
3448 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
3449 frame_id_build, deprecated_update_frame_pc_hack and
3450 deprecated_update_frame_base_hack.
3451 (select_frame): Use get_frame_pc.
3452 (legacy_saved_regs_this_id): Use frame_id_build.
3453
3454 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
3455
3456 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
3457 signed integer case.
3458 (classify_argument): Handle enumerations and references.
3459
3460 2003-04-04 Andrew Cagney <cagney@redhat.com>
3461
3462 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
3463 ID to NULL.
3464
3465 2003-04-01 Adam Fedor <fedor@gnu.org>
3466
3467 * gdb/objc-lang.c (selectors_info): Replace calls to
3468 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
3469 SYMBOL_NATURAL_NAME.
3470 (classes_info, find_methods): Likewise.
3471
3472 2003-04-03 Kevin Buettner <kevinb@redhat.com>
3473
3474 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
3475 ``mach'' to the value determined by bfd_default_set_arch_mach().
3476
3477 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3478
3479 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
3480 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
3481 (mi-cmd-file.o): Update dependencies.
3482
3483 2003-04-01 Kevin Buettner <kevinb@redhat.com>
3484
3485 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3486 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
3487
3488 2003-04-01 Adam Fedor <fedor@gnu.org>
3489
3490 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
3491 * language.h (struct language_defn): Add la_demangle.
3492 (language_demangle): Declare.
3493 * language.c (language_demangle): New function.
3494 (unk_lang_demangle): Likewise.
3495 (unknown_language_defn, auto_language_defn, local_language_defn):
3496 Add ukn_lang_demangle.
3497 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
3498 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
3499 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
3500 (cplus_language_defn): Add cplus_demangle for la_demangle element.
3501 * jv-lang.c (java_demangle): New function
3502 (java_language_defn): Use it for la_demangle element.
3503 * objc-lang.c (objc_demangle): Add options argument
3504 (objc_language_defn): Use objc_demangle for la_demangle element.
3505 * maint.c (maintenance_demangle): Replace switch with
3506 call to language_demangle.
3507 * utils.c (fprintf_symbol_filtered): Likewise.
3508
3509 2003-04-01 Andrew Cagney <cagney@redhat.com>
3510
3511 * printcmd.c (print_frame_nameless_args): Delete #ifdef
3512 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
3513 PRINT_TYPELESS_INTEGER.
3514 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
3515 PUSH_RETURN_ADDRESS.
3516
3517 2003-04-01 Andrew Cagney <cagney@redhat.com>
3518
3519 * Makefile.in (d10v-tdep.o): Update dependencies.
3520 * d10v-tdep.c: Include "frame-base.h".
3521 (d10v_frame_unwind): Make constant.
3522 (d10v_frame_base_address): New function.
3523 (d10v_frame_base): New variable.
3524 (d10v_gdbarch_init): Set frame_base default.
3525 (struct d10v_unwind_cache): Add the field "prev_sp". Update
3526 comment for base.
3527 (d10v_frame_unwind_cache): Set and use "prev_sp".
3528 (d10v_frame_this_id): Use the previous frame's inner most stack
3529 address and this frame's func address for the frame ID. Use
3530 frame_id_build. Don't analyze beyond the current instruction.
3531
3532 2003-04-01 Andrew Cagney <cagney@redhat.com>
3533
3534 * frame.h (get_frame_locals_address, get_frame_args_address):
3535 Refer to the base address, instead of the address of the first
3536 local or parameter.
3537
3538 2003-04-01 Andrew Cagney <cagney@redhat.com>
3539
3540 Add frame debug info addresses:
3541 * frame-base.c: New file.
3542 * frame-base.h: New file.
3543 * frame.h (struct frame_base): Add opaque declaration.
3544 (get_frame_base): Update comment.
3545 (get_frame_base_address): Declare.
3546 (get_frame_locals_address): Declare.
3547 (get_frame_args_address): Declare.
3548 (struct frame_info): Add "base" and "base_cache". Update
3549 comments on the unwinder.
3550 * frame.c: Include "frame-base.h".
3551 (get_frame_locals_address): New function.
3552 (get_frame_base_address): New function.
3553 (get_frame_args_address): New function.
3554 * findvar.c (read_var_value): Use get_frame_locals_address and
3555 get_frame_args_address.
3556 * stack.c (frame_info): Use get_frame_locals_address and
3557 get_frame_args_address.
3558 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
3559 moved to "frame-base.c".
3560 * printcmd.c (print_frame_nameless_args): Ditto.
3561 * symtab.h (address_class): Update comments.
3562 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
3563 get_frame_base_address.
3564 * dwarf2expr.c (execute_stack_op): Ditto.
3565 * Makefile.in (frame_base_h): Define.
3566 (frame.o): Update dependencies.
3567 (frame-base.o): Add dependencies.
3568 (SFILES): Add frame-base.c.
3569 (COMMON_OBS): Add frame-base.o.
3570
3571 2003-04-01 Andrew Cagney <cagney@redhat.com>
3572
3573 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
3574 CALL_DUMMY_LENGTH): Ditto.
3575 * gdbarch.c: Re-generate.
3576 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
3577 (CALL_DUMMY_LENGTH): Delete macro.
3578 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
3579 * arm-tdep.c (arm_gdbarch_init): Ditto.
3580 * avr-tdep.c (avr_gdbarch_init): Ditto.
3581 * cris-tdep.c (cris_gdbarch_init): Ditto.
3582 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3583 * frv-tdep.c (frv_gdbarch_init): Ditto.
3584 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3585 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3586 * i386-tdep.c (i386_gdbarch_init): Ditto.
3587 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3589 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3590 * mips-tdep.c (mips_gdbarch_init): Ditto.
3591 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3592 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3593 * s390-tdep.c (s390_gdbarch_init): Ditto.
3594 * sh-tdep.c (sh_gdbarch_init): Ditto.
3595 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3596 * v850-tdep.c (v850_gdbarch_init): Ditto.
3597 * vax-tdep.c (vax_gdbarch_init): Ditto.
3598 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3599
3600 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
3601
3602 * frame.c (get_prev_frame): Disable call to inside_entry_file().
3603
3604 2003-04-01 Andrew Cagney <cagney@redhat.com>
3605
3606 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
3607 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3608 * gdbarch.h, gdbarch.c: Re-generate.
3609 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3610 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3611 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3612 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3613 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3614 * infcmd.c (run_stack_dummy): Simplify assuming
3615 CALL_DUMMY_BREAKPOINT_OFFSET_P.
3616 * infrun.c (handle_inferior_event): Ditto.
3617 * alpha-tdep.c (alpha_gdbarch_init): Do not set
3618 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
3619 * arm-tdep.c (arm_gdbarch_init): Ditto.
3620 * avr-tdep.c (avr_gdbarch_init): Ditto.
3621 * cris-tdep.c (cris_gdbarch_init): Ditto.
3622 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3623 * frv-tdep.c (frv_gdbarch_init): Ditto.
3624 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3625 * i386-tdep.c (i386_gdbarch_init): Ditto.
3626 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3627 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3628 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3629 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3630 * mips-tdep.c (mips_gdbarch_init): Ditto.
3631 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3632 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3633 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3634 * s390-tdep.c (s390_gdbarch_init): Ditto.
3635 * sh-tdep.c (sh_gdbarch_init): Ditto.
3636 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3637 * v850-tdep.c (v850_gdbarch_init): Ditto.
3638 * vax-tdep.c (vax_gdbarch_init): Ditto.
3639 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3640
3641 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
3642
3643 * symfile.c (symfile_relocate_debug_section): Update call to
3644 bfd_simple_get_relocated_section_contents.
3645
3646 2003-03-31 Andrew Cagney <cagney@redhat.com>
3647
3648 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
3649 * gdbarch.h, gdbarch.c: Regenerate.
3650 * inferior.h (FIX_CALL_DUMMY): Delete macro.
3651 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
3652 available.
3653 * frame.h (generic_fix_call_dummy): Delete declaration.
3654 * dummy-frame.h: Update comment.
3655 * dummy-frame.c (generic_fix_call_dummy): Delete function.
3656 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3657 fix_call_dummy.
3658 * sh-tdep.c (sh_gdbarch_init): Ditto.
3659 * s390-tdep.c (s390_gdbarch_init): Ditto.
3660 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3661 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3663 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3664 * i386-tdep.c (i386_gdbarch_init): Ditto.
3665 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3666 * frv-tdep.c (frv_gdbarch_init): Ditto.
3667 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3668 * cris-tdep.c (cris_gdbarch_init): Ditto.
3669 * avr-tdep.c (avr_gdbarch_init): Ditto.
3670 * arm-tdep.c (arm_gdbarch_init): Ditto.
3671
3672 2003-03-31 J. Brobecker <brobecker@gnat.com>
3673
3674 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
3675 (INIT_FRAME_AP): Likewise.
3676 (EXTRA_FRAME_INFO): Likewise.
3677
3678 2003-03-31 Andrew Cagney <cagney@redhat.com>
3679
3680 * gdbarch.sh: Include "symfile.h".
3681 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
3682 * gdbarch.h, gdbarch.c: Re-generate.
3683 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
3684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3685 call_dummy_address, the default is at entry_point_address.
3686 * v850-tdep.c (v850_gdbarch_init): Ditto.
3687 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3688 * sh-tdep.c (sh_gdbarch_init): Ditto.
3689 * s390-tdep.c (s390_gdbarch_init): Ditto.
3690 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3691 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3692 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3693 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3694 * i386-tdep.c (i386_gdbarch_init): Ditto.
3695 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3696 * frv-tdep.c (frv_gdbarch_init): Ditto.
3697 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3698 * cris-tdep.c (cris_gdbarch_init): Ditto.
3699 * arm-tdep.c (arm_gdbarch_init): Ditto.
3700
3701 2003-03-31 Andrew Cagney <cagney@redhat.com>
3702
3703 * gdbarch.sh (CALL_DUMMY_P): Delete.
3704 * gdbarch.h, gdbarch.c: Re-generate.
3705 * inferior.h (CALL_DUMMY_P): Delete macro.
3706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3707 * vax-tdep.c (vax_gdbarch_init): Update.
3708 * v850-tdep.c (v850_gdbarch_init): Update.
3709 * sparc-tdep.c (sparc_gdbarch_init): Update.
3710 * sh-tdep.c (sh_gdbarch_init): Update.
3711 * s390-tdep.c (s390_gdbarch_init): Update.
3712 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3713 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3714 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3715 * mips-tdep.c (mips_gdbarch_init): Update.
3716 * mcore-tdep.c (mcore_gdbarch_init): Update.
3717 * m68k-tdep.c (m68k_gdbarch_init): Update.
3718 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3719 * ia64-tdep.c (ia64_gdbarch_init): Update.
3720 * i386-tdep.c (i386_gdbarch_init): Update.
3721 * h8300-tdep.c (h8300_gdbarch_init): Update.
3722 * frv-tdep.c (frv_gdbarch_init): Update.
3723 * d10v-tdep.c (d10v_gdbarch_init): Update.
3724 * cris-tdep.c (cris_gdbarch_init): Update.
3725 * breakpoint.c (deprecated_frame_in_dummy): Update.
3726 * avr-tdep.c (avr_gdbarch_init): Update.
3727 * alpha-tdep.c (alpha_gdbarch_init): Update.
3728 * arm-tdep.c (arm_gdbarch_init): Update.
3729 * dummy-frame.c (dummy_frame_this_id): Update comments.
3730 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
3731 * frame.c (legacy_get_prev_frame): Ditto.
3732 * valops.c (call_function_by_hand): Delete function.
3733 (hand_function_call): Rename to call_function_by_hand
3734
3735 2003-03-30 Andrew Cagney <cagney@redhat.com>
3736
3737 2002-11-10 Klee Dienes <kdienes@apple.com>
3738 * value.h (struct value): Update comment.
3739
3740 2003-03-30 Andrew Cagney <cagney@redhat.com>
3741
3742 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
3743 D10V_FP_REGNUM.
3744 (d10v_gdbarch_init): Do not set fp_regnum.
3745
3746 * frame.c (get_frame_base): Force ID initialization.
3747 (get_prev_frame): Move computation of the frame ID from here ...
3748 (get_frame_id): ... to here.
3749 (legacy_get_prev_frame): Mark the frame ID as valid.
3750 * frame.h (struct frame_info): Add field "id_p".
3751
3752 2003-03-30 Mark Kettenis <kettenis@gnu.org>
3753
3754 * i386-tdep.c (i386_store_struct_return): Removed.
3755 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
3756
3757 2003-03-30 Andrew Cagney <cagney@redhat.com>
3758
3759 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
3760 * gdbarch.h, gdbarch.c: Regenerate.
3761 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
3762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3763 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3764 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3765 * i386-tdep.c (i386_gdbarch_init): Ditto.
3766 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3767 * cris-tdep.c (cris_gdbarch_init): Ditto.
3768 * vax-tdep.c (vax_gdbarch_init): Ditto.
3769 * s390-tdep.c (s390_gdbarch_init): Ditto.
3770 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3771 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3772 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3773 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
3774 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3775 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
3776 * sparc-tdep.c (sparc_gdbarch_init): Update.
3777 * sh-tdep.c (sh_gdbarch_init): Update.
3778 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3779 * mips-tdep.c (mips_gdbarch_init): Update.
3780 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3781 * ia64-tdep.c (ia64_gdbarch_init): Update.
3782 * frv-tdep.c (frv_gdbarch_init): Update.
3783 * avr-tdep.c (avr_gdbarch_init): Update.
3784 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
3785 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
3786 instead of when push_dummy_call is not available.
3787
3788 2003-03-30 Andrew Cagney <cagney@redhat.com>
3789
3790 * infttrace.c: Include "gdbthread.h".
3791 (parent_attach_all): Fix function signature.
3792 (call_ptrace): Update call.
3793 * Makefile.in (infttrace.o): Update dependencies.
3794
3795 2003-03-30 Andrew Cagney <cagney@redhat.com>
3796
3797 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
3798 PUSH_RETURN_ADDRESS.
3799 * gdbarch.h, gdbarch.c: Regenerate.
3800 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3801 * x86-64-tdep.c (x86_64_init_abi): Update.
3802 * v850-tdep.c (v850_gdbarch_init): Update.
3803 * sparc-tdep.c (sparc_gdbarch_init): Update.
3804 * sh-tdep.c (sh_gdbarch_init): Update.
3805 * s390-tdep.c (s390_gdbarch_init): Update.
3806 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3807 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3808 * mips-tdep.c (mips_gdbarch_init): Update.
3809 * mcore-tdep.c (mcore_gdbarch_init): Update.
3810 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3811 * ia64-tdep.c (ia64_gdbarch_init): Update.
3812 * i386-tdep.c (i386_gdbarch_init): Update.
3813 * h8300-tdep.c (h8300_gdbarch_init): Update.
3814 * frv-tdep.c (frv_gdbarch_init): Update.
3815 * cris-tdep.c (cris_gdbarch_init): Update.
3816 * avr-tdep.c (avr_gdbarch_init): Update.
3817 * arm-tdep.c (arm_gdbarch_init): Update.
3818 * valops.c (hand_function_call): Update.
3819
3820 2003-03-29 Andrew Cagney <cagney@redhat.com>
3821
3822 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
3823 sizeof_call_dummy_words.
3824 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
3825 define.
3826 * gdbarch.h: Regenerate.
3827
3828 2003-03-29 Andrew Cagney <cagney@redhat.com>
3829
3830 * infttrace.h: New file.
3831 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
3832 (hpread_get_textlow): Detect an uninitialized dn_bufp.
3833 (hpread_read_doc_function_type): Detect an initialized type1.
3834 (hpread_quick_traverse): Initialize mod_name_string.
3835 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
3836 (som_solib_get_solib_by_pc): Declare.
3837 (so_lib_thread_start_addr): Declare.
3838 (no_shared_libraries): Declare.
3839 * somread.c (init_import_symbols): Make static. Add forward
3840 declaration.
3841 * config/pa/nm-hppah.h: Include "infttrace.h" for
3842 parent_attach_all.
3843 (hppa_insert_hw_watchpoint): Declare.
3844 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
3845 * hppah-nat.c: Include "gdb_string.h".
3846 (parent_attach_all): Delete extern declaration, moved to
3847 "infttrace.h".
3848 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
3849 int.
3850 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
3851 * Makefile.in (infttrace_h): Define.
3852 (hpread.o): Update dependencies.
3853 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
3854 * hppa-hpux-tdep.c: Include "gdb_string.h".
3855 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
3856 * infrun.c (handle_inferior_event): Always initialize
3857 stepped_after_stopped_by_watchpoint. Add default and remove
3858 fallthrough in switch statement.
3859 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
3860 parameter to int.
3861 (hppa_remove_hw_watchpoint): Ditto.
3862
3863 2003-03-29 Andrew Cagney <cagney@redhat.com>
3864
3865 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
3866 offset.
3867
3868 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
3869
3870 * arm-tdep.c (arm_push_arguments): Delete.
3871 (struct stack_item): New type.
3872 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
3873 (arm_store_struct_return): Delte.
3874 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
3875 arm_push_arguments or arm_store_struct_return.
3876
3877 2003-03-28 Andrew Cagney <cagney@redhat.com>
3878
3879 * Makefile.in (d10v-tdep.o): Update dependencies.
3880 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
3881 * d10v-tdep.c: Include "remote.h".
3882 (target_resume_hook): Delete extern declaration.
3883 (target_wait_loop_hook): Ditto.
3884 (tdisassemble_command): Eliminate assignment in "if" conditional.
3885 (d10v_ts2_register_sim_regno): Eliminate call to
3886 legacy_register_sim_regno.
3887 (d10v_ts3_register_sim_regno): Ditto.
3888
3889 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
3890
3891 * thread.c: Reindented.
3892 * lin-lwp.c: Ditto.
3893 * linux-proc.c: Ditto.
3894
3895 2003-03-28 Bob Rossi <bob_rossi@cox.net>
3896
3897 * MAINTAINERS (write after approval): Add myself.
3898
3899 2003-03-27 Theodore A. Roth <troth@openavr.org>
3900
3901 * objc-exp.y: Add missing semi-colons.
3902
3903 2003-03-27 Andrew Cagney <cagney@redhat.com>
3904
3905 * regcache.c (write_sp): Delete function and references.
3906 * inferior.h (write_sp): Delete declaration.
3907 * valops.c (hand_function_call): Replace write_sp with
3908 TARGET_WRITE_SP.
3909 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
3910 (sparc_pop_frame): Ditto.
3911
3912 2003-03-27 Andrew Cagney <cagney@redhat.com>
3913
3914 * NEWS: Mention removal of support for hppa*-*-bsd* and
3915 hppa*-*-osf* natives, and hppa*-*-pro* target.
3916 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
3917 * config/pa/xm-pa.h: Obsolete file.
3918 * config/pa/xm-hppab.h: Obsolete file.
3919 * config/pa/nm-hppab.h: Obsolete file.
3920 * config/pa/tm-hppab.h: Obsolete file.
3921 * config/pa/tm-hppao.h: Obsolete file.
3922 * config/pa/nm-hppao.h: Obsolete file.
3923 * config/pa/tm-pro.h: Obsolete file.
3924 * config/pa/hppaosf.mt: Obsolete file.
3925 * config/pa/hppaosf.mh: Obsolete file.
3926 * config/pa/hppapro.mt: Obsolete file.
3927 * config/pa/hppabsd.mt: Obsolete file.
3928 * config/pa/hppabsd.mh: Obsolete file.
3929 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
3930 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
3931 hppa*-*-osf*.
3932
3933 2003-03-27 Andrew Cagney <cagney@redhat.com>
3934
3935 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
3936 push_arguments. Don't set push_return_address or write_sp.
3937 (d10v_push_dummy_call): Replace d10v_push_arguments.
3938 (d10v_push_return_address, d10v_write_sp): Delete function,
3939 handled by push_dummy_call.
3940
3941 2003-03-26 Andrew Cagney <cagney@redhat.com>
3942
3943 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
3944 (push_dummy_call): New pure multi-arch replacement with gdbarch,
3945 regcache and dummy_addr parameters.
3946 * gdbarch.h, gdbarch.c: Re-generate.
3947 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
3948 available; assume it will handle stack alignment and return
3949 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
3950 legacy_push_arguments.
3951 (legacy_push_arguments): Rename default_push_arguments.
3952 * value.h (legacy_push_arguments): Rename default_push_arguments.
3953 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
3954 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3955 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3956 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3957 * config/i386/tm-symmetry.h: Update.
3958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3959 * x86-64-tdep.c (x86_64_init_abi): Update.
3960 * v850-tdep.c (v850_gdbarch_init): Update.
3961 * sparc-tdep.c (sparc_gdbarch_init): Update.
3962 * sh-tdep.c (sh_gdbarch_init): Update.
3963 * s390-tdep.c (s390_gdbarch_init): Update.
3964 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3965 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3966 * mips-tdep.c (mips_gdbarch_init): Update.
3967 * mcore-tdep.c (mcore_gdbarch_init): Update.
3968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3969 * ia64-tdep.c (ia64_gdbarch_init): Update.
3970 * i386-tdep.c (i386_gdbarch_init): Update.
3971 * hppa-tdep.c (hppa_gdbarch_init): Update.
3972 * h8300-tdep.c (h8300_gdbarch_init): Update.
3973 * frv-tdep.c (frv_gdbarch_init): Update.
3974 * d10v-tdep.c (d10v_gdbarch_init): Update.
3975 * cris-tdep.c (cris_gdbarch_init): Update.
3976 * avr-tdep.c (avr_gdbarch_init): Update.
3977 * arm-tdep.c (arm_gdbarch_init): Update.
3978 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3979 * alpha-tdep.c (alpha_gdbarch_init): Update.
3980
3981 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3982
3983 * signals/signals.c (do_target_signal_to_host): Correct realtime
3984 signal range test.
3985
3986 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3987
3988 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
3989 (struct sal_chain, map_catch_names): Remove.
3990 (catch_exception_command_1): Don't call
3991 handle_gnu_4_16_catch_command.
3992
3993 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3994
3995 From Mark Dettinger <dettinge@de.ibm.com>:
3996 * dwarf2cfi.c (read_2u): Increment pointer by two.
3997
3998 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3999
4000 * signals/signals.c: Fix typos in last change.
4001
4002 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4003
4004 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
4005 not already defined. Use __SIGRTMIN if available.
4006 (target_signal_from_host): Remove SIGRTMIN block.
4007 (do_target_signal_to_host): Remove SIGRTMIN block; check that
4008 the signal is within the realtime range.
4009
4010 2003-03-25 Adam Fedor <fedor@gnu.org>
4011
4012 * Makefile.in (infrun.o): Add $(language_h)
4013 * infrun.c (handle_inferior_event): Use skip_language_trampoline
4014 for language specific trampolines.
4015 * language.h (struct language_defn): Add skip_trampoline.
4016 (skip_language_trampoline): Declare.
4017 * language.c (unk_lang_trampoline, skip_language_trampoline):
4018 New functions.
4019 (unknown_language_defn, auto_language_defn, local_language_defn):
4020 Add ukn_lang_trampoline.
4021 * ada-lang.c (ada_language_defn): Add NULL for language
4022 specific skip_trampoline.
4023 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
4024 scm-lang.c: Likewise.
4025 * objc-lang.c (objc_skip_trampoline): New function.
4026 (objc_language_defn): Add objc_skip_trampoline.
4027
4028 2003-03-25 Andrew Cagney <cagney@redhat.com>
4029
4030 * frame.c (get_prev_frame): Delay validating a frame's ID -
4031 non-NULL, didn't go backwards - until an attempt to unwind it to
4032 the previous frame.
4033
4034 2003-03-25 Andrew Cagney <cagney@redhat.com>
4035
4036 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
4037 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
4038 * gdbarch.h, gdbarch.c: Re-generate.
4039 * config/sparc/tm-sparc.h
4040 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
4041 * sparc-tdep.c (sparc_gdbarch_init): Set
4042 deprecated_extra_stack_alignment_needed.
4043 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
4044 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
4045 extra_stack_alignment_needed.
4046 * v850-tdep.c (v850_gdbarch_init): Ditto.
4047 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4048 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4049 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4050 * cris-tdep.c (cris_gdbarch_init): Ditto.
4051 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4053
4054 2003-03-25 Andrew Cagney <cagney@redhat.com>
4055
4056 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
4057 STORE_STRUCT_RETURN.
4058 * gdbarch.h, gdbarch.c: Regenerate.
4059 * d10v-tdep.c (d10v_store_struct_return): Delete function.
4060 (d10v_push_arguments): Set the struct return register.
4061 (d10v_gdbarch_init): Update.
4062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4063 * x86-64-tdep.c (x86_64_init_abi): Update.
4064 * vax-tdep.c (vax_gdbarch_init): Update.
4065 * v850-tdep.c (v850_gdbarch_init): Update.
4066 * sparc-tdep.c (sparc_gdbarch_init): Update.
4067 * sh-tdep.c (sh_gdbarch_init): Update.
4068 * s390-tdep.c (s390_gdbarch_init): Update.
4069 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4070 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4071 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4072 * mips-tdep.c (mips_gdbarch_init): Update.
4073 * mcore-tdep.c (mcore_gdbarch_init): Update.
4074 * m68k-tdep.c (m68k_gdbarch_init): Update.
4075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4076 * ia64-tdep.c (ia64_gdbarch_init): Update.
4077 * i386-tdep.c (i386_gdbarch_init): Update.
4078 * hppa-tdep.c (hppa_gdbarch_init): Update.
4079 * h8300-tdep.c (h8300_gdbarch_init): Update.
4080 * frv-tdep.c (frv_gdbarch_init): Update.
4081 * cris-tdep.c (cris_gdbarch_init): Update.
4082 * avr-tdep.c (avr_gdbarch_init): Update.
4083 * arm-tdep.c (arm_gdbarch_init): Update.
4084 * alpha-tdep.c (alpha_gdbarch_init): Update.
4085
4086 2003-03-25 Andrew Cagney <cagney@redhat.com>
4087
4088 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
4089 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
4090 CALL_DUMMY_STACK_ADJUST with a predicate variable.
4091 * gdbarch.h, gdbarch.c: Regenerate.
4092 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4093 call_dummy_stack_adjust_p.
4094 * vax-tdep.c (vax_gdbarch_init): Ditto.
4095 * v850-tdep.c (v850_gdbarch_init): Ditto.
4096 * sh-tdep.c (sh_gdbarch_init): Ditto.
4097 * s390-tdep.c (s390_gdbarch_init): Ditto.
4098 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4099 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4100 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4101 * mips-tdep.c (mips_gdbarch_init): Ditto.
4102 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4103 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4105 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4106 * i386-tdep.c (i386_gdbarch_init): Ditto.
4107 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4108 * frv-tdep.c (frv_gdbarch_init): Ditto.
4109 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4110 * cris-tdep.c (cris_gdbarch_init): Ditto.
4111 * avr-tdep.c (avr_gdbarch_init): Ditto.
4112 * arm-tdep.c (arm_gdbarch_init): Ditto.
4113 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4114 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4115 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
4116 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4117 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
4118 call_dummy_stack_adjust_p.
4119 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
4120 (CALL_DUMMY_STACK_ADJUST): Delete macro.
4121 * sparc-tdep.c (sparc32_push_arguments): Update.
4122 * valops.c (hand_function_call): Update.
4123
4124 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
4125
4126 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
4127 set_gdbarch_char_signed.
4128
4129 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4130
4131 PR cli/548
4132 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
4133
4134 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4135
4136 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
4137 (_initialize_arm_tdep): Don't set tm_print_insn.
4138
4139 2003-03-24 Adam Fedor <fedor@gnu.org>
4140
4141 * Makefile.in (YYOBJ): Add objc-exp.tab.o
4142 * objc-lang.h: Add multiple inclusion protection.
4143 (start_msglist, add_msglist, end_msglist): Additional declarations.
4144
4145 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
4146
4147 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
4148 value was renamed to ARM_FLOAT_SOFT_FPA.
4149
4150 2003-03-23 Andrew Cagney <cagney@redhat.com>
4151
4152 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
4153 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
4154 * gdbarch.h, gdbarch.c: Regenerate.
4155 * valops.c (hand_function_call): Update.
4156 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4157 * frame.c (legacy_saved_regs_this_id): Update.
4158 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
4159 * dummy-frame.h: Update.
4160 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
4161 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4162 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
4163 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
4164 * config/m68k/tm-sun3.h: Update.
4165 * blockframe.c (inside_main_func, frame_chain_valid): Update.
4166 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4167 * x86-64-tdep.c (x86_64_init_abi): Update.
4168 * vax-tdep.c (vax_gdbarch_init): Update.
4169 * v850-tdep.c (v850_gdbarch_init): Update.
4170 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
4171 * sh-tdep.c (sh_gdbarch_init): Update.
4172 * s390-tdep.c (s390_gdbarch_init): Update.
4173 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
4174 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
4175 (frame_get_saved_regs): Update.
4176 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4177 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4178 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4179 * mips-tdep.c (mips_gdbarch_init): Update.
4180 * mcore-tdep.c (mcore_gdbarch_init): Update.
4181 * m68k-tdep.c (m68k_gdbarch_init): Update.
4182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4183 * ia64-tdep.c (ia64_gdbarch_init): Update.
4184 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
4185 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4186 (i386_interix_back_one_frame): Update.
4187 * hppa-tdep.c (hppa_gdbarch_init): Update.
4188 (hppa_init_extra_frame_info): Update.
4189 * h8300-tdep.c (h8300_gdbarch_init): Update.
4190 * frv-tdep.c (frv_gdbarch_init): Update.
4191 * cris-tdep.c (cris_gdbarch_init): Update.
4192 * avr-tdep.c (avr_gdbarch_init): Update.
4193 * arm-tdep.c (arm_gdbarch_init): Update.
4194 * alpha-tdep.c (alpha_gdbarch_init): Update.
4195
4196 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4197
4198 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
4199 (arm_get_fp_model): Declare.
4200 * arm-tdep.c (fp_model_strings): New string array.
4201 (arm_fp_model, current_fp_model): New variables.
4202 (arm_get_fp_model): New function.
4203 (arm_set_fp): New function.
4204 (set_fp_model_sfunc): New function.
4205 (show_fp_model): New function.
4206 (_initialize_arm_tdep): Add new command to set/show the FPU.
4207 (arm_extract_return_value): Use arm_get_fp_model.
4208 (arm_store_return_value): Likewise.
4209 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
4210 to initialize the floating-point data types.
4211 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
4212 model is FPA.
4213
4214 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4215
4216 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
4217 the current setting of each value.
4218 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
4219 new_set and new_show. Use add_setshow_cmd_full and
4220 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
4221 commands and add new version as subcommands of "set/show arm".
4222
4223 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4224
4225 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
4226 (set_arm_command, show_arm_command): New functions.
4227 (_initialize_arm_tdep): Add them.
4228 (num_disassembly_options): Renamed from num_flavor_options.
4229 (valid_disassembly_styles): Renamed from valid_flavors.
4230 (disassembly_style): Renamed from disassembly_flavor.
4231 (set_disassembly_style_sfunc): Renamed from
4232 set_disassembly_flavor_sfunc.
4233 (set_disassembly_style): Renamed from set_disassembly_flavor.
4234 (arm_othernames): Updated.
4235 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
4236 command. Add "set/show arm disassembly" commands. Deprecate
4237 "othernames" command.
4238
4239 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4240
4241 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
4242 (arm-tdep.o): Depend on elf_arm_h.
4243
4244 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4245
4246 * Makefile.in (coff_internal_h): Define.
4247 (arm-tdep.o): Update dependencies.
4248
4249 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4250
4251 * arm-tdep.c (prologue_cache): Delete.
4252 (check_prologue_cache, save_prologue_cache): Delete.
4253 (arm_scan_prologue): Don't check or update the prologue_cache.
4254 (arm_gdb_arch_init): Don't initialize it.
4255 (_initialize_arm_tdep): Likewise.
4256
4257 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
4258
4259 * MAINTAINERS (tui): Maintainer of tui code.
4260
4261 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
4262
4263 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
4264 (i386-cygwin-tdep.o): Add dependencies.
4265 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
4266 * i386-cygwin-tdep.c: New file.
4267 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
4268 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
4269
4270 2003-03-20 Andrew Cagney <cagney@redhat.com>
4271
4272 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
4273 (handle_inferior_event): Remove code calling
4274 DYNAMIC_TRAMPOLINE_NEXTPC.
4275
4276 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
4277 already has a full path.
4278
4279 * main.c (gdb_main): Return 1.
4280 (captured_main): Call error to report an invalid interpreter.
4281
4282 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
4283 * alpha-osf1-tdep.c: Include "gdb_string.h".
4284
4285 2003-03-19 J. Brobecker <brobecker@gnat.com>
4286
4287 Continuing work to convert the hppa targets to multiarch partial.
4288
4289 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
4290 method, now that hppa_push_dummy_frame has a conformant prototype.
4291 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
4292 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
4293 for the switch to multiarch partial.
4294
4295 2003-03-19 Kevin Buettner <kevinb@redhat.com>
4296
4297 * mdebugread.c (parse_symbol): For stEnd, we're done counting
4298 when iss is issNull.
4299
4300 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4301
4302 * mips-tdep.c (mips_register_name): Fix fencepost error involving
4303 NUM_REGS bounds check.
4304
4305 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4306
4307 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
4308 * mips-tdep.c (gdb_assert.h): Include.
4309 (mips_generic_reg_names, mips_processor_reg_names): Make static.
4310 (mips_register_name): Handle integer registers explicitly. Add
4311 bounds checking.
4312 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
4313 (mips_lsi33k_reg_names): Don't list integer registers; they're
4314 handled by mips_register_name() now.
4315 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
4316 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
4317 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
4318 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
4319 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
4320
4321 2003-03-18 Andrew Cagney <cagney@redhat.com>
4322
4323 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
4324 a void pointer.
4325 * gdbtypes.h (print_scalar_formatted): Update declaration.
4326 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
4327
4328 2003-03-18 J. Brobecker <brobecker@gnat.com>
4329
4330 * infrun.c (observer.h): Add #include.
4331 (normal_stop): Add call to observer_notify_normal_stop.
4332 * Makefile.in (infrun.o): Add dependency on observer.h.
4333
4334 2003-03-18 J. Brobecker <brobecker@gnat.com>
4335
4336 Continuing work to convert the hppa targets to multiarch partial.
4337 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
4338 parameter. Reformat comment.
4339 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
4340 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
4341 to match new profile.
4342
4343 2003-03-18 J. Brobecker <brobecker@gnat.com>
4344
4345 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
4346 appear to be working in any case.
4347
4348 2003-03-18 J. Brobecker <brobecker@gnat.com>
4349
4350 * observer.c (observer_test_first_observer): New static variable.
4351 (observer_test_second_observer): Likewise.
4352 (observer_test_third_observer): Likewise.
4353 (observer_test_first_notification_function): New static function.
4354 (observer_test_second_notification_function): Likewise.
4355 (observer_test_third_notification_function): Likewise.
4356
4357 2003-03-17 J. Brobecker <brobecker@gnat.com>
4358
4359 * hppa-tdep.c (gdb_assert.h): Add missing #include.
4360 * somsolib.c (gdb_assert.h): Likewise.
4361 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
4362 (somsolib.o): Likewise.
4363
4364 2003-03-17 Andrew Cagney <cagney@redhat.com>
4365
4366 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
4367 BFD. Simplify setting of di.endian.
4368
4369 2003-03-17 Andrew Cagney <cagney@redhat.com>
4370
4371 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
4372 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
4373
4374 From Elena Zannoni <ezannoni@redhat.com>
4375 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
4376 vector and floating-point parameters.
4377 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
4378 convention.
4379 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
4380
4381 2003-03-17 Fernando Nasser <fnasser@redhat.com>
4382
4383 * MAINTAINERS: Remove my name from several maintainership roles.
4384
4385 2003-03-17 Andrew Cagney <cagney@redhat.com>
4386
4387 Fix frame off-by-one bug.
4388 * frame-unwind.h (frame_this_id_ftype): Replace
4389 frame_unwind_id_ftype.
4390 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
4391 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
4392 with "prev_register".
4393 * frame-unwind.c (frame_unwind_find_by_pc): Return
4394 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
4395 comment.
4396 * dummy-frame.c (cached_find_dummy_frame): Delete function.
4397 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
4398 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
4399 (dummy_frame_unwind): Update.
4400 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4401 sentinel_frame_register_unwind.
4402 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
4403 (sentinel_frame_unwinder): Update.
4404 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4405 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
4406 * frame.c (create_sentinel_frame): Update. Initialize
4407 "prologue_cache" instead of "unwind_cache".
4408 (frame_register_unwind): Call this frame's prev_register with the
4409 next frame and this frame's prologue cache.
4410 (get_prev_frame): Simplify. Always call prev frame's this_id with
4411 this frame and prev frame's prologue cache. Document that this
4412 call is shifted one to the left when compared to the
4413 frame_register_unwind call.
4414 (legacy_saved_regs_prev_register): Replace
4415 frame_saved_regs_register_unwind.
4416 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
4417 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
4418 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4419 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
4420 (d10v_frame_unwind): Update.
4421 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
4422 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
4423 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
4424 "saved_regs" with "this_saved_regs".
4425
4426 2003-03-16 Andrew Cagney <cagney@redhat.com>
4427
4428 * frame.c (frame_pop): Don't call target_store_registers. Fix
4429 problem reported by Mark Kettenis.
4430
4431 2003-03-16 Mark Kettenis <kettenis@gnu.org>
4432
4433 * i386-tdep.c (i386_register_type): Renamed from
4434 i386_register_virtual_type. Adjust function signature.
4435 (i386_gdbarch_init): Set register_type instead of
4436 deprecated_max_register_raw_size,
4437 deprecated_max_register_virtual_size and register_virtual_type.
4438
4439 2003-03-14 Andrew Cagney <cagney@redhat.com>
4440
4441 * frame.c (get_prev_frame): When a legacy frame, always call
4442 legacy_get_prev_frame. Simplify unwind code using assumption that
4443 the unwinder is new.
4444 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
4445 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
4446 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
4447
4448 2003-03-14 Andrew Cagney <cagney@redhat.com>
4449
4450 * frame.c (get_saved_register): Delete function.
4451 * frame.h (get_saved_register): Delete declaration.
4452 * xstormy16-tdep.c: Update comment.
4453 * regcache.h: Update comments.
4454 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
4455 get_saved_register and extract_address, use
4456 frame_read_unsigned_register.
4457 (sparc_frame_saved_pc): Ditto.
4458 (sparc_get_saved_register): Instead of get_saved_register, use
4459 frame_register.
4460 (sparc_pop_frame): Ditto.
4461 * findvar.c: Update comments.
4462 (value_of_register): Call frame_register instead of
4463 get_saved_register.
4464 (value_from_register): Ditto.
4465 * config/sparc/tm-sparc.h: Update comment.
4466 * breakpoint.c: Update comment.
4467
4468 2003-03-14 Andrew Cagney <cagney@redhat.com>
4469
4470 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
4471 GET_SAVED_REGISTER.
4472 * gdbarch.h, gdbarch.c: Re-generate.
4473 * frame.h: Update comments.
4474 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4475 * x86-64-tdep.c (x86_64_init_abi): Update.
4476 * sparc-tdep.c (sparc_gdbarch_init): Update.
4477 * sh-tdep.c (sh_gdbarch_init): Update.
4478 * mips-tdep.c (mips_gdbarch_init): Update.
4479 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4480 * cris-tdep.c (cris_gdbarch_init): Update.
4481 * ia64-tdep.c (ia64_gdbarch_init): Update.
4482 * frame.c (frame_register): Update.
4483 (get_saved_register): Update.
4484 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
4485
4486 2003-03-13 Andrew Cagney <cagney@redhat.com>
4487
4488 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
4489 * gdbarch.h, gdbarch.c: Regenerate.
4490 * valops.c (hand_function_call): Update comment.
4491 * stack.c (return_command): Update comment.
4492 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
4493 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
4494 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4495 * x86-64-tdep.c (x86_64_init_abi): Update.
4496 * vax-tdep.c (vax_gdbarch_init): Update.
4497 * v850-tdep.c (v850_gdbarch_init): Update.
4498 * sparc-tdep.c (sparc_gdbarch_init): Update.
4499 * sh-tdep.c (sh_gdbarch_init): Update.
4500 * s390-tdep.c (s390_gdbarch_init): Update.
4501 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4502 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4503 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4504 * mips-tdep.c (mips_gdbarch_init): Update.
4505 * mcore-tdep.c (mcore_gdbarch_init): Update.
4506 * m68k-tdep.c (m68k_gdbarch_init): Update.
4507 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4508 * ia64-tdep.c (ia64_gdbarch_init): Update.
4509 * i386-tdep.c (i386_gdbarch_init): Update.
4510 * hppa-tdep.c (hppa_gdbarch_init): Update.
4511 * h8300-tdep.c (h8300_gdbarch_init): Update.
4512 * frv-tdep.c (frv_gdbarch_init): Update.
4513 * cris-tdep.c (cris_gdbarch_init): Update.
4514 * avr-tdep.c (avr_gdbarch_init): Update.
4515 * arm-tdep.c (arm_gdbarch_init): Update.
4516 * alpha-tdep.c (alpha_gdbarch_init): Update.
4517
4518 2003-03-13 Andrew Cagney <cagney@redhat.com>
4519
4520 * frame.c (legacy_frame_p): New function.
4521 (get_prev_frame): Use legacy_frame_p.
4522 * frame.h (legacy_frame_p): Declare.
4523
4524 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4525
4526 * MAINTAINERS (write after approval): Alphabetically
4527 listing corrected.
4528
4529 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4530
4531 * MAINTAINERS (write after approval): Add myself.
4532
4533 2003-03-12 Andrew Cagney <cagney@redhat.com>
4534
4535 * frame.c (get_prev_frame): Rename the frame parameter to
4536 "this_frame".
4537 (get_next_frame, legacy_get_prev_frame): Ditto.
4538
4539 2003-03-12 Andrew Cagney <cagney@redhat.com>
4540
4541 * frame.c (get_current_frame): Check target_has_registers before
4542 checking target_has_stack.
4543 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
4544 instead of deprecated_selected_frame.
4545 * findvar.c (value_of_register): Pass "frame", not
4546 deprecated_selected_frame, to value_of_builtin_reg.
4547
4548 2003-03-12 Andrew Cagney <cagney@redhat.com>
4549
4550 * regcache.c (regcache_cooked_write_signed): New function.
4551 (regcache_cooked_write_unsigned): New function.
4552 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
4553 (regcache_cooked_read_signed): Fix regnum in range assertion.
4554 * regcache.h (regcache_cooked_write_signed): Declare.
4555 (regcache_cooked_write_unsigned): Declare.
4556
4557 2003-03-12 Andrew Cagney <cagney@redhat.com>
4558
4559 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4560 * gdbarch.h, gdbarch.c: Re-generate.
4561 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4562 * x86-64-tdep.h: Update.
4563 * x86-64-tdep.c (x86_64_init_abi): Update.
4564 * v850-tdep.c (v850_gdbarch_init): Update.
4565 * sparc-tdep.c (sparc_gdbarch_init): Update.
4566 * sh-tdep.c (sh_gdbarch_init): Update.
4567 * s390-tdep.c (s390_gdbarch_init): Update.
4568 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4569 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4570 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4571 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4572 * mips-tdep.c (mips_gdbarch_init): Update.
4573 * mcore-tdep.c (mcore_gdbarch_init): Update.
4574 * m68k-tdep.c (m68k_gdbarch_init): Update.
4575 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4576 * ia64-tdep.c (ia64_gdbarch_init): Update.
4577 * i386-tdep.c (i386_gdbarch_init): Update.
4578 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4579 * hppa-tdep.c (hppa_gdbarch_init): Update.
4580 * h8300-tdep.c (h8300_gdbarch_init): Update.
4581 * frv-tdep.c (frv_gdbarch_init): Update.
4582 * cris-tdep.c (cris_gdbarch_init): Update.
4583 * avr-tdep.c (avr_gdbarch_init): Update.
4584 * arm-tdep.c (arm_gdbarch_init): Update.
4585 * alpha-tdep.c (alpha_gdbarch_init): Update.
4586 * sh-tdep.c (sh_init_extra_frame_info): Update.
4587 (sh64_init_extra_frame_info): Update.
4588 * ns32knbsd-nat.c (frame_num_args): Update.
4589 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4590 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4591 (xstormy16_frame_chain_valid): Update.
4592 * vax-tdep.c (vax_saved_pc_after_call): Update.
4593 * v850-tdep.c (v850_frame_chain): Update.
4594 (v850_pop_frame): Update.
4595 (v850_init_extra_frame_info): Update.
4596 * sparc-tdep.c (setup_arbitrary_frame): Update.
4597 * ns32k-tdep.c (umax_frame_num_args): Update.
4598 * s390-tdep.c (s390_pop_frame_regular): Update.
4599 * mn10300-tdep.c (mn10300_frame_chain): Update.
4600 (mn10300_pop_frame_regular): Update.
4601 (mn10300_init_extra_frame_info): Update.
4602 * mips-tdep.c (mips_init_frame_pc_first): Update.
4603 (mips_frame_chain): Update.
4604 (mips_pop_frame): Update.
4605 * mcore-tdep.c (mcore_frame_chain): Update.
4606 (mcore_pop_frame): Update.
4607 (mcore_init_extra_frame_info): Update.
4608 * arch-utils.c (init_frame_pc_default): Update.
4609 * m68k-tdep.c (isi_frame_num_args): Update.
4610 (delta68_frame_num_args): Update.
4611 (news_frame_num_args): Update.
4612 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4613 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4614 (alpha_frame_chain): Update.
4615 (alpha_pop_frame): Update.
4616 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4617 (hppa_init_extra_frame_info): Update.
4618 (hppa_frame_chain): Update.
4619 (hppa_frame_chain_valid): Update.
4620 * cris-tdep.c (cris_init_extra_frame_info): Update.
4621 * avr-tdep.c (avr_init_extra_frame_info): Update.
4622 * arm-tdep.c (arm_frame_chain_valid): Update.
4623 (arm_init_extra_frame_info): Update.
4624 (arm_pop_frame): Update.
4625 * frame.c (frame_pc_unwind): Update.
4626 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4627 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4628 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4629 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4630 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4631 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4632
4633 2003-03-12 Andrew Cagney <cagney@redhat.com>
4634
4635 Eliminate the need for POP_FRAME.
4636 * frame.c (do_frame_unwind_register): New function.
4637 (frame_pop): When no POP_FRAME, pop the frame using register
4638 unwind and a scratch regcache.
4639 (frame_saved_regs_pop): Delete function.
4640 (trad_frame_unwinder): Update.
4641 * d10v-tdep.c (d10v_frame_pop): Delete function.
4642 (d10v_frame_unwind): Update.
4643 * sentinel-frame.c (sentinel_frame_pop): Delete function.
4644 (sentinel_frame_unwinder): Update.
4645 * dummy-frame.c (dummy_frame_pop): Delete function.
4646 (dummy_frame_unwind): Update.
4647 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
4648 (struct frame_unwind): Update.
4649
4650 2003-03-11 Kevin Buettner <kevinb@redhat.com>
4651
4652 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4653 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
4654 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
4655 Do range checks on register number obtained from debugging info.
4656 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
4657 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
4658 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
4659 mapping function.
4660 (do_fp_register_row): Fix typo which caused double type to be
4661 used when attempting to unpack a float.
4662
4663 2003-03-11 J. Brobecker <brobecker@gnat.com>
4664
4665 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
4666
4667 2003-03-11 Andrew Cagney <cagney@redhat.com>
4668
4669 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
4670 frame. Problem found by Corinna Vinschen.
4671
4672 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
4673
4674 * doublest.c (floatformat_from_length): Accept also
4675 the real size of 'long double' type.
4676
4677 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
4678
4679 From Klee Dienes <kdienes@apple.com>:
4680 * breakpoint.c (bpstat_copy): Copy the command lines as well
4681 as the old value, to match what is freed in bpstat_clear.
4682
4683 2003-03-10 David Carlton <carlton@math.stanford.edu>
4684
4685 * minsyms.c (add_minsym_to_hash_table): Replace
4686 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4687 (compare_minimal_symbols, compact_minimal_symbols)
4688 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
4689 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
4690 of DEPRECATED_SYMBOL_MATCHES_NAME.
4691 (lookup_minimal_symbol_solib_trampoline): Ditto.
4692
4693 2003-03-10 Andrew Cagney <cagney@redhat.com>
4694
4695 * regcache.h (regcache_cooked_read_ftype): Define.
4696 (regcache_save, regcache_restore): Add a cooked_read parameter.
4697 * regcache.c (regcache_save, regcache_restore): Update.
4698 (do_cooked_read): New function.
4699 (regcache_cpy): Pass do_cooked_read to regcache_save and
4700 regcache_restore.
4701
4702 2003-03-10 Andrew Cagney <cagney@redhat.com>
4703
4704 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4705 * gdbarch.h, gdbarch.c: Re-generate.
4706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4707 * x86-64-tdep.h: Update.
4708 * x86-64-tdep.c (x86_64_init_abi): Update.
4709 * v850-tdep.c (v850_gdbarch_init): Update.
4710 * sparc-tdep.c (sparc_gdbarch_init): Update.
4711 * sh-tdep.c (sh_gdbarch_init): Update.
4712 * s390-tdep.c (s390_gdbarch_init): Update.
4713 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4714 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4715 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4716 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4717 * mips-tdep.c (mips_gdbarch_init): Update.
4718 * mcore-tdep.c (mcore_gdbarch_init): Update.
4719 * m68k-tdep.c (m68k_gdbarch_init): Update.
4720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4721 * ia64-tdep.c (ia64_gdbarch_init): Update.
4722 * i386-tdep.c (i386_gdbarch_init): Update.
4723 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4724 * hppa-tdep.c (hppa_gdbarch_init): Update.
4725 * h8300-tdep.c (h8300_gdbarch_init): Update.
4726 * frv-tdep.c (frv_gdbarch_init): Update.
4727 * cris-tdep.c (cris_gdbarch_init): Update.
4728 * avr-tdep.c (avr_gdbarch_init): Update.
4729 * arm-tdep.c (arm_gdbarch_init): Update.
4730 * alpha-tdep.c (alpha_gdbarch_init): Update.
4731 * sh-tdep.c (sh_init_extra_frame_info): Update.
4732 (sh64_init_extra_frame_info): Update.
4733 * ns32knbsd-nat.c (frame_num_args): Update.
4734 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4735 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4736 (xstormy16_frame_chain_valid): Update.
4737 * vax-tdep.c (vax_saved_pc_after_call): Update.
4738 * v850-tdep.c (v850_frame_chain): Update.
4739 (v850_pop_frame): Update.
4740 (v850_init_extra_frame_info): Update.
4741 * sparc-tdep.c (setup_arbitrary_frame): Update.
4742 * ns32k-tdep.c (umax_frame_num_args): Update.
4743 * s390-tdep.c (s390_pop_frame_regular): Update.
4744 * mn10300-tdep.c (mn10300_frame_chain): Update.
4745 (mn10300_pop_frame_regular): Update.
4746 (mn10300_init_extra_frame_info): Update.
4747 * mips-tdep.c (mips_init_frame_pc_first): Update.
4748 (mips_frame_chain): Update.
4749 (mips_pop_frame): Update.
4750 * mcore-tdep.c (mcore_frame_chain): Update.
4751 (mcore_pop_frame): Update.
4752 (mcore_init_extra_frame_info): Update.
4753 * arch-utils.c (init_frame_pc_default): Update.
4754 * m68k-tdep.c (isi_frame_num_args): Update.
4755 (delta68_frame_num_args): Update.
4756 (news_frame_num_args): Update.
4757 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4758 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4759 (alpha_frame_chain): Update.
4760 (alpha_pop_frame): Update.
4761 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4762 (hppa_init_extra_frame_info): Update.
4763 (hppa_frame_chain): Update.
4764 (hppa_frame_chain_valid): Update.
4765 * cris-tdep.c (cris_init_extra_frame_info): Update.
4766 * avr-tdep.c (avr_init_extra_frame_info): Update.
4767 * arm-tdep.c (arm_frame_chain_valid): Update.
4768 (arm_init_extra_frame_info): Update.
4769 (arm_pop_frame): Update.
4770 * frame.c (frame_pc_unwind): Update.
4771 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4772 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4773 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4774 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4775 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4776 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4777
4778 2003-03-10 Andrew Cagney <cagney@redhat.com>
4779
4780 * gdbarch.sh (gdbarch_unwind_pc): New method.
4781 * gdbarch.h, gdbarch.c: Regenerate.
4782 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
4783 but use read_pc and FRAME_SAVED_PC as fall backs.
4784 (frame_saved_regs_pc_unwind): Delete function.
4785 (trad_frame_unwinder): Update.
4786 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
4787 (struct frame_unwind): Update.
4788 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
4789 (dummy_frame_unwind): Update.
4790 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
4791 (sentinel_frame_unwinder): Update.
4792 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
4793 (d10v_frame_unwind): Update.
4794 (d10v_unwind_pc): New function.
4795 (d10v_gdbarch_init): Set unwind_pc.
4796
4797 2003-03-10 Andrew Cagney <cagney@redhat.com>
4798
4799 * gdbarch.h: Re-generate.
4800
4801 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
4802 PC.
4803 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
4804 the PC register.
4805
4806 2003-03-08 Mark Kettenis <kettenis@gnu.org>
4807
4808 * gdbarch.sh (save_dummy_frame_tos): Add comment.
4809
4810 2003-03-08 Andrew Cagney <cagney@redhat.com>
4811
4812 * cli-out.c: Update copyright.
4813 (cli_out_data): Define typedef. Use instead of ui_out_data.
4814
4815 2003-03-08 Andrew Cagney <cagney@redhat.com>
4816
4817 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
4818 the result.
4819
4820 2003-03-07 Andrew Cagney <cagney@redhat.com>
4821
4822 * gdbarch.sh: Don't generate two macro definitions when an
4823 undefined macro taking no arguments.
4824 * gdbarch.h: Regenerate.
4825
4826 2002-03-07 Michal Ludvig <mludvig@suse.cz>
4827
4828 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
4829 (x86_64_unwind_dummy_id): New functions.
4830 (x86_64_init_abi): Register these two new functions.
4831
4832 2003-03-07 Michal Ludvig <mludvig@suse.cz>
4833
4834 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
4835 (x86_64_skip_prologue): Move prologue detection to
4836 separate function.
4837 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
4838
4839 2003-03-05 Andrew Cagney <cagney@redhat.com>
4840
4841 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
4842 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
4843 * frame.c (get_prev_frame): Restructure the frame ID unwind code
4844 to use unwind_dummy_id when a dummy frame.
4845 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
4846 predicate.
4847 * gdbarch.h, gdbarch.c: Regneerate.
4848
4849 2003-03-05 Andrew Cagney <cagney@redhat.com>
4850
4851 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
4852 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
4853 Do not use d10v_read_sp or d10v_read_fp when obtaining register
4854 values.
4855
4856 2003-03-05 Andrew Cagney <cagney@redhat.com>
4857
4858 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
4859 (struct d10v_unwind_cache): Delete field "frameless". Replace
4860 "next_addr" with "sp_offset". Add "r11_offset".
4861 (d10v_frame_unwind_cache): Update.
4862 (prologue_find_regs): Update. When "mv r11, sp", save the
4863 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
4864 RN was saved in r11_offset.
4865
4866 2003-03-05 Andrew Cagney <cagney@redhat.com>
4867
4868 * frame.c (deprecated_update_frame_pc_hack): Also update the the
4869 cached PC value in the next frame.
4870
4871 2003-03-05 Andrew Cagney <cagney@redhat.com>
4872
4873 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
4874 "id_unwind_cache" with "id".
4875 (frame_id_unwind): Delete declaration.
4876 * frame.c (frame_id_unwind): Delete function.
4877 (get_prev_frame): Call the frame id unwind method directly. Store
4878 the returned next frame's ID value in NEXT_FRAME. Note that there
4879 is a problem with the wrong unwind ID being called with the wrong
4880 unwind cache.
4881
4882 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
4883
4884 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
4885
4886 2003-03-05 James Ingham <jingham@apple.com>
4887 Daniel Jacobowitz <drow@mvista.com>
4888
4889 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
4890 (auto_cp_abi): New variable.
4891 (current_cp_abi, num_cp_abis): Make static.
4892 (CP_ABI_MAX): Define.
4893 (cp_abis): Turn into an array.
4894 (value_virtual_fn_field): Fix formatting.
4895 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
4896 takes a pointer.
4897 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
4898 (list_cp_abis, _initialize_cp_abi): New functions.
4899 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
4900 declarations for cp_abis, num_cp_abis, current_cp_abi, and
4901 switch_to_cp_abi. Update prototype for register_cp_abi.
4902 * Makefile.in (cp-abi.o): Update dependencies.
4903 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
4904 instead of switch_to_cp_abi.
4905 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
4906 register_cp_abi.
4907 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
4908 register_cp_abi.
4909 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
4910
4911 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
4912
4913 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
4914 * dwarf2loc.c: Include "regcache.h".
4915 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
4916 register_size.
4917 * Makefile.in (dwarf2loc.o): Update dependencies.
4918
4919 2003-03-04 Theodore A. Roth <troth@openavr.org>
4920
4921 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
4922 number of io registers reported by remote target is not a multiple of
4923 step.
4924
4925 2003-03-04 David Carlton <carlton@math.stanford.edu>
4926
4927 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
4928 (lookup_symbol_aux_psymtabs): Update call to
4929 lookup_partial_symbol.
4930 (lookup_transparent_type, find_main_psymtab)
4931 (make_symbol_overload_list): Ditto.
4932
4933 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
4934
4935 * MAINTAINERS (Write after approval): Update my email address.
4936
4937 2003-03-03 Andrew Cagney <cagney@redhat.com>
4938
4939 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
4940 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
4941 predicate. Replace MAX_REGISTER_RAW_SIZE.
4942 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
4943 MAX_REGISTER_VIRTUAL_SIZE.
4944 * regcache.c (legacy_max_register_raw_size): New function.
4945 (legacy_max_register_virtual_size): New function.
4946 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
4947 (MAX_REGISTER_RAW_SIZE): Define.
4948 (legacy_max_register_raw_size): Declare.
4949 (legacy_max_register_virtual_size): Declare.
4950 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4951 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
4952 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4953 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4954 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4955 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4956 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4957 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4958 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4959 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4960 * vax-tdep.c (vax_gdbarch_init): Update.
4961 * v850-tdep.c (v850_gdbarch_init): Update.
4962 * sparc-tdep.c (sparc_gdbarch_init): Update.
4963 * sh-tdep.c (sh_gdbarch_init): Update.
4964 * s390-tdep.c (s390_gdbarch_init): Update.
4965 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4966 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4967 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4968 * mips-tdep.c (mips_gdbarch_init): Update.
4969 * mcore-tdep.c (mcore_gdbarch_init): Update.
4970 * m68k-tdep.c (m68k_gdbarch_init): Update.
4971 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4972 * ia64-tdep.c (ia64_gdbarch_init): Update.
4973 * i386-tdep.c (i386_gdbarch_init): Update.
4974 * hppa-tdep.c (hppa_gdbarch_init): Update.
4975 * h8300-tdep.c (h8300_gdbarch_init): Update.
4976 * frv-tdep.c (frv_gdbarch_init): Update.
4977 * cris-tdep.c (cris_gdbarch_init): Update.
4978 * avr-tdep.c (avr_gdbarch_init): Update.
4979 * arm-tdep.c (arm_gdbarch_init): Update.
4980 * alpha-tdep.c (alpha_gdbarch_init): Update.
4981 * d10v-tdep.c (d10v_gdbarch_init): Do not set
4982 max_register_raw_size or max_register_virtual_size.
4983
4984 2003-03-03 David Carlton <carlton@math.stanford.edu>
4985
4986 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
4987 SYMBOL_MATCHES_NAME, add comment.
4988 (SYMBOL_MATCHES_NATURAL_NAME): New.
4989 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
4990 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
4991 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
4992 * symtab.c (lookup_partial_symbol): Use
4993 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
4994 unhelpful comment.
4995 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
4996 SYMBOL_MATCHES_NAME.
4997 Fix for PR c++/33.
4998
4999 2003-03-03 David Carlton <carlton@math.stanford.edu>
5000
5001 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
5002 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
5003 by regexp matching against SYMBOL_NATURAL_NAME.
5004
5005 2003-03-03 David Carlton <carlton@math.stanford.edu>
5006
5007 * linespec.c (find_method): Extract code into collect_methods.
5008 (collect_methods): New.
5009
5010 2003-03-02 Mark Kettenis <kettenis@gnu.org>
5011
5012 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
5013 get_frame_base.
5014
5015 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
5016 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5017
5018 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5019
5020 * arch-utils.c (generic_register_byte): Fix to use the loop index
5021 and not regnum when summing the size of all registers up to regnum.
5022
5023 2003-03-01 Andrew Cagney <cagney@redhat.com>
5024
5025 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
5026 FRAME_INIT_SAVED_REGS.
5027 * gdbarch.h, gdbarch.c: Regenerate.
5028 * stack.c (frame_info): Update.
5029 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
5030 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
5031 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
5032 * ns32k-tdep.c (ns32k_pop_frame): Update.
5033 * mips-tdep.c (mips_pop_frame): Update.
5034 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
5035 * ia64-tdep.c (ia64_frame_chain): Update.
5036 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
5037 (ia64_frameless_function_invocation): Update.
5038 (ia64_init_extra_frame_info): Update.
5039 (ia64_pop_frame_regular): Update.
5040 * frame.h (struct frame_info): Update comment.
5041 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
5042 * frame.c (frame_saved_regs_register_unwind): Update.
5043 (frame_saved_regs_register_unwind): Update.
5044 (deprecated_generic_get_saved_register): Update.
5045 * cris-tdep.c: Update comment.
5046 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
5047 Rename macro.
5048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5049 * x86-64-tdep.c (x86_64_init_abi): Update.
5050 * vax-tdep.c (vax_gdbarch_init): Update.
5051 * v850-tdep.c (v850_gdbarch_init): Update.
5052 * sparc-tdep.c (sparc_gdbarch_init): Update.
5053 * sh-tdep.c (sh_gdbarch_init): Update.
5054 * s390-tdep.c (s390_gdbarch_init): Update.
5055 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5056 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5057 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5058 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5059 * mips-tdep.c (mips_gdbarch_init): Update.
5060 * mcore-tdep.c (mcore_gdbarch_init): Update.
5061 * m68k-tdep.c (m68k_gdbarch_init): Update.
5062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5063 * ia64-tdep.c (ia64_gdbarch_init): Update.
5064 * i386-tdep.c (i386_gdbarch_init): Update.
5065 * frv-tdep.c (frv_gdbarch_init): Update.
5066 * avr-tdep.c (avr_gdbarch_init): Update.
5067 * arm-tdep.c (arm_gdbarch_init): Update.
5068 * alpha-tdep.c (alpha_gdbarch_init): Update.
5069
5070 2003-03-01 Andrew Cagney <cagney@redhat.com>
5071
5072 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
5073 option enum and switch. When no windows, set the interpreter to
5074 INTERP_CONSOLE.
5075
5076 2003-03-01 Andrew Cagney <cagney@redhat.com>
5077
5078 * main.c (captured_main): Replace magic option characters with an
5079 enum.
5080
5081 2003-03-01 Andrew Cagney <cagney@redhat.com>
5082
5083 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
5084 INIT_EXTRA_FRAME_INFO.
5085 * gdbarch.h, gdbarch.c: Regenerate.
5086 * arm-tdep.c: Update comments.
5087 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
5088 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
5089 * frame.h, avr-tdep.c: Ditto.
5090 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
5091 (create_new_frame, legacy_get_prev_frame): Ditto.
5092 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5093 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
5095 deprecated_init_extra_frame_info instead of init_extra_frame_info.
5096 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5097 * v850-tdep.c (v850_gdbarch_init): Ditto.
5098 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5099 * sh-tdep.c (sh_gdbarch_init): Ditto.
5100 * s390-tdep.c (s390_gdbarch_init): Ditto.
5101 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
5102 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5103 * mips-tdep.c (mips_gdbarch_init): Ditto.
5104 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5106 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5107 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5108 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5109 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5110 * frv-tdep.c (frv_gdbarch_init): Ditto.
5111 * cris-tdep.c (cris_gdbarch_init): Ditto.
5112 * avr-tdep.c (avr_gdbarch_init): Ditto.
5113 * arm-tdep.c (arm_gdbarch_init): Ditto.
5114 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5115 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5116
5117 2003-03-01 Andrew Cagney <cagney@redhat.com>
5118
5119 * gdbarch.sh (register_type): New function with predicate.
5120 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
5121 * gdbarch.h, gdbarch.c: Re-generate.
5122 * arch-utils.c (generic_register_byte): Use generic_register_size.
5123 (generic_register_size): When available, use
5124 gdbarch_register_type.
5125 * regcache.c (init_regcache_descr): When available, initialize the
5126 register type array using gdbarch_register_type. If the
5127 architecture supplies gdbarch_register_type, do not use the legacy
5128 regcache layout.
5129 * d10v-tdep.c (d10v_register_type): Replace
5130 d10v_register_virtual_type.
5131 (d10v_gdbarch_init): Set register_type instead of
5132 register_virtual_type.
5133
5134 2003-03-01 Andrew Cagney <cagney@redhat.com>
5135
5136 * Makefile.in (ax-gdb.o): Update dependencies.
5137 * ax-gdb.c: Include "regcache.h".
5138 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
5139 * findvar.c (value_of_register): Ditto.
5140 * infcmd.c (default_print_registers_info): Ditto.
5141
5142 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5143
5144 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
5145 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5146
5147 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5148
5149 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
5150 of STREQ.
5151
5152 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
5153
5154 * Makefile.in (dwarf2loc.o): Update dependencies.
5155 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
5156 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
5157 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
5158 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
5159 (locexpr_tracepoint_var_ref): New function.
5160 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
5161
5162 2003-02-28 Andrew Cagney <cagney@redhat.com>
5163
5164 * regcache.c (register_size): New function.
5165 * regcache.h (register_size): Declare
5166 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
5167 max_register_size instead of MAX_REGISTER_RAW_SIZE.
5168
5169 2003-02-28 David Carlton <carlton@math.stanford.edu>
5170
5171 * linespec.c (decode_compound): Extract code into find_method.
5172 (find_method): New.
5173
5174 2003-02-28 J. Brobecker <brobecker@gnat.com>
5175
5176 * Makefile.in: Add rules to build and link in observer.o.
5177
5178 2003-02-27 J. Brobecker <brobecker@gnat.com>
5179
5180 * observer.c: Minor comments edits.
5181
5182 2003-02-27 J. Brobecker <brobecker@gnat.com>
5183
5184 * observer.h, observer.c: New file.
5185
5186 2003-02-27 Andrew Cagney <cagney@redhat.com>
5187
5188 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
5189
5190 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
5191
5192 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
5193 (M6812_OP_STS_EXT): Likewise.
5194 (m6811_prologue): Use the above to recognize prologue.
5195 (m6812_prologue): Likewise.
5196
5197 2003-02-27 David Carlton <carlton@math.stanford.edu>
5198
5199 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
5200 SYMBOL_PRINT_NAME.
5201 (compare_psymbols): Ditto.
5202 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
5203
5204 2003-02-27 Michael Snyder <msnyder@redhat.com>
5205
5206 * f-lang.c (build_fortran_types): New function.
5207 (_initialize_f_language): Gdbarch-register built-in fortran types.
5208 * doublest.c (extract_floating): Fix warning text.
5209
5210 2003-02-27 Andrew Cagney <cagney@redhat.com>
5211
5212 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
5213 predicate. Replaces PUSH_DUMMY_FRAME.
5214 * gdbarch.h, gdbarch.c: Regnerate.
5215 * valops.c (hand_function_call): Update. Call
5216 generic_push_dummy_frame directly.
5217 * vax-tdep.c (vax_gdbarch_init): Update.
5218 * sparc-tdep.c (sparc_gdbarch_init): Update.
5219 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5220 * m68k-tdep.c (m68k_gdbarch_init): Update.
5221 * hppa-tdep.c (hppa_gdbarch_init): Update.
5222 * alpha-tdep.c (alpha_gdbarch_init): Update.
5223 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5224 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5225 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
5226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
5227 push_dummy_frame to generic_push_dummy_frame.
5228 * v850-tdep.c (v850_gdbarch_init): Ditto.
5229 * sh-tdep.c (sh_gdbarch_init): Ditto.
5230 * s390-tdep.c (s390_gdbarch_init): Ditto.
5231 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5232 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5233 * mips-tdep.c (mips_gdbarch_init): Ditto.
5234 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5235 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5236 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5237 * i386-tdep.c (i386_gdbarch_init): Ditto.
5238 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5239 * frv-tdep.c (frv_gdbarch_init): Ditto.
5240 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5241 * cris-tdep.c (cris_gdbarch_init): Ditto.
5242 * avr-tdep.c (avr_gdbarch_init): Ditto.
5243 * arm-tdep.c (arm_gdbarch_init): Ditto.
5244
5245 2003-02-26 Kevin Buettner <kevinb@redhat.com>
5246
5247 * mips-tdep.c (show_mips_abi): New function.
5248 (_initialize_mips_tdep): Use show_mips_abi() to implement the
5249 command ``show mips abi''.
5250
5251 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
5252
5253 From Elena Zannoni <ezannoni@redhat.com>
5254 * dbxread.c (process_one_symbol): Only record line 0 if one or
5255 more sline entries have been seen for the function.
5256
5257 2003-02-26 Michael Chastain <mec@shout.net>
5258
5259 * configure: Regenerate with autoconf 000227.
5260
5261 2003-02-26 Michael Chastain <mec@shout.net>
5262
5263 Close PR build/660.
5264 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
5265 for old libc5/glibc.
5266 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
5267
5268 2003-02-26 Kris Warkentin <kewarken@qnx.com>
5269
5270 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
5271 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
5272
5273 2003-02-26 Michael Chastain <mec@shout.net>
5274
5275 * configure.in: New variable HAVE_UINTPTR_T.
5276 * configure, config.in: Regenerated.
5277
5278 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
5279
5280 Fix PR build/1097.
5281 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
5282
5283 2003-02-25 Andrew Cagney <cagney@redhat.com>
5284
5285 * frame.c (get_prev_frame): Add comment on check for
5286 inside_entry_func. Only check for inside_entry_file when not a
5287 dummy and not a sentinel. Check that the new frame is not inner
5288 to the old frame.
5289
5290 2003-02-25 Andrew Cagney <cagney@redhat.com>
5291
5292 * frame.c (frame_debug): New variable.
5293 (_initialize_frame): Add "set/show debug frame" command.
5294 (get_prev_frame): When frame_debug, print reason why unwind
5295 failed.
5296
5297 2003-02-25 Michael Chastain <mec@shout.net>
5298
5299 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
5300 to avoid uintptr_t definition problems.
5301
5302 2003-02-25 David Carlton <carlton@math.stanford.edu>
5303
5304 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
5305 (SYMBOL_LINKAGE_NAME): Ditto.
5306 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
5307 SYMBOL_LINKAGE_NAME.
5308 (struct general_symbol_info): Expand comment.
5309 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
5310 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
5311 (SYMBOL_MATCHES_REGEXP): Ditto.
5312 * symtab.c (symbol_natural_name): New function.
5313 * objfiles.h: Replace all uses of SYMBOL_NAME by
5314 DEPRECATED_SYMBOL_NAME.
5315 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
5316 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
5317 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
5318 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
5319 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
5320 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
5321 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
5322 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
5323 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
5324 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
5325 * ada-exp.y: Ditto.
5326 * ada-exp.y: Update copyright.
5327 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
5328 * cp-valprint.c: Ditto.
5329
5330 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
5331
5332 * infptrace.c (detach): Do not flag error if ptrace detach fails
5333 and errno is set to ESRCH.
5334
5335 2003-02-24 Andrew Cagney <cagney@redhat.com>
5336
5337 * infptrace.c (udot_info): Change type of udot_off to long. Use
5338 paddr when printing udot_off's value.
5339
5340 2003-02-24 David Carlton <carlton@math.stanford.edu>
5341
5342 * symtab.c (make_symbol_overload_list): Only read in partial
5343 symtabs containing a matching partial symbol.
5344
5345 2003-02-24 David Carlton <carlton@math.stanford.edu>
5346
5347 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
5348 do the comparison, not strcmp.
5349 * symfile.c (compare_psymbols): Ditto.
5350 * defs.h: Declare strcmp_iw_ordered.
5351 * utils.c (strcmp_iw_ordered): New function.
5352
5353 2003-02-24 Jim Blandy <jimb@redhat.com>
5354
5355 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
5356 support, shared libs): Remove my name from here, to better reflect
5357 reality.
5358
5359 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5360
5361 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
5362 (target_ops): Add to_have_continuable_watchpoint.
5363 * target.c (update_current_target): Add INHERIT line for
5364 to_have_continuable_watchpoint.
5365 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
5366 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
5367 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
5368 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
5369
5370 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
5371
5372 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
5373 maintainership.
5374
5375 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5376
5377 * solib.c (solib_open): Call target defined search function after
5378 failing with solib-search-path.
5379 * solist.h (target_so_ops): Add find_and_open_solib function hook and
5380 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
5381
5382 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5383
5384 * MAINTAINERS: Add myself to Write After section.
5385
5386 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5387
5388 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
5389
5390 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
5391
5392 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
5393 (m68hc11_add_reggroups): New function.
5394 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
5395 (m68hc11_gdbarch_init): Install the reggroups.
5396 (_initialize_m68hc11_tdep): Initialize them.
5397
5398 2003-02-21 James E Wilson <wilson@tuliptree.org>
5399
5400 * MAINTAINERS: Update my email address.
5401
5402 2003-02-21 David Carlton <carlton@math.stanford.edu>
5403
5404 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
5405
5406 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
5407
5408 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
5409 * symtab.h: Add opaque declarations of struct axs_value and
5410 struct agent_expr.
5411 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
5412 (struct location_funcs): New type.
5413 (struct symbol): Add "loc" to aux_value.
5414 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
5415 * dwarf2read.c: Include "dwarf2expr.h".
5416 (dwarf2_symbol_mark_computed): New function.
5417 (read_func_scope): Use it.
5418 (var_decode_location): New function.
5419 (new_symbol): Use it.
5420 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
5421
5422 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
5423 (dwarf2expr_h, dwarf2loc_h): New variables.
5424 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
5425 (dwarf2expr.o, dwarf2loc.o): New rules.
5426 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
5427 * buildsym.c (finish_block): Handle LOC_COMPUTED and
5428 LOC_COMPUTED_ARG.
5429 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
5430 * m2-exp.y (yylex): Likewise.
5431 * printcmd.c (address_info, print_frame_args): Likewise.
5432 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
5433 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5434 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
5435 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
5436 * symtab.c (lookup_block_symbol): Likewise.
5437
5438 2003-02-20 Adam Fedor <fedor@gnu.org>
5439
5440 * symtab.h: Remove objc_specific struct
5441 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
5442 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
5443 Have language_objc use cplus_specific struct.
5444
5445 2003-02-20 Tom Tromey <tromey@redhat.com>
5446
5447 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
5448 TYPE_NAME, when printing a String value. PR java/1075.
5449
5450 2003-02-20 Adam Fedor <fedor@gnu.org>
5451
5452 * objc-lang.h (find_methods): Remove declaration.
5453 * objc-lang.c (find_methods): Make static.
5454
5455 2003-02-20 Christopher Faylor <cgf@redhat.com>
5456
5457 * win32-nat.c (get_image_name): Check return value from
5458 ReadProcessMemory.
5459 (child_xfer_memory): Ditto.
5460
5461 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
5462
5463 * configure.in (TARGET_SYSTEM_ROOT): Set default to
5464 ${exec_prefix}/${target_alias}/sys-root. Match explicit
5465 '${exec_prefix}' (in addition to the expansion thereof) as
5466 relocatable.
5467 * configure: Rebuilt.
5468
5469 2003-02-20 David Carlton <carlton@math.stanford.edu>
5470
5471 * symtab.c (search_symbols): Revert the search_symbols part of my
5472 2002-12-23 patch. Add comment.
5473
5474 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5475
5476 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
5477 * dbxread.c (elfstab_build_psymtabs): Don't call
5478 install_minimal_symbols.
5479 (stabsect_build_psymtabs): Likewise.
5480 * elfread.c (elf_symfile_read): Call install_minimal_symbols
5481 earlier.
5482 * somread.c (som_symfile_read): Call install_minimal_symbols
5483 and do_cleanups earlier.
5484 * nlmread.c (nlm_symfile_read): Likewise.
5485 * mdebugread.c (elfmdebug_build_psymtabs): Call
5486 install_minimal_symbols and make appropriate cleanups.
5487
5488 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5489
5490 * solib.c (reload_shared_libraries): New function.
5491 (_initialize_solib): Add callbacks for ``set solib-search-path''
5492 and ``set solib-absolute-prefix''.
5493
5494 2003-02-20 David Carlton <carlton@math.stanford.edu>
5495
5496 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
5497 expand comment.
5498 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
5499 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
5500 * ada-typeprint.c (ada_typedef_print): Ditto.
5501 * ax-gdb.c (gen_var_ref): Ditto.
5502 * breakpoint.c (print_one_breakpoint): Ditto.
5503 * buildsym.c (finish_block): Ditto.
5504 * c-valprint.c (c_val_print): Ditto.
5505 * expprint.c (print_subexp): Ditto.
5506 * findvar.c (locate_var_value): Ditto.
5507 * infcmd.c (jump_command): Ditto.
5508 * linespec.c (decode_line_2, decode_compound): Ditto.
5509 * maint.c (maintenance_translate_address): Ditto.
5510 * objc-lang.c (compare_selectors, compare_classes): Ditto.
5511 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
5512 Ditto.
5513 * p-valprint.c (pascal_val_print): Ditto.
5514 * stabsread.c (define_symbol): Ditto.
5515 * stack.c (print_frame, frame_info, print_block_frame_locals)
5516 (print_frame_arg_vars, return_command): Ditto.
5517 * symfile.c (compare_symbols, compare_psymbols): Ditto.
5518 * symmisc.c (print_symbol): Ditto.
5519 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
5520 (compare_search_syms, print_symbol_info, print_msymbol_info)
5521 (rbreak_command): Ditto.
5522 * tracepoint.c (tracepoints_info): Ditto.
5523 * typeprint.c (typedef_print): Ditto.
5524 * valops.c (value_of_variable, hand_function_call): Ditto.
5525 * cli/cli-cmds.c (edit_command, list_command): Ditto.
5526 * ada-typeprint.c: Update Copyright.
5527 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
5528 * tracepoint.c, cli/cli-cmds.c: Ditto.
5529
5530 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5531
5532 * frame.c (generic_unwind_get_saved_register): Make non-static.
5533 * frame.h (generic_unwind_get_saved_register): Declare.
5534 * mips-tdep.c (read_next_frame_reg): Fetch register from
5535 current regcache when frame is NULL.
5536 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
5537 that must be NULL.
5538 (mips_get_saved_register): Call generic_unwind_get_saved_register()
5539 instead of frame_register_unwind().
5540
5541 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5542
5543 * remote-sim.c (gdbsim_insert_breakpoint)
5544 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
5545 code.
5546
5547 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5548
5549 * remote.c (_initialize_remote): Add commands "set/show remote
5550 hardware-watchpoint-limit" and "set/show remote
5551 hardware-breakpoint-limit".
5552 (remote_hw_watchpoint_limit): Initialize to -1.
5553 (remote_hw_breakpoint_limit): Ditto.
5554 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
5555
5556 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
5557
5558 * coff-pe-read.c: New file - support reading of minimal symbols from a
5559 portable executable using the export table.
5560 * coff-pe-read.h: New file.
5561 * coffread.c: Include coff-pe-read.h.
5562 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
5563 debugging symbols found.
5564 * Makefile.in (SFILES): Add coff-pe-read.o.
5565 (coff_pe_read_h): Define.
5566 (COMMON_OBS): Add coff-pe-read.o.
5567 (coffread.o): Add coff_pe_read_h dependency.
5568 (coff-pe-read.o): New target.
5569
5570 2003-02-19 David Carlton <carlton@math.stanford.edu>
5571
5572 * Makefile.in (SFILES): Add block.c.
5573 (block_h): New.
5574 (COMMON_OBS): Add block.o.
5575 (block.o): New.
5576 (x86-64-tdep.o): Add $(block_h).
5577 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
5578 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
5579 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
5580 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
5581 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
5582 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
5583 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
5584 * value.h: Add opaque declaration for struct block.
5585 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
5586 * ada-lang.h: Ditto.
5587 * x86-64-tdep.c: #include "block.h"
5588 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
5589 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
5590 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
5591 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
5592 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
5593 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
5594 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
5595 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
5596 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
5597 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
5598 * symtab.c (block_function): Ditto.
5599 (contained_in): Ditto.
5600 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
5601 block.h. Add opaque declaration for struct block.
5602 * symtab.h: Move block_function and contained_in declarations to
5603 block.h. Add opaque declarations for struct block, struct
5604 blockvector.
5605 (struct block): Move to block.h.
5606 (struct blockvector): Ditto.
5607 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
5608 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
5609 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
5610 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
5611 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
5612 Ditto.
5613 * block.c: New file.
5614 * block.h: New file.
5615
5616 2003-02-19 Theodore A. Roth <troth@openavr.org>
5617
5618 * avr-tdep.c (avr_extract_return_value): Remove function.
5619 (avr_store_return_value): Remove function.
5620 (avr_extract_struct_value_address): Remove function.
5621 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
5622
5623 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5624
5625 * rs6000-tdep.c: Include "gdb_assert.h".
5626 (registers_e500): Add "acc" and "spefscr".
5627 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
5628 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
5629 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
5630 really is "r0".
5631 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
5632
5633 2003-02-18 Keith Seitz <keiths@redhat.com>
5634
5635 * Makefile.in: Add gdbtk-interps.c.
5636
5637 2003-02-18 Kevin Buettner <kevinb@redhat.com>
5638
5639 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
5640 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
5641
5642 2003-02-18 Andrew Cagney <cagney@redhat.com>
5643
5644 * symtab.h (struct objfile): Add opaque declaration.
5645
5646 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
5647
5648 From Jim Ingham <jingham@apple.com>:
5649 * dbxread.c (process_one_symbol): Use last_function_start rather
5650 than function_start_offset to find the real beginning of the
5651 current function. The latter is just the text section offset on
5652 some systems, the former is always the real function start.
5653
5654 2003-02-17 Andrew Cagney <cagney@redhat.com>
5655
5656 * configure.in: Revert ${target} != ${host}.
5657
5658 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5659
5660 * configure.in (Makefile): Use the test ${target} != ${host},
5661 instead of the absence of the "nm.h" file, to determine of the
5662 configuration non-native.
5663 * configure: Regenerate.
5664
5665 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
5666
5667 From Brian Ford <ford@vss.fsi.com>
5668
5669 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
5670 conditionalize tui_active test.
5671 (lookup_cmd_1): Ditto.
5672
5673 2003-02-14 Mark Kettenis <kettenis@gnu.org>
5674
5675 * configure.in: Add check for _etext.
5676 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
5677 available.
5678 * config.in, configure: regenerated.
5679
5680 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
5681
5682 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
5683
5684 2003-02-14 Andrew Cagney <ac131313@redhat.com>
5685
5686 * main.c (tui_version): Delete variable.
5687 (captured_main): When --tui, set interpreter_p to "tui" instead of
5688 enabling tui_version.
5689 * printcmd.c (display_command) [TUI]: Test tui_active instead of
5690 tui_version.
5691 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
5692 * cli/cli-cmds.c (disassemble_command): Ditto.
5693 * defs.h (tui_version): Delete declaration.
5694 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
5695 (tui-interp.o): Add rules.
5696 (SUBDIR_TUI_OBS): Add "tui-interp.o".
5697
5698 2003-02-14 Christopher Faylor <cgf@redhat.com>
5699
5700 * win32-nat.c (register_loaded_dll): Correctly set address range for
5701 just-loaded dll.
5702
5703 2003-02-12 Jason Molenda (jmolenda@apple.com)
5704
5705 * symmisc.c (print_objfile_statistics): Include information about
5706 the number of psymtabs and symtabs in each object file.
5707
5708 2003-02-13 Keith R Seitz <keiths@redhat.com>
5709
5710 * main.h (struct captured_main_args): Add interpreter_p.
5711 * main.c (captured_main): Initialize interpreter_p from context.
5712 * gdb.c (main): Set interpreter_p argument.
5713 * Makefile.in (gdb.o): Add dependency for interps.h.
5714
5715 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5716
5717 * event-top.c (cli_command_loop): Delete declaration.
5718 (_initialize_event_loop): Delete function setting event_loop_hook.
5719 * event-top.h (cli_command_loop): Declare. Update copyright.
5720 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
5721 * interps.c (current_interp_command_loop): When event_loop_p, call
5722 cli_command_loop.
5723
5724 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5725
5726 * interps.h (interp_command_loop_ftype): Change return type to
5727 void.
5728
5729 2003-02-12 Michal Ludvig <mludvig@suse.cz>
5730
5731 * x86-64-tdep.c (x86_64_extract_return_value)
5732 (x86_64_store_return_value): Use regcache instead of regbuf.
5733 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
5734 * x86-64-linux-nat.c (fill_gregset): Use regcache.
5735
5736 2003-02-11 Andrew Cagney <ac131313@redhat.com>
5737
5738 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
5739 * aclocal.m4: Regenerate.
5740 * configure: Regenerate.
5741
5742 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
5743 TCL_LD_SEARCH_FLAGS.
5744
5745 2003-02-10 Michal Ludvig <mludvig@suse.cz>
5746
5747 * dwarf2cfi.c: Reindented.
5748
5749 2003-02-09 Andrew Cagney <ac131313@redhat.com>
5750
5751 * interps.c (clear_interpreter_hooks): Convert function definition
5752 to ISO C.
5753
5754 2003-02-07 David Carlton <carlton@math.stanford.edu>
5755
5756 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
5757
5758 2003-02-07 Kevin Buettner <kevinb@redhat.com>
5759
5760 * gdbtypes.h (struct main_type): Move ``length'' field from here...
5761 (struct type): ...to here.
5762 (TYPE_LENGTH): Adjust to reflect different location of ``length''
5763 field.
5764 * gdbtypes.c (make_qualified_type): Set length on newly created type.
5765 (replace_type): Set length on all type variants for a given type.
5766
5767 2003-02-07 Andrew Cagney <ac131313@redhat.com>
5768
5769 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
5770 <sys/stat.h>.
5771 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
5772
5773 2003-02-06 Andrew Cagney <ac131313@redhat.com>
5774
5775 * Makefile.in (symm-nat.o): Update dependencies.
5776 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
5777 (lynx-nat.o, ia64-linux-nat.): Ditto.
5778 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
5779 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
5780 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
5781
5782 * Makefile.in (inflow_h): Define.
5783 (procfs.o, inflow.o, procfs.o): Update dependencies.
5784 * inftarg.c (child_stop): Delete extern declaration of
5785 inferior_process_group. Include "inflow.h".
5786 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
5787 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
5788 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
5789 (our_process_group, inferior_process_group): Extern declarations.
5790
5791 * procfs.c: Include "gdb_assert.h".
5792
5793 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5794 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
5795 * jv-typeprint.c (java_type_print_base): Ditto.
5796 * typeprint.c (typedef_print): Eliminate STREQ.
5797 * cli/cli-script.c (define_command, define_command): Ditto.
5798 * main.c (captured_main): Ditto.
5799 * values.c (lookup_internalvar): Ditto.
5800 * utils.c (safe_strerror, parse_escape): Eliminate assignment
5801 within `if' conditional.
5802 * linespec.c (decode_line_2): Ditto.
5803 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
5804 (bfd_openw_with_cleanup): Ditto.
5805
5806 2003-02-07 Mark Kettenis <kettenis@gnu.org>
5807
5808 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
5809 legacy_extract_return_value and store_return_value to
5810 legacy_return_value.
5811
5812 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
5813
5814 * win32-nat.c (get_relocated_section_addrs): New function. Find
5815 section load addresses for symbol handling in relocated DLLs.
5816 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
5817
5818 2003-02-05 Fred Fish <fnf@intrinsity.com>
5819
5820 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
5821 '=' and '!='.
5822 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
5823 with '&' and '=='.
5824 (angel_RDI_info): Ditto.
5825 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
5826 with '&' and '!='.
5827 (threads_continue_all_with_signals): Ditto.
5828
5829 2003-02-05 Jim Ingham <jingham@apple.com>
5830 Keith Seitz <keiths@redhat.com>
5831 Elena Zannoni <ezannoni@redhat.com>
5832 Andrew Cagney <ac131313@redhat.com>
5833
5834 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
5835 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
5836 (SUBDIR_MI_OBS): Add "mi-interp.o".
5837 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
5838 (SFILES): Add "interps.c".
5839 (COMMON_OBS): Add "interps.o".
5840 (interps_h, mi_main_h): Define.
5841 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
5842 (mi-main.o, main.o, event-top.o): Update dependencies.
5843 * cli/cli-interp.c: New file.
5844 * interps.h, interps.c: New files.
5845 * top.c: (gdb_init): Don't install the default interpreter, handed
5846 by captured_main.
5847 * main.c: Include "interps.h".
5848 (interpreter_p): Note that it should malloc'ed.
5849 (captured_command_loop): Call current_interp_command_loop.
5850 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
5851 xfree and xstrdup when updating interpreter_p. Install the
5852 default interpreter. Add hack to stop mi1's copyright notice
5853 being encoded.
5854 * event-top.h (gdb_setup_readline): Declare.
5855 (gdb_disable_readline): Declare.
5856 * event-top.c: Include "interps.h".
5857 (display_gdb_prompt): Call current_interp_display_prompt_p.
5858 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
5859 gdb_stdlog, and gdb_stdtarg.
5860 (_initialize_event_loop): Don't call gdb_setup_readline.
5861 * cli-out.c (cli_out_set_stream): New function.
5862 * cli-out.h (cli_out_set_stream): Declare.
5863
5864 2003-02-06 Mark Kettenis <kettenis@gnu.org>
5865
5866 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
5867 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
5868 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
5869 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
5870 config/i386/i386v42mp.mt: Removed.
5871
5872 2003-02-05 Mark Kettenis <kettenis@gnu.org>
5873
5874 * configure.tgt (*-*-solaris*): Set gdb_osabi to
5875 GDB_OSABI_SOLARIS.
5876
5877 2003-02-05 Michael Chastain <mec@shout.net>
5878
5879 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
5880 2.12.1 and earlier versions.
5881
5882 2003-02-05 Andrew Cagney <ac131313@redhat.com>
5883
5884 Remove orphaned hosts, targets and files.
5885 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
5886 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
5887 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
5888 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
5889 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
5890 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
5891 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
5892 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
5893 * config/sparc/tm-sp64sim.h: Delete.
5894 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
5895 hosts.
5896 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
5897 mips*-dec-mach3* targets.
5898
5899 2003-02-04 Michael Chastain <mec@shout.net>
5900
5901 * NEWS: Fix typo: sepcifying -> specifying.
5902
5903 2003-02-04 Michael Chastain <mec@shout.net>
5904
5905 * dwarfread.c: Add documentation on the state of dwarf-1,
5906 looking towards obsoletion.
5907
5908 2003-02-03 Michael Chastain <mec@shout.net>
5909
5910 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
5911 gdb/testsuite/gdb.c++/pr-1023.exp.
5912
5913 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5914
5915 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
5916 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
5917
5918 * utils.c (init_page_info): Delete reference to MPW in comments.
5919 * main.c (captured_main): Delete #ifdef MPW.
5920
5921 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5922
5923 * NEWS: Note that the m32r-*-elf* is obsolete.
5924 * monitor.c (monitor_expect): Obsolete reference to m32r.
5925 * configure.tgt: Mark m32r-*-elf* as obsolete.
5926 * MAINTAINERS: Mark m32k as obsolete.
5927 * m32r-rom.c: Obsolete file.
5928 * config/m32r/m32r.mt: Obsolete file.
5929 * config/m32r/tm-m32r.h: Obsolete file.
5930 * m32r-stub.c: Obsolete file.
5931 * m32r-tdep.c: Obsolete file.
5932
5933 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5934
5935 * NEWS: Mention that the z8k-zilog-none is obsolete.
5936 * MAINTAINERS: Mark z8k as obsolete.
5937 * configure.tgt: Obsolete the z8k-*-coff* target.
5938 * config/z8k/z8k.mt: Obsolete file.
5939 * config/z8k/tm-z8k.h: Obsolete file.
5940 * z8k-tdep.c: Obsolete file.
5941
5942 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5943
5944 * NEWS: Mention that the mn10200-elf is obsolete.
5945 * configure.tgt: Obsolete mn10200-*-* target.
5946 * breakpoint.c (update_breakpoints_after_exec): Update comment to
5947 mention that the mn10200 is obsolete.
5948 * breakpoint.h: Ditto.
5949 * MAINTAINERS: Mark the mn10200-elf as obsolete.
5950 * config/mn10200/mn10200.mt: Obsolete file.
5951 * config/mn10200/tm-mn10200.h: Obsolete file.
5952 * mn10200-tdep.c: Obsolete file.
5953
5954 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5955
5956 * MAINTAINERS: Mark h8500 as obsolete.
5957 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
5958 * findvar.c (value_from_register): Ditto.
5959 * h8500-tdep.c: Mark file as obsolete.
5960 * config/h8500/h8500.mt: Ditto.
5961 * config/h8500/tm-h8500.h: Ditto.
5962 * NEWS: Mention that h8500 is obsolete.
5963
5964 2003-02-04 David Carlton <carlton@math.stanford.edu>
5965
5966 * objfiles.c (allocate_objfile): Always set name. Add comment at
5967 start of function.
5968 * jv-lang.c (get_dynamics_objfile): Add comment.
5969
5970 2003-02-04 David Carlton <carlton@math.stanford.edu>
5971
5972 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
5973 * printcmd.c (build_address_symbolic): Replace uses of
5974 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
5975 SYMBOL_NAME, and asm_demangle.
5976 Update copyright.
5977
5978 2003-02-04 David Carlton <carlton@math.stanford.edu>
5979
5980 * linespec.c (decode_compound): Extract code into
5981 lookup_prefix_sym.
5982 (lookup_prefix_sym): New function.
5983
5984 2003-02-04 David Carlton <carlton@math.stanford.edu>
5985
5986 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
5987 FLOAT_COERCION_BADNESS.
5988 * gdbtypes.c (rank_one_type): Replace all uses of
5989 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
5990
5991 2003-02-04 Jim Blandy <jimb@redhat.com>
5992
5993 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
5994 section, let dwarf_macinfo_section point to it, not
5995 dwarf_loc_section.
5996
5997 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
5998
5999 Pointed out by Anton Blanchard <anton@samba.org>.
6000 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
6001 (ppc_linux_at_sigtramp_return_path): Use it.
6002
6003 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
6004
6005 * defs.h (streq): Add prototype.
6006 * utils.c (streq): New function.
6007
6008 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
6009 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
6010 * mdebugread.c (new_symbol): Likewise.
6011 * stabsread.c (define_symbol): Likewise.
6012 * coffread.c (process_coff_symbol): Likewise.
6013 * dwarfread.c (new_symbol): Likewise.
6014
6015 * minsyms.c (prim_record_minimal_symbol_and_info): Use
6016 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
6017 here.
6018 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
6019 SYMBOL_INIT_DEMANGLED_NAME.
6020 * objfiles.c: Include "hashtab.h".
6021 (allocate_objfile): Call htab_set_functions_ex for the
6022 demangled_names_hash.
6023 (free_objfile): Call htab_delete for the demangled_names_hash.
6024 * objfiles.h (struct htab): Add declaration.
6025 (struct objfile): Add demangled_names_hash.
6026 * symfile.c: Include "hashtab.h".
6027 (reread_symbols): Call htab_delete for the demangled_names_hash.
6028 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
6029 SYMBOL_NAME in the bcache.
6030 * symtab.c: Include "hashtab.h". Update comments.
6031 (create_demangled_names_hash, symbol_set_names): New functions.
6032 (symbol_find_demangled_name): New function, broken out from
6033 symbol_init_demangled_names.
6034 (symbol_init_demangled_names): Use it.
6035 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
6036 (SYMBOL_SET_NAMES): New macro.
6037 (symbol_set_names): Add prototype.
6038
6039 2003-02-03 Jim Blandy <jimb@redhat.com>
6040
6041 Use a single, consistent representation for an empty minimal
6042 symbol table in an objfile.
6043 * objfiles.c (terminate_minimal_symbol_table): New function.
6044 (allocate_objfile): Call it.
6045 * objfiles.h (terminate_minimal_symbol_table): New declaration.
6046 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
6047 non-NULL.
6048 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
6049 objfile has minimal symbols, compare minimal_symbol_count to zero,
6050 instead of comparing msymbols with NULL.
6051 * objfiles.c (have_minimal_symbols): Same.
6052 * solib-sunos.c (solib_add_common_symbols): Call
6053 terminate_minimal_symbol_table.
6054 * symfile.c (reread_symbols): Same.
6055
6056 2003-02-03 Kevin Buettner <kevinb@redhat.com>
6057
6058 * s390-tdep.c (s390_address_class_type_flags)
6059 (s390_address_class_type_flags_to_name)
6060 (s390_address_class_name_to_type_flags): New functions.
6061 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
6062 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
6063
6064 2003-02-03 Michael Snyder <msnyder@redhat.com>
6065
6066 * arm-tdep.c: Fix spell-o in comment.
6067
6068 2003-02-03 Michal Ludvig <mludvig@suse.cz>
6069
6070 * dwarf2cfi.c (pointer_encoding): Added new parameter.
6071 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
6072 error messages to contain BFD filename.
6073
6074 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
6075
6076 Fix PR gdb/742 gdb/743 gdb/877
6077 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
6078 (do_mixed_source_and_assembly): Use
6079 make_cleanup_ui_out_tuple_begin_end and
6080 make_cleanup_ui_out_tuple_begin_end.
6081 (do_mixed_source_and_assembly): Ditto.
6082 * thread.c (do_captured_list_thread_ids): Ditto.
6083 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
6084 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
6085 ui_out_tuple_end): Delete prototypes.
6086 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
6087 ui_out_list_end, ui_out_tuple_end): Delete.
6088
6089 From Kevin Buettner <kevinb@redhat.com>:
6090 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
6091 * ui-out.c (make_cleanup_ui_out_table_begin_end)
6092 (do_cleanup_table_end): New functions.
6093 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
6094 Use cleanups to invoke_ui_out_tuple_end().
6095 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
6096 * cli/cli-setshow.c (cmd_show_list): Use
6097 make_cleanup_ui_out_tuple_begin_end.
6098
6099 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6100
6101 * frame.c (frame_unwind_register): New function.
6102 (frame_unwind_unsigned_register): Use.
6103 (frame_unwind_signed_register): Use.
6104 (frame_read_register): New function.
6105 * frame.h (frame_unwind_register): Declare.
6106 (frame_read_register): Declare.
6107
6108 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
6109 and frame_unwind_register instead of read_memory, write_register
6110 and deprecated_write_register_bytes.
6111
6112 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6113
6114 * frame.h: Note that namelen can be negative.
6115 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
6116 NAME's length.
6117
6118 * NEWS: Mention that the d10v's `regs' command is deprecated.
6119 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
6120 (d10v_print_registers_info): New function.
6121 (show_regs): Call d10v_print_registers_info.
6122 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
6123
6124 2003-02-02 Mark Kettenis <kettenis@gnu.org>
6125
6126 * stack.c (print_frame_info): Restore call to annotate_frame_begin
6127 lost in the previous patch.
6128
6129 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6130
6131 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
6132 * stack.c (print_frame_info_base): Output complete FRAME tuple
6133 for synthesized frames.
6134
6135 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6136
6137 * mips-nat.c (zerobuf): Delete.
6138 (fetch_inferior_registers): Alloc local zerobuf.
6139 (fetch_core_registers): Alloc local zerobuf.
6140 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
6141 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
6142 * thread-db.c (thread_db_store_registers): Ditto.
6143 * sh-tdep.c (sh_do_register): Ditto.
6144 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
6145 * remote-sim.c (gdbsim_store_register): Ditto.
6146 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
6147 * remote-e7000.c (fetch_regs_from_dump): Ditto.
6148 * monitor.c (monitor_supply_register): Ditto.
6149 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
6150 * mips-nat.c (fetch_inferior_registers): Ditto.
6151 * m68klinux-nat.c (fetch_register): Ditto.
6152 * lynx-nat.c (fetch_inferior_registers): Ditto.
6153 (fetch_inferior_registers): Ditto.
6154 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
6155 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6156 (hpux_thread_store_registers): Ditto.
6157 * hppah-nat.c (fetch_register): Ditto.
6158 * hppab-nat.c (fetch_register): Ditto.
6159 * hppa-tdep.c (pa_register_look_aside): Ditto.
6160 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
6161 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
6162
6163 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6164
6165 * gdbarch.sh: Explictly specify all method levels. When a
6166 variable with an empty level, provide a non-multi-arch default.
6167 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
6168 * gdbarch.h: Re-generate.
6169 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
6170 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
6171
6172 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6173
6174 * defs.h (host_pointer_to_address): Delete declaration.
6175 (address_to_host_pointer): Delete declaration.
6176 * utils.c (host_pointer_to_address): Delete function.
6177 (address_to_host_pointer): Delete function.
6178 * procfs.c (procfs_address_to_host_pointer): New function.
6179 * procfs.c (proc_set_watchpoint): Use.
6180 (procfs_can_use_hw_breakpoint): Update comments.
6181 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
6182 (som_solib_add): Use.
6183 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
6184 * hppa-tdep.c (unwind_command): Use.
6185
6186 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6187
6188 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
6189 strlen d_name.
6190
6191 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
6192 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
6193 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
6194 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
6195 (define_symbol): Update.
6196 * symfile.c (generic_load): Remove references to nindy.
6197 * symtab.c: Remove references to nindy.
6198
6199 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6200
6201 * infcmd.c (print_float_info): Delete code conditional on
6202 FLOAT_INFO.
6203 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
6204 * config/m68k/nm-apollo68b.h: Ditto.
6205 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
6206 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
6207 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
6208
6209 2003-02-01 Mark Kettenis <kettenis@gnu.org>
6210
6211 * config/i386/tm-i386os9k.h: Removed.
6212
6213 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
6214 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
6215 they're identical to i[3456]86-*-sysv* now.
6216 * config/i386/i386v32.mh: Removed.
6217 * config/i386/xm-i386v32.h: Removed.
6218 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
6219
6220 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
6221
6222 * config/i386/i386dgux.mh: Removed.
6223 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
6224
6225 * configure.in: Fix typo.
6226 * configure: Regenerated.
6227
6228 2003-01-31 David Carlton <carlton@math.stanford.edu>
6229
6230 * dwarf2read.c (dwarf2_locate_sections): Set
6231 dwarf_ranges_section.
6232
6233 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6234
6235 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
6236 * utils.c: Update comments documenting legitimate uses of PTR.
6237
6238 * utils.c: Re-indent.
6239
6240 * config/djgpp/fnchange.lst: Delete nindy files.
6241 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
6242 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
6243 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
6244 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
6245 * nindy-share/README, nindy-share/Onindy.c: Delete files.
6246 * nindy-tdep.c, nindy-share/Makefile: Delete files.
6247 * Makefile.in (init.c): Remove nindy references.
6248 (saber_gdb): Delete rule.
6249 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
6250 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
6251 and a68v-nat.c.
6252 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
6253 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
6254 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
6255 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
6256 nindy-share/stop.h.
6257 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
6258 * saber.suppress: Delete file.
6259
6260 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
6261
6262 * dbxread.c (stabs_data): New static variable.
6263 (fill_symbuf): Support an in-memory buffer for stabs data.
6264 (stabs_seek): New function.
6265 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
6266 (read_ofile_symtab): Use stabs_seek.
6267 (elfstab_build_psymtabs): Take an asection* instead of
6268 an offset and size. Relocate the stabs data if necessary.
6269 Save the section* for dbx_psymtab_to_symtab.
6270 * dwarf2read.c: Add section variables for each debug section.
6271 (dwarf2_locate_sections): Fill them in.
6272 (dwarf2_read_section): Take an asection* argument.
6273 Relocate the section contents if necessary.
6274 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
6275 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
6276 it to dwarf2_read_section.
6277 (dwarf2_build_frame_info): Update callers.
6278 * elfread.c (elf_symfile_read): Update call to
6279 elfstab_build_psymtabs.
6280 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
6281 (DBX_STAB_SECTION): New macro.
6282 * stabsread.h (elfstab_build_psymtabs): Update prototype.
6283 * symfile.c (symfile_dummy_outputs): New function.
6284 (symfile_relocate_debug_section): New function.
6285 * symfile.h (symfile_relocate_debug_section): Add prototype.
6286
6287 2003-01-31 Richard Henderson <rth@redhat.com>
6288
6289 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
6290 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
6291 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
6292 * alpha-tdep.c (alpha_register_name): Add "unique".
6293 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
6294 (ALPHA_UNIQUE_REGNUM): New.
6295 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
6296
6297 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6298
6299 * README: Remove reference to Ericsson 1800 monitor.
6300 * Makefile.in (remote-es.o): Delete rule.
6301 (ALLDEPFILES): Delete remote-es.c.
6302 * remote-es.c: Delete file.
6303 * config/m68k/es1800.mt: Delete file.
6304 * config/djgpp/fnchange.lst: Update.
6305 * configure.tgt: Delete m68*-ericsson-* target.
6306
6307 2003-01-31 Adam Fedor <fedor@gnu.org>
6308
6309 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
6310 Remove duplicate/shadowing variable of same name.
6311
6312 2003-01-30 Jim Blandy <jimb@redhat.com>
6313
6314 * symfile.c (find_separate_debug_file): Assert that the objfile's
6315 directory name we compute ends with a slash, and then assume that
6316 that's so everywhere we use it.
6317
6318 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
6319
6320 * valops.c (value_assign): Flush frame cache after stores to memory
6321 also.
6322
6323 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6324
6325 * Makefile.in (mon960-rom.o): Delete rule.
6326 * mon960-rom.c: Delete file.
6327
6328 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6329
6330 * d10v-tdep.c: Include "frame-unwind.h".
6331 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
6332 list.
6333 (next_addr, uses_frame): Delete.
6334 (struct d10v_unwind_cache): Define.
6335 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
6336 Use info instead of next_addr and uses_frame globals.
6337 (d10v_frame_init_saved_regs): Delete function.
6338 (d10v_init_extra_frame_info): Delete function.
6339 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
6340 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
6341 init_frame_pc or frame_saved_pc.
6342 (d10v_pop_frame): Delete function.
6343 (do_d10v_pop_frame): Delete function.
6344 (d10v_frame_chain): Delete function.
6345 (d10v_frame_chain_valid): Delete function.
6346 (d10v_frame_pc_unwind): New function.
6347 (d10v_frame_id_unwind): New function.
6348 (saved_regs_unwinder): New function.
6349 (d10v_frame_register_unwind): New function.
6350 (d10v_frame_pop): New function.
6351 (d10v_frame_unwind): New variable.
6352 (d10v_frame_p): New function.
6353 (d10v_frame_saved_pc): Delete function.
6354 * Makefile.in (d10v-tdep.o): Update dependencies.
6355
6356 2003-01-30 J. Brobecker <brobecker@gnat.com>
6357
6358 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
6359 causing some regressions due to a change in the default value
6360 for this macro.
6361
6362 2003-01-29 Richard Henderson <rth@redhat.com>
6363 Elena Zannoni <ezannoni@redhat.com>
6364 Daniel Jacobowitz <drow@mvista.com>
6365
6366 Fix PR gdb/961.
6367 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
6368 variables.
6369 (RANGES_SECTION): New.
6370 (dwarf_ranges_buffer): New variable.
6371 (struct comp_unit_head): Add member "die".
6372 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
6373 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
6374 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
6375 (dwarf2_locate_sections): Likewise.
6376 (dwarf2_build_psymtabs): Read .debug_ranges.
6377 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
6378 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
6379 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
6380 Look for DW_AT_ranges and return the bounding box.
6381
6382 2003-01-29 Brian Ford <ford@vss.fsi.com>
6383
6384 * win32-nat.c (cygwin_pid): Removed as unused.
6385 (child_attach): Try fall back to Cygwin pid.
6386
6387 2003-01-29 Jim Blandy <jimb@redhat.com>
6388
6389 * objfiles.h (struct objfile): Doc fix.
6390
6391 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6392
6393 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
6394 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
6395 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
6396 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
6397 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
6398 (FRAME_SAVED_PC): Change to a function with predicate.
6399 * gdbarch.h, gdbarch.c: Re-generate.
6400
6401 2003-01-28 Andrew Cagney <ac131313@redhat.com>
6402
6403 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
6404
6405 * complaints.c (complain): Delete function.
6406 * complaints.h (struct deprecated_complaint): Delete definition.
6407 (complain): Delete declaration.
6408
6409 2003-01-28 Kevin Buettner <kevinb@redhat.com>
6410
6411 * mips-tdep.c (mips_init_extra_frame_info): Return early for
6412 dummy frames.
6413
6414 2003-01-27 Andrew Cagney <ac131313@redhat.com>
6415
6416 * sentinel-frame.h, sentinel-frame.c: New files.
6417 * Makefile.in (frame.o): Update dependencies.
6418 (SFILES): Add sentinel-frame.c.
6419 (sentinel_frame_h): Define.
6420 (COMMON_OBS): Add sentinel-frame.o.
6421 (sentinel-frame.o): Specify dependencies.
6422 * frame.c: Include "sentinel-frame.h".
6423 (frame_register_unwind): Rewrite assuming that there is always a a
6424 ->next frame.
6425 (frame_register, generic_unwind_get_saved_register): Ditto.
6426 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
6427 (create_sentinel_frame, unwind_to_current_frame): New functions.
6428 (get_current_frame): Rewrite using create_sentinel_frame and
6429 unwind_to_current_frame. When possible, always create a frame.
6430 (create_new_frame): Set next to the sentinel frame.
6431 (get_next_frame): Rewrite. Don't go below the level 0 frame.
6432 (deprecated_update_frame_pc_hack): Update the next frame's PC and
6433 ID cache when necessary.
6434 (frame_saved_regs_id_unwind): Use frame_relative_level.
6435 (deprecated_generic_get_saved_register): Use frame_relative_level,
6436 get_frame_saved_regs, get_frame_pc, get_frame_base and
6437 get_next_frame.
6438 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
6439 frame_register.
6440
6441 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6442
6443 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
6444
6445 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6446
6447 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
6448 (maintenance_set_profile_cmd): Use error () instead of warning ().
6449
6450 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6451
6452 * configure.in: Check that -pg works if using --enable-profiling.
6453 Check for monstartup and _mcleanup regardless of --enable-profiling.
6454 * maint.c: Check for monstartup and _mcleanup before using them.
6455 * config.in: Regenerated.
6456 * configure: Regenerated.
6457
6458 2003-01-24 Nick Clifton <nickc@redhat.com>
6459
6460 * Add sh2e support:
6461
6462 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
6463
6464 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
6465 (sh2e_show_regs): New.
6466 (sh_gdbarch_init): Handle bfd_mach_sh2e.
6467 * config/sh/tm-sh.h: Added sh2e to comments.
6468
6469 2003-01-23 Jim Blandy <jimb@redhat.com>
6470
6471 * symfile.c (syms_from_objfile): Don't print the "(no debugging
6472 symbols found)" message here; we haven't checked for a separate
6473 debug info file yet, so we don't know yet.
6474 (symbol_file_add_with_addrs_or_offsets): Print it here, after
6475 we've looked everywhere. Also, there's no need to print a special
6476 message when we're loading the separate debug info file: the one
6477 symbol_file_add prints is fine.
6478
6479 2003-01-23 Alexander Larsson <alexl@redhat.com>
6480 Jim Blandy <jimb@redhat.com>
6481
6482 Add support for executables whose debug info has been separated
6483 out into a separate file, leaving only a link behind.
6484 * objfiles.h (struct objfile): New fields: separate_debug_objfile
6485 and separate_debug_objfile_backlink.
6486 (put_objfile_before): New declaration.
6487 * symfile.c: #include "filenames.h".
6488 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
6489 debug info in a separate file, read that, too. Save the addrs
6490 argument, so we can use it again to read the separated debug info;
6491 syms_from_objfile modifies the table we pass it.
6492 (reread_symbols): After re-reading an objfile, call
6493 reread_separate_symbols to refresh its separate debug info
6494 objfile, if it has one.
6495 (reread_separate_symbols, find_separate_debug_file,
6496 get_debug_link_info, separate_debug_file_exists): New functions.
6497 (debug_file_directory): New global var.
6498 (_initialize_symfile): Initialize debug_file_directory, and
6499 provide the new `set debug-file-directory' command to let the user
6500 change it.
6501 * objfiles.c (free_objfile): If this objfile has its debug info in
6502 a separate objfile, free that one too. If this is itself a
6503 separate debug info objfile, clear our parent's backlink.
6504 (put_objfile_before): New function.
6505 * utils.c (gnu_debuglink_crc32): New function.
6506 * defs.h (gnu_debuglink_crc32): New declaration.
6507 * Makefile.in (symfile.o): Note dependency on "filenames.h".
6508 * configure.in: Handle --with-separate-debug-dir config option.
6509 * acinclude.m4 (AC_DEFINE_DIR): New macro.
6510 * acconfig.h (DEBUGDIR): New macro.
6511 * configure, aclocal.m4, config.in: Regenerated.
6512
6513 2003-01-22 Jim Blandy <jimb@redhat.com>
6514
6515 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
6516 like the old symbol_file_add, but taking new arguments: you can
6517 now pass in either a `struct section_addr_info' list to say where
6518 each section is loaded, or a `struct section_offsets' table. Pass
6519 these new arguments through to syms_from_objfile as appropriate.
6520 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
6521 with the appropriate quiescent values for the new arguments.
6522
6523 * symfile.c: #include "gdb_assert.h".
6524 (syms_from_objfile): Add the ability to pass in a section offset
6525 table directly, as an alternative to the section_addr_info table.
6526 Document arguments better.
6527 (symbol_file_add): Pass extra arguments to syms_from_objfile.
6528 * symfile.h (syms_from_objfile): Update declaration.
6529 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
6530 syms_from_objfile.
6531 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
6532
6533 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6534
6535 Original patch by Tom Tromey <tromey@cygnus.com> and
6536 Jason Molenda <jmolenda@apple.com>.
6537 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
6538 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
6539 * NEWS: Mention profiling.
6540 * configure.in (--enable-gdbtk): Fix typo.
6541 (--enable-profiling): New. Set PROFILE_CFLAGS.
6542 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
6543 Fill in function.
6544 (profiling_state): New variable.
6545 (mcleanup_wrapper): New function.
6546 (_initialize_maint): Remove NOTYET, fix call to
6547 add_setshow_boolean_cmd for "maint set profile".
6548 * configure: Regenerated.
6549
6550 2003-01-21 Martin M. Hunt <hunt@redhat.com>
6551
6552 * Makefile.in (install-gdbtk): Install PNG images too.
6553
6554 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6555
6556 * exec.c (text_start): Delete global variable.
6557 (exec_file_attach): Make text_start local to the function.
6558 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
6559 * valops.c (hand_function_call): Delete code that handles
6560 BEFORE_TEXT_END and AFTER_TEXT_END.
6561 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
6562 of CALL_DUMMY_LOCATION.
6563 * gdbarch.c: Regenerate.
6564 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
6565 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
6566 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
6567 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
6568 (text_end): Delete extern declaration.
6569
6570 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6571
6572 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
6573 * blockframe.c (backtrace_below_main): Move to "frame.c".
6574 (frame_chain_valid): Delete check for backtrace_below_main.
6575 (_initialize_blockframe): Delete initialization, move ``set
6576 backtrace-below-main'' command to "frame.c".
6577 (do_flush_frames_sfunc): Delete function.
6578 * frame.c: Include "command.h" and "gdbcmd.h".
6579 (frame_type_from_pc): New function.
6580 (create_new_frame): Use frame_type_from_pc.
6581 (legacy_get_prev_frame): New function.
6582 (get_prev_frame): Rewrite. When an old style frame, call
6583 legacy_get_prev_frame. Otherwize, unwind the PC first.
6584 (_initialize_frame): Add ``set backtrace-below-main'' command.
6585 * Makefile.in (frame.o): Update dependencies.
6586
6587 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6588
6589 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
6590 DEPRECATED_REGISTERS_INFO.
6591
6592 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6593
6594 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
6595 Maintainers'. Update `Various Maintainers'.
6596
6597 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6598
6599 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
6600 * gdbarch.sh (POP_FRAME): Change to function with predicate.
6601 Suppress actual parameters when `-'.
6602 * gdbarch.h, gdbarch.c: Regenerate.
6603
6604 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6605
6606 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
6607 code handling dummy frames.
6608
6609 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6610
6611 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
6612 (struct frame_unwind): Add field pop.
6613 * frame.h (frame_pop): Declare.
6614 * frame.c (frame_saved_regs_pop): New function.
6615 (trad_frame_unwinder): Add frame_saved_regs_pop.
6616 (frame_pop): New function.
6617 * dummy-frame.c (dummy_frame_pop): New function.
6618 (discard_innermost_dummy): New function.
6619 (generic_pop_dummy_frame): Use discard_innermost_dummy.
6620 (dummy_frame_unwind): Add dummy_frame_pop.
6621 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
6622 * valops.c (hand_function_call): Ditto.
6623 * stack.c (return_command): Ditto.
6624
6625 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6626
6627 * cris-tdep.c: Fix function declaration indentation.
6628 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
6629 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
6630 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
6631 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
6632 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
6633 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
6634
6635 2003-01-18 Michael Chastain <mec@shout.net>
6636
6637 * README (Unpacking and Installation -- quick overview):
6638 Warn against ".../gdb-5.3/gdb/configure".
6639
6640 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6641
6642 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
6643 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6644 (struct frame_unwind): Declare opaque.
6645 (dummy_frame_p): Declare function.
6646 * dummy-frame.c (dummy_frame_id_unwind): Make static.
6647 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6648 * dummy-frame.c: Include "frame-unwind.h".
6649 (dummy_frame_p): New function.
6650 (dummy_frame_unwind): New variable.
6651 * frame.c: Include "frame-unwind.h".
6652 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
6653 to use the new unwind field.
6654 (set_unwind_by_pc): Delete function.
6655 (create_new_frame, get_prev_frame): Set unwind field using
6656 frame_unwind_find_by_pc.
6657 (trad_frame_unwind, trad_frame_unwinder): New variables.
6658 * frame.h (trad_frame_unwind): Declare variable.
6659 (frame_id_unwind_ftype): Delete declaration.
6660 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
6661 (struct frame_unwind): Declare opaque.
6662 (struct frame_info): Replace the fields id_unwind, pc_unwind and
6663 register_unwind with a single unwind pointer.
6664 * frame-unwind.h, frame-unwind.c: New files.
6665 * Makefile.in (SFILES): Add frame-unwind.c.
6666 (frame_unwind_h): Define.
6667 (COMMON_OBS): Add frame-unwind.o.
6668 (frame-unwind.o): Specify dependencies.
6669 (frame.o, dummy-frame.o): Update dependencies.
6670
6671 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6672
6673 * ada-valprint.c: Eliminate PTR.
6674 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
6675 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
6676 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
6677 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
6678 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
6679 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
6680 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
6681
6682 2003-01-17 Andrew Cagney <ac131313@redhat.com>
6683
6684 * main.c (captured_main): Don't use PTR.
6685 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
6686 * gdbtypes.c (lookup_primitive_typename): Ditto.
6687 (lookup_struct_elt_type): Ditto.
6688 * f-valprint.c (info_common_command): Ditto.
6689 (list_all_visible_commons): Ditto.
6690 * jv-typeprint.c (java_type_print_base): Ditto.
6691
6692 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
6693 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
6694 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6695 i386-interix-nat.c and i386-interix-tdep.c. Rename
6696 m68klinux-nat.c and m68klinux-tdep.c. Rename
6697 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
6698 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
6699 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
6700 * main.c (captured_main): Use xfree, not free.
6701
6702 2003-01-16 Andrew Cagney <ac131313@redhat.com>
6703
6704 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
6705 ID back using a parameter.
6706 * frame.c (frame_id_unwind): Update call.
6707 (frame_saved_regs_id_unwind): Update.
6708 * dummy-frame.c (dummy_frame_id_unwind): Update function.
6709 * dummy-frame.h (struct frame_id): Add opaque declaration.
6710 (dummy_frame_id_unwind): Update declaration.
6711
6712 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6713
6714 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
6715
6716 2003-01-15 Stephen P. Smith <ischis2@cox.net>
6717
6718 * MAINTAINERS (Stephen P. Smith): Updated email address.
6719
6720 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
6721
6722 Fix PR gdb/898
6723 * breakpoint.c (until_break_command): Add new argument. Use it to
6724 decide whether to stop only at the current frame or not.
6725 * breakpoint.h (until_break_command): Update prototype.
6726 * infcmd.c (until_command): Add new argument to until_break_command
6727 call.
6728 (advance_command): New function.
6729 (_initialize_infcmd): Update help string for 'until' command.
6730 Add new 'advance' command.
6731
6732 2003-01-14 David Carlton <carlton@math.stanford.edu>
6733
6734 * linespec.c (decode_line_1): Normalize comments.
6735 (set_flags): Ditto.
6736 (locate_first_half): Ditto.
6737 (decode_compound): Ditto.
6738 (symtab_from_filename): Ditto.
6739 (decode_all_digits): Ditto.
6740 (decode_dollar): Ditto.
6741 (find_methods): Ditto.
6742 (find_toplevel_char): Ditto.
6743
6744 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6745
6746 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
6747 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
6748 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
6749 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
6750 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
6751 * language.c, language.h, m32r-tdep.c: Update copyright.
6752 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
6753 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
6754 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
6755 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
6756 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
6757 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
6758
6759 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6760
6761 * stabsread.h (process_later, resolve_cfront_continuation):
6762 Obsolete.
6763 Update copyright years.
6764 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
6765 Update copyright year.
6766 * dbxread.c(struct cont_elem): Obsolete.
6767 (process_later, process_now): Obsolete functions.
6768 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
6769 Update copyright year.
6770 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
6771 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
6772 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
6773 (parse_partial_symbols): Obsolete cfront support.
6774 * stabsread.c
6775 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
6776 macros.
6777 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
6778 read_cfront_baseclasses, read_cfront_member_functions,
6779 resolve_cfront_continuation,read_cfront_static_fields,
6780 copy_cfront_struct_fields): Obsolete functions.
6781 (define_symbol, read_one_struct_field): Obsolete cfront support.
6782 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
6783 Update Copyright year.
6784
6785 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6786
6787 * stack.c (print_frame_info, print_stack_frame_base_stub,
6788 print_stack_frame_base, show_and_print_stack_frame_stub,
6789 show_and_print_stack_frame, print_only_stack_frame_stub,
6790 print_only_stack_frame): Delete functions.
6791 (print_stack_frame_stub): Call print_frame_info instead of
6792 print_frame_info_base.
6793 (print_frame_info_base): Rename to print_frame_info.
6794 (backtrace_command_1): Call print_frame_info, instead of
6795 print_frame_info_base.
6796 (current_frame_command): Call print_stack_frame, instead of
6797 print_only_stack_frame.
6798 (frame_command): Call print_stack_frame, instead of
6799 show_and_print_stack_frame.
6800 (up_command): Ditto.
6801 (down_command): Ditto.
6802 * frame.h (print_only_stack_frame): Delete prototype.
6803 * infrun.c (normal_stop): Call print_stack_frame, instead of
6804 show_and_print_stack_frame.
6805 * thread.c (info_threads_command): Call print_stack_frame, instead
6806 of print_only_stack_frame.
6807
6808 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6809
6810 * README (Graphical interface to GDB): Update URL. Point at
6811 gdb/links/.
6812
6813 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
6814 version match.
6815
6816 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6817
6818 * symtab.c (find_pc_sect_line): Don't consider end-of-function
6819 lines.
6820
6821 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6822
6823 * thread-db.c (attach_thread): Prototype.
6824 (struct private_thread_info): Remove lwpid. Add thread handle (th),
6825 thread information (ti), and valid flags (th_valid, ti_valid).
6826 (attach_thread): Move target_pid_to_str call to after the thread
6827 is added to GDB's list. Initialize the cache.
6828 (thread_get_info_callback, thread_db_map_id2thr)
6829 (thread_db_get_info): New functions.
6830 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
6831 (thread_db_store_registers, thread_db_thread_alive)
6832 (thread_db_get_thread_local_address): Use them.
6833 (thread_db_pid_to_str): Likewise. Return "Missing" instead
6834 of calling error() for threads in unknown state.
6835
6836 (clear_lwpid_callback): New function.
6837 (thread_db_resume): Use it to clear the cache.
6838
6839 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6840
6841 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
6842 (resume_callback): Remove dead code.
6843
6844 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6845
6846 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
6847 predicate.
6848 * gdbarch.h, gdbarch.c: Regenerate.
6849 * stack.c (frame_info): Only initialize the saved registers when
6850 FRAME_INIT_SAVED_REGS_P.
6851 * frame.c (frame_saved_regs_register_unwind): Assert
6852 FRAME_INIT_SAVED_REGS_P.
6853 (deprecated_generic_get_saved_register): Ditto.
6854
6855 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6856
6857 * source.c (openp): Squelch warning about "filename".
6858
6859 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6860
6861 * source.c (openp): If the file does not exist don't necessarily
6862 search the path.
6863
6864 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6865
6866 Fix PR gdb/872.
6867 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
6868 (integer_types_same_name_p): New function.
6869 (rank_one_type): Use it.
6870 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
6871
6872 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6873
6874 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
6875 variables.
6876 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
6877 * configure.in: Add --with-sysroot.
6878 * configure: Regenerated.
6879 * main.c (gdb_sysroot): New variable.
6880 (captured_main): Initialize gdb_sysroot.
6881 * defs.h (gdb_sysroot): New extern declaration.
6882 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
6883
6884 2003-01-12 Michael Chastain <mec@shout.net>
6885
6886 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
6887
6888 2003-01-12 Michael Chastain <mec@shout.net>
6889
6890 * top.c (print_gdb_version): Bump copyright year to 2003.
6891
6892 2003-01-12 David Carlton <carlton@bactrian.org>
6893
6894 * linespec.c (symtab_from_filename): Rename variable 's' to
6895 'file_symtab'.
6896
6897 2003-01-12 Andrew Cagney <ac131313@redhat.com>
6898
6899 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
6900 dummy frame.
6901 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
6902
6903 2003-01-12 Andrew Cagney <ac131313@redhat.com>
6904
6905 * d10v-tdep.c: Include "gdb_assert.h".
6906 (d10v_store_return_value): Rewrite to match current interface.
6907 (d10v_extract_struct_value_address): Ditto.
6908 (d10v_extract_return_value): Ditto.
6909 (d10v_gdbarch_init): Set store_restore_value,
6910 extract_struct_value_address and extract_return_value.
6911
6912 2003-01-12 J. Brobecker <brobecker@gnat.com>
6913
6914 * hpread.c (set_namestring): New procedure replacing the
6915 SET_NAMESTRING macro.
6916 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
6917 by calls to set_namestring.
6918
6919 2003-01-11 J. Brobecker <brobecker@gnat.com>
6920
6921 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
6922 a compilation warning.
6923 (hpread_process_one_debug_symbol): Likewise.
6924
6925 2003-01-10 David Carlton <carlton@math.stanford.edu>
6926
6927 * linespec.c (decode_line_1): Rename variable 's' to
6928 'file_symtab'.
6929 (decode_all_digits): Rename argument 's' to 'file_symtab'.
6930 (decode_dollar): Ditto.
6931 (decode_variable): Ditto.
6932 (symbol_found): Ditto.
6933
6934 2003-01-09 Michael Chastain <mec@shout.net>
6935
6936 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
6937
6938 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
6939
6940 * win32-nat.c (set_process_privilege): New function.
6941 (child_attach): Call set_process_privilege() to enable the
6942 SE_DEBUG_NAME user privilege if available in process token.
6943
6944 2003-01-10 J. Brobecker <brobecker@gnat.com>
6945
6946 * hpread.c (hpread_process_one_debug_symbol): Fix a small
6947 compilation error in the previous revision.
6948
6949 2003-01-09 David Carlton <carlton@math.stanford.edu>
6950
6951 * linespec.c: Update copyright.
6952
6953 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
6954
6955 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
6956 than inferior_ptid.
6957 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
6958
6959 2003-01-09 Andrew Cagney <ac131313@redhat.com>
6960
6961 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
6962 Update comments.
6963 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
6964 (frame_saved_regs_zalloc): Update.
6965 (frame_saved_regs_register_unwind): Update.
6966 (create_new_frame): Update.
6967 (get_prev_frame): Update.
6968 (frame_extra_info_zalloc): Update.
6969 (deprecated_get_frame_saved_regs): Update.
6970 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
6971 * cris-tdep.c: Update comment.
6972
6973 * somsolib.h: Fix function indentation.
6974 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
6975 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
6976 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
6977 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
6978 * somsolib.c, inftarg.c: Remove assignment in if conditional.
6979
6980 * infrun.c (follow_fork): Use ISO C definition.
6981 * expprint.c (print_subexp): Use xfree instead of free.
6982 * charset.c: Include "gdb_string.h" instead of <string.h>.
6983 (register_iconv_charsets): Use ISO C definition.
6984 (host_charset, target_charset): Ditto.
6985 * Makefile.in (charset.o): Update dependencies.
6986 (mi-cmd-env.o): Update dependencies.
6987
6988 2003-01-08 Andrew Cagney <cagney@redhat.com>
6989
6990 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
6991 get_frame_base.
6992
6993 2003-01-08 Andrew Cagney <ac131313@redhat.com>
6994
6995 * gdb_mbuild.sh: Add --keep option. When specified, keep the
6996 build directories. Save edited gdb output in Mbuild.log. If a
6997 build fails, remove any final GDB executable.
6998
6999 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7000
7001 * gdb_mbuild.sh: Edit the output of `maint print architecture'
7002 replacing hex constants with function names and stripping leading
7003 file name directory prefixes.
7004
7005 2003-01-08 Andrew Cagney <cagney@redhat.com>
7006
7007 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
7008 get_frame_base.
7009
7010 2003-01-08 David Carlton <carlton@math.stanford.edu>
7011
7012 * linespec.c (decode_line_1): Move code into decode_variable.
7013 (decode_variable): New function.
7014
7015 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7016
7017 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
7018
7019 2003-01-08 Andrew Cagney <cagney@redhat.com>
7020
7021 * cris-tdep.c (cris_frame_init_saved_regs): Use
7022 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
7023 saved_regs buffer.
7024 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
7025 (sh64_nofp_frame_init_saved_regs): Ditto.
7026 (sh_fp_frame_init_saved_regs): Ditto.
7027 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
7028 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7029 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7030 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7031
7032 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
7033
7034 * minsyms.c (lookup_minimal_symbol): Update comment.
7035 (lookup_minimal_symbol_text): Update comment. Use the hash table.
7036 (lookup_minimal_symbol_solib_trampoline): Likewise.
7037
7038 2003-01-08 Andrew Cagney <cagney@redhat.com>
7039
7040 * d10v-tdep.c (d10v_init_extra_frame_info): Use
7041 frame_relative_level.
7042
7043 * alpha-tdep.c: Use get_frame_extra_info.
7044 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7045 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
7046 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7047 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
7048
7049 * alpha-tdep.c: Use get_next_frame.
7050 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7051 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7052 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
7053 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
7054 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
7055 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
7056 * xstormy16-tdep.c: Ditto.
7057
7058 2003-01-07 Andrew Cagney <cagney@redhat.com>
7059
7060 * alpha-tdep.c: Use get_frame_base.
7061 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7062 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7063 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7064 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7065 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
7066 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7067 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
7068 * config/sparc/tm-sparc.h: Ditto.
7069
7070 2003-01-07 Andrew Cagney <cagney@redhat.com>
7071
7072 * frame.c (deprecated_get_frame_context): New function.
7073 (deprecated_set_frame_context): New function.
7074 * frame.h (deprecated_get_frame_context): Declare.
7075 (deprecated_set_frame_context): Declare.
7076 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
7077 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
7078
7079 2003-01-07 Andrew Cagney <cagney@redhat.com>
7080
7081 * frame.c (deprecated_set_frame_next_hack): New function.
7082 (deprecated_set_frame_prev_hack): New function.
7083 * frame.h (deprecated_set_frame_next_hack): Declare.
7084 (deprecated_set_frame_prev_hack): Declare.
7085 * mcore-tdep.c (analyze_dummy_frame): Use
7086 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
7087 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7088
7089 2003-01-07 David Carlton <carlton@math.stanford.edu>
7090
7091 * linespec.c (decode_line_1): Move code into decode_dollar.
7092 (decode_dollar): New function.
7093
7094 2003-01-07 Andrew Cagney <cagney@redhat.com>
7095
7096 * arm-tdep.c (arm_init_extra_frame_info): Use
7097 deprecated_update_frame_base_hack.
7098 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
7099 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7100 (fix_frame_pointer): Ditto.
7101 (mn10300_analyze_prologue): Ditto.
7102
7103 2003-01-07 Andrew Cagney <cagney@redhat.com>
7104
7105 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
7106 extra_info using frame_extra_info_zalloc.
7107 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7108 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
7109 (sh64_init_extra_frame_info): Ditto.
7110 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
7111 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
7112 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7113 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
7114 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
7115 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
7116 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
7117 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
7118 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
7119 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
7120 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7121 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
7122
7123 * mn10300-tdep.c (analyze_dummy_frame): Use
7124 deprecated_set_frame_extra_info_hack.
7125 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7126
7127 2003-01-07 J. Brobecker <brobecker@gnat.com>
7128
7129 * mdebugread.c (parse_symbol): Skip stProc entries which storage
7130 class is not scText. These do not define "real" procedures.
7131 (parse_partial_symbols): Likewise.
7132
7133 2003-01-06 Michael Snyder <msnyder@redhat.com>
7134
7135 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
7136
7137 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7138
7139 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
7140 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
7141 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
7142 deprecated_frame_xmalloc_with_cleanup.
7143 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
7144 deprecated_frame_xmalloc.
7145 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
7146 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
7147
7148 2003-01-06 Andrew Cagney <cagney@redhat.com>
7149
7150 * x86-64-linux-tdep.c: Include "osabi.h".
7151 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
7152
7153 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
7154
7155 2003-01-06 Andrew Cagney <cagney@redhat.com>
7156
7157 * MAINTAINERS (Target Instruction Set Architectures): Update
7158 arm-elf. Can be built with -Werror, has been multiarched.
7159
7160 * value.h (unpack_long): Make buffer parameter constant.
7161 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
7162 * scm-lang.h (scm_parse): Ditto.
7163 * defs.h (extract_typed_address, extract_address): Ditto.
7164 (extract_long_unsigned_integer): Ditto.
7165 * inferior.h (unsigned_pointer_to_address): Ditto.
7166 (signed_pointer_to_address): Ditto.
7167 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
7168 * gdbarch.h, gdbarch.c: Regenerate.
7169 * findvar.c (extract_long_unsigned_integer): Update.
7170 (extract_address): Update.
7171 (extract_typed_address): Update.
7172 (unsigned_pointer_to_address): Update.
7173 * values.c (unpack_long): Update.
7174 (unpack_double): Update.
7175 (unpack_pointer): Update.
7176 (unpack_field_as_long): Update.
7177 * d10v-tdep.c (d10v_pointer_to_address): Update.
7178 * avr-tdep.c (avr_pointer_to_address): Update.
7179 * scm-lang.c (scm_unpack): Update.
7180 * findvar.c (signed_pointer_to_address): Update.
7181
7182 2003-01-06 Michal Ludvig <mludvig@suse.cz>
7183
7184 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
7185 since it is in i386-tdep.c.
7186
7187 2003-01-06 J. Brobecker <brobecker@gnat.com>
7188
7189 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
7190 failure introduced in the previous change.
7191
7192 2003-01-05 Michael Chastain <mec@shout.net>
7193
7194 * README: Remove references to deleted remote-*.c files:
7195 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
7196 remote-nrom.c, remote-os9k.c, remote-udi.c.
7197
7198 2003-01-05 Mark Kettenis <kettenis@gnu.org>
7199
7200 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
7201 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
7202 i386_get_longjmp_target.
7203
7204 2003-01-05 Andrew Cagney <ac131313@redhat.com>
7205
7206 * arm-tdep.c (prologue_cache): Change to a pointer.
7207 (_initialize_arm_tdep): Allocate prologue_cache.
7208 (check_prologue_cache): Update.
7209 (save_prologue_cache): Update.
7210 (arm_gdbarch_init): Update.
7211
7212 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7213
7214 * stabsread.c (update_method_name_from_physname): Call complaint()
7215 instead of error.
7216
7217 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7218
7219 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
7220 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
7221 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
7222
7223 * blockframe.c: Include "gdbcmd.h" and "command.h".
7224 (backtrace_below_main): New variable.
7225 (file_frame_chain_valid, func_frame_chain_valid)
7226 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
7227 (generic_func_frame_chain_valid): Remove functions.
7228 (frame_chain_valid, do_flush_frames_sfunc): New functions.
7229 (_initialize_blockframe): New function.
7230 * Makefile.in (blockframe.o): Update dependencies.
7231 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
7232 comment. Call frame_chain_valid ().
7233 * frame.h: Remove old prototypes. Add prototype for
7234 frame_chain_valid and update comments to match.
7235 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
7236 Remove old comment.
7237 * gdbarch.h: Regenerated.
7238 * gdbarch.c: Regenerated.
7239
7240 * alpha-tdep.c (alpha_gdbarch_init): Don't call
7241 set_gdbarch_frame_chain_valid.
7242 * avr-tdep.c (avr_gdbarch_init): Likewise.
7243 * cris-tdep.c (cris_gdbarch_init): Likewise.
7244 * frv-tdep.c (frv_gdbarch_init): Likewise.
7245 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
7246 * i386-tdep.c (i386_svr4_init_abi): Likewise.
7247 (i386_nw_init_abi): Likewise.
7248 (i386_gdbarch_init): Likewise.
7249 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
7250 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7251 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7252 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
7253 * mips-tdep.c (mips_gdbarch_init): Likewise.
7254 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7255 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
7256 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
7257 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7258 * s390-tdep.c (s390_gdbarch_init): Likewise.
7259 * sh-tdep.c (sh_gdbarch_init): Likewise.
7260 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7261 * v850-tdep.c (v850_gdbarch_init): Likewise.
7262 * vax-tdep.c (vax_gdbarch_init): Likewise.
7263 * x86-64-tdep.c (x86_64_init_abi): Likewise.
7264
7265 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
7266 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
7267 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
7268 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
7269 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
7270 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
7271 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
7272 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
7273
7274 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7275
7276 * Makefile.in (acconfig_h): Remove incorrect macro.
7277 (config_h): Define.
7278 (osabi.o): Update dependencies.
7279 * configure.tgt: Set gdb_osabi based on target triplet.
7280 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
7281 * configure: Regenerated.
7282 * config.in: Regenerated.
7283 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
7284 (GDB_OSABI_DEFAULT): Define if not already defined.
7285 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
7286 (set_osabi_string): New variables.
7287 (gdbarch_register_osabi): Add new OS ABI to
7288 gdb_osabi_available_names.
7289 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
7290 (set_osabi, show_osabi): New functions.
7291 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
7292
7293 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7294
7295 * arch-utils.c (gdbarch_info_init): Set osabi to
7296 GDB_OSABI_UNINITIALIZED.
7297 * gdbarch.sh: Add osabi to struct gdbarch and to struct
7298 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
7299 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
7300 * gdbarch.c: Regenerated.
7301 * gdbarch.h: Regenerated.
7302 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
7303 there's no BFD.
7304 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
7305 * osabi.h (enum gdb_osabi): Move to defs.h.
7306 (gdbarch_init_osabi): Update prototype.
7307 * defs.h (enum gdb_osabi): Moved here.
7308 * Makefile.in: Update dependencies.
7309
7310 * alpha-tdep.h: Don't include "osabi.h".
7311 (struct gdbarch_tdep): Remove osabi member.
7312 * alpha-tdep.c: Include "osabi.h".
7313 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7314 iterate over arches. Update call to gdbarch_init_osabi.
7315 (alpha_dump_tdep): Don't dump osabi.
7316 * alpha-linux-tdep.c: Include "osabi.h".
7317 * alpha-osf1-tdep.c: Include "osabi.h".
7318 * alphafbsd-tdep.c: Include "osabi.h".
7319 * alphanbsd-tdep.c: Include "osabi.h".
7320
7321 * arm-tdep.h: Don't include "osabi.h".
7322 (struct gdbarch_tdep): Remove osabi member.
7323 * arm-tdep.c: Include "osabi.h".
7324 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7325 iterate over arches. Update call to gdbarch_init_osabi.
7326 (arm_dump_tdep): Don't dump osabi.
7327 * arm-linux-tdep.c: Include "osabi.h".
7328 * armnbsd-tdep.c: Include "osabi.h".
7329
7330 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
7331 Update call to gdbarch_init_osabi.
7332
7333 * i386-tdep.h: Don't include "osabi.h".
7334 (struct gdbarch_tdep): Remove osabi member.
7335 * i386-tdep.c: Include "osabi.h".
7336 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7337 iterate over arches. Update call to gdbarch_init_osabi.
7338 (i386_dump_tdep): Don't dump osabi.
7339 * i386-linux-tdep.c: Include "osabi.h".
7340 * i386-sol2-tdep.c: Include "osabi.h".
7341 * i386bsd-tdep.c: Include "osabi.h".
7342 * i386gnu-tdep.c: Include "osabi.h".
7343 * i386ly-tdep.c: Include "osabi.h".
7344 * i386nbsd-tdep.c: Include "osabi.h".
7345 * i386obsd-tdep.c: Include "osabi.h".
7346
7347 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
7348 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7349 check osabi when iterating over arches. Update call to
7350 gdbarch_init_osabi.
7351 (mips_dump_tdep): Don't dump osabi.
7352
7353 * ns32k-tdep.h: Don't include "osabi.h".
7354 (struct gdbarch_tdep): Remove.
7355 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
7356 gdbarch_lookup_osabi. Don't iterate over arches. Don't
7357 allocate tdep. Update call to gdbarch_init_osabi.
7358 (ns32k_dump_tdep): Remove.
7359 (_initialize_ns32k_tdep): Update call to gdbarch_register.
7360 * ns32knbsd-tdep.c: Include "osabi.h".
7361
7362 * ppc-tdep.h: Don't include "osabi.h".
7363 (struct gdbarch_tdep): Remove osabi member.
7364 * rs6000-tdep.c: Include "osabi.h".
7365 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
7366 osabi when iterating over arches. Update call to
7367 gdbarch_init_osabi.
7368 (rs6000_dump_tdep): Don't dump osabi.
7369 * ppc-linux-tdep.c: Include "osabi.h".
7370 * ppcnbsd-tdep.c: Include "osabi.h".
7371
7372 * sh-tdep.h: Don't include "osabi.h".
7373 (struct gdbarch_tdep): Remove osabi member.
7374 * sh-tdep.c: Include "osabi.h".
7375 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7376 iterate over arches. Update call to gdbarch_init_osabi.
7377 (sh_dump_tdep): Don't dump osabi.
7378 * shnbsd-tdep.c: Include "osabi.h".
7379
7380 * sparc-tdep.c: Include "osabi.h".
7381 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7382 iterate over arches. Update call to gdbarch_init_osabi.
7383 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
7384 tdep structure.
7385
7386 * vax-tdep.h: Don't include "osabi.h".
7387 (struct gdbarch_tdep): Remove.
7388 * vax-tdep.c: Include "osabi.h".
7389 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7390 iterate over arches. Don't allocate tdep. Update call
7391 to gdbarch_init_osabi.
7392 (vax_dump_tdep): Remove.
7393 (_initialize_vax_tdep): Update call to gdbarch_register.
7394
7395 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7396
7397 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
7398 entirely.
7399 (breakpoint_re_set_one): Don't fetch the value for a disabled
7400 watchpoint.
7401
7402 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
7405 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
7406 (COERCE_FLOAT_TO_DOUBLE): Remove.
7407 * gdbarch.c: Regenerate.
7408 * gdbarch.h: Regenerate.
7409 * Makefile.in: Remove value_h from gdbarch_h.
7410 * valops.c (coerce_float_to_double): New variable.
7411 (default_coerce_float_to_double): Remove.
7412 (standard_coerce_float_to_double): Remove.
7413 (value_arg_coerce): Use coerce_float_to_double.
7414 (_initialize_valops): Add "set coerce-float-to-double".
7415 * value.h (default_coerce_float_to_double): Remove prototype.
7416 (standard_coerce_float_to_double): Remove prototype.
7417
7418 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
7419 prototyped.
7420 * mdebugread.c (parse_symbol): Likewise.
7421 * stabsread.c (define_symbol): Mark all functions as prototyped.
7422
7423 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
7424 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
7425 set_gdbarch_coerce_float_to_double.
7426 * arm-tdep.c (arm_gdbarch_init): Likewise.
7427 * frv-tdep.c (frv_gdbarch_init): Likewise.
7428 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
7429 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
7430 * mips-tdep.c (mips_gdbarch_init): Likewise.
7431 (mips_coerce_float_to_double): Remove.
7432 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7433 (rs6000_coerce_float_to_double): Remove.
7434 * s390-tdep.c (s390_gdbarch_init): Likewise.
7435 * sh-tdep.c (sh_gdbarch_init): Likewise.
7436 (sh_coerce_float_to_double): Remove.
7437 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7438 (sparc_coerce_float_to_double): Remove.
7439 * v850-tdep.c (v850_gdbarch_init): Likewise.
7440 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7441 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7442 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
7443 (hppa_coerce_float_to_double): Remove prototype.
7444 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7445
7446 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7447
7448 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
7449
7450 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7451
7452 Suggested by Stewart Brown <sb24@avaya.com>:
7453 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
7454 in recursive calls. Handle TYPE_CODE_TYPEDEF.
7455 (c_type_print_varspec_suffix): Likewise.
7456
7457 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7458
7459 * configure.in: Don't set and AC_SUBST SUBDIRS.
7460 * configure: Regenerated.
7461
7462 * configure.in: Remove code dealing with shared libraries.
7463 * Makefile.in: Remove HLDFLAGS and HLDENV.
7464 * configure: Regenerated.
7465
7466 2003-01-04 Andrew Cagney <ac131313@redhat.com>
7467
7468 * frame.c (deprecated_frame_xmalloc): New function.
7469 (deprecated_set_frame_saved_regs_hack): New function.
7470 (deprecated_set_frame_extra_info_hack): New function.
7471 * frame.h (deprecated_frame_xmalloc): Declare.
7472 (deprecated_set_frame_saved_regs_hack): Declare.
7473 (deprecated_set_frame_extra_info_hack): Declare.
7474
7475 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7476
7477 * configure.in: Move code that provides the --enable-gdbtk option
7478 right after the code that handles the --enable-tui option, and
7479 polish it somewhat.
7480 * configure: Regenerated.
7481
7482 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
7483 AC_CHECK_FUNCS and remove the old check for pread64.
7484 * acinclude.m4 (AC_GNU_SOURCE): New macro.
7485 * acconfig.h (_GNU_SOURCE): Add.
7486 (HAVE_PREAD64): Remove.
7487 * configure, aclocal.m4, config.in: Regenerated.
7488
7489 2003-01-03 Andrew Cagney <ac131313@redhat.com>
7490
7491 * alpha-tdep.c: Use get_frame_saved_regs.
7492 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7493 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7494 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
7495 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
7496 * vax-tdep.c, xstormy16-tdep.c: Ditto.
7497
7498 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7499
7500 * configure.in: Remove all use of the SUBDIRS variable; add
7501 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
7502 code providing the --enable-multi-ice option, and move it right in
7503 front of the code that checks whether gdbserver is supported.
7504 Polish that too.
7505 * configure: Regenerated.
7506 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
7507 @SUBDIRS@.
7508
7509 2003-01-03 Andrew Cagney <cagney@redhat.com>
7510
7511 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
7512 * avr-tdep.c, cris-tdep.c: Ditto.
7513 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7514 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7515
7516 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7517
7518 * configure.in: Remove --enable-netrom option.
7519 * configure: Regenerated.
7520
7521 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7522
7523 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
7524 declaration for `struct re_pattern_buffer' instead.
7525 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
7526
7527 2003-01-03 J. Brobecker <brobecker@gnat.com>
7528
7529 * mdebugread.c (parse_symbol): Count until the stEnd matching
7530 the structure name.
7531
7532 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7533
7534 * configure.in: Remove --with-cpu option.
7535 subscripts. Remove evil changequotes here.
7536 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
7537 * config.in, configure: Regenerated.
7538
7539 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
7540 * configure.in: Cleanup section that sources GDB and BFD configure
7541 subscripts. Remove evil changequotes here.
7542 * config.in, configure: Regenerated.
7543
7544 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7545
7546 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
7547 frame accessor methods.
7548 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7549 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7550 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
7551 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
7552 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7553 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7554 * z8k-tdep.c: Ditto.
7555
7556 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7557
7558 * configure.in: Remove UI_OUT configuration code.
7559 * ada-lang.c: Update assuming UI_OUT is always true.
7560 * Makefile.in (UIOUT_CFLAGS): Remove.
7561 * configure: Regenerated.
7562 * TODO: Remove blurb about elimination of -DUI_OUT.
7563
7564 * configure.in: Move code that provides the --enable-gdbcli,
7565 --enable-gdbmi options right before the code that handles the
7566 --enable-tui option. Polish a bit.
7567 * configure: Regenerated.
7568
7569 * configure.in: Rewrite check for GNU regex and the
7570 --without-included regex option, and move it into the "Checks for
7571 library functions" section. This makes us use the system regex
7572 again by default on systems with version 2 of the GNU C library.
7573 This was apparently broken.
7574 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
7575 * acconfig.h (USE_INCLUDED_REGEX): Remove.
7576 * config.in, configure: Regenerated.
7577
7578 * configure.in: Move code that provides the --enable-tui option
7579 before the "Checks for libraries" section. Polish the code
7580 somewhat and set need_curses to yes if we build the TUI. Rewrite
7581 code that looks for a library providing termcap functionality to
7582 match more closely what's done in the Readline library, and move
7583 it into to the "Checks for libraries" section.
7584 * configure: Regenerated.
7585 * Makefile.in (TERMCAP): Remove variable.
7586 * config/i386/go32.mh (TERMCAP): Remove variable.
7587
7588 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7589
7590 * MAINTAINERS: Mention gdb_mbuild.sh.
7591 * gdb_mbuild.sh: Rewrite.
7592
7593 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7594
7595 * configure.in: Fix typo in last change.
7596 * config.in, configure: Regenerated.
7597
7598 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7599
7600 * valarith.c (value_binop): Delete obsolete code and comments.
7601 * configure.host: Ditto.
7602 * buildsym.h (make_blockvector): Ditto.
7603 * buildsym.c (make_blockvector): Ditto.
7604 * defs.h (enum language): Ditto.
7605 (chill_demangle): Ditto.
7606 * elfread.c (elf_symtab_read): Ditto.
7607 * dwarfread.c (CHILL_PRODUCER): Ditto.
7608 (set_cu_language): Ditto.
7609 (handle_producer): Ditto.
7610 * expprint.c (print_subexp): Ditto.
7611 * gdbtypes.c (chill_varying_type): Ditto.
7612 * gdbtypes.h (builtin_type_chill_bool): Ditto.
7613 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
7614 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
7615 (chill_varying_type): Ditto.
7616 * language.h (_LANG_chill): Ditto.
7617 * language.c (binop_result_type, integral_type): Ditto.
7618 (character_type, string_type, structured_type): Ditto.
7619 (lang_bool_type, binop_type_check): Ditto.
7620 * stabsread.h (os9k_stabs): Ditto.
7621 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
7622 (define_symbol, read_type, read_struct_fields): Ditto.
7623 (read_array_type, read_enum_type, read_huge_number): Ditto.
7624 (read_range_type, start_stabs): Ditto.
7625 * symfile.c (init_filename_language_table): Ditto.
7626 (add_psymbol_with_dem_name_to_list): Ditto.
7627 * symtab.c (symbol_init_language_specific): Ditto.
7628 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
7629 * symtab.h (struct general_symbol_info): Ditto.
7630 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
7631 * typeprint.c (typedef_print): Ditto.
7632 * utils.c (fprintf_symbol_filtered): Ditto.
7633 * valops.c (value_cast, search_struct_field, value_slice): Delete
7634 obsolete code.
7635 (varying_to_slice): Delete function.
7636 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
7637 (varying_to_slice): Delete declaration.
7638 * MAINTAINERS: Update.
7639
7640 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7641
7642 * configure.in: Reorganize "Checks for library functions section"
7643 a bit. Remove check for `btowc' and `isascii' functions.
7644 * configure: Regenerated.
7645
7646 * acconfig.h (_MSE_INT_H): Remove.
7647 * configure.in: Create "Checks for header files" section, and move
7648 appropriate tests there. Don't check for objlist.h, wchar.h,
7649 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
7650 misdetection fix. Also add "Checks for types", "Checks for
7651 compiler characteristics" and "Checks for library functions"
7652 sections.
7653 * config.in, configure: Regenerated.
7654
7655 * configure.in: Create "Checks for programs" section, and move
7656 appropriate tests there.
7657
7658 2003-01-01 Mark Kettenis <kettenis@gnu.org>
7659
7660 * configure.in: Create "Checks for libraries" section, and move
7661 appropriate tests there. Cleanup check for wctype in libw. Use
7662 AC_SEARCH_LIBS to see whether we need libsocket.
7663 * configure: Regenerated.
7664
7665 For older changes see ChangeLog-2002
7666 \f
7667 Local Variables:
7668 mode: change-log
7669 left-margin: 8
7670 fill-column: 74
7671 version-control: never
7672 End: