* i386obsd-tdep.c: Include "regset.h", "gdb_assert.h" and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12003-12-26 Mark Kettenis <kettenis@gnu.org>
2
3 * i386obsd-tdep.c: Include "regset.h", "gdb_assert.h" and
4 "gdb_string.h".
5 (i386obsd_r_reg_offset): New variable.
6 (i386obsd_aout_supply_regset)
7 (i386obsd_aout_regset_from_core_section): New functions.
8 (i386obsd_supply_reg, fetch_core_registers): Remove functions.
9 (i286obsd_core_fns): Remove variable.
10 (i386obsd_init_abi): Initialize TDEP->gregset_reg_offset,
11 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Set
12 regset_from_core_section. Use ARRAY_SIZE to initialize
13 TDEP->sc_num_regs.
14 (_initialize_i386obsd_tdep): Don't call add_core_fns.
15
16 * i386bsd-tdep.c (i386bsd_core_osabi_sniffer): New function.
17 (_initialize_i386bsd_tdep): Register i386bsd_core_osabi_sniffer.
18
19 * i386-linux-nat.c: Add comment.
20
212003-12-26 Christopher Faylor <cgf@redhat.com>
22
23 * win32-nat.c: Add some comments about below change.
24
252003-12-25 Christopher Faylor <cgf@redhat.com>
26
27 Fix for PR threads/1048
28 * win32-nat.c (thread_info_struct): Add reload_context flag.
29 (thread_rec): Don't reload thread context here. Just set a flag.
30 (do_child_fetch_inferior_registers): Reload thread context here if
31 appropriate. Avoid doing anything if current_thread is NULL thanks to
32 strange Windows behavior.
33 (child_fetch_inferior_registers): Avoid doing anything if
34 current_thread is NULL.
35 (do_child_store_inferior_registers): Ditto.
36 (child_store_inferior_registers): Ditto.
37 (child_kill_inferior): Ditto.
38 (fake_create_process): Pretend to create a process for pathological
39 windows attach situation.
40 (get_child_debug_event): Call fake_create_process when the first event
41 noticed is thread creation rather than process creation.
42 (child_attach): Always set attach_flag when attaching.
43 (child_create_inferior): Set attach_flag to zero since we're not
44 attaching.
45
462003-12-25 Christopher Faylor <cgf@redhat.com>
47
48 * win32-nat.c (get_child_debug_event): Keep main thread id around even
49 after thread exits since Windows insists on continuing to report events
50 against it.
51
522003-12-22 Mark Kettenis <kettenis@gnu.org>
53
54 * dwarf2-frame.c (dwarf2_frame_cache): Don't skip the return
55 address column.
56
572003-12-21 Jim Blandy <jimb@redhat.com>
58
59 * breakpoint.c (bpstat_do_actions): To ensure that
60 clear_proceed_status doesn't free the command tree we're
61 evaluating out from under us, zero the bpstat's pointer to it, and
62 take care of freeing it ourselves.
63 * cli/cli-script.c (make_cleanup_free_command_lines): Make this
64 function externally visible.
65 * cli/cli-script.h (make_cleanup_free_command_lines): New
66 declaration.
67
682003-12-20 Mark Kettenis <kettenis@gnu.org>
69
70 * x86-64-tdep.c (x86_64_dwarf_regmap): Map the Return Address to
71 RIP.
72
732003-12-18 Michael Chastain <mec.gnu@mindspring.com>
74
75 * hppa-tdep.c (hppa_gdbarch_init): Set long double floating
76 point type to floatformat_ia64_quad_big.
77
782003-12-18 Kevin Buettner <kevinb@redhat.com>
79
80 * frv-tdep.c (skip_prologue_using_sal): New function. Taken verbatim
81 from mips-tdep.c.
82 (frv_analyze_prologue): Rework to account for intermixed prologue /
83 body instructions.
84
852003-12-18 Michael Chastain <mec.gnu@mindspring.com>
86
87 * hppa-tdep.c (hppa_gdbarch_init): Set sizeof(long_double) to 128.
88 Document type sizes for hppa*-*-hpux* compilers available to me.
89
902003-12-18 Michael Chastain <mec.gnu@mindspring.com>
91
92 * hppam3-nat.c: Delete obsolete file.
93 * hppab-nat.c: Delete obsolete file.
94 * Makefile.in: Remove references.
95
962003-12-17 Jeff Johnston <jjohnstn@redhat.com>
97
98 * symtab.c (decode_line_spec): Change call to decode_line_1.
99
1002003-12-17 Jeff Johnston <jjohnstn@redhat.com>
101
102 * linespec.h (decode_line_1): Add new not_found_ptr parameter.
103 * linespec.c (decode_line_1): Add new parameter. Pass on
104 new parameter to decode_variable and symtab_from_filename
105 functions.
106 (decode_variable): Add new not_found_ptr parameter. Throw exception
107 rather than failing if the not_found_ptr is non-null and the
108 function is not found.
109 (symtab_from_filename): Add new not_found_ptr parametr. Throw
110 exception rather than failing if the not_found_ptr is non-null and
111 the source file is not found.
112 * breakpoint.c: Change all callers of decode_line_1 to add default
113 extra parameter for decode_line_1 calls.
114 * tracepoint.c: Ditto.
115 * cli/cli-cmds.c: Ditto.
116
1172003-12-16 J. Brobecker <brobecker@gnat.com>
118
119 * irix5-nat.c: Include mips-tdep.h.
120
1212003-12-16 Mark Kettenis <kettenis@gnu.org>
122
123 * solib.h (SOLIB_CREATE_CATCH_LOAD_HOOK)
124 (SOLIB_CREATE_CATCH_UNLOAD_HOOK, SOLIB_LOADED_LIBRARY_PATHNAME)
125 (SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_HAVE_LOAD_EVENT)
126 (SOLIB_HAVE_UNLOAD_EVENT): Remove defines.
127
128 * blockframe.c (inside_main_func): Don't treat a zero PC specially.
129 Needed to fix PR backtrace/1476.
130
1312003-12-16 David Carlton <carlton@kealia.com>
132
133 * cp-support.c (class_name_from_physname): Add DMGL_PARAMS.
134 (method_name_from_physname): Ditto.
135
1362003-12-15 Mark Kettenis <kettenis@gnu.org>
137
138 * i386-sol2-tdep.c (i386_sol2_gregset_reg_offset): New variable.
139 (i386_sol2_init_abi): Initialize TDEP->gregset_reg_offset,
140 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
141 TDEP->sizeof_fpregset.
142 * config/i386/i386sol2.mh (XM_FILE): Set to xm-i386.h.
143 (XM_CLIBS): Remove.
144 (NATDEPFILES): Remove core-regset.o and corelow.o.
145 * config/i386/i386sol2.mt (TDEPFILES): Add corelow.o.
146
1472003-12-14 Mark Kettenis <kettenis@gnu.org>
148
149 * proc-api.c (procfs_note): Add format string to fprintf call.
150
151 * i386-tdep.c (i386_analyze_frame_setup): Add missing encodings
152 for `subl' and `xorl' instructions.
153
1542003-12-13 Jim Blandy <jimb@redhat.com>
155
156 * dwarf2read.c (dwarf2_add_member_fn, read_structure_scope):
157 Replace uses of DEPRECATED_STREQ and DEPRECATED_STREQN with calls
158 to strcmp and strncmp.
159
160 * osabi.c (gdbarch_init_osabi): Reformat error message with better
161 line breaks.
162
1632003-12-13 Mark Kettenis <kettenis@gnu.org>
164
165 * blockframe.c (inside_main_func): Reformat. Introduce new local
166 variables to prevent long lines. Update comments to reflect
167 reality.
168
1692003-12-12 Kevin Buettner <kevinb@redhat.com>
170
171 From David Mosberger <davidm@hpl.hp.com>:
172 * libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments
173 with a single unw_dyn_info_t pointer.
174 (libunwind_find_dyn_list): Likewise.
175 * libunwind-frame.h: Likewise.
176 * ia64-tdep.c (ia64_find_unwind_table): Switch to using
177 UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the
178 entire unwind-table at once. Support for this table format has
179 been added to libunwind v0.95.
180 (ia64_find_proc_info_x): Adjust for remote-unwind-table changes.
181 (ia64_get_dyn_info_list): Adjust for interface change for
182 libunwind_find_dyn_list().
183
1842003-12-12 Jeff Johnston <jjohnstn@redhat.com>
185
186 * breakpoint.c (breakpoint_enabled): New function to test whether
187 breakpoint is active and enabled.
188 (insert_bp_location, insert_breakpoints): Call new function to test
189 for enabled breakpoint.
190 (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match)
191 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
192 (disable_breakpoints_in_shlibs, hw_watchpoint_used_count)
193 (disable_watchpoints_before_interactive_call_start)
194 (breakpoint_re_set_one): Ditto.
195 (bpstat_stop_status): Use new function and simplify test.
196
1972003-12-11 Mark Kettenis <kettenis@gnu.org>
198
199 * observer.c (observer_test_first_observer)
200 (observer_test_second_observer, observer_test_third_observer):
201 Don't define as `static'.
202 (observer_test_first_notification_function)
203 (observer_test_second_notification_function)
204 (observer_test_third_notification_function): Likewise.
205
2062003-12-10 Mark Kettenis <kettenis@gnu.org>
207
208 * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
209 of (0).
210
2112003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
212
213 * MAINTAINERS (write after approval): Add myself.
214
2152003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
216
217 * config/h8300/tm-h8300.h (h8300hmode): Remove.
218 (h8300hmode): Likewise.
219 (h8300smode): Likewise.
220 (h8300sxmode): Likewise.
221 (h8300_normal_mode): Likewise.
222 (GDB_TARGET_IS_H8300): Likewise.
223 (NUM_REALREGS): Use TARGET_ARCHITECTURE->mach instead of global.
224 * h8300-tdep.c (is_h8300hmode): New function.
225 (is_h8300smode): New function.
226 (is_h8300sxmode): New function.
227 (is_h8300_normal_mode): New function.
228 (BINWORD): Use new functions.
229 (h8300_examine_prologue): Likewise.
230 (h8300_print_register): Likewise.
231 (h8300_print_registers_info): Likewise.
232 (h8300_register_type): Likewise.
233 (h8300_gdbarch_init): Remove use of globals like h8300hmode.
234 * remote-e7000.c (e7000_open): Remove use of GDB_TARGET_IS_H8300.
235 (e7000_fetch_registers): Use TARGET_ARCHITECTURE->mach instead.
236 (e7000_wait): Use TARGET_ARCHITECTURE->mach instead of global.
237
2382003-12-10 J. Brobecker <brobecker@gnat.com>
239
240 * frame.c (select_frame): Get the current frame PC using
241 get_frame_address_in_block() instead of get_frame_pc().
242 * stack.c (get_frame_language): Likewise.
243
2442003-12-08 Kevin Buettner <kevinb@redhat.com>
245
246 * remote.c (remote_open_1, remote_cisco_open): Avoid closing
247 remote_desc more than once.
248
2492003-12-07 Andrew Cagney <cagney@redhat.com>
250
251 * defs.h (DEPRECATED_STREQN, DEPRECATED_STREQ): Simplify by
252 directly calling strcmp equivalents. Add disclaimer.
253
2542003-12-06 Andrew Cagney <cagney@redhat.com>
255
256 * remote.c (remote_fetch_registers): For short packets, explicitly
257 supply a zero value. Use regcache_raw_supply. Fix suggested by
258 Jonathan Larmour.
259
2602003-12-05 Jeff Johnston <jjohnstn@redhat.com>
261
262 * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double
263 format to be the i387 extended float format which is used for
264 long doubles stored in memory.
265
2662003-12-05 Mark Kettenis <kettenis@gnu.org>
267
268 From Ulrich Weigand <weigand@informatik.uni-erlangen.de>:
269 * dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA
270 column instead of translating it.
271
2722003-12-04 Michael Chastain <mec.gnu@mindspring.com>
273
274 Partial fix for PR c++/1465.
275 Fix for PR c++/1377.
276 * cp-support.h (cp_lookup_rtti_type): New function.
277 * cp-support.c (cp_lookup_rtti_type): New function.
278 * gnu-v2-abi.c: Update copyright years.
279 (gnuv2_rtti_type): Call cp_lookup_rtti_type.
280 * gnu-v3-abi.c: Update copyright years.
281 (gnuv3_rtti_type): Call cp_lookup_rtti_type.
282
2832003-12-04 J. Brobecker <brobecker@gnat.com>
284
285 * stabsread.c (read_type): Save a reference to types that are defined
286 as cross references to other types.
287
2882003-12-02 Roland McGrath <roland@redhat.com>
289
290 * thread-db.c (enable_thread_event): Change return type to
291 td_err_e. Return TD_OK or error code.
292 (enable_thread_event_reporting): Update callers.
293
2942003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
295
296 * NEWS: Mention new C++ demangler code.
297
2982003-12-03 Andrew Cagney <cagney@redhat.com>
299
300 * ppc-linux-nat.c (store_register, fetch_register): Convert
301 between ptrace and regcache's wordsize.
302 (ppc_register_u_addr): Use the ptrace wordsize.
303
3042003-12-02 Kevin Buettner <kevinb@redhat.com>
305
306 * frv-tdep.c (frv_gdbarch_init): Add case for fr550.
307
3082003-12-02 Daniel Jacobowitz <drow@mvista.com>
309
310 * dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
311 (dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
312 (dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
313 (dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
314 Delete.
315 (dwarf2_read_section): Remove offset and size arguments. Use
316 bfd_get_section_size_before_reloc and sectp->filepos.
317 (dwarf2_has_info): Clear section variables instead of offsets.
318 (dwarf2_locate_sections): Don't initialize the deleted variables.
319 (dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
320 (dwarf2_build_psymtabs_easy): Likewise.
321 * dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
322 (dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
323 declarations.
324 (dwarf2_read_section): Update prototype.
325 (dwarf2_build_frame_info): Update calls to dwarf2_read_section.
326 Use bfd_get_section_size_before_reloc instead of global size
327 variables.
328
3292003-12-01 Michael Chastain <mec.gnu@mindspring.com>
330
331 * dwarfread.c: Update documentation on the state of dwarf-1.
332
3332003-12-01 Andrew Cagney <cagney@redhat.com>
334
335 Obsolete old MIPS SVr3 and SVr4 systems.
336 * NEWS: Mention obsoleted systems.
337 * configure.tgt: Mark mips*-*-sysv4* as obsolete.
338 * configure.host: Mark mips-dec-*, mips-little-*, mips-sony-*,
339 mips-*-sysv4*, mips-*-sysv*, mips-*-riscos* and mips-*-mach3* as
340 obsolete.
341 * config/mips/decstation.mh: Mark as obsolete.
342 * config/mips/littlemips.mh: Mark as obsolete.
343 * config/mips/nm-mips.h: Mark as obsolete.
344 * config/mips/xm-mips.h: Mark as obsolete.
345 * config/mips/news-mips.mh: Mark as obsolete.
346 * config/mips/nm-news-mips.h: Mark as obsolete.
347 * config/mips/riscos.mh: Mark as obsolete.
348 * config/mips/nm-riscos.h: Mark as obsolete.
349 * config/mips/xm-riscos.h: Mark as obsolete.
350 * config/mips/mipsv4.mt: Mark as obsolete.
351 * config/mips/tm-mipsv4.h: Mark as obsolete.
352 * config/mips/xm-mipsv4.h: Mark as obsolete.
353
354 Obsolete old m68k systems.
355 * configure.host: Mark m68*-sun-*, m68*-sun-sunos4*,
356 m68*-sun-sunos3*, m68*-motorola-*, m68*-*-sysv4*, m68*-*-lynxos*,
357 m68*-bull*-sysv*, m68*-att-*, m680[01]0-sun-sunos4*, and
358 m680[01]0-sun-sunos3* as obsolete.
359 * configure.tgt: Mark m68*-*-lynxos*, m68*-*-sunos3*,
360 m68*-*-sunos4*, m68*-*-sysv4*, m68000-*-sunos3*, m68000-*-sunos4*,
361 m68*-bull-sysv*, m68*-att-*, and m68*-motorola-*, as obsolete.
362 * config/m68k/sun3os4.mh: Mark file obsolete.
363 * config/m68k/xm-sun3os4.h: Mark file obsolete.
364 * config/m68k/sun3os3.mh: Mark file obsolete.
365 * config/m68k/nm-sun3.h: Mark file obsolete.
366 * config/m68k/xm-sun3.h: Mark file obsolete.
367 * config/m68k/sun2os4.mh: Mark file obsolete.
368 * config/m68k/sun2os3.mh: Mark file obsolete.
369 * config/m68k/nm-sun2.h: Mark file obsolete.
370 * config/m68k/xm-sun2.h: Mark file obsolete.
371 * config/m68k/m68kv4.mh: Mark file obsolete.
372 * config/m68k/nm-sysv4.h: Mark file obsolete.
373 * config/m68k/xm-m68kv4.h: Mark file obsolete.
374 * config/m68k/m68klynx.mh: Mark file obsolete.
375 * config/m68k/nm-m68klynx.h: Mark file obsolete.
376 * config/m68k/dpx2.mh: Mark file obsolete.
377 * config/m68k/xm-dpx2.h: Mark file obsolete.
378 * config/m68k/nm-dpx2.h: Mark file obsolete.
379 * config/m68k/delta68.mh: Mark file obsolete.
380 * config/m68k/xm-delta68.h: Mark file obsolete.
381 * config/m68k/nm-delta68.h: Mark file obsolete.
382 * config/m68k/3b1.mh: Mark file obsolete.
383 * config/m68k/xm-3b1.h: Mark file obsolete.
384 * config/m68k/sun3os4.mt: Mark file obsolete.
385 * config/m68k/tm-sun3os4.h: Mark file obsolete.
386 * config/m68k/sun3os3.mt: Mark file obsolete.
387 * config/m68k/tm-sun3.h: Mark file obsolete.
388 * config/m68k/sun2os4.mt: Mark file obsolete.
389 * config/m68k/tm-sun2os4.h: Mark file obsolete.
390 * config/m68k/sun2os3.mt: Mark file obsolete.
391 * config/m68k/tm-sun2.h: Mark file obsolete.
392 * config/m68k/m68kv4.mt: Mark file obsolete.
393 * config/m68k/tm-m68kv4.h: Mark file obsolete.
394 * config/m68k/m68klynx.mt: Mark file obsolete.
395 * config/m68k/tm-m68klynx.h: Mark file obsolete.
396 * config/m68k/dpx2.mt: Mark file obsolete.
397 * config/m68k/tm-dpx2.h: Mark file obsolete.
398 * config/m68k/delta68.mt: Mark file obsolete.
399 * config/m68k/tm-delta68.h: Mark file obsolete.
400 * config/m68k/3b1.mt: Mark file obsolete.
401 * config/m68k/tm-3b1.h: Mark file obsolete.
402
4032003-11-29 Mark Kettenis <kettenis@gnu.org>
404
405 * x86-64-tdep.c (MAX_CLASSES): Remove macro.
406 (x86_64_reg_class): Remove enum.
407 (merge_classes, classify_argument, examine_argument): Remove
408 functions.
409 (INT_REGS, SSE_REGS): Remove macros.
410 (x86_64_push_arguments): Remove function.
411 (amd64_push_arguments): New function.
412 (x86_64_push_dummy_call): Call amd64_push_arguments instead of
413 x86_64_push_arguments.
414
4152003-11-28 Mark Kettenis <kettenis@gnu.org>
416
417 * x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
418 zero. Reorganize code a bit.
419
4202003-11-27 Mark Kettenis <kettenis@gnu.org>
421
422 * dwarf2-frame.c: Fix another comment.
423
424 * x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
425 (x86_64_use_struct_convention, x86_64_extract_return_value,
426 x86_64_store_return_value): Remove.
427 (amd64_reg_class): New enum.
428 (amd64_merge_classes, amd64_classify_aggregate, amd64_classify,
429 amd64_return_value): New functions.
430 (x86_64_init_abi): Don't set extract_return_value,
431 store_return_value and use_struct_convention. Set return_value to
432 amd64_return_value.
433 * i387-tdep.h (i387_return_value): New prototype.
434 * i387-tdep.c (i387_return_value): New function.
435
436 * dwarf2-frame.c: Fix some comments and whitespace problems.
437
438 * i386nbsd-tdep.c: Don't include "gdbtypes.h". Include
439 "gdb_assert.h" and "gdb_string.h".
440 (i386nbsd_r_reg_offset): Rename from regmap.
441 (SIZEOF_STRUCT_REG): Remove.
442 (i386nbsd_supply_reg, fetch_core_registers,
443 fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
444 Remove.
445 (i386nbsd_aout_supply_regset,
446 i386nbsd_aout_regset_from_core_section): New functions.
447 (i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
448 (i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
449 TDEP->gregset_num_regs amd sizeof_gregset. Use ARRAY_SIZE to
450 initialize TDEP->sc_num_regs.
451 (i386nbsdaout_init_abi): New function.
452 (i386nbsdelf_init_abi): Remove initialization of
453 TDEP->num_xmm_regs. Don't set num_regs here.
454 (_initialize_i386nbsd_tdep): Don't call add_core_fns. Use
455 i386nbsd_aout_init to register NetBSD a.out OS/ABI.
456
457 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
458 .note.netbsdcore.procinfo section to recognize NetBSD core files.
459
4602003-11-26 Michael Chastain <mec.gnu@mindspring.com>
461
462 * cp-abi.c: Update copyright years.
463
4642003-11-25 Andrew Cagney <cagney@redhat.com>
465
466 * thread-db.c (enable_thread_event): New function. Ensure that BP
467 is a code address.
468 (enable_thread_event_reporting): Use enable_thread_event.
469
4702003-11-25 Michael Snyder <msnyder@redhat.com>
471
472 * mips-tdep.c (mips_o64_extract_return_value): Correct for
473 NUM_REGS (see changes 2003-06-21).
474 (mips_eabi_extract_return_value): Ditto.
475
4762003-11-25 Andrew Cagney <cagney@redhat.com>
477
478 * infrun.c: Don't include "exec.h".
479 (handle_inferior_event): Pass current_target, instead of exec_ops,
480 to SOLIB_ADD. Add comments.
481 * Makefile.in (infrun.o): Update dependencies.
482
4832003-11-24 Daniel Jacobowitz <drow@mvista.com>
484
485 * NEWS: Mention improved location expression support.
486
4872003-11-23 Andrew Cagney <cagney@redhat.com>
488
489 * Makefile.in (infrun.o): Update dependencies.
490 * infrun.c: Include "exec.h".
491 (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
492
4932003-11-23 Andrew Cagney <cagney@redhat.com>
494
495 * frame.c (frame_unwind_signed_register): Delete function.
496 * frame.h (frame_unwind_register_signed): Delete declaration.
497 * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
498
499 * arch-utils.h (generic_cannot_extract_struct_value_address):
500 Delete declaration.
501
502 * defs.h (DEPRECATED_STREQN): Rename STREQN.
503 (DEPRECATED_STREQ): Rename STREQ.
504 * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
505 * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
506 * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
507 * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
508 * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
509 * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
510 * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
511 * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
512 * source.c, sparc-tdep.c, stack.c, target.c: Update.
513
514 * symfile.c (symbol_file_command): Replace STREQ with strcmp.
515 * elfread.c (elf_symtab_read): Delete STREQ from comment.
516
5172003-11-22 Andrew Cagney <cagney@redhat.com>
518
519 * frame.c (deprecated_frame_xmalloc): Delete function.
520 (deprecated_set_frame_extra_info_hack): Delete function.
521 (deprecated_set_frame_saved_regs_hack): Delete function.
522 * frame.h (deprecated_frame_xmalloc): Delete declaration.
523 (deprecated_set_frame_extra_info_hack): Delete declaration.
524 (deprecated_set_frame_saved_regs_hack): Delete declaration.
525 * mcore-tdep.c (analyze_dummy_frame): Instead of
526 deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
527 and deprecated_set_frame_extra_info_hack use
528 deprecated_frame_xmalloc_with_cleanup.
529 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
530 * mips-tdep.c (mips_init_extra_frame_info): Delete call to
531 deprecated_set_frame_saved_regs_hack.
532
533 * mips-tdep.c (mips_frame_chain): Delete call to
534 deprecated_inside_entry_file.
535
536 * frame.h (deprecated_set_frame_next_hack): Delete declaration.
537 (deprecated_set_frame_prev_hack): Delete declaration.
538 * frame.c (deprecated_set_frame_next_hack): Delete function.
539 (deprecated_set_frame_prev_hack): Delete function.
540 * mcore-tdep.c (analyze_dummy_frame): Delete calls to
541 "deprecated_set_frame_next_hack" and
542 "deprecated_set_frame_prev_hack".
543 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
544
545 * mips-tdep.c (mips_register_convertible): Delete function.
546 (mips_register_convert_to_virtual): Delete function.
547 (mips_register_convert_to_raw): Delete function.
548 (mips_gdbarch_init): Do not set "deprecated_register_convertible",
549 "deprecated_register_convert_to_virtual", or
550 "deprecated_register_convert_to_raw".
551 (mips_pseudo_register_write, mips_pseudo_register_read): Handle
552 32/64 cooked to raw register conversions.
553
554 * frame.c (deprecated_get_frame_context): Delete function.
555 (deprecated_set_frame_context): Delete function.
556 (struct frame_info): Delete member "context".
557 * frame.h (deprecated_get_frame_context): Delete declaration.
558 (deprecated_set_frame_context): Delete declaration.
559
560 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
561 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
562 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
563 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
564
565 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
566 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
567 mips_regsize.
568 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
569 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
570 * config/mips/tm-irix5.h: Update copyright.
571 (SIGFRAME_REG_SIZE): Delete macro.
572
573 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
574 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
575 declaration.
576 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
577 * infcall.c (call_function_by_hand): Delete #ifdef
578 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
579 * infcmd.c (print_return_value): Ditto.
580
581 * mips-tdep.c (skip_prologue_using_sal): New function.
582 (mips32_skip_prologue, mips16_skip_prologue): Use
583 skip_prologue_using_sal to get an upper bound on the search.
584
585 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
586 #if 0'ed macro.
587 * infrun.c (step_into_function): Delete #ifdef
588 PROLOGUE_FIRSTLINE_OVERLAP code.
589 * symtab.c (find_function_start_sal): Ditto.
590
591 * remote-rdp.c: Update copyright.
592 (rdp_init): #if 0 references to "target_byte_order".
593
594 * mips-tdep.c (mips_o32_store_return_value): Delete function.
595 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
596 (mips_o32_extract_return_value): Delete function.
597 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
598 (mips_n32n64_extract_return_value): Delete function.
599 (mips_n32n64_store_return_value): Delete function.
600 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
601 instead of "store_return_value", "extract_return_value", and
602 "use_struct_convention".
603 (mips_n32n64_use_struct_convention): Delete function.
604
6052003-11-21 Kevin Buettner <kevinb@redhat.com>
606
607 * frv-tdep.c (frv_frame_this_id): Eliminate call to
608 inside_entry_func().
609
6102003-11-20 Mark Kettenis <kettenis@gnu.org>
611
612 * i386-tdep.c (i386_extract_return_value,
613 i386_store_return_value): Add gdbarch argument. Use it instead of
614 determining it from REGCACHE. Remove recursive call for
615 structures with a single member.
616 (i386_use_struct_convention): Remove.
617 (i386_reg_struct_return_p): New function.
618 (i386_return_value): New function.
619 (i386_gdbarch_init): Set return_value, don't set
620 extract_return_value, store_return_value and
621 use_struct_convention.
622 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
623
6242003-11-20 Jim Blandy <jimb@redhat.com>
625
626 * osabi.c (_initialize_gdb_osabi): Don't return before registering
627 the 'set osabi' and 'show osabi' commands.
628
6292003-11-19 Mark Kettenis <kettenis@gnu.org>
630
631 * frame.c (get_prev_frame): Use result from
632 get_frame_address_in_block instead of get_frame_pc as argument to
633 inside_main_func. Fixes PR backtrace/1435.
634
6352003-11-19 Andrew Cagney <cagney@redhat.com>
636
637 * stack.c (return_command): Handle "void", "legacy" and "unknown
638 location" return values separatly.
639 * values.c (using_struct_return): Return 0 for a "void" return
640 type. Mention "register_value_being_returned".
641 (register_value_being_returned): Mention "using_struct_return".
642
6432003-11-19 Daniel Jacobowitz <drow@mvista.com>
644
645 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
646 (frame_base_offset): Delete.
647 (read_func_scope): Delete call to decode_locdesc.
648 (decode_locdesc): Update comments. Don't set the removed variables.
649 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
650 DW_OP_fbreg support.
651
6522003-11-18 Daniel Jacobowitz <drow@mvista.com>
653
654 * dwarf2read.c (optimized_out, islocal): Remove.
655 (decode_locdesc): Update comments. Don't set optimized_out
656 or islocal.
657
6582003-11-17 Jeff Johnston <jjohnstn@redhat.com>
659 David Mosberger <davidm@hpl.hp.com>
660
661 * ia64-tdep.c: Include elf.h.
662 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
663 libunwind-ia64.h.
664 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
665 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
666 (ia64_is_fpreg, ia64_access_reg): Ditto.
667 (ia64_access_fpreg, ia64_access_mem): Ditto.
668 (get_kernel_table): Ditto.
669 (ia64_find_unwind_table): Ditto.
670 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
671 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
672 (ia64_libunwind_frame_prev_register): Ditto.
673 (ia64_libunwind_frame_sniffer): Ditto.
674 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
675 sniffer. Register libunwind functions needed by generic
676 libunwind frame code using libunwind_frame_set_descr().
677
6782003-11-16 Daniel Jacobowitz <drow@mvista.com>
679
680 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
681 bp_shlib_disabled breakpoint if there is a shared library mapped
682 at its expected address.
683
6842003-11-16 Andrew Cagney <cagney@redhat.com>
685
686 * configure.tgt: Delete mips*tx39*-elf*.
687 * config/mips/tm-tx39.h: Delete file.
688 * config/mips/tx39.mt: Delete file.
689 * config/mips/tx39.mt: Delete file.
690
691 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
692 * remote-mips.c (common_open): Instead of
693 "mips_read_register_type" and "mips_set_processor_type_command"
694 call "deprecated_mips_set_processor_regs_hack".
695 * config/mips/tm-mips.h (mips_read_processor_type): Delete
696 declaration.
697 (mips_set_processor_type_command): Delete declaration.
698 * mips-tdep.c (mips_gdbarch_init): Update comment.
699 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
700 (mips_set_processor_type): Delete function.
701 (NUM_MIPS_PROCESSOR_REGS): Define.
702 (mips_show_processor_type_command): Delete function.
703 (mips_set_processor_type_command): Delete function.
704 (tmp_mips_processor_type): Delete.
705 (mips_processor_type): Delete.
706 (mips_processor_type_table): Delete.
707 (mips_r3051_reg_names): Delete.
708 (mips_r3081_reg_names): Delete.
709 (mips_lsi33k_reg_names): Delete.
710 (mips_processor_reg_names): Delete.
711 (mips_read_processor_type): Delete function.
712 (deprecated_mips_set_processor_regs_hack): New function.
713 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
714 (mips_register_name): Get the processor names from the tdep.
715 (mips_tx39_reg_names): New array.
716 (mips_generic_reg_names): Wire to a standard set of names.
717 (mips_gdbarch_init): Set "mips_processor_reg_names".
718 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
719 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
720 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
721
7222003-11-16 Andrew Cagney <cagney@redhat.com>
723
724 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
725 (mips_fpa0_regnum, mips_regnum): New function.
726 (mips_gdbarch_init): Fill in the "regnum" fields.
727 * mips-tdep.h (struct mips_regnum): Define.
728 (mips_regnum): Declare.
729 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
730 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
731 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
732 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
733 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
734 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
735 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
736 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
737 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
738 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
739 * remote-mips.c: Include "mips-tdep.h". Update.
740 * mipsnbsd-tdep.c: Update.
741 * mipsv4-nat.c: Update.
742 * mips-tdep.c: Update.
743 * mips-nat.c: Update.
744 * mips-linux-tdep.c: Update.
745 * mips-linux-nat.c: Update.
746 * irix5-nat.c: Update.
747 * dve3900-rom.c: Include "mips-tdep.h". Update.
748 (ignore_packet): Supress GCC warning.
749 * config/mips/nm-riscos.h: Update.
750
7512003-11-16 Andrew Cagney <cagney@redhat.com>
752
753 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
754 register_size.
755 (mips_register_raw_size): Delete function.
756 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
757 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
758 Check and set "mips64_transfers_32bit_regs_p".
759 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
760 (mips_register_convertible): Check the architecture's
761 "mips64_transfers_32bit_regs_p".
762 (set_mips64_transfers_32bit_regs): New function.
763 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
764 "set remote-mips64-transfers-32bit-regs" command. Specify
765 set_mips64_transfers_32bit_regs as the set function.
766 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
767
7682003-11-16 Mark Kettenis <kettenis@gnu.org>
769
770 * i386-tdep.h (i386_supply_gregset): Provide prototype.
771 * i386-tdep.c (i386_supply_gregset): Make public.
772
7732003-11-16 Andrew Cagney <cagney@redhat.com>
774
775 * mips-tdep.c (mips_register_byte): Delete function.
776 (mips_gdbarch_init): Do not set "deprecated_register_byte".
777 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
778 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
779 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
780
7812003-11-16 Mark Kettenis <kettenis@gnu.org>
782
783 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
784
7852003-11-16 Andrew Cagney <cagney@redhat.com>
786
787 * config/mips/linux64.mt: Delete file.
788 * config/mips/tm-linux64.h: Delete file.
789 * config/mips/tm-mips64.h: Delete file.
790 * config/mips/embed64.mt: Delete file.
791 * config/djgpp/fnchange.lst: Update.
792 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
793 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
794 * config/mips/tm-irix6.h: Update copyright. Include
795 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
796 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
797 "OP_LDGPR".
798
7992003-11-15 Andrew Cagney <cagney@redhat.com>
800
801 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
802 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
803 n32 registers 64 bit.
804 (mips_register_raw_size, mips_register_byte): For pseudo
805 registers, use the register's pseudo size and not the
806 corresponding raw register's size.
807 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
808 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
809 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
810 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
811
8122003-11-15 Andrew Cagney <cagney@redhat.com>
813
814 * mips-tdep.c (struct gdbarch_tdep): Delete member
815 gdb_target_is_mips64.
816 (GDB_TARGET_IS_MIPS64): Delete macro.
817 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
818 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
819 (mips_addr_bits_remove): Simplify.
820
821 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
822 register_size.
823
824 Replace MIPS_REGSIZE with mips_regsize.
825 * mips-tdep.c (mips_regsize): New function.
826 * mips-tdep.h (mips_regsize): Declare.
827 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
828 (SIZEOF_STRUCT_REG): Update.
829 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
830 (mipsnbsd_fill_reg): Update.
831 (mipsnbsd_supply_fpreg): Update.
832 (mipsnbsd_fill_fpreg): Update.
833 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
834 * mips-tdep.c (mips_register_raw_size): Update.
835 (mips_register_type): Update.
836 (SIGFRAME_BASE): Update.
837 (SIGFRAME_PC_OFF): Update.
838 (SIGFRAME_REGSAVE_OFF): Update.
839 (SIGFRAME_FPREGSAVE_OFF): Update.
840 (SIGFRAME_REG_SIZE): Update.
841 (mips32_heuristic_proc_desc): Update.
842 (print_gp_register_row): Update.
843 (mips_dump_tdep): Do not print MIPS_REGSIZE.
844 * irix5-nat.c (supply_gregset): Update.
845 (fetch_core_registers): Update.
846 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
847 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
848 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
849 (MIPS_REGISTER_BYTE): Update.
850 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
851
8522003-11-15 Andrew Cagney <cagney@redhat.com>
853
854 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
855 USE_REGISTER_NOT_ARG.
856 * stabsread.c (define_symbol): Update.
857
8582003-11-15 Andrew Cagney <cagney@redhat.com>
859
860 * bcache.h (deprecated_bcache): Declare.
861 (bcache): Make returned buffer constant.
862 * bcache.c (deprecated_bcache): New function.
863 (bcache_data): New function.
864 (bcache): Call bcache data.
865 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
866 (add_psymbol_with_dem_name_to_list): Ditto.
867
8682003-11-15 Mark Kettenis <kettenis@gnu.org>
869
870 * glibc-tdep.h (struct gdbarch): Declare opaque.
871 (glibc_skip_solib_resolver): Adjust prototype.
872 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
873 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
874 (arm_linux_init_abi): Set skip_solib_resolver.
875 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
876 (i386_linux_init_abi): Set skip_solib_resolver.
877 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
878 (arm_linux_skip_solib_resolver): Remove prototype.
879 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
880 (i386_linux_skip_solib_resolver): Remove prototype.
881
8822003-11-14 Mark Kettenis <kettenis@gnu.org>
883
884 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
885 function.
886 * gdbarch.c, gdbarch.h: Regenerate.
887 * infrun.c (handle_inferior_event): Call
888 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
889 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
890 definition.
891 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
892 prototype.
893
8942003-11-14 Jeff Johnston <jjohnstn@redhat.com>
895
896 * libunwind-frame.c: New file.
897 * libunwind-frame.h: New file.
898 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
899 * configure.in: Add --with-libunwind option support. Define
900 HAVE_LIBUNWIND if libunwind support selected / defaulted.
901 Also check for libunwind.h and libunwind-ia64.h headers.
902 * configure: Regenerated.
903 * Makefile.in: Add support for libunwind-frame.o.
904 * config.in: Regenerated.
905
9062003-11-14 Jeff Johnston <jjohnstn@redhat.com>
907
908 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
909 set up the ia64 linux native target method for getting the kernel
910 unwind table.
911 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
912 * inftarg.c (child_xfer_partial): Enable section of code to
913 handle TARGET_OBJECT_UNWIND_TABLE.
914 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
915
9162003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
917
918 * config/arm/nbsd.mt (TM_FILE): Define.
919 * config/arm/tm-nbsd.h: New file.
920
9212003-11-14 Andrew Cagney <cagney@redhat.com>
922
923 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
924 * ppc-sysv-tdep.c: Include "objfiles.h".
925 (ppc64_sysv_abi_push_dummy_call): Provide the
926 the FN's objfile when looking for the descriptor.
927
928 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
929 "name_of_malloc" to ".malloc".
930
9312003-11-13 Mark Kettenis <kettenis@gnu.org>
932
933 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
934
9352003-11-13 David Carlton <carlton@kealia.com>
936
937 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
938
9392003-11-13 Andrew Cagney <cagney@redhat.com>
940
941 * arch-utils.h (selected_architecture_name): Declare.
942 (selected_byte_order): Declare.
943 * arch-utils.c (selected_byte_order): New function.
944 (selected_architecture_name): New function.
945 (target_architecture_auto): Make static.
946 (set_architecture_string): Make static.
947 (target_byte_order): Make static.
948 (target_byte_order_auto): Make static.
949 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
950 non-multi-arch definition.
951 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
952 (target_byte_order, target_architecture): Delete declaration.
953 (target_byte_order_auto, target_architecture_auto): Ditto.
954 * gdbarch.h: Re-generate.
955 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
956 "selected_byte_order".
957
9582003-11-13 Andrew Cagney <cagney@redhat.com>
959
960 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
961
9622003-11-13 Jim Blandy <jimb@redhat.com>
963
964 * cp-namespace.c: Doc fix.
965
9662003-11-12 Michael Snyder <msnyder@redhat.com>
967
968 * sh64_tdep.c: Regularize some names.
969 (sh_sh64_register_name): Rename to sh64_register_name.
970 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
971 (sh_sh64_register_byte): Rename to sh64_register_byte.
972 (sh_sh64_build_float_register_type):
973 Rename to sh64_build_float_register_type.
974 (sh_sh64_register_convert_to_virtual):
975 Rename to sh64_register_convert_to_virtual.
976 (sh_sh64_register_convert_to_raw):
977 Rename to sh64_register_convert_to_raw.
978
979 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
980 sh64_media_reg_base_num, sh64_compact_reg_base_num,
981 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
982 sh64_extract_return_value, sh64_show_media_regs,
983 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
984 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
985 sh64_pseudo_register_read, sh64_pseudo_register_write,
986 sh64_do_pseudo_register, sh_compact_print_registers_info):
987 Delete unused variable 'tdep'.
988
989 * sh64-tdep.c: Coding standard and spelling comment fixes.
990 (sh64_extract_return_value): Replace deprecated_store_floating
991 with store_typed_floating.
992 (sh_sh64_register_convert_to_raw): Replace
993 deprecated_store_floating with store_typed_floating.
994 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
995 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
996 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
997 sh64_extract_struct_value_address, sh64_pop_frame,
998 sh64_extract_return_value, sh64_store_return_value,
999 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
1000 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
1001 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1002 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
1003 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
1004 deprecated_register_virtual_type, deprecated_register_raw_size,
1005 deprecated_max_register_raw_size, or
1006 deprecated_max_register_virtual_size. Instead, just set
1007 gdbarch_register_type.
1008 (sh_sh64_register_raw_size): Delete.
1009 (sh_sh64_register_virtual_size): Delete.
1010
10112003-11-12 Daniel Jacobowitz <drow@mvista.com>
1012
1013 * dwarf2read.c (struct dwarf2_cu): New type.
1014
1015 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
1016 dwarf2_cu structure to pass down.
1017
1018 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
1019 (add_partial_enumeration, locate_pdi_sibling, process_die)
1020 (read_file_scope, read_func_scope)
1021 (read_lexical_block_scope, dwarf2_get_pc_bounds)
1022 (dwarf2_add_field, dwarf2_attach_fields_to_type)
1023 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
1024 (read_structure_scope, read_enumeration, read_array_type)
1025 (read_common_block, read_namespace, read_tag_pointer_type)
1026 (read_tag_ptr_to_member_type, read_tag_reference_type)
1027 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
1028 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
1029 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
1030 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
1031 (read_full_die. read_attribute_value, read_attribute)
1032 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
1033 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
1034 (die_containing_type, type_at_offset, tag_type_to_type)
1035 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
1036 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
1037
10382003-11-12 Daniel Jacobowitz <drow@mvista.com>
1039
1040 PR breakpoints/1450
1041 * breakpoint.c (insert_bp_location): Fix a logic error by returning
1042 0 after a catchpoint fails.
1043
10442003-11-11 Michael Chastain <mec.gnu@mindspring.com>
1045
1046 * mips-tdep.c (msymbol_size): Delete.
1047
10482003-11-07 Michael Chastain <mec@shout.net>
1049
1050 * symtab.h (struct minimal_symbol): Add size.
1051 * dbxread.c: Use it.
1052 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
1053 Rename to record_minimal_symbol.
1054 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
1055 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
1056 (install_minimal_symbols): Ditto.
1057 * objfiles.c (terminate_minimal_symbol_table): Ditto.
1058 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
1059 * m68hc11-tdep.c: Ditto.
1060 * mips-tdep.c: Ditto.
1061 * sh64-tdep.c: Ditto.
1062
10632003-11-10 Michael Chastain <mec.gnu@mindspring.com>
1064
1065 * MAINTAINERS: Change my e-mail address.
1066
10672003-11-10 Andrew Cagney <cagney@redhat.com>
1068
1069 * gdbarch.sh (return_value): Replace "inval" and "outval" with
1070 "readbuf" and "writebuf".
1071 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
1072 * d10v-tdep.c (d10v_return_value): Ditto.
1073 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
1074 (ppc_sysv_abi_broken_return_value): Ditto.
1075 (ppc64_sysv_abi_return_value): Ditto.
1076 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
1077 (ppc_sysv_abi_return_value): Ditto.
1078 (ppc_sysv_abi_broken_return_value): Ditto.
1079 (ppc64_sysv_abi_return_value): Ditto.
1080 * values.c (register_value_being_returned): Update call.
1081 * stack.c (return_command): Update call.
1082 * gdbarch.h, gdbarch.c: Re-generate.
1083
1084 * target.h (struct target_ops): Order xfer buffer parameters "read
1085 write" not "write read".
1086 * bfd-target.c (target_bfd_xfer_partial): Update.
1087 * remote.c (remote_xfer_partial): Update.
1088 * inftarg.c (child_xfer_partial): Update.
1089 * target.c (default_xfer_partial): Update.
1090 (target_read_partial, target_write_partial): Update.
1091 (debug_to_xfer_partial): Update.
1092
1093 * arch-utils.h, arch-utils.c: Fix typo in comment.
1094
1095 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
1096 (gdbarch_from_bfd): Call gdbarch_find_by_info.
1097 (set_gdbarch_from_file): Call
1098 "deprecated_current_gdbarch_select_hack".
1099
11002003-11-09 Andrew Cagney <cagney@redhat.com>
1101
1102 * arch-utils.c (gdbarch_update_p): New function.
1103 * gdbarch.sh (gdbarch_update_p): Delete function.
1104 (find_arch_by_info, gdbarch_find_by_info): New functions.
1105 (deprecated_current_gdbarch_select_hack): New function.
1106 * gdbarch.c: Re-generate.
1107
1108 * gdbarch.sh (clear_gdbarch_swap): Delete function.
1109 (swapout_gdbarch_swap): Delete function.
1110 (swapin_gdbarch_swap): Delete function.
1111 (init_gdbarch_swap): Delete function.
1112 (initialize_non_multiarch): Delete function.
1113 (current_gdbarch_swap_in_hack): New function.
1114 (current_gdbarch_swap_out_hack): New function.
1115 (current_gdbarch_swap_init_hack): New function.
1116 * gdbarch.c: Re-generate.
1117
1118 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
1119 parameter to "current_gdbarch". Add comment explaining why.
1120 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
1121 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
1122 * gdbarch.c: Re-generate.
1123
1124 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
1125 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
1126 * config/s390/xm-linux.h: Delete file.
1127 * config/m88k/xm-delta88v4.h: Delete stray.
1128
1129 * Makefile.in (arch-utils.o): Update dependencies.
1130 * arch-utils.c: Include "osabi.h".
1131 (gdbarch_info_fill): New function.
1132 * arch-utils.h (gdbarch_info_fill): Declare.
1133 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
1134 * gdbarch.c: Re-generate.
1135
11362003-11-09 Mark Kettenis <kettenis@gnu.org>
1137 David S. Miller <davem@redhat.com>
1138
1139 * glibc-tdep.c, glibc-tdep.h: New files.
1140 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
1141 * config/i386/linux.mt (TDEPFILES): Likewise.
1142 * i386-linux-tdep.c (glibc-tdep.h): Include.
1143 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1144 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1145 * arm-linux-tdep.c (glibc-tdep.h): Include.
1146 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1147 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1148 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
1149 (glibc_tdep_h): Define.
1150 (glibc-tdep.o): Add dependencies.
1151 (arm-linux-tdep.o): Update dependencies.
1152 (i386-linux-tdep.o): Likewise.
1153
11542003-11-09 Andrew Cagney <cagney@redhat.com>
1155
1156 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
1157 * config/mips/nm-irix6.h: Delete file.
1158 * config/mips/nm-linux.h: Update copyright.
1159 (MIPS_GNULINUX_TARGET): Delete macro.
1160 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
1161 * config/mips/xm-irix6.h: Delete file.
1162 * config/mips/linux.mh (XM_FILE): Delete definition.
1163 * config/mips/xm-linux.h: Delete file.
1164
11652003-11-09 Andrew Cagney <cagney@redhat.com>
1166
1167 * d10v-tdep.c (d10v_return_value): New function.
1168 (d10v_use_struct_convention): Delete function.
1169 (d10v_store_return_value): Delete function.
1170 (d10v_extract_struct_value_address): Delete function.
1171 (d10v_gdbarch_init): Set "return_value" instead of
1172 "extract_return_value", "store_return_value",
1173 "extract_struct_value_address", and "use_struct_convention".
1174 (RET1_REGNUM): Delete const.
1175
11762003-11-09 Mark Kettenis <kettenis@gnu.org>
1177
1178 From David S. Miller <davem@redhat.com>:
1179 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
1180 * gdbarch.c, gdbarch.h: Regenerated.
1181 * arch-utils.c (generic_skip_solib_resolver): New function.
1182 * arch-utils.h (generic_skip_solib_resolver): New prototype.
1183 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
1184
11852003-11-07 Andrew Cagney <cagney@redhat.com>
1186
1187 * top.c (print_gdb_version): Replace STREQ with strcmp.
1188 * valops.c (value_struct_elt_for_reference): Ditto.
1189 (value_struct_elt_for_reference): Ditto.
1190 * symtab.c (gdb_mangle_name): Ditto.
1191 (find_line_symtab): Ditto.
1192 * symmisc.c (maintenance_print_symbols): Ditto.
1193 * symfile.c (symbol_file_command): Ditto.
1194 * stabsread.c (define_symbol, read_type): Ditto.
1195 (cleanup_undefined_types, scan_file_globals): Ditto.
1196 * solib.c (solib_map_sections): Ditto.
1197 * solib-svr4.c (bfd_lookup_symbol): Ditto.
1198 * rs6000-tdep.c (skip_prologue): Ditto.
1199 * p-valprint.c (pascal_value_print): Ditto.
1200 (pascal_object_is_vtbl_ptr_type): Ditto.
1201 * objfiles.c (in_plt_section): Ditto.
1202 * minsyms.c (lookup_minimal_symbol): Ditto.
1203 (compact_minimal_symbols): Ditto.
1204 (find_solib_trampoline_target): Ditto.
1205 * mdebugread.c (parse_type): Ditto.
1206 * language.c (set_language_command): Ditto.
1207 (set_type_command, set_range_command): Ditto.
1208 * f-lang.c (add_common_block): Ditto.
1209 (add_common_block): Ditto.
1210 (find_first_common_named): Ditto.
1211 (patch_all_commons_by_name): Ditto.
1212 * elfread.c (elf_locate_sections): Ditto.
1213 (elf_locate_sections): Ditto.
1214 (elfstab_offset_sections): Ditto.
1215 * dwarf2read.c (dwarf2_locate_sections): Ditto.
1216 * dbxread.c (add_old_header_file): Ditto.
1217 (find_corresponding_bincl_psymtab): Ditto.
1218 (read_dbx_symtab, process_one_symbol): Ditto.
1219 * coffread.c (patch_opaque_types): Ditto.
1220 * cli/cli-decode.c (delete_cmd): Ditto.
1221 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
1222 * c-typeprint.c (c_type_print_base): Ditto.
1223 * breakpoint.c (bpstat_stop_status): Ditto.
1224 (clear_command, breakpoint_re_set_one): Ditto.
1225
12262003-11-07 Andrew Cagney <cagney@redhat.com>
1227
1228 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
1229 * bcache.c (struct bstring): Make "length" an unsigned short, add
1230 "half_hash".
1231 (struct bcache): Add "half_hash_error_count".
1232 (bcache): Compute and save the "half_hash". Compare the
1233 "half_hash" before comparing the length. Update
1234 half_hash_error_count.
1235
12362003-11-07 Andrew Cagney <cagney@redhat.com>
1237
1238 * inftarg.c (child_xfer_partial): New function
1239 (init_child_ops): Set "to_xfer_partial".
1240
12412003-11-07 Andrew Cagney <cagney@redhat.com>
1242
1243 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
1244 set "return_value" instead of "use_struct_convention".
1245 (ppc_linux_use_struct_convention): Delete function.
1246 (ppc_linux_return_value): New function.
1247 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
1248 (ppc_sysv_abi_broken_return_value): New function.
1249 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
1250 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
1251 static.
1252 (ppc_sysv_abi_extract_return_value): Delete function.
1253 (ppc_sysv_abi_broken_extract_return_value): Delete function.
1254 (ppc_sysv_abi_store_return_value): Delete function.
1255 (ppc_sysv_abi_broken_store_return_value): Delete function.
1256 (ppc_sysv_abi_use_struct_convention): Delete function.
1257 (ppc64_sysv_abi_use_struct_convention): Delete function.
1258 (ppc64_sysv_abi_extract_return_value): Delete function.
1259 (ppc64_sysv_abi_store_return_value): Delete function.
1260 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
1261 (ppcnbsd_init_abi): Set "return_value", instead of
1262 "use_struct_convention", "extract_return_value", and
1263 "store_return_value".
1264 (ppcnbsd_use_struct_convention): Delete function.
1265 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
1266 (ppc_sysv_abi_return_value): Declare.
1267 (ppc_sysv_abi_broken_return_value): Declare.
1268 (ppc_sysv_abi_use_struct_convention): Delete.
1269 (ppc_sysv_abi_store_return_value): Delete.
1270 (ppc_sysv_abi_extract_return_value): Delete.
1271 (ppc_sysv_abi_broken_store_return_value): Delete.
1272 (ppc_sysv_abi_broken_extract_return_value): Delete.
1273 (ppc64_sysv_abi_use_struct_convention): Delete.
1274 (ppc64_sysv_abi_extract_return_value): Delete.
1275 (ppc64_sysv_abi_store_return_value): Delete.
1276 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
1277 set "return_value" instead of "extract_return_value",
1278 "store_return_value", and "use_struct_convention".
1279
12802003-11-07 Mark Kettenis <kettenis@gnu.org>
1281
1282 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
1283
1284 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
1285 fscanf.
1286
12872003-11-07 Mark Kettenis <kettenis@gnu.org>
1288
1289 * fbsd-proc.c: Fix formatting.
1290
12912003-11-06 Kevin Buettner <kevinb@redhat.com>
1292
1293 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
1294 Define.
1295 (new_variant): Set name for iacc0_regnum.
1296 (frv_register_name): Accommodate pseudo-registers.
1297 (frv_register_type): Add case for iacc0_regnum.
1298 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
1299 (frv_gdbarch_init): Set number of pseudo registers. Establish
1300 pseudo-register read/write methods.
1301
13022003-11-06 Andrew Cagney <cagney@redhat.com>
1303
1304 * valops.c (destructor_name_p): Replace STREQN with strncmp.
1305 * top.c (command_line_input): Ditto.
1306 * objc-exp.y (yylex): Ditto.
1307 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1308 * jv-exp.y (yylex): Ditto.
1309 * f-exp.y (yylex): Ditto.
1310 * event-top.c (command_line_handler): Ditto.
1311 * environ.c (get_in_environ): Ditto.
1312 (set_in_environ): Ditto.
1313 * dwarfread.c (handle_producer): Ditto.
1314 * dbxread.c (process_one_symbol): Ditto.
1315 * c-typeprint.c (c_type_print_base): Ditto.
1316 * c-exp.y (yylex): Ditto.
1317
13182003-11-06 Andrew Cagney <cagney@redhat.com>
1319 Jeff Johnston <jjohnstn@redhat.com>
1320
1321 * target.c (add_target): Only set "to_xfer_partial" when NULL.
1322 (init_dummy_target): Set "to_xfer_partial".
1323
13242003-11-06 Andrew Cagney <cagney@redhat.com>
1325
1326 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
1327 REGISTER_CONVENTION.
1328
13292003-11-06 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
1332 static.
1333
13342003-11-06 Daniel Jacobowitz <drow@mvista.com>
1335
1336 * breakpoint.c (remove_breakpoint): Take an bp_location
1337 instead of a breakpoint argument. Check the bp_location's type.
1338 Fix a reversed condition for hardware breakpoints.
1339
1340 (insert_bp_location): Update call to remove_breakpoint.
1341 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
1342 (remove_hw_watchpoints): Likewise.
1343 (reattach_breakpoints): Likewise.
1344 (detach_breakpoints): Likewise.
1345 (delete_breakpoint): Likewise.
1346
13472003-11-06 Daniel Jacobowitz <drow@mvista.com>
1348
1349 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
1350 (beakpoint_init_inferior): Likewise.
1351 (breakpoint_here_p): Likewise. Only check addresses for software
1352 or hardware breakpoints.
1353 (breakpoint_inserted_here_p): Likewise.
1354 (breakpoint_thread_match): Likewise. Correct comment.
1355 (bpstat_have_active_hw_watchpoints): Likewise.
1356 (check_duplicates): Likewise.
1357
13582003-11-06 Daniel Jacobowitz <drow@mvista.com>
1359
1360 * breakpoints.c (insert_bp_location): New function, broken out
1361 from insert_breakpoints. Work on an bp_location instead of a
1362 breakpoint.
1363 (insert_breakpoints): Use it.
1364
13652003-11-06 Daniel Jacobowitz <drow@mvista.com>
1366
1367 * breakpoint.h (struct bp_location): Add section.
1368 (struct breakpoint): Remove section.
1369 * breakpoint.c (insert_breakpoints, remove_breakpoint)
1370 (breakpoint_here_p, breakpoint_inserted_here_p)
1371 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
1372 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1373 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
1374 section through loc.
1375
13762003-11-06 Daniel Jacobowitz <drow@mvista.com>
1377
1378 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
1379 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
1380
13812003-11-06 Daniel Jacobowitz <drow@mvista.com>
1382
1383 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
1384 arguments. Initialize owner and type for the new breakpoint
1385 location item.
1386 (set_raw_breakpoint): Update call to allocate_bp_location.
1387
13882003-11-06 Daniel Jacobowitz <drow@mvista.com>
1389
1390 * breakpoint.h (struct bp_location): Add a chain pointer.
1391 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
1392 macros.
1393 (bp_location_chain): New variable.
1394 (allocate_bp_location): New function.
1395 (set_raw_breakpoint): Use it.
1396 (delete_breakpoint): Remove ->loc from the bp_location_chain.
1397
13982003-11-06 Daniel Jacobowitz <drow@mvista.com>
1399
1400 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
1401 (struct breakpoint): Remove address, shadow_contents, inserted,
1402 requested_address, and duplicate. Add a struct bp_location.
1403 * breakpoint.c (condition_command, read_memory_nobpt)
1404 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
1405 (reattach_breakpoints, update_breakpoints_after_exec)
1406 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
1407 (breakpoint_init_inferior, breakpoint_here_p)
1408 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
1409 (breakpoint_thread_match, bpstat_stop_status)
1410 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
1411 (describe_other_breakpoints, check_duplicates)
1412 (make_breakpoint_permanent, create_thread_event_breakpoint)
1413 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
1414 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
1415 (watch_command_1, print_one_exception_catchpoint)
1416 (clear_command, breakpoint_re_set_one): Adjust member accesses to
1417 use the breakpoint's ->loc.
1418 (set_raw_breakpoint): Likewise. Initialize ->loc.
1419 (delete_breakpoint): Likewise. Free ->loc.
1420
14212003-11-05 Andrew Cagney <cagney@redhat.com>
1422
1423 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
1424 macro.
1425 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
1426 * config/i386/tm-cygwin.h
1427 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
1428 * config/powerpc/tm-linux.h
1429 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
1430 (at_subroutine_call_instruction_target): Delete declaration.
1431 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
1432 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
1433 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
1434
1435 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
1436 "struct bfd_section" and "struct bfd".
1437 * target.h (struct section_table): Ditto.
1438 * rs6000-nat.c (xcoff_relocate_core): Ditto.
1439 * solib-svr4.c (elf_locate_base): Ditto.
1440 * pa64solib.c (dld_cache_t): Ditto.
1441 * objfiles.h (struct obj_section): Ditto.
1442 * objfiles.c (add_to_objfile_sections): Ditto.
1443 * exec.c (bfdsec_to_vmap): Ditto.
1444 (add_to_section_table): Ditto.
1445 (build_section_table): Ditto.
1446 * corelow.c (get_core_register_section): Ditto.
1447 * coffread.c (find_linenos): Ditto.
1448 * elfread.c (elf_interpreter): Delete #if0'd function.
1449
1450 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
1451 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
1452 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
1453 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
1454
1455 * arch-utils.h (generic_cannot_extract_struct_value_address):
1456 Delete declaration.
1457 * wince.c (_initialize_wince): Fix multi-line string.
1458 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
1459
14602003-11-05 Elena Zannoni <ezannoni@redhat.com>
1461
1462 * top.c (execute_command): Fix broken logic for command execution
1463 while inferior is running in async mode.
1464
14652003-11-06 Mark Kettenis <kettenis@gnu.org>
1466
1467 * dwarf2-frame.c (execute_cfa_program): Mark register as
1468 REG_SAVED_REG for DW_CFA_register opcode.
1469
14702003-11-05 Mark Kettenis <kettenis@gnu.org>
1471
1472 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
1473 %rsp, %rip and %eflags to match ABI-change.
1474
14752003-11-05 Jeff Johnston <jjohnstn@redhat.com>
1476
1477 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
1478 (ia64_gdbarch_init): Don't bother calculating the os.
1479 Instead use the gdbarch_info struct and look at the osabi field.
1480 Also use gdbarch_list_lookup_by_info() to look for a
1481 candidate gdbarch.
1482
14832003-11-05 Kevin Buettner <kevinb@redhat.com>
1484
1485 * frv-tdep.c (frv_register_byte): Delete.
1486 (frv_extract_return_value, frv_store_return_value)
1487 (frv_extract_struct_value_address): Don't call frv_register_byte().
1488 Convert to non-deprecated form.
1489 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
1490 Convert calls to set_gdbarch_deprecated_extract_return_value(),
1491 set_gdbarch_deprecated_store_return_value(), and
1492 set_gdbarch_deprecated_extract_struct_value_address() into
1493 non-deprecated forms.
1494
14952003-11-05 Andrew Cagney <cagney@redhat.com>
1496
1497 * mips-tdep.c (mips_dump_tdep): Do not print
1498 PRINT_EXTRA_FRAME_INFO.
1499 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1500 Rename PRINT_EXTRA_FRAME_INFO.
1501 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1502 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1503 (mips_print_extra_frame_info): Delete declaration.
1504 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1505
15062003-11-05 Elena Zannoni <ezannoni@redhat.com>
1507
1508 * coffread.c (coff_symtab_read): Remove passing of info parameter
1509 to prim_record_minimal_symbol_and_info.
1510
15112003-11-05 Elena Zannoni <ezannoni@redhat.com>
1512
1513 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1514 (decode_base_type): Delete ifdeffed out code.
1515
15162003-11-04 Andrew Cagney <cagney@redhat.com>
1517
1518 * symtab.c (find_active_alias): Delete function.
1519 (lookup_block_symbol): Delete alias code.
1520 * stabsread.c (resolve_live_range): Delete function.
1521 (add_live_range): Delete function.
1522 (resolve_symbol_reference): Delete function.
1523 (define_symbol): Delete live range and alias code.
1524 (scan_file_globals): Delete alias code.
1525 * symtab.h (SYMBOL_RANGES): Delete macro.
1526 (struct range_list): Delete structure.
1527 (struct symbol): Delete field "ranges".
1528 (SYMBOL_ALIASES): Delete macro.
1529 (struct alias_list): Delete structure.
1530 (struct symbol): Delete field "aliases".
1531
15322003-11-04 Michael Snyder <msnyder@redhat.com>
1533
1534 * MAINTAINERS: Remove myself as owner of breakpoints and
1535 of sparc/solaris.
1536
15372003-11-03 Corinna Vinschen <vinschen@redhat.com>
1538
1539 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1540 (sh_sh4al_dsp_register_name): Ditto.
1541 (sh4_nofpu_show_regs): Ditto.
1542 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1543 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1544
15452003-11-03 Andrew Cagney <cagney@redhat.com>
1546
1547 * bcache.c: Include "gdb_assert.h".
1548 (struct bcache): Add fields "expand_count" and
1549 "expand_hash_count".
1550 (expand_hash_table): Update the expand counts.
1551 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
1552 on object sizes and hashes.
1553 * Makefile.in (bcache.o): Update dependencies.
1554
15552003-11-03 Andrew Cagney <cagney@redhat.com>
1556
1557 * exec.c (xfer_memory): Eliminate xfer_fn.
1558
15592003-10-31 Kevin Buettner <kevinb@redhat.com>
1560
1561 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1562 (opcodes/frv-desc.h): Include.
1563 (iacc0h_regnum, iacc0l_regnum): Define.
1564 (last_spr_regnum, frv_num_regs): Update.
1565 (new_variant): Don't supply default names for holes in the SPRs.
1566 Supply names for iacc0h_regnum and iacc0l_regnum.
1567 (frv_register_type): Use symbolic constants first_fpr_regnum and
1568 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1569 builtin_type_int instead of builtin_type_int32.
1570 (frv_register_sim_regno): New function.
1571 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1572 * Makefile.in (gdb_sim_frv_h): Define.
1573 (frv-tdep.o): Update dependencies.
1574
15752003-10-31 Andrew Cagney <cagney@redhat.com>
1576
1577 * avr-tdep.c (avr_frame_this_id): Do not call
1578 deprecated_inside_entry_file.
1579 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1580 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1581 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1582 * arm-tdep.c (arm_prologue_this_id): Ditto.
1583 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1584
15852003-10-31 Jim Blandy <jimb@redhat.com>
1586
1587 * elfread.c (elf_symtab_read): Allocate correct number of tail
1588 elements to sectinfo structure. (Fix from Woody LaRue.)
1589
15902003-10-31 Andrew Cagney <cagney@redhat.com>
1591
1592 * stack.c (return_command): Use get_frame_type, instead of
1593 CALL_DUMMY_HAS_COMPLETED.
1594 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1595 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1596
15972003-10-31 Mark Kettenis <kettenis@gnu.org>
1598
1599 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1600 explicitly specify size of array.
1601 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1602 TDEP->sc_num_regs.
1603
16042003-10-31 Andrew Cagney <cagney@redhat.com>
1605
1606 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1607 function.
1608 (s390_gdbarch_init): Set extract_struct_value_address.
1609 * arch-utils.c (generic_cannot_extract_struct_value_address):
1610 Delete function.
1611 * arch-utils.h (generic_cannot_extract_struct_value_address):
1612 Delete definition.
1613
16142003-10-31 Mark Kettenis <kettenis@gnu.org>
1615
1616 * i386-linux-nat.c (fetch_core_registers): Remove.
1617 (linux_elf_core_fns): Remove.
1618 (_initialize_i386_linux_nat): Remove.
1619
16202003-10-31 Andrew Cagney <cagney@redhat.com>
1621
1622 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1623 "exec.h".
1624 (exec_entry_point): New function.
1625 (enable_break): Create a "tmp_bfd_target", use that and
1626 entry_point_address when computing the relocation offset.
1627 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1628 * Makefile.in (solib-svr4.o): Update dependencies.
1629
16302003-10-31 Andrew Cagney <cagney@redhat.com>
1631
1632 * defs.h (XZALLOC): Define.
1633 * target.h (struct target_ops): Add "to_data";
1634 * bfd-target.h, bfd-target.c: New files.
1635 * Makefile.in (SFILES): Add "bfd-target.c".
1636 (COMMON_OBS): Add "bfd-target.o".
1637 (bfd-target.o): Specify dependencies.
1638 (bfd_target_h): Define.
1639 * defs.h (XZALLOC): Define.
1640
16412003-10-31 Andrew Cagney <cagney@redhat.com>
1642
1643 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1644 adjust_breakpoint_address.
1645 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1646 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1647 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1648 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1649
16502003-10-31 Andrew Cagney <cagney@redhat.com>
1651
1652 * target.h (struct target_ops): Replace "to_read_partial" and
1653 "to_write_partial" with "to_xfer_partial". Update comments.
1654 * target.c (debug_to_write_partial): Delete function.
1655 (debug_to_xfer_partial): Replace debug_to_read_partial.
1656 (add_target, update_current_target, setup_target_debug): Set
1657 "to_xfer_partial" instead of "to_read_partial" and
1658 "to_write_partial".
1659 (default_xfer_partial): Replace "default_write_partial".
1660 (default_read_partial): Delete.
1661 (target_read_partial, target_write_partial): Call
1662 "to_xfer_partial".
1663 * remote.c (init_remote_ops): Set "to_xfer_partial".
1664 (init_remote_async_ops): Ditto.
1665 (remote_xfer_partial): Replace "remote_read_partial".
1666
16672003-10-31 Mark Kettenis <kettenis@gnu.org>
1668
1669 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1670 registers in `fxsave' format.
1671 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1672
16732003-10-30 Mark Kettenis <kettenis@gnu.org>
1674
1675 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1676 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1677 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1678
1679 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1680 specify size of array.
1681 (i386_linux_init_abi): Remove initialization of
1682 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1683 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1684
1685 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1686 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1687 core-regset.o.
1688
1689 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1690 the ELF header.
1691
16922003-10-29 Mark Kettenis <kettenis@gnu.org>
1693
1694 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1695 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1696 core-regset.o.
1697
1698 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1699
1700 * corelow.c: Include "arch-utils.h", "regset.h" and
1701 "gdb_assert.h".
1702 (core_gdbarch): New variable.
1703 (sniff_core_bfd): Don't sniff if we have support for register sets
1704 in CORE_GDBARCH.
1705 (core_close): Reset CORE_GDBARCH.
1706 (core_open): Initialize CORE_GDBARCH.
1707 (get_core_register_section): Use register sets if they are
1708 supported by CORE_GDBARCH.
1709 (get_core_registers): Don't print error message if we have support
1710 for register sets in CORE_GDBARCH.
1711
17122003-10-29 Andrew Cagney <cagney@redhat.com>
1713
1714 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1715 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1716
17172003-10-29 Mark Kettenis <kettenis@gnu.org>
1718
1719 * objfiles.h (clear_objfile_data): New prototype.
1720 * objfiles.c (clear_objfile_data): New function.
1721 * symfile.c (reread_symbols): Clear per-objfile data.
1722
17232003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1724
1725 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1726 printf_unfiltered instead of printf_filtered for output messages.
1727 (add_symbol_file_command): Ditto.
1728 (reread_symbols): Ditto.
1729 (overlay_auto_command): Ditto.
1730 (overlay_manual_command): Ditto.
1731 (overlay_off_command): Ditto.
1732
17332003-10-27 Mark Kettenis <kettenis@gnu.org>
1734
1735 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1736 (gdbarch_from_bfd): New function.
1737 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1738 deprecated_select_gdbarch_hack.
1739 * arch-utils.h (gdbarch_from_bfd): New prototype.
1740
17412003-10-27 Andrew Cagney <cagney@redhat.com>
1742
1743 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1744 arch_info. Use warning instead of fprintf_filtered. Do not use
1745 deprecated bfd_printable_arch_mach.
1746
17472003-10-26 Kevin Buettner <kevinb@redhat.com>
1748
1749 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1750 Delete.
1751 (frv_register_type): Rename from frv_register_virtual_type. Add
1752 ``struct gdbarch *'' parameter.
1753 (frv_gdbarch_init): Delete calls to the following functions:
1754 set_gdbarch_deprecated_size(),
1755 set_gdbarch_deprecated_register_bytes(),
1756 set_gdbarch_deprecated_register_raw_size(),
1757 set_gdbarch_deprecated_max_register_raw_size(),
1758 set_gdbarch_deprecated_register_virtual_size(),
1759 set_gdbarch_deprecated_max_register_virtual_size(),
1760 set_gdbarch_deprecated_register_virtual_size(),
1761 set_gdbarch_deprecated_register_virtual_type().
1762 Add call to function set_gdbarch_register_type().
1763
17642003-10-26 Mark Kettenis <kettenis@gnu.org>
1765
1766 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1767 FDOFF_REGNUM): Remove defines.
1768 * win32-nat.c (do_child_fetch_inferior_registers): Include
1769 "i387-tdep.h".
1770 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1771 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1772 undefine I387_ST0_REGNUM.
1773
1774 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1775 * x86-64-tdep.c (x86_64_store_return_value): Use
1776 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1777
1778 Change register numbers to enumartion values.
1779 * i386-tdep.h (enum i386_regnum): New.
1780 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1781 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1782 I386_ST0_REGNUM): Remove defines.
1783 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1784 I386_EDI_REGNUM): Remove defines.
1785
17862003-10-24 Andrew Cagney <cagney@redhat.com>
1787
1788 * target.c: Include "gdbcore.h".
1789 (get_target_memory, get_target_memory_unsigned): New functions.
1790 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1791 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1792 Use get_target_memory_unsigned.
1793 * Makefile.in (target.o): Update dependencies.
1794
17952003-10-24 Andrew Cagney <cagney@redhat.com>
1796
1797 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1798 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1799 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1800 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1801 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1802
1803 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1804 (can_run_code_for): Use the OO term "singleton".
1805
18062003-10-23 Andrew Cagney <cagney@redhat.com>
1807
1808 * Makefile.in (stack.o): Add $(regcache_h).
1809 * stack.c: Include "regcache.h"
1810 (return_command): Rewrite. Use get_frame_id and
1811 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1812 about unhandled return-values.
1813 * value.h (set_return_value): Delete declaration.
1814 * values.c (set_return_value): Delete function.
1815
18162003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1817
1818 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1819 (pseudo_regs): Add comment regarding register stack registers.
1820 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1821 (floatformat_valid): New static routine.
1822 (floatformat_ia64_ext): Add name field and set up is_valid routine
1823 to floatformat_valid().
1824 (examine_prologue): For the previous cfm, use
1825 frame_unwind_register()
1826 if the cfm is not stored in a register-stack register. Save the
1827 previous cfm value in the prev_cfm field. Add debug output.
1828 (ia64_frame_this_id): Use frame_id_build_special() to also register
1829 the bsp. Add debug output.
1830 (ia64_sigtramp_frame_this_id): Ditto.
1831 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1832 registers and also add some checks for framelessness before accepting
1833 current register values for fields such as return address. For cfm,
1834 use the cached prev_cfm field if available. Add comment to explain
1835 PSR logic. Add debug output.
1836 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1837 as part of initialization.
1838 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1839 calculated. Cache the bsp and cfm values.
1840 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1841 instead of using ia64_frame_prev_register() which doesn't expect most
1842 registers to be saved. The saved values for bsp and sp
1843 can be taken from the cache. Add debug output.
1844 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1845 the bsp.
1846
18472003-10-23 Jim Blandy <jimb@redhat.com>
1848
1849 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1850 architecture the current arch can run code for --- but not if it's
1851 a superset.
1852 (can_run_code_for): New function.
1853
18542003-10-22 James E Wilson <wilson@specifixinc.com>
1855
1856 * MAINTAINERS: Move myself from paper trail section back to write
1857 after approval section.
1858
18592003-10-22 Andrew Cagney <cagney@redhat.com>
1860
1861 * exec.h: New file.
1862 * win32-nat.c: Include "exec.h".
1863 * solib.c: Include "exec.h".
1864 * target.h (build_section_table): Delete declaration.
1865 * somsolib.c: Include "exec.h".
1866 (exec_ops): Delete extern declaration.
1867 * rs6000-nat.c: Update copyright. Include "exec.h".
1868 (exec_ops): Delete extern declaration.
1869 * pa64solib.c: Update copyright. Include "exec.h".
1870 (exec_ops): Delete extern declaration.
1871 * exec.c: Update copyright. Include "exec.h".
1872 * corelow.c: Update dependencies. Include "exec.h".
1873 * Makefile.in (exec_h): Define.
1874 (exec.o, somsolib.o): Update dependencies.
1875 (pa64solib.o, corelow.o): Update dependencies.
1876
18772003-10-22 Andrew Cagney <cagney@redhat.com>
1878
1879 * target.c: Include "gdb_assert.h" (target_read): Call
1880 "target_read_partial", not "target_write_partial".
1881 (default_read_partial, default_write_partial): New function.
1882 (target_read_partial, target_write_partial): Simplify, assume that
1883 there is always a read/write method.
1884 (update_current_target, add_target): Always set "to_read_partial"
1885 and "to_write_partial".
1886 (target_write, target_read): Fail on a zero byte transfer.
1887 * Makefile.in (target.o): Update dependencies.
1888 * target.h: Update copyright date.
1889 (target_object): Fix typo.
1890
18912003-10-22 Andrew Cagney <cagney@redhat.com>
1892
1893 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1894 multi-arch method, add "targ" parameter.
1895 (struct target_ops): Declare.
1896 * gdbarch.h, gdbarch.c: Re-generate.
1897 * Makefile.in (c-valprint.o): Update dependencies.
1898 * arch-utils.h: Update copyright.
1899 (convert_from_func_ptr_addr_identity): Declare.
1900 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1901 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1902 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1903 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1904 * infcall.c (find_function_addr, call_function_by_hand): Update.
1905 * c-valprint.c: Include "target.h".
1906 (print_function_pointer_address): Update.
1907
19082003-10-22 Andrew Cagney <cagney@redhat.com>
1909
1910 * target.c (target_close): New function.
1911 (debug_to_close): Use "target_close".
1912 (push_target): Use "target_close".
1913 (unpush_target): Use "target_close".
1914 (pop_target): Use "target_close".
1915 * target.h (struct target_ops): Add "to_xclose".
1916 (target_open): Delete macro. Move comment to "to_open".
1917 (target_close): Replace macro with function that takes a target.
1918 * top.c (quit_target): Pass "current_target" to "target_close".
1919
19202003-10-21 Elena Zannoni <ezannoni@redhat.com>
1921
1922 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1923 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1924 * symtab.h (lookup_minimal_symbol_text): Update.
1925 * breakpoint.c (create_overlay_event_breakpoint,
1926 create_longjmp_breakpoint): Update callers.
1927 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1928 * symtab.c (find_pc_sect_line): Ditto.
1929
19302003-10-21 Andrew Cagney <cagney@redhat.com>
1931
1932 * target.c (errno): Delete extern declaration.
1933
19342003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1935
1936 * ia64-tdep.c: Change all occurrences of
1937 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1938 (ia64_frame_prev_register): Minor whitespace change.
1939
19402003-10-20 Michael Chastain <mec@shout.net>
1941
1942 * config/djgpp/fnchange.lst: Add lines for:
1943 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1944 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1945 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1946 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1947 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1948 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1949 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1950
19512003-10-20 Andrew Cagney <cagney@redhat.com>
1952
1953 * values.c (register_value_being_returned): Update comments. Use
1954 "gdbarch_return_value" when available.
1955 (using_struct_return): Ditto.
1956 (set_return_value): Ditto. Use "gdbarch_return_value" when
1957 available.. Print a warning, and not an error, when an unhandled
1958 return type is encountered.
1959 * infcmd.c: Include "gdb_assert.h".
1960 (print_return_value): When gdbarch_return_value_p, and using
1961 struct return, assume that the value is not available.
1962 * defs.h (return_value_convention): Define.
1963 * gdbarch.sh (gdbarch_return_value): New predicate method.
1964 * gdbarch.h, gdbarch.c: Re-generate
1965 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1966
19672003-10-20 Andrew Cagney <cagney@redhat.com>
1968
1969 * symtab.c: Replace "struct sec" with "struct bfd_section".
1970 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1971
19722003-10-19 Michael Chastain <mec@shout.net>
1973
1974 * config/djgpp/fnchange.lst: Add lines for:
1975 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1976 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1977 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1978
19792003-10-19 Mark Kettenis <kettenis@gnu.org>
1980
1981 * amd64fbsd-nat.c (fetch_inferior_registers,
1982 store_inferior_registers): Remove functions.
1983 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1984
19852003-10-18 Mark Kettenis <kettenis@gnu.org>
1986
1987 Add NetBSD/amd64 native configuration:
1988 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1989 * amd64nbsd-tdep.c: New file.
1990 * amd64nbsd-nat.c: New file.
1991 * amd64bsd-nat.c: New file.
1992 * config/i386/nbsd64.mh: New file.
1993 * config/i386/nbsd64.mt: New file.
1994 * configure.host: Add x86_64-*-netbsd*.
1995 * configure.tgt: Add x86_64-*-netbsd*.
1996 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1997 New targets.
1998 * NEWS (New native configurations): Mention NetBSD/amd64.
1999
20002003-10-17 Michael Chastain <mec@shout.net>
2001
2002 * config/djgpp/fnchange.lst: Remove dead lines for:
2003 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
2004 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
2005 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
2006 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
2007 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
2008 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
2009 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
2010 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
2011 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
2012 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
2013 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
2014 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
2015 gdb/config/sparc/tm-sparclite.h,
2016 gdb/gdbtk/generic/ChangeLog-2001,
2017 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
2018 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
2019 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
2020 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
2021 gdb/testsuite/gdb.mi/mi0-var-block.exp,
2022 gdb/testsuite/gdb.mi/mi0-var-child.exp,
2023 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
2024 gdb/testsuite/gdb.mi/mi0-var-display.exp,
2025 itcl/iwidgets3.0.0/demos/extfileselectionbox,
2026 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
2027 itcl/iwidgets3.0.0/demos/fileselectionbox,
2028 itcl/iwidgets3.0.0/demos/fileselectiondialog,
2029 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
2030 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
2031 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
2032 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
2033 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
2034 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
2035 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
2036 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
2037 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
2038 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
2039 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
2040 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
2041 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
2042 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
2043 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
2044 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
2045 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
2046 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
2047 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
2048 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
2049 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
2050 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
2051 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
2052 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
2053 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
2054 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
2055 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
2056 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
2057 itcl/iwidgets3.0.0/demos/html/shell.n.html,
2058 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
2059 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
2060 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
2061 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
2062 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
2063 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
2064 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
2065 itcl/iwidgets3.0.0/demos/scrolledcanvas,
2066 itcl/iwidgets3.0.0/demos/scrolledframe,
2067 itcl/iwidgets3.0.0/demos/scrolledhtml,
2068 itcl/iwidgets3.0.0/demos/scrolledlistbox,
2069 itcl/iwidgets3.0.0/demos/scrolledtext,
2070 itcl/iwidgets3.0.0/demos/selectionbox,
2071 itcl/iwidgets3.0.0/demos/selectiondialog,
2072 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
2073 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
2074 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
2075 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
2076 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
2077 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
2078 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
2079 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
2080 itcl/iwidgets3.0.0/doc/scrolledframe.n,
2081 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
2082 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
2083 itcl/iwidgets3.0.0/doc/scrolledtext.n,
2084 itcl/iwidgets3.0.0/doc/selectionbox.n,
2085 itcl/iwidgets3.0.0/doc/selectiondialog.n,
2086 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
2087 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
2088 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
2089 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
2090 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
2091 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
2092 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
2093 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
2094 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
2095 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
2096 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
2097 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
2098 itcl/iwidgets3.0.0/generic/selectionbox.itk,
2099 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
2100 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
2101 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
2102 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
2103 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
2104 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
2105 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
2106 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
2107 itcl/iwidgets3.0.0/tests/scrolledframe.test,
2108 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
2109 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
2110 itcl/iwidgets3.0.0/tests/scrolledtext.test,
2111 itcl/iwidgets3.0.0/tests/selectionbox.test,
2112 itcl/iwidgets3.0.0/tests/selectiondialog.test,
2113 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
2114 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
2115 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
2116 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
2117 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
2118 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
2119 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
2120 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
2121 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
2122 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
2123 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
2124 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
2125 tk/mac/tkMacProjects.sit.hqx.
2126
21272003-10-17 Andrew Cagney <cagney@redhat.com>
2128
2129 * target.c (target_section_by_addr): New function.
2130 (do_xfer_memory): Use "target_section_by_addr".
2131 * target.h (target_section_by_addr): Declare.
2132
2133 * target.h (struct target_ops): Add "to_read_partial" and
2134 "to_write_partial", delete "to_query".
2135 (target_read_partial, target_write_partial): Declare.
2136 (target_read, target_write): Declare.
2137 (target_query): Delete macro.
2138 * target.c (target_read_partial): New function.
2139 (target_write_partial, target_read, target_write): New function.
2140 (update_current_target): Delete inheritance of "to_query". Add
2141 comments about "to_read_partial" and "to_write_partial".
2142 (debug_to_partial_read, debug_to_partial_write): New functions.
2143 (debug_to_query): Delete function.
2144 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
2145 instead of "to_query".
2146 * remote.c (remote_read_partial): Replace "remote_query".
2147 (init_remote_ops): Set "to_read_partial" instead of "to_query".
2148 (init_remote_async_ops): Ditto.
2149 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
2150 "target_read_partial" instead of "target_query".
2151 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
2152 Use "target_read_partial" instead of "target_query".
2153
21542003-10-17 Jeff Johnston <jjohnstn@redhat.com>
2155
2156 * frame.h (struct frame_id): Add new field: special_addr.
2157 (frame_id_build_special): New prototype.
2158 * frame.c (frame_id_build_special): New function.
2159 (frame_id_build): Change to call frame_id_build_special().
2160 (frame_id_eq): Change to also test special_addr field.
2161 (frame_id_inner): Update comment.
2162
21632003-10-17 Andrew Cagney <cagney@redhat.com>
2164
2165 * target.c (update_current_target): Perform the target cleanup.
2166 Put the target stack beneath the squashed "current_target".
2167 (add_target): Delete disabled call to "cleanup_target".
2168 (cleanup_target): Delete function.
2169 (push_target, unpush_target): Do not call "cleanup_target".
2170
21712003-10-17 Andrew Cagney <cagney@redhat.com>
2172
2173 * target.c (target_stack): Change to a static target_ops.
2174 (update_current_target): Walk the "struct target_ops" stack.
2175 (pop_target, do_xfer_memory, target_info): Ditto.
2176 (find_target_beneath): Ditto.
2177 (push_target): Rewrite to use the "struct target_ops" stack.
2178 (unpush_target): Ditto.
2179 * target.h (struct target_stack_item): Delete definition.
2180 (target_stack): Delete declaration.
2181 (struct target_ops): Add field "beneath".
2182
21832003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
2184
2185 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
2186 declaration.
2187 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
2188 (h8300_examine_prologue): Use h8300_normal_mode flag
2189 (h8300_gdbarch_init): Set architecture info for normal mode
2190
21912003-10-16 Daniel Jacobowitz <drow@mvista.com>
2192
2193 * remote.c (remote_protocol_vcont): New variable.
2194 (set_remote_protocol_vcont_packet_cmd): New function.
2195 (show_remote_protocol_vcont_packet_cmd): New function.
2196 (init_all_packet_configs): Handle remote_protocol_vcont.
2197 (remote_vcont_probe): New function.
2198 (remote_vcont_resume): New function.
2199 (remote_resume): Use it.
2200 (remote_async_resume): Call remote_resume.
2201 (_initialize_remote): Add verbose-resume packet commands.
2202
22032003-10-16 Andrew Cagney <cagney@redhat.com>
2204
2205 * infrun.c (handle_inferior_event): Add comment about
2206 "frame_id_inner" being too weak.
2207
22082003-10-16 Elena Zannoni <ezannoni@redhat.com>
2209
2210 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2211 second parameter, which is always null. Remove
2212 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
2213 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
2214 accordingly.
2215 * somsolib.c (som_solib_create_inferior_hook,
2216 som_solib_desire_dynamic_linker_symbols): Update callers.
2217 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
2218
22192003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
2220
2221 * remote-m32r-sdi.c : New file, interface to m32r on-chip
2222 debug interface, SDI (Scalable Debug Interface).
2223 * NEWS: Mention m32r SDI protocol was supported.
2224 * Makefile.in (remote-m32r-sdi.o): Add build rule.
2225 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
2226
22272003-10-15 Jeff Johnston <jjohnstn@redhat.com>
2228
2229 * ia64-linux-tdep.c: Include gdbcore.h.
2230 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
2231 (ia64_linux_sigcontext_register_addr): Find the address of the
2232 sigcontext area stored in the sigframe instead of using
2233 a magic offset constant.
2234
22352003-10-15 Andrew Cagney <cagney@redhat.com>
2236
2237 * remote.c (remote_search): Delete function.
2238 * target.h (target_search): Delete disabled macro.
2239 (struct target_ops): Delete disabled field "to_search".
2240
22412003-10-14 Kevin Buettner <kevinb@redhat.com>
2242
2243 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
2244 instead of deprecated_inside_entry_file().
2245
22462003-10-14 Corinna Vinschen <vinschen@redhat.com>
2247
2248 * sh-tdep.c: Fix copy/paste hangover in comment.
2249 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
2250 mode.
2251 (sh3e_sh4_extract_return_value): Ditto.
2252
22532003-10-13 Richard Henderson <rth@redhat.com>
2254
2255 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
2256 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
2257 match c_val_print a bit closer.
2258
22592003-10-13 Kevin Buettner <kevinb@redhat.com>
2260
2261 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
2262 (frv_gdbarch_adjust_breakpoint_address): New function.
2263 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
2264 method.
2265
22662003-10-13 Kevin Buettner <kevinb@redhat.com>
2267
2268 * breakpoint.h (struct breakpoint): Add new member
2269 ``requested_address''.
2270 * breakpoint.c (breakpoint_adjustment_warning)
2271 (adjust_breakpoint_address): New static functions.
2272 (print_it_typical): Issue warning if breakpoint's address is different
2273 from its requested address.
2274 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
2275 (breakpoint_re_set_one): Set breakpoint's
2276 ``requested_address'' field. Set ``address'' field to the
2277 result of calling adjust_breakpoint_address() on the requested
2278 address.
2279
22802003-10-13 Kevin Buettner <kevinb@redhat.com>
2281
2282 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
2283 * gdbarch.h, gdbarch.c: Regenerate.
2284
22852003-10-11 Mark Kettenis <kettenis@gnu.org>
2286
2287 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
2288 TDEP->sc_num_regs.
2289
2290 * i386fbsd-tdep.c: New file.
2291 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2292 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2293 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
2294 i386bsd-tdep.c.
2295 (_initialize_i386fbsd_tdep): New function.
2296 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
2297 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
2298 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
2299 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
2300 TDEP->sc_num_regs.
2301 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
2302 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2303 to initialize TDEP->sc_num_regs.
2304 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2305 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2306 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
2307 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
2308 FreeBSD ELF OS/ABI's here.
2309 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
2310 (i386fbsd-tdep.o): New target.
2311 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
2312 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
2313
2314 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
2315 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
2316 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
2317 in initialization of TDEP->sc_num_regs.
2318
2319 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
2320 (x86_64_init_abi): Initialize regset_from_core_section if
2321 appropriate.
2322
2323 * i386-tdep.c (i386_regset_from_core_section): New function.
2324 (i386_gdbarch_init): Initialize regset_from_core_section if
2325 appropriate.
2326 * i386-tdep.h (i386_regset_from_core_section): New declaration.
2327
2328 * i386-tdep.h (struct regset): Declare opaque.
2329
2330 * gdbarch.sh (regset_from_core_section): New method.
2331 (struct regset): Declare opaque.
2332 * gdbarch.c, gdbarch.h: Regenerated.
2333
23342003-10-11 Alan Modra <amodra@bigpond.net.au>
2335
2336 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
2337 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
2338 Correct test for pc within section.
2339
23402003-10-11 Mark Kettenis <kettenis@gnu.org>
2341
2342 * gdbarch.sh: Remove trailing whitepsace from comments.
2343
23442003-10-08 Roland McGrath <roland@redhat.com>
2345
2346 * gcore.c (make_mem_sec): Function removed, folded into ...
2347 (gcore_create_callback): ... here. To omit a section, clear its
2348 SEC_LOAD bit rather than zeroing its size.
2349 Omit read-only sections only if they correspond to a known disk file.
2350 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
2351
23522003-10-10 Michael Snyder <msnyder@redhat.com>
2353
2354 * d10v-tdep.c: Fix typo in comment.
2355
23562003-10-10 Andrew Cagney <cagney@redhat.com>
2357
2358 * rs6000-tdep.c (e500_store_return_value): Delete function.
2359 (e500_extract_return_value): Delete function.
2360 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
2361 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
2362 "ppc_sysv_abi_restore_return_value" where applicable.
2363 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
2364 (ppc_sysv_abi_extract_return_value): Declare.
2365 (ppc_sysv_abi_broken_store_return_value): Declare.
2366 (ppc_sysv_abi_broken_extract_return_value): Declare.
2367 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
2368 * ppc-sysv-tdep.c (return_value_convention): Move definition to
2369 start of file.
2370 (do_ppc_sysv_return_value): New function.
2371 (ppc_sysv_abi_extract_return_value): New function.
2372 (ppc_sysv_abi_store_return_value): New function.
2373 (ppc_sysv_abi_broken_extract_return_value): New function.
2374 (ppc_sysv_abi_broken_store_return_value): New function.
2375 (ppc_sysv_abi_use_struct_convention): Call
2376 do_ppc_sysv_return_value.
2377
23782003-10-10 J. Brobecker <brobecker@gnat.com>
2379
2380 * blockframe.c (inside_main_func): No longer use symbol_lookup()
2381 to lookup the main function symbol.
2382
23832003-10-10 Corinna Vinschen <vinschen@redhat.com>
2384
2385 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
2386 types correctly.
2387 (sh_push_dummy_call_fpu): Fix argument passing rules.
2388 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
2389 float types.
2390 (sh3e_sh4_store_return_value): Ditto.
2391
23922003-10-10 Elena Zannoni <ezannoni@redhat.com>
2393
2394 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
2395 comment.
2396
23972003-10-10 Corinna Vinschen <vinschen@redhat.com>
2398
2399 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
2400 more readable code. Accomodate passing of bitfields.
2401
24022003-10-10 Andrew Cagney <cagney@redhat.com>
2403
2404 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
2405 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
2406 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
2407 * ppc-sysv-tdep.c: Include "gdb_assert.h".
2408 (ppc64_sysv_abi_push_dummy_call): New function.
2409 (ppc64_sysv_abi_broken_push_dummy_call): New function.
2410 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
2411 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
2412
24132003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2414
2415 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2416 * README: Ditto.
2417 * d10v-tdep.c: Ditto.
2418 * h8300-tdep.c: Ditto.
2419 * remote-e7000.c: Ditto.
2420 * remote-hms.c: Ditto.
2421 * ser-e7kpc.c: Ditto.
2422 * sh-stub.c: Ditto.
2423 * sh-tdep.c: Ditto.
2424 * sh-tdep.h: Ditto.
2425 * sh3-rom.c: Ditto.
2426 * sh64-tdep.c: Ditto.
2427 * top.c: Ditto.
2428 * wince.c: Ditto.
2429 * config/d10v/d10v.mt: Ditto.
2430 * config/sh/embed.mt: Ditto.
2431 * config/sh/linux.mt: Ditto.
2432 * config/sh/tm-linux.h: Ditto.
2433 * config/sh/tm-sh.h: Ditto.
2434 * config/sh/wince.mt: Ditto.
2435
24362003-10-09 Andrew Cagney <cagney@redhat.com>
2437
2438 * ppc-tdep.h (struct type): Declare opaque.
2439 * x86-64-tdep.h (struct regcache): Declare opaque.
2440 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
2441 coding style.
2442
24432003-10-09 Andrew Cagney <cagney@redhat.com>
2444
2445 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
2446 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
2447 (SOFTWARE_SINGLE_STEP_P): Ditto.
2448 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2449 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
2450 (SOFTWARE_SINGLE_STEP_P): Ditto.
2451 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
2452 software_single_step to rs6000_software_single_step.
2453
24542003-10-09 Andrew Cagney <cagney@redhat.com>
2455
2456 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2457
24582003-10-09 Michael Snyder <msnyder@redhat.com>
2459
2460 * frame.h: Fix typo in comment.
2461 * dummy-frame.c: Fix typo in comment.
2462 * d10v-tdep.c: Random whitespace/comment tweaks.
2463
24642003-10-09 Elena Zannoni <ezannoni@redhat.com>
2465
2466 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
2467 (sh_push_dummy_code): Delete function, it's only used for dummy calls
2468 on stack.
2469
2470 Based on input by Stephen Clarke (stephen.clarke@superh.com):
2471 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
2472 in detail.
2473
24742003-10-09 Daniel Jacobowitz <drow@mvista.com>
2475
2476 * remote-mips.c (mips_initialize): Remove unneeded call to
2477 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2478
24792003-10-09 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
2482 a memory pointer.
2483
24842003-10-08 Jeff Johnston <jjohnstn@redhat.com>
2485
2486 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
2487 for any lwp we resume.
2488 (running_callback): Add lwps that have pending status events
2489 against them to be considered running.
2490
24912003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
2492
2493 * m32r-tdep.c : Include "dis-asm.h".
2494 * Makefile.in (m32r-tdep.o): Update dependencies.
2495
24962003-10-06 J. Brobecker <brobecker@gnat.com>
2497
2498 * completer.h (get_gdb_completer_word_break_characters): Delete.
2499 * completer.c: include language.h.
2500 (gdb_completer_word_break_characters): Delete.
2501 (get_gdb_completer_word_break_characters): Delete.
2502 (location_completer): Use the word break characters of the current
2503 language.
2504 (complete_line): Likewise.
2505 (line_completion_function): Likewise.
2506 (skip_quoted_chars): Likewise.
2507 * Makefile.in (completer.o): Add dependency on language.h.
2508 * top.c (init_main): Set the readline word break characters
2509 to GDB's default word break characters.
2510
25112003-10-06 J. Brobecker <brobecker@gnat.com>
2512
2513 * language.h (language_defn): new field, la_word_break_characters.
2514 * language.c (unknown_language_defn): Set new field to
2515 default_word_break_characters.
2516 (auto_language_defn): Likewise.
2517 (local_language_defn): Likewise.
2518 * ada-lang.c (ada_language_defn): Likewise.
2519 * c-lang.c (c_language_defn): Likewise.
2520 (cplus_language_defn): Likewise.
2521 (asm_language_defn): Likewise.
2522 (minimal_language_defn): Likewise.
2523 * f-lang.c (f_language_defn): Likewise.
2524 * jv-lang.c (java_language_defn): Likewise.
2525 * m2-lang.c (m2_language_defn): Likewise.
2526 * objc-lang.c (objc_language_defn): Likewise.
2527 * p-lang.c (pascal_language_defn): Likewise.
2528 * scm-lang.c (scm_language_defn): Likewise.
2529
25302003-10-06 Andrew Cagney <cagney@redhat.com>
2531
2532 * ppc-sysv-tdep.c: Re-indent.
2533
25342003-10-06 J. Brobecker <brobecker@gnat.com>
2535
2536 * language.h (default_word_break_characters): Add prototype.
2537 * language.c (default_word_break_characters): New function.
2538
25392003-10-06 Andreas Schwab <schwab@suse.de>
2540
2541 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2542 with %eax.
2543
25442003-10-06 Andrew Cagney <cagney@redhat.com>
2545
2546 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2547 "h8500-tdep.c".
2548 (z8k-tdep.o): Delete custom build rule.
2549
25502003-10-06 Andrew Cagney <cagney@redhat.com>
2551
2552 * Makefile.in: Update all dependencies.
2553
2554 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2555 No longer list PA as as obsolete candidate. List m32r as
2556 broken instead of obsolete.
2557
2558 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2559 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2560 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2561 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2562 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2563 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2564 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2565 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2566 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2567 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2568 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2569 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2570 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2571 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2572 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2573 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2574 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2575 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2576 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2577 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2578 * config/z8k/z8k.mt: Ditto.
2579
2580 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2581 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2582 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2583 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2584 sparclite were removed.
2585 * configure.host, configure.tgt: Remove corresponding tuples.
2586
2587 * breakpoint.c, breakpoint.h: Remove obsolete code.
2588 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2589 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2590 * stabsread.h, xcoffread.c: Ditto.
2591
2592 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2593 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2594 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2595 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2596
25972003-10-06 David Lecomber <dsl@sources.redhat.com>
2598
2599 * f-valprint.c: Reformatting
2600
26012003-10-06 Mark Kettenis <kettenis@gnu.org>
2602
2603 * x86-64-tdep.c: Remove duplicate comment.
2604
2605 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2606 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2607 names for return values. This fixes a bug since we looked at %rbx
2608 instead of %rdx.
2609
26102003-10-05 Mark Kettenis <kettenis@gnu.org>
2611
2612 * x86-64-tdep.c: Include "regset.h".
2613
2614 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2615 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2616 sizeof_fpregset.
2617 * i386-tdep.c: Include "regset.h".
2618 (i386_supply_gregset): New function.
2619 (i386_supply_fpregset): New function.
2620 (i386_gdbarch_init): Initialze register set-related members of
2621 TDEP.
2622 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2623 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2624
26252003-10-03 Andrew Cagney <cagney@redhat.com>
2626
2627 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2628 set extract_return_value, store_return_value and
2629 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2630 ppc64_sysv_abi_store_return_value and
2631 ppc64_sysv_abi_use_struct_convention.
2632 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2633 (ppc64_sysv_abi_store_return_value): Declare.
2634 (ppc64_sysv_abi_use_struct_convention): Declare.
2635 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2636 (ppc64_sysv_abi_extract_return_value): New function.
2637 (ppc64_sysv_abi_store_return_value): New function.
2638 (ppc64_sysv_abi_use_struct_convention): New function.
2639 (ppc64_sysv_abi_return_value): New function.
2640
26412003-10-03 Andrew Cagney <cagney@redhat.com>
2642
2643 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2644 convert a descriptor to a function when it's in the ".opd"
2645 section.
2646
26472003-10-03 Corinna Vinschen <vinschen@redhat.com>
2648
2649 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2650 reg_size to keep GCC silent.
2651
26522003-10-03 Corinna Vinschen <vinschen@redhat.com>
2653
2654 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2655 base for DW_EH_PE_textrel encodings.
2656 (read_encoded_value): Add a DW_EH_PE_textrel case.
2657 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2658 section.
2659
26602003-10-03 Mark Kettenis <kettenis@gnu.org>
2661
2662 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2663
26642003-10-02 Andrew Cagney <cagney@redhat.com>
2665
2666 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2667 REGISTER_RAW_SIZE.
2668 * gdbarch.h, gdbarch.c: Re-generate.
2669 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2670 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2671 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2672 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2673 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2674 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2675 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2676 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2677 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2678 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2679 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2680 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2681 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2682 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2683 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2684 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2685
26862003-10-02 Jim Blandy <jimb@redhat.com>
2687
2688 * dwarf2read.c (struct die_info): Doc fix.
2689
26902003-10-02 Corinna Vinschen <vinschen@redhat.com>
2691
2692 * sh-tdep.c: Running thru gdb_indent.sh.
2693
26942003-10-02 Corinna Vinschen <vinschen@redhat.com>
2695
2696 * sh-tdep.c (sh_justify_value_in_reg): New function.
2697 (sh_stack_allocsize): Ditto.
2698 (flt_argreg_array): New array used for floating point argument
2699 passing.
2700 (sh_init_flt_argreg): New function.
2701 (sh_next_flt_argreg): Ditto.
2702 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2703 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2704 Fix argument passing strategy.
2705 (sh_push_dummy_call_nofpu): Ditto.
2706
27072003-10-01 Andrew Cagney <cagney@redhat.com>
2708
2709 * value.h (register_value_being_returned): Declare. Replace
2710 "value_being_returned".
2711 * infcall.c (call_function_by_hand): Use
2712 register_value_being_returned.
2713 * infcmd.c (print_return_value): Call
2714 "register_value_being_returned", handle struct return locally.
2715 * values.c (register_value_being_returned): New function. Replace
2716 "value_being_returned".
2717
27182003-09-30 Elena Zannoni <ezannoni@redhat.com>
2719
2720 * linux-proc.c (linux_do_registers): New function.
2721 (linux_make_note_section): Use linux_do_registers in case of
2722 single threaded inferior programs.
2723
27242003-10-01 Andrew Cagney <cagney@redhat.com>
2725
2726 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2727 use STRUCT_ADDR. When not using "struct return convention", pass
2728 "0" to "value_being_returned". Add FIXMEs.
2729 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2730 value_being_returned. Add comments.
2731 * values.c (value_being_returned): Add fixme.
2732 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2733 (hppa_value_returned_from_stack): Add FIXME.
2734
27352003-09-30 David Carlton <carlton@kealia.com>
2736
2737 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2738 'has_children' and 'next' by 'child' and 'sibling'.
2739 (read_comp_unit): Rework algorithm, breaking body into
2740 read_die_and_children and read_die_and_siblings.
2741 (read_die_and_children, read_die_and_siblings): New.
2742 (read_full_die): Add 'has_children' argument; set it instead of
2743 the die's 'has_children' field. Minor formatting cleanup.
2744 (free_die_list): Use die->child and die->sibling instead of
2745 die->next.
2746 (dump_die_list): Ditto.
2747 (sibling_die): Use die->sibling.
2748 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2749 'has_children' and 'next' fields.
2750 (process_die, read_file_scope, read_func_scope)
2751 (read_lexical_block_scope, read_structure_scope)
2752 (read_enumeration, read_array_type, read_common_block)
2753 (read_namespace, read_subroutine_type, dump_die): Ditto.
2754
27552003-09-30 Andrew Cagney <cagney@redhat.com>
2756
2757 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2758 to 224, not 220.
2759
27602003-09-30 Andrew Cagney <cagney@redhat.com>
2761
2762 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2763 REGISTER_VIRTUAL_SIZE.
2764 * gdbarch.h, gdbarch.c: Regenerate.
2765 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2766 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2767 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2768
27692003-09-29 Andrew Cagney <cagney@redhat.com>
2770
2771 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2772 REGISTER_VIRTUAL_TYPE.
2773 * gdbarch.h, gdbarch.c: Regenerate.
2774 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2775 * sh64-tdep.c, sparc-tdep.c: Update.
2776
2777 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2778 * remote-vxmips.c (vx_read_register): Ditto.
2779 * remote-vx68.c (vx_read_register): Ditto.
2780 * gnu-nat.c (inf_validate_procs): Ditto.
2781
27822003-09-29 J. Brobecker <brobecker@gnat.com>
2783
2784 * infcall.c (call_function_by_hand): Fix build failure
2785 introduced in the previous change to this file.
2786
27872003-09-29 Andrew Cagney <cagney@redhat.com>
2788
2789 * NEWS: Mention Objective-C.
2790
27912003-09-29 Jerome Guitton <guitton@act-europe.fr>
2792
2793 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2794 test if the register has been saved on the stack.
2795 (arm_scan_prologue_cache): When analysing the instruction
2796 "str lr, [sp, #-4]", save the address where lr has been stored.
2797
27982003-09-28 Andrew Cagney <cagney@redhat.com>
2799
2800 * frame.c (frame_read_unsigned_register): Delete function.
2801 * frame.h (frame_read_unsigned_register): Delete declaration.
2802 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2803 get_frame_register_unsigned.
2804 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2805 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2806 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2807
2808 * frame.h (frame_read_register): Delete declaration.
2809 * frame.c (frame_read_register): Delete function.
2810 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2811 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2812 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2813 * mips-tdep.c (mips_register_to_value): Ditto.
2814 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2815 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2816
2817 * frame.c (frame_read_signed_register): Delete function.
2818 (frame_read_unsigned_register): Update comments.
2819 * frame.h (frame_read_signed_register): Delete declaration.
2820 * h8300-tdep.c (h8300_print_register): Use
2821 get_frame_register_signed.
2822 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2823
2824 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2825 Rename VALUE_RETURNED_FROM_STACK.
2826 * infcmd.c (print_return_value): Update.
2827 * infcall.c (call_function_by_hand): Update.
2828
28292003-09-28 Mark Kettenis <kettenis@gnu.org>
2830
2831 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2832 regcache argument and reverse the order of the other two
2833 arguments. Remove local regcache variable. Determine
2834 architecture from REGCACHE. Update comments.
2835 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2836 reverse the order of the other two arguments. Remove local
2837 regcache variable. Determine architecture from REGCACHE. Update
2838 comments.
2839 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2840 prototypes. Update comments.
2841 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2842 comment.
2843 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2844 Update.
2845 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2846 * i386-interix-nat.c (supply_fpregset): Update.
2847 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2848 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2849 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2850 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2851 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2852 Update.
2853 * i386obsd-tdep.c (fetch_core_registers): Update.
2854 * i386v4-nat.c (supply_fpregset): Update.
2855 * x86-64-linux-nat.c (supply_fpregset): Update.
2856 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2857
28582003-09-27 Mark Kettenis <kettenis@gnu.org>
2859
2860 * i386-tdep.h: Put opaque declarations in alphabetical
2861 order. Remove spurious whitespace.
2862 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2863 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2864 * i386-tdep.c (MM0_REGNUM): Remove define.
2865 (i386_mmx_regnum_p): Add gdbarch argument.
2866 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2867 Rewrite using new macro definitions for FPU/SSE registers.
2868 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2869 definitions from i387-tdep.h.
2870 (i386_register_name): Update.
2871 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2872 new macro definitions for FPU/SSE registers.
2873 (i386_extract_return_value): Determine whether floating-point
2874 registers are present by examining REGCACHE's architecture.
2875 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2876 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2877 FPU/SSE registers.
2878 (i386_register_type): Update.
2879 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2880 definitions for FPU registers. Use REGCACHE's architecture to
2881 determine the appropriate register numbers.
2882 (i386_pseudo_register_read, i386_pseudo_register_write,
2883 i386_register_reggroup_p): Update.
2884 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2885 TDEP->mm0_regnum.
2886 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2887 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2888 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2889 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2890 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2891 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2892 *' to `void *'.
2893 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2894 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2895 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2896 definitions for FPU/SSE registers.
2897 (FXSAVE_MXCSR_ADDR): New define.
2898 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2899 TDEP->mm0_regnum.
2900 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2901 (I387_ST0_REGNUM): Define.
2902
2903 * regcache.h (get_regcache_arch): New prototype.
2904 * regcache.c (get_regcache_arch): New function.
2905
2906 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2907 whitespace.
2908
2909 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2910 Initialize using ARRAY_SIZE.
2911
29122003-09-27 Andrew Cagney <cagney@redhat.com>
2913
2914 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2915 "init_frame_pc_default".
2916 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2917 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2918 * vax-tdep.c (vax_gdbarch_init): Update.
2919 * v850-tdep.c (v850_gdbarch_init): Update.
2920 * sh64-tdep.c (sh64_gdbarch_init): Update.
2921 * s390-tdep.c (s390_gdbarch_init): Update.
2922 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2923 * mcore-tdep.c (mcore_gdbarch_init): Update.
2924 * h8300-tdep.c (h8300_gdbarch_init): Update.
2925 * cris-tdep.c (cris_gdbarch_init): Update.
2926 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2927
29282003-09-26 Mark Kettenis <kettenis@gnu.org>
2929
2930 * regset.h: New file.
2931 * Makefile.in (regset_h): Add.
2932
29332003-09-25 Andrew Cagney <cagney@redhat.com>
2934
2935 * frame.h (deprecated_frame_saved_regs): Rename
2936 get_frame_saved_regs.
2937 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2938 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2939 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2940 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2941 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2942
29432003-09-25 Andrew Cagney <cagney@redhat.com>
2944
2945 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2946 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2947 and Java.
2948 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2949 arm*-*-* do not use the new frame code.
2950
29512003-09-25 David Carlton <carlton@kealia.com>
2952
2953 * c-exp.y: Remove 'register' declarations.
2954 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2955
29562003-09-25 David Carlton <carlton@kealia.com>
2957
2958 * c-exp.y: Include cp-support.h. Add qualified_type.
2959 (yylex): Delete nested type hack; add comments.
2960 * cp-namespace.c (cp_lookup_nested_type): New function.
2961 * cp-support.h: Declare cp_lookup_nested_type.
2962 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2963 instead of value_struct_elt_for_reference.
2964 * valops.c: Include cp-support.h.
2965 (value_aggregate_elt): New function.
2966 (value_namespace_elt): Ditto.
2967 (value_struct_elt_for_reference): Make static.
2968 * value.h: Delete declaration of value_struct_elt_for_reference;
2969 add declaration for value_aggregate_elt.
2970 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2971 (valops.o): Ditto.
2972
29732003-09-25 Daniel Jacobowitz <drow@mvista.com>
2974
2975 * stack.c: Include "reggroups.h".
2976 (frame_info): Only display registers in all_reggroup.
2977 * Makefile.in (stack.o): Update dependencies.
2978
29792003-09-25 Jerome Guitton <guitton@act-europe.fr>
2980
2981 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2982 "add ip, sp #n" in the prologue.
2983 (arm_scan_prologue): Ditto.
2984
29852003-09-25 Jerome Guitton <guitton@act-europe.fr>
2986
2987 * MAINTAINERS (write after approval): Add myself.
2988
29892003-09-25 Andreas Schwab <schwab@suse.de>
2990
2991 * m68k-tdep.c: Include "dwarf2-frame.h".
2992 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2993 * Makefile.in (m68k-tdep.o): Update dependencies.
2994
29952003-09-25 Corinna Vinschen <vinschen@redhat.com>
2996
2997 * sh-tdep.c (struct frame_extra_info): Remove.
2998 (struct sh_frame_cache): New structure.
2999 (GET_SOURCE_REG): New macro extracting source register of an opcode.
3000 (GET_TARGET_REG): Ditto but target register.
3001 (GET_PUSHED_REG): Remove.
3002 (IS_MOV_ARG_TO_REG): New macro.
3003 (IS_MOV_ARG_TO_IND_R14): New macro.
3004 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
3005 (IS_MOVW_PCREL_TO_REG): New macro.
3006 (IS_MOVL_PCREL_TO_REG): New macro.
3007 (IS_SUB_REG_FROM_SP): New macro.
3008 (IS_ARG_MOV): Remove.
3009 (IS_MOV_TO_R14): Remove.
3010 (IS_RESTORE_FP): New macro.
3011 (IS_RTS): New macro.
3012 (IS_LDS): New macro.
3013 (IS_MOV_FP_SP): New macro.
3014 (IS_ADD_REG_TO_FP): New macro.
3015 (IS_ADD_IMM_FP): New macro.
3016 (sh_skip_prologue_hard_way): Remove.
3017 (sh_saved_pc_after_call): Remove.
3018 (sh_frame_chain): Remove.
3019 (sh_find_callers_reg): Remove.
3020 (sh_nofp_frame_init_saved_regs): Remove.
3021 (sh_fp_frame_init_saved_regs): Remove.
3022 (sh_init_extra_frame_info): Remove.
3023 (sh_analyze_prologue): New function.
3024 (sh_skip_prologue): Remove deprecated code. Rely on new function
3025 sh_analyze_prologue when after_prologue fails.
3026 (sh_frame_saved_pc): Remove.
3027 (sh_alloc_frame_cache): New function.
3028 (sh_frame_cache): Ditto.
3029 (sh_frame_prev_register): Ditto.
3030 (sh_frame_this_id): Ditto.
3031 (sh_frame_unwind): New structure defining the heuristic frame
3032 sniffer interface.
3033 (sh_frame_sniffer): New function.
3034 (sh_unwind_sp): Ditto.
3035 (sh_unwind_pc): Ditto.
3036 (sh_unwind_dummy_id): Ditto.
3037 (sh_frame_base_address): Ditto.
3038 (sh_frame_base): New structure defining new frame base code.
3039 (sh_in_function_epilogue_p): New function.
3040 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
3041 code and to call all new code instead. Initialize dwarf2 and
3042 heuristic frame sniffer.
3043
30442003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
3045
3046 * parser-defs.h (struct exp_descriptor): New definition, containing
3047 language-specific info for printing, prefixifying, dumping, and
3048 evaluating expressions.
3049 (exp_descriptor_standard): Declare new variable.
3050 (print_subexp): Make global and declare here (from expprint.c).
3051 (dump_subexp): Ditto.
3052 (dump_subexp_body_standard): Declare.
3053 (operator_length_standard): Declare.
3054 (op_name_standard): Declare.
3055 (print_subexp): Declare.
3056 (print_subexp_standard): Declare.
3057
3058 * language.h (struct language_defn): Add la_exp_desc field to hold
3059 pointer to table for language-specific operators.
3060 Remove evaluate_exp field, which is now in struct exp_descriptor.
3061
3062 * parse.c (operator_length): Move most code to new
3063 operator_length_standard function. Use language-specific information.
3064 (operator_length_standard): New function taking most code from
3065 operator_length.
3066 (exp_descriptor_standard): New constant.
3067
3068 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
3069 and OP_EXTENDED_LAST.
3070
3071 * expprint.c (print_subexp): Use language-specific print_subexp.
3072 Make global; remove static declaration.
3073 Move most code to print_subexp_standard.
3074 (print_subexp_standard): New function, containing code formerly in
3075 print_subexp.
3076 (op_name): Add expression to argument signature.
3077 Use langauge-specific op_name.
3078 Move most code to op_name_standard.
3079 (op_name_standard): New function, containing code formerly in op_name.
3080 (dump_subexp): Use new version of op_name function.
3081 Use language-specific dump_subexp_body, and move most existing code to
3082 dump_subexp_body_standard.
3083 (dump_raw_expression): Use new op_name interface.
3084 (dump_subexp_body): Move most code to dump_subexp_body_standard.
3085 (dump_subexp_body_standard): New function, containing code formerly
3086 in dump_subexp_body.
3087
3088 * language.c (unknown_language): Add default la_exp_desc field and
3089 remove evaluate_exp field.
3090 (auto_language): Ditto.
3091 (local_language): Ditto.
3092 * f-lang.c (f_language_defn): Ditto.
3093 * c-lang.c (c_language_defn): Ditto.
3094 (cplus_language_defn): Ditto.
3095 (asm_language_defn): Ditto.
3096 (minimal_language_defn): Ditto.
3097 * p-lang.c (pascal_language_defn): Ditto.
3098 * m2-lang.c (m2_language_defn): Ditto.
3099 * objc-lang.c (objc_language_defn): Ditto.
3100
3101 * jv-lang.c (exp_descriptor_java): New variable, containing
3102 Java-specific expression evaluator.
3103 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
3104 field.
3105 * scm-lang.c (exp_descriptor_scm): New variable, containing
3106 Scheme-specific expression evaluator.
3107 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
3108 field.
3109 * objc-lang.c (print_object_command): Take evaluate_exp from the
3110 la_exp_desc field.
3111
3112 * Makefile.in (eval.o): Add dependency on parser-defs.h.
3113
3114 * eval.c: Include parser-defs.h for the full declaration of
3115 la_exp_desc's type.
3116 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
3117
31182003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
3119
3120 * parser-defs.h (operator_length): Declare.
3121
3122 * parse.c (length_of_subexp): Use operator_length to get operator
3123 lengths and arities for operators.
3124 Move most code to new operator_length function.
3125 (operator_length): New function absorbing most code from
3126 length_of_subexp.
3127 (prefixify_subexp): Remove large case and use operator_length instead.
3128 (parse_exp_1): Use renamings:
3129 dump_prefix_expression => dump_raw_expression and
3130 dump_postfix_expression => dump_prefix_expression.
3131
3132 * expression.h (dump_prefix_expression): Rename to ...
3133 (dump_raw_expression): New name.
3134 (dump_postfix_expression): Rename to ...
3135 (dump_prefix_expression): New name.
3136
3137 * expprint.c (dump_subexp): Make global. Add comment.
3138 Move most existing code to dump_subexp_body.
3139 (dump_subexp_body): New function.
3140 (dump_prefix_expression): Rename to dump_raw_expression.
3141 Remove attempt to print the expression via print_expression: it can't
3142 work before the expression is prefixified.
3143 (dump_raw_expression): Renamed from dump_prefix_expression.
3144 (dump_postfix_expression): Rename to dump_prefix_expression, since
3145 that's what it does.
3146 Remove 'note' parameter, since this routine must be used on
3147 prefixified expression.
3148 (dump_prefix_expression): Renamed from dump_postfix_expression.
3149
31502003-09-22 Jim Blandy <jimb@redhat.com>
3151
3152 * dwarf2read.c (read_array_type): When building the type for an
3153 array of unspecified length, make sure to choose the upper bound
3154 so that the array's total length comes out to be zero --- that's
3155 how we represent such arrays.
3156
31572003-09-22 Michael Chastain <mec@shout.net>
3158
3159 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
3160
31612003-09-22 Jeff Johnston <jjohnstn@redhat.com>
3162
3163 * top.c (quit_force): Fix indirect call to quit_target so
3164 a struct qt_args pointer is passed.
3165
31662003-09-22 Andrew Cagney <cagney@redhat.com>
3167
3168 * arch-utils.h (init_frame_pc_noop): Delete declaration.
3169 * arch-utils.c (init_frame_pc_noop): Delete function.
3170 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
3171 "init_frame_pc".
3172 * mips-tdep.c (mips_gdbarch_init): Ditto.
3173 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3174 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
3175 declaration.
3176 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3177 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
3178 declaration.
3179 (DEPRECATED_INIT_FRAME_PC): Delete macro.
3180
31812003-09-22 Anthony Green <green@redhat.com>
3182
3183 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
3184 declaration.
3185
31862003-09-20 Andrew Cagney <cagney@redhat.com>
3187
3188 * breakpoint.c: Eliminate ARGSUSED.
3189 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
3190 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
3191 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
3192 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
3193 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
3194 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
3195 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
3196 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
3197 * wince.c, remote-vx.c: Ditto.
3198
3199 * cli/cli-script.c: Remove "register" attributes.
3200 * config/pa/tm-hppa.h: Ditto.
3201 * cli/cli-decode.c: Ditto.
3202 * cli/cli-cmds.c: Ditto.
3203
32042003-09-19 Andrew Cagney <cagney@redhat.com>
3205
3206 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
3207 DEPRECATED_NPC_REGNUM.
3208 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
3209
32102003-09-19 Christopher Faylor <cgf@redhat.com>
3211
3212 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
3213
32142003-09-19 Jim Blandy <jimb@redhat.com>
3215
3216 * macrotab.c (macro_include): Use the correct comparison to find
3217 the appropriate place for this inclusion in the list.
3218
32192003-09-19 Andrew Cagney <cagney@redhat.com>
3220
3221 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
3222 (DEPRECATED_HPUX_TEXT_END): Define.
3223 (deprecated_hpux_text_end): Declare.
3224 (struct target_ops): Declare opaque.
3225 * hppah-nat.c (text_end): Make static.
3226 (deprecated_hpux_text_end): New function.
3227 * exec.c (text_end): Delete global variable.
3228 (NEED_TEXT_START_END): Do not define.
3229 (exec_file_attach): Replace code computing "text_end" code with
3230 call to DEPRECATED_HPUX_TEXT_END.
3231
32322003-09-19 Andrew Cagney <cagney@redhat.com>
3233
3234 * utils.c (align_up, align_down): New functions.
3235 * defs.h (align_up, align_down): Declare.
3236 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
3237 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
3238 and "align_down".
3239 (round_up, round_down): Delete functions.
3240 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3241 "align_down".
3242 (ROUND_DOWN, ROUND_UP): Delete macros.
3243 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
3244 * h8300-tdep.c: Replace "round_up" and "round_down" with
3245 "align_up" and "align_down".
3246 (round_up, round_down): Delete macros.
3247 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3248 "align_down".
3249 (ROUND_UP, ROUND_DOWN): Delete macros.
3250
32512003-09-18 J. Brobecker <brobecker@gnat.com>
3252
3253 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
3254 hard-coded constant. Use the proper machine name instead.
3255
32562003-09-17 Andrew Cagney <cagney@redhat.com>
3257
3258 * sparc-tdep.c (legacy_register_name): Delete function.
3259 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
3260 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
3261 * infcmd.c (gdb_register_name): Delete variable.
3262 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
3263 REGISTER_NAME and "tm.h".
3264 * gdbarch.h, gdbarch.c: Regenerate.
3265 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
3266 REGISTER_NAMES in comments.
3267 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
3268 * m68klinux-nat.c (regmap): Ditto.
3269
32702003-09-17 Jim Blandy <jimb@redhat.com>
3271
3272 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
3273
32742003-09-17 Andrew Cagney <cagney@redhat.com>
3275
3276 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
3277 (ppcnbsd_init_abi): Set "use_struct_convention" to
3278 "ppcnbsd_use_struct_convention".
3279
32802003-09-17 Mark Kettenis <kettenis@gnu.org>
3281
3282 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3283 * gdbarch.h, gdbarch.c: Regenerate.
3284 (stabs_argument_has_addr): New architecture method.
3285 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3286 * arch-utils.c: Include "buildsym.h".
3287 (default_stabs_argument_has_addr): New function.
3288 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3289 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3290
32912003-09-17 Andrew Cagney <cagney@redhat.com>
3292
3293 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
3294 * gdbarch.h, gdbarch.c: Regenerate.
3295 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
3296 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
3297 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
3298 * sparcnbsd-tdep.c: Update.
3299
33002003-09-17 Andrew Cagney <cagney@redhat.com>
3301
3302 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
3303 * gdbarch.h, gdbarch.c: Regenerate.
3304 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
3305 * d10v-tdep.c, frame.c: Update.
3306 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
3307 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
3308 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
3309 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
3310 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3311 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
3312 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
3313 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
3314 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
3315 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
3316 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
3317 * config/pa/nm-hppah.h: Update.
3318
33192003-09-16 Andrew Cagney <cagney@redhat.com>
3320
3321 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
3322 "use_struct_convention" to "ppc_linux_use_struct_convention".
3323 (ppc_linux_use_struct_convention): New function.
3324 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
3325 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
3326 "rs6000_use_struct_convention".
3327 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
3328 declaration.
3329 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3330 Delete function.
3331
33322003-09-16 Andrew Cagney <cagney@redhat.com>
3333
3334 * buildsym.c: Remove more occurances of "register".
3335 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
3336 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
3337 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
3338 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
3339 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
3340 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
3341 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
3342 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
3343
33442003-09-16 Corinna Vinschen <vinschen@redhat.com>
3345
3346 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
3347 numbers to enumeration values.
3348 * sh-tdep.c: Accomodate above change.
3349 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
3350 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
3351 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
3352 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
3353 (IS_FPUSH): Rename from IS_FMOV.
3354 (sh_extract_struct_value_address): Remove useless comment.
3355 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
3356 instead of own local values.
3357 (sh_dump_tdep): Remove.
3358 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
3359 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
3360
33612003-09-15 Andrew Cagney <cagney@redhat.com>
3362
3363 * doublest.c (convert_floatformat_to_doublest): No longer need to
3364 cast "exp_bias" to an int. Reverts 2002-12-04 change.
3365
33662003-09-15 Daniel Jacobowitz <drow@mvista.com>
3367
3368 * values.c (unpack_double): Call floatformat_is_valid.
3369
33702003-09-15 Mark Kettenis <kettenis@gnu.org>
3371
3372 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
3373 ps_strings into a long.
3374
3375 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
3376 _initialize_am64fbsd_nat.
3377
33782003-09-15 Kevin Buettner <kevinb@redhat.com>
3379
3380 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
3381 associated with DW_AT_ranges attribute is out of bounds.
3382
33832003-09-15 David Lecomber <dsl@sources.redhat.com>
3384
3385 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
3386
33872003-09-14 Michael Chastain <mec@shout.net>
3388
3389 * config/m68k/nm-apollo68v.h: Delete.
3390 * config/m68k/xm-apollo68v.h: Delete.
3391
33922003-09-14 Andrew Cagney <cagney@redhat.com>
3393
3394 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
3395 * dcache.c: Update copyrights and descriptions.
3396 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
3397
33982003-09-14 Andrew Cagney <cagney@redhat.com>
3399
3400 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
3401 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
3402
34032003-09-14 Andrew Cagney <cagney@redhat.com>
3404
3405 * alpha-nat.c: Remove some occurances of "register".
3406 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
3407 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
3408 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
3409 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
3410 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
3411 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
3412 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
3413 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
3414 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
3415 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
3416 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
3417 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
3418 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
3419 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
3420 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
3421 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
3422 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
3423 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
3424 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
3425 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
3426 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
3427 * values.c, vax-tdep.c, xcoffread.c: Ditto.
3428
34292003-09-13 Andrew Cagney <cagney@redhat.com>
3430
3431 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
3432 * ppc-tdep.h (struct regcache): Declare opaque.
3433 * objfiles.h (struct objfile_data): Declare opaque.
3434 * cp-support.h (struct objfile): Declare opaque.
3435 * linux-nat.h (target_waitstatus): Declare opaque.
3436
34372003-09-14 Mark Kettenis <kettenis@gnu.org>
3438
3439 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3440 (stabs_argument_has_addr): New architecture method.
3441 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3442 * arch-utils.c: Include "buildsym.h".
3443 (default_stabs_argument_has_addr): New function.
3444 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3445 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3446
3447 * cris-tdep.c (cris_gdbarch_init): Set
3448 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
3449 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3450 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3451 * mips-tdep.c (mips_gdbarch_init): Likewise.
3452 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3453 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3454
34552003-09-13 Andrew Cagney <cagney@redhat.com>
3456
3457 * values.c (using_struct_return): Delete "function" and "funcaddr"
3458 parameters.
3459 * value.h (using_struct_return): Update declaration.
3460 * infcmd.c (finish_command_continuation): Update.
3461 (finish_command): Update.
3462 * infcall.c (call_function_by_hand): Update.
3463 * eval.c (evaluate_subexp_standard): Update.
3464
34652003-09-13 Christopher Faylor <cgf@redhat.com>
3466
3467 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
3468 SSE registers since gdb will not operate correctly without this.
3469 Restore include file ordering munged in previous change.
3470 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
3471
34722003-09-13 Mark Kettenis <kettenis@gnu.org>
3473
3474 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
3475 REG_STRUCT_HAS_ADDR.
3476 * gdbarch.c, gdbarch.h: Updated.
3477 * infcall.c (call_function_by_hand): Update.
3478 * stabsread.c (define_symbol): Updated.
3479
3480 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
3481
34822003-09-12 Christopher Faylor <cgf@redhat.com>
3483
3484 * win32-nat.c: Reorganize so that defines used by target headers are
3485 actually defined by the system headers.
3486 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
3487 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
3488
34892003-09-12 Jim Blandy <jimb@redhat.com>
3490
3491 * dbxread.c (read_dbx_symtab): Don't report an internal error if
3492 the file has no .data, .bss, or .rodata sections. Instead wait
3493 until we see a variable alleged to live in one of those sections.
3494
3495 * dbxread.c (read_dbx_symtab): If we have no .data section and no
3496 .bss section, presume that any variables we find live in the
3497 .rodata section.
3498
3499 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3500 offsets for global and static variables.
3501
3502 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3503 symbol types are, by definition, in the .data section, so it is
3504 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3505 If there is no .data section, there should be no N_DATA or N_DATA
3506 | N_EXT symbols.
3507
35082003-09-12 Mark Kettenis <kettenis@gnu.org>
3509
3510 * amd64fbsd-tdep.c: Fix sigtramp recognition.
3511 (amd64fbsd_sigcontext_addr): Rewrite.
3512 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3513 with correct values.
3514 (amd64fbsd_sc_reg_offset): Initialize with correct values.
3515 (amd64fbsd_init_abi): Fix typo.
3516
35172003-09-12 Andrew Cagney <cagney@redhat.com>
3518
3519 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3520 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3521
35222003-09-12 Andrew Cagney <cagney@redhat.com>
3523
3524 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3525 "entry_file_highpc". Update comments.
3526 * defs.h (deprecated_inside_entry_file): Rename
3527 "inside_entry_file".
3528 * blockframe.c (deprecated_inside_entry_file): Rename
3529 "inside_entry_file".
3530 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
3531 * vax-tdep.c (vax_frame_chain): Update.
3532 * sh64-tdep.c (sh64_frame_chain): Update.
3533 * sh-tdep.c (sh_frame_chain): Update.
3534 * rs6000-tdep.c (rs6000_frame_chain): Update.
3535 * ns32k-tdep.c (ns32k_frame_chain): Update.
3536 * mips-tdep.c (mips_frame_chain): Update.
3537 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3538 * m32r-tdep.c (m32r_frame_this_id): Update.
3539 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3540 * frv-tdep.c (frv_frame_this_id): Update.
3541 * d10v-tdep.c (d10v_frame_this_id): Update.
3542 * cris-tdep.c (cris_frame_chain): Update.
3543 * blockframe.c (legacy_frame_chain_valid): Update.
3544 * avr-tdep.c (avr_frame_this_id): Update.
3545 * arm-tdep.c (arm_prologue_this_id): Update.
3546 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3547 * objfiles.c (objfile_relocate): Update.
3548 * mipsread.c (mipscoff_symfile_read): Update.
3549 (mipscoff_symfile_read): Update.
3550 * mdebugread.c (parse_partial_symbols): Update.
3551 * dwarfread.c (read_file_scope): Update.
3552 * dwarf2read.c (read_file_scope): Update.
3553 * dbxread.c (read_dbx_symtab): Update.
3554 (read_dbx_symtab): Update.
3555 * coffread.c (complete_symtab): Update.
3556
35572003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3558
3559 * top.c (quit_target): New static helper function.
3560 (quit_force): Moved code to quit_target(). Call quit_target()
3561 via catch_errors() to catch errors during quit.
3562
35632003-09-11 David Carlton <carlton@kealia.com>
3564
3565 * buildsym.c (finish_block): Use allocate_block to allocate the
3566 block.
3567 * mdebugread.c (new_block): Add FIXME.
3568
35692003-09-11 David Carlton <carlton@kealia.com>
3570
3571 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3572 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3573 (recursive_dump_type): Ditto.
3574 * printcmd.c (print_formatted): Ditto.
3575 * typeprint.c (print_type_scalar): Ditto.
3576 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3577 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3578 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3579 maint_cplus_cmd_list.
3580 * cp-support.c: Make maint_cplus_cmd_list extern.
3581 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3582 command.h.
3583 (lookup_symbol_file): Look in possible namespace blocks when
3584 appropriate.
3585 (initialize_namespace_symtab): New.
3586 (get_possible_namespace_block, free_namespace_block)
3587 (check_possible_namespace_symbols)
3588 (check_possible_namespace_symbols_loop)
3589 (check_one_possible_namespace_symbol)
3590 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3591 (_initialize_cp_namespace): Ditto.
3592 * block.h: Declare allocate_block.
3593 * block.c (allocate_block): New.
3594 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3595 allocate_block.
3596 * symfile.h: Update declaration of add_psymbol_to_list.
3597 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3598 question.
3599 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3600 scan_partial_symbols_call.
3601 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3602 helper functions.
3603 (add_partial_symbol): If necessary, scan mangled names for names
3604 of namespaces.
3605 (add_partial_namespace): Add NAMESPACE argument; generate partial
3606 symbols associated to namespaces.
3607 (add_partial_enumeration): Add NAMESPACE argument.
3608 (new_symbol): Allow namespace syms.
3609 (read_namespace): Generate namespace syms.
3610 * objfiles.h: Add opaque declaration of struct symtab.
3611 (struct objfile): Add cp_namespace_symtab member.
3612 * objfiles.c (allocate_objfile): Set
3613 objfile->cp_namespace_symtab.
3614 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3615 dictionary_h, command_h.
3616
36172003-09-11 Andrew Cagney <cagney@redhat.com>
3618
3619 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3620 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3621 near the function's end.
3622 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3623 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3624 regcache_raw_write_signed to set SP_REGNUM.
3625
36262003-09-11 Elena Zannoni <ezannoni@redhat.com>
3627
3628 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3629 orig_addrs is set up properly.
3630
36312003-09-11 Andrew Cagney <cagney@redhat.com>
3632
3633 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3634 * gdbarch.h, gdbarch.c: Re-generate.
3635 * infcall.c (call_function_by_hand): Update.
3636 * hppa-tdep.c (hppa_push_arguments): Update.
3637 * ada-lang.c (place_on_stack): Update.
3638 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3639 * sparc-tdep.c (sparc_gdbarch_init): Update.
3640 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3641 * hppa-tdep.c (hppa_gdbarch_init): Update.
3642 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3643 stack_align.
3644
36452003-09-11 Daniel Jacobowitz <drow@mvista.com>
3646
3647 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3648 register do need a frame.
3649
36502003-09-11 Andrew Cagney <cagney@redhat.com>
3651
3652 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3653 buildable since GDB 5.0.
3654 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3655 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3656 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3657 * irix4-nat.c: Delete file.
3658 * config/mips/irix4.mh: Delete file.
3659 * config/mips/irix3.mh: Delete file.
3660 * config/mips/irix3.mt: Delete file.
3661 * config/mips/tm-irix3.h: Delete file.
3662 * config/mips/nm-irix3.h: Delete file.
3663 * config/mips/xm-irix3.h: Delete file.
3664 * config/mips/nm-irix4.h: Delete file.
3665 * config/mips/xm-irix4.h: Delete file.
3666 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3667
36682003-09-10 J. Brobecker <brobecker@gnat.com>
3669
3670 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3671 * Makefile.in (hppa-tdep.o): Update dependencies.
3672
36732003-09-10 James E Wilson <wilson@specifixinc.com>
3674
3675 * MAINTAINERS: Change my e-mail address. Move to paper trail
3676 section.
3677
36782003-09-10 Kevin Buettner <kevinb@redhat.com>
3679
3680 * MAINTAINERS (frv): New ISA entry.
3681
36822003-09-10 Kevin Buettner <kevinb@redhat.com>
3683
3684 * frv-tdep.c (dis-asm.h): Include.
3685 * Makefile.in (frv-tdep.o): Update dependencies.
3686
36872003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3688
3689 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3690 Fix typo for high range of floating registers.
3691
36922003-09-09 David Carlton <carlton@kealia.com>
3693
3694 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3695 highpc initialization here out of scan_partial_symbols.
3696 (scan_partial_symbols): Restructure into a recursive version,
3697 calling add_partial_namespace and add_partial_enumeration when
3698 appropriate.
3699 (add_partial_namespace): New.
3700 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3701
37022003-09-09 Andrew Cagney <cagney@redhat.com>
3703
3704 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3705 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3706 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3707 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3708
3709 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3710 (rs6000_push_dummy_call): Set the "TOC" register.
3711
3712 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3713 methods "max_register_raw_size", "max_register_virtual_size" or
3714 "register_virtual_size".
3715
37162003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3717
3718 * MAINTAINERS: Update my e-mail address.
3719
37202003-09-09 Andrew Cagney <cagney@redhat.com>
3721
3722 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3723 (rs6000_push_dummy_call): Store the struct return address.
3724 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3725
37262003-09-09 Andrew Cagney <cagney@redhat.com>
3727
3728 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3729 "ppc_sysv_abi_push_arguments".
3730 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3731 "ppc_sysv_abi_push_arguments".
3732 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3733 instead of "push_arguments".
3734 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3735
37362003-09-09 Andrew Cagney <cagney@redhat.com>
3737
3738 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3739 instead of CALL_DUMMY_ADDRESS.
3740
37412003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3742
3743 * p-lang.c: Eliminate "register".
3744 * c-lang.c: Ditto.
3745 * expprint.c: Ditto.
3746 * f-lang.c: Ditto.
3747 * jv-lang.c: Ditto.
3748 * language.c: Ditto.
3749 * m2-lang.c: Ditto.
3750 * parse.c: Ditto.
3751 * scm-lang.c: Ditto.
3752 * objc-lang.c: Ditto.
3753
37542003-09-09 Nick Clifton <nickc@redhat.com>
3755
3756 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3757
37582003-09-04 Andrew Cagney <cagney@redhat.com>
3759
3760 * avr-tdep.c: Include "dis-asm.h".
3761 * cris-tdep.c: Include "dis-asm.h".
3762 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3763 instead of corresponding typedef.
3764 * h8300-tdep.c: Include "dis-asm.h".
3765 * ia64-tdep.c: Include "dis-asm.h".
3766 * i386-tdep.c: Include "dis-asm.h".
3767 (i386_print_insn): Use "struct disassemble_info" instead of
3768 corresponding typedef.
3769 * m68k-tdep.c: Include "dis-asm.h".
3770 * mcore-tdep.c: Include "dis-asm.h".
3771 * mips-tdep.c: Include "dis-asm.h".
3772 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3773 instead of corresponding typedef.
3774 * ns32k-tdep.c: Include "dis-asm.h".
3775 * s390-tdep.c: Include "dis-asm.h".
3776 * sparc-tdep.c: Include "dis-asm.h".
3777 * vax-tdep.c: Include "dis-asm.h".
3778 * v850-tdep.c: Include "dis-asm.h".
3779 * mn10300-tdep.c: Include "dis-asm.h".
3780 * rs6000-tdep.c: Include "dis-asm.h".
3781 * xstormy16-tdep.c: Include "dis-asm.h".
3782 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3783 print_insn_xstormy16.
3784 * Makefile.in (v850-tdep.o): Update dependencies.
3785 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3786 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3787 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3788 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3789 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3790 (gdbarch_h): Remove $(dis_asm_h).
3791 * disasm.c: Include "dis-asm.h".
3792 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3793 corresponding typedef.
3794 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3795 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3796 * gdbarch.sh: Do not include "dis-asm.h".
3797 (struct disassemble_info): Declare opaque.
3798 (TARGET_PRINT_INSN): Update declaration.
3799 * gdbarch.h, gdbarch.c: Re-generate.
3800
38012003-09-08 Andrew Cagney <cagney@redhat.com>
3802
3803 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3804 CALL_DUMMY_ADDRESS, change to a predicate.
3805 * gdbarch.h, gdbarch.c: Re-generate.
3806 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3807 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3808 * infcall.c (call_function_by_hand): Ditto.
3809 * sparc-tdep.c (sparc_push_return_address): Ditto.
3810 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3811 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3812 CALL_DUMMY_ADDRESS with entry_point_address.
3813 * v850-tdep.c (v850_push_return_address): Ditto.
3814 * s390-tdep.c (s390_push_return_address): Ditto.
3815 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3816 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3817 * mcore-tdep.c (mcore_push_return_address): Ditto.
3818 * cris-tdep.c (cris_push_return_address): Ditto.
3819 * arm-tdep.c (arm_push_return_address): Ditto.
3820
38212003-09-08 Andrew Cagney <cagney@redhat.com>
3822
3823 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3824 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3825 and REG_UNMODIFIED to REG_SAME_VALUE.
3826 (execute_cfa_program): Update.
3827 (dwarf2_frame_cache): Update. Initialize table to
3828 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3829 location.
3830 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3831
38322003-09-08 Andrew Cagney <cagney@redhat.com>
3833
3834 * gnu-nat.c: Remove "inline" function attribute.
3835 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3836
38372003-09-08 Kevin Buettner <kevinb@redhat.com>
3838
3839 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3840 target.
3841
38422003-09-08 Kevin Buettner <kevinb@redhat.com>
3843
3844 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3845 (frame_extra_info): Rename this struct to frv_unwind_cache.
3846 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3847 Add fields ``prev_sp'' and ``base''.
3848 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3849 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3850 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3851 Delete.
3852 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3853 Revise all callers. Fill in the unwind cache argument and make
3854 other adjustments to account for new frame mechanisms.
3855 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3856 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3857 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3858 (frv_frame_unwind, frv_frame_base): New structs.
3859 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3860 additional arguments expected by this method and adjust function
3861 body accordingly.
3862 (frv_gdbarch_init): Remove calls to the following functions:
3863 set_gdbarch_deprecated_init_frame_pc(),
3864 set_gdbarch_deprecated_saved_pc_after_call(),
3865 set_gdbarch_deprecated_frame_chain(),
3866 set_gdbarch_deprecated_frame_saved_pc(),
3867 set_gdbarch_deprecated_frame_init_saved_regs(),
3868 set_gdbarch_deprecated_push_arguments(),
3869 set_gdbarch_deprecated_push_return_address(),
3870 set_gdbarch_deprecated_pop_frame(),
3871 set_gdbarch_deprecated_call_dummy_words(),
3872 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3873 set_gdbarch_deprecated_init_extra_frame_info(),
3874 set_gdbarch_deprecated_dummy_write_sp(), and
3875 set_gdbarch_deprecated_pc_in_call_dummy().
3876 Add calls to the following functions:
3877 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3878 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3879 frame_base_set_default().
3880 * Makefile.in (frv-tdep.o): Update dependencies.
3881
38822003-09-09 Mark Kettenis <kettenis@gnu.org>
3883
3884 * dwarf2-frame.c (read_encoded_value): Add support for
3885 DW_EH_PE_aligned encoding.
3886
38872003-09-08 Daniel Jacobowitz <drow@mvista.com>
3888
3889 * infrun.c (normal_stop): Don't print a message if the inferior
3890 has exited.
3891
38922003-09-08 Jim Blandy <jimb@redhat.com>
3893
3894 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3895 * dbxread.c: #include "gdb_assert.h".
3896 (read_dbx_symtab): If the objfile has no .data section, use the
3897 section index for the .bss section instead.
3898
38992003-09-08 Daniel Jacobowitz <drow@mvista.com>
3900
3901 * frame.c (deprecated_safe_get_selected_frame): New function.
3902 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3903 * findvar.c (read_var_value): Call it.
3904
39052003-09-08 Corinna Vinschen <vinschen@redhat.com>
3906
3907 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3908 (sh64-tdep.o): Add dependencies.
3909 * configure.tgt: Add FIXME to sh-*-linux*.
3910 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3911 (sh_gdbarch_init): Always set correct sh_show_regs function
3912 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3913 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3914 * sh64-tdep.c: New file, containing all sh64 related code from
3915 sh-tdep.c.
3916 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3917 * config/sh/linux.mt (TDEPFILES): Ditto.
3918 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3919 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3920 * config/sh/wince.mt (TDEPFILES): Ditto.
3921
39222003-09-07 Daniel Jacobowitz <drow@mvista.com>
3923
3924 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3925 (stop_wait_callback): Handle !lp->signalled also.
3926 (lin_lwp_has_pending, flush_callback): New functions.
3927 (lin_lwp_wait): Call flush_callback.
3928 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3929 (linux_proc_pending_signals): New function.
3930 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3931
39322003-09-07 Daniel Jacobowitz <drow@mvista.com>
3933
3934 From Nick Kelsey <nickk@ubicom.com>:
3935 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3936 when the stop PC is at the beginning of a function also.
3937
39382003-09-06 Daniel Jacobowitz <drow@mvista.com>
3939
3940 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3941 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3942
39432003-09-06 Mark Kettenis <kettenis@gnu.org>
3944
3945 * sol-thread.c: Include "gdb_string.h".
3946
39472003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3948
3949 * gcore.c: Reorder include files in alphabetical order. Include
3950 "gdb_assert.h". Various coding style fixes.
3951 (derive_stack_segment, derive_heap_segment): Replace check for
3952 non-null BOTTOM and TOP with gdb_assert.
3953 (derive_heap_segment): Replace check for successful creation of
3954 ZERO with gdb_assert.
3955 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3956
39572003-09-04 Andrew Cagney <cagney@redhat.com>
3958
3959 * thread-db.c (verbose_dlsym): New function.
3960 (thread_db_load): Use verbose_dlsym
3961 (thread_db_new_objfile): Print that libthread_db was loaded, and
3962 that thread debugging was enabled.
3963
39642003-09-04 Andrew Cagney <cagney@redhat.com>
3965
3966 * configure.tgt: Add "mips64*-*-*" target. Delete
3967 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3968 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3969 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3970 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3971 mips*-sony-*, and mips64*-*-elf* targets.
3972 * config/mips/embedl.mt: Delete file.
3973 * config/mips/embedl64.mt: Delete file.
3974 * config/mips/mips.mt: Delete file.
3975 * config/mips/mips64.mt: Delete file.
3976 * config/mips/tm-embed.h: Delete file.
3977 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3978 * config/mips/embed64.mt: Delete out-of-date comment.
3979
39802003-09-04 Andrew Cagney <cagney@redhat.com>
3981
3982 * hppa-tdep.c (hppa_gdbarch_init): Set
3983 "have_nonsteppable_watchpoint".
3984 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3985 * mips-tdep.c (mips_dump_tdep): Do not print
3986 HAVE_NONSTEPPABLE_WATCHPOINT.
3987 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3988 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3989 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3990 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3991
39922003-09-04 Corinna Vinschen <vinschen@redhat.com>
3993
3994 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3995 unused code. Add comment.
3996
39972003-09-04 Corinna Vinschen <vinschen@redhat.com>
3998
3999 * breakpoint.c (watchpoint_check): Check for pc being in an
4000 epilogue if watchpoint frame couldn't be found.
4001
40022003-09-04 Andrew Cagney <cagney@redhat.com>
4003
4004 * Makefile.in: Re-generate all dependencies.
4005
40062003-09-03 Andrew Cagney <cagney@redhat.com>
4007
4008 * arch-utils.h (legacy_print_insn): Delete declaration.
4009 * arch-utils.c (legacy_print_insn): Delete function.
4010 * disasm.c (deprecated_tm_print_insn_info): Delete.
4011 (_initialize_disasm): Delete function, contained code initializing
4012 deprecated_tm_print_insn_info.
4013 * gdbarch.sh (deprecated_tm_print_insn): Delete.
4014 (deprecated_tm_print_insn_info): Delete.
4015 (TARGET_PRINT_INSN): Do not provide a default.
4016 * gdbarch.h, gdbarch.c: Re-generate.
4017
40182003-09-03 Andrew Cagney <cagney@redhat.com>
4019
4020 * disasm.c (fprintf_disasm): New function.
4021 (gdb_disassemble_info): Call "init_disassemble_info", instead of
4022 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
4023 reverts 2003-08-14 change.
4024 (_initialize_disasm): Call "init_disassemble_info", instead of
4025 INIT_DISASSEMBLE_INFO_NO_ARCH.
4026
40272003-09-03 Michael Snyder <msnyder@redhat.com>
4028
4029 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
4030
40312003-09-03 Andrew Cagney <cagney@redhat.com>
4032
4033 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
4034 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
4035 * symfile.c (syms_from_objfile): Update.
4036 (reread_symbols): `Update
4037 * exec.c (exec_file_attach): Update.
4038 (exec_file_attach): Update.
4039 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
4040 2003-08-29 change.
4041 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
4042
40432003-09-03 Daniel Jacobowitz <drow@mvista.com>
4044
4045 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
4046 trad-frame.h.
4047 (arm_get_cache): Delete macro.
4048 (struct arm_prologue_cache): Update comments. Make saved_regs into
4049 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
4050 to prev_sp.
4051 (thumb_scan_prologue): Update for cache changes. Don't call
4052 DEPRECATED_PC_IN_CALL_DUMMY.
4053 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
4054 argument and use it in desperation search for our prologue. Do not
4055 search past the specified PC.
4056 (arm_make_prologue_cache): Simplify.
4057
4058 (arm_prologue_this_id, arm_prologue_prev_register)
4059 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
4060 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
4061 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
4062 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
4063 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
4064
4065 (arm_frame_chain_valid, arm_find_callers_reg)
4066 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
4067 (arm_pop_frame): Delete obsolete methods.
4068 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
4069
4070 (arm_gdbarch_init): Update for new frame methods. Register prologue
4071 and sigtramp unwinders. Set the default frame base method.
4072
4073 * Makefile.in (arm-tdep.o): Update dependencies.
4074 * varobj.c (find_frame_addr_in_frame_chain): Call
4075 get_frame_base_address.
4076 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
4077
40782003-09-03 Daniel Jacobowitz <drow@mvista.com>
4079
4080 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
4081 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
4082 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
4083 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
4084 Take NEXT_FRAME and CACHE arguments. Call
4085 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
4086 Set unwound_pc in CACHE instead of modifying the frame argument.
4087 Don't bother checking the frame type when looking for sigtramp
4088 frames.
4089 (arm_make_prologue_cache, arm_frame_chain)
4090 (arm_init_extra_frame_info): New functions.
4091
40922003-09-03 Daniel Jacobowitz <drow@mvista.com>
4093
4094 * arm-tdep.c (arm_get_cache): Define.
4095 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
4096 unwound_sp, unwound_pc, and saved_regs.
4097 (thumb_scan_prologue): Take a cache instead of the frame.
4098 (arm_scan_prologue): Likewise.
4099 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
4100 instead of a temporary frame.
4101 (arm_init_extra_frame_info): Allocate and use a cache.
4102 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
4103
41042003-09-03 Andrew Cagney <cagney@redhat.com>
4105
4106 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
4107 * config/mips/wince.mt (TM_CLIBS): Ditto.
4108 * config/sh/wince.mt (TM_CLIBS): Ditto.
4109 * config/pa/hppa64.mt (TM_CLIBS): Delete.
4110 * config/sparc/sp64.mt (CC): Delete.
4111
41122003-09-03 Andrew Cagney <cagney@redhat.com>
4113
4114 * defs.h: Do not include "arch-utils.h".
4115 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
4116 GDB_MULTI_ARCH_PURE.
4117 * configure.in (GDB_MULTI_ARCH): Do not define.
4118 * configure, config.in: Regenerate.
4119 * configure.tgt: Do not set variable "gdb_multi_arch".
4120 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
4121 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
4122 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
4123 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
4124 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
4125 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
4126 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
4127 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
4128 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
4129 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
4130 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
4131 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
4132 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
4133 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
4134 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
4135 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
4136 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
4137 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
4138
41392003-08-30 Michael Chastain <mec@shout.net>
4140
4141 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
4142 * config/m68k/nm-hp300hpux.h: Delete.
4143 * config/m68k/tm-hp300hpux.h: Delete.
4144 * config/m68k/xm-hp300hpux.h: Delete.
4145 * config/m68k/xm-hp300bsd.h: Delete.
4146 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
4147 tm-hp300hpux.h, xm-hp300hpux.h.
4148 * somsolib.c: Remove comment about hp300 shared libraries.
4149
41502003-08-31 Mark Kettenis <kettenis@gnu.org>
4151
4152 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
4153 Only define PTRACE_GET_THREAD_AREA is not already defined.
4154 Various style fixes in code and comments and some additional
4155 spelling fixes in comments. Move after functions dealing with
4156 debug registers.
4157 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
4158 Fix coding-style.
4159
4160 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
4161 frame_unwind_register_unsigned instead of
4162 frame_unwind_unsigned_register.
4163
41642003-08-30 Mark Kettenis <kettenis@gnu.org>
4165
4166 * configure.in: Search for gethostbyname in libnsl.
4167 * configure: Regenerated.
4168
41692003-08-29 Mark Kettenis <kettenis@gnu.org>
4170
4171 * configure.in: Remove redundant AC_MSG_RESULT in check for
4172 uintptr_t in stdint.h.
4173 * configure: Regenerated.
4174
4175 * amd64-nat.h (struct regcache): Add opaque declaration.
4176
4177 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
4178 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
4179 Change "register array" to "register cache" in comments.
4180 (x86_64_linux_gregset64_reg_offset): New variable.
4181 (GETREGS_SUPPLIES): Remove macro.
4182 (supply_gregset): Call amd64_supply_native_gregset instead of
4183 x86_64_linux_supply_gregset.
4184 (fill_gregset): Rename `regno' to `regnum'. Call
4185 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
4186 (store_regs): Rename `regno' to `regnum'.
4187 (store_fpregs): Rename `regno' to `regnum'.
4188 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
4189 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4190 Reorganize function a bit.
4191 (store_inferior_registers): Rename `regno' to `regnum'. Use
4192 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4193 Reorganize function a bit.
4194 (_initialize_x86_64_linux_nat): New function.
4195 * config/i386/x86-64linux.mh.
4196
41972003-08-29 Andrew Cagney <cagney@redhat.com>
4198
4199 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
4200 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
4201 (target_remove_watchpoint): Delete macro.
4202 (target_insert_watchpoint): Delete macro.
4203 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
4204 (remote_mips_stopped_by_watchpoint): Delete declaration.
4205 (remote_mips_remove_watchpoint): Delete declaration.
4206 (remote_mips_set_watchpoint): Delete declaration.
4207 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
4208 * remote-mips.c (_initialize_remote_mips): Set
4209 "to_insert_watchpoint", "to_stopped_by_watchpoint",
4210 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
4211 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
4212 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
4213 (mips_stopped_by_watchpoint): Rename
4214 remote_mips_stopped_by_watchpoint.
4215 (mips_can_hardware_watchpoint): Rename
4216 remote_mips_can_use_hardware_watchpoint, update function
4217 signature.
4218
42192003-08-29 Mark Kettenis <kettenis@gnu.org>
4220
4221 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
4222 USER_DS. We haven't given them a register number yet.
4223
4224 * amd64-nat.h: New file.
4225 * amd64-nat.c: New file.
4226 * amd64fbsd-nat.c: Include "amd64-nat.h".
4227 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
4228 (amd64fbsd32_r_reg_offset): New variable.
4229 (supply_gregset): Simply call amd64_supply_native_gregset.
4230 (fill_gregset): Rename `regno' to `regnum'. Simply call
4231 amd64_collect_native_gregset.
4232 (fill_fpregset): Rename `regno' to `regnum'.
4233 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
4234 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4235 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4236 `fpregset_t'. Call amd64_supply_native_gregset instead of
4237 supply_gregset. Call x86_64_supply_fxsave instead of
4238 supply_fpregset.
4239 (store_inferior_registers): Rename `regno' to `regnum'. Replace
4240 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4241 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4242 `fpregset_t'. Call amd64_collect_native_gregset instead of
4243 fill_gregset. Call x86_64_collect_fxsave instead of
4244 fill_fpregset.
4245 (_initialize_am64fbsd_nat): Initialize
4246 amd64_native_gregset32_reg_offset and
4247 amd64_native_gregset64_reg_offset.
4248 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
4249
4250 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
4251 null pointer. Fix typo in comment.
4252
4253 * regcache.c (supply_register): Reimplement to call
4254 regcache_raw_supply.
4255 (regcache_collect): Reimplement by calling regcache_raw_collect.
4256
42572003-08-28 Mark Kettenis <kettenis@gnu.org>
4258
4259 * regcache.c (register_buffer): Consitify first argument.
4260 (regcache_raw_supply, regcache_raw_collect): New
4261 functions.
4262
42632003-08-28 Daniel Jacobowitz <drow@mvista.com>
4264
4265 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
4266 by Nathan J. Williams.
4267
42682003-08-28 Daniel Jacobowitz <drow@mvista.com>
4269
4270 * lin-lwp.c (wait_lwp): New function, copied from
4271 stop_wait_callback. Clean up.
4272 (stop_wait_callback): Use wait_lwp.
4273
42742003-08-28 Andrew Cagney <cagney@redhat.com>
4275
4276 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
4277 flavour and disassembler options.
4278 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
4279 (mips_gdbarch_init): Set "print_insn". Delete initialization of
4280 deprecated_tm_print_insn_info.
4281
42822003-08-27 Andrew Cagney <cagney@redhat.com>
4283
4284 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
4285 Use target_read_memory.
4286 (s390_get_frame_info): Update. Do not reference
4287 deprecated_tm_print_insn_info.
4288 (s390_check_function_end, s390_is_sigreturn): Ditto.
4289
42902003-08-27 Andrew Cagney <cagney@redhat.com>
4291
4292 * Makefile.in (cris-tdep.o): Update dependencies.
4293 * cris-tdep.c: Include "gdb_assert.h".
4294 (cris_gdbarch_init): Set print_insn.
4295 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
4296 (cris_delayed_get_disassembler): Simplify, directly call the
4297 disassembler returned by cris_get_disassembler.
4298 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
4299 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
4300 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
4301 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
4302 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
4303 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
4304 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
4305 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
4306 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
4307 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
4308 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
4309 (gdb_print_insn_sparc): Delete function.
4310 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
4311 deprecated_tm_print_insn_info.
4312 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
4313 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
4314 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
4315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
4316 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
4317 * s390-tdep.c (gdb_print_insn_s390): Delete function.
4318 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
4319 (s390_gdbarch_init): Set print_insn.
4320
43212003-08-27 Andrew Cagney <cagney@redhat.com>
4322
4323 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
4324 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
4325 * infcall.c (call_function_by_hand): Convert the entry point
4326 address into a code address.
4327
43282003-08-27 Andrew Cagney <cagney@redhat.com>
4329
4330 * dsrec.c: Include "gdb_string.h".
4331 * Makefile.in (dsrec.o): Update dependencies.
4332
43332003-08-27 Michael Chastain <mec@shout.net>
4334
4335 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
4336
43372003-08-27 Andrew Cagney <cagney@redhat.com>
4338
4339 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
4340 (alpha_osf1_init_abi): Do not set call_dummy_address.
4341
43422003-08-27 David Carlton <carlton@kealia.com>
4343
4344 From Randolph Chung <tausq@debian.org>:
4345 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
4346 compiles with -Wformat-nonliteral -Werror.
4347
43482003-08-26 Jim Blandy <jimb@redhat.com>
4349
4350 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
4351 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
4352 bfd_lookup_symbol, since we only want symbols in code sections.
4353 (look_for_base): Pass zero as the SECT_FLAGS argument to
4354 bfd_lookup_symbol, since we're not concerned about which section
4355 the symbol is in.
4356
43572003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4358
4359 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
4360 we are frameless or the return address register is already known.
4361
43622003-08-26 Andrew Cagney <cagney@redhat.com>
4363
4364 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
4365 in size. Add comments.
4366
43672003-08-26 Jeff Johnston <jjohnstn@redhat.com>
4368
4369 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
4370 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
4371
43722003-08-26 Jason Merrill <jason@redhat.com>
4373
4374 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
4375 case out of #ifdef MIPS block.
4376
43772003-08-25 Daniel Jacobowitz <drow@mvista.com>
4378
4379 PR java/1322
4380 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
4381 available before calling SECT_OFF_TEXT.
4382 * PROBLEMS: Remove description of java/1322.
4383
43842003-08-25 Jeff Johnston <jjohnstn@redhat.com>
4385
4386 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
4387 bof, and nat0-nat127 as pseudo-registers.
4388 (ia64_frame_cache): New struct used to cache frame info.
4389 (ia64_register_reggroup_p): New routine used to override default
4390 register grouping so registers without names are still saved and
4391 restored.
4392 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
4393 pseudo values.
4394 (ia64_pseudo_register_read): New routine to read pseudo-registers.
4395 (ia64_pseudo_register_write): New routine to write pseudo-registers.
4396 (ia64_alloc_frame_cache): New routine to create a new
4397 ia64_frame_cache.
4398 (examine_prologue): Change prototype to add next_frame pointer.
4399 Assume frameless until otherwise proven. Verify that the cfm for
4400 current frame matches the cfm that should occur for the prologues
4401 alloc insn and if equal, mark as not frameless. At end of routine,
4402 if not frameless, calculate registers for the previous frame and store
4403 in the cache, if a cache is provided.
4404 (ia64_skip_prologue): Use new prototype when calling examine_prologue
4405 and pass 0 for next_frame.
4406 (ia64_store_return_value): Change to use convert_typed_floating()
4407 instead of calling ia64_convert_to_raw().
4408 (ia64_extract_return_value): Change to use convert_typed_floating()
4409 instead of calling ia64_convert_to_virtual().
4410 (ia64_frame_cache): New routine to support new frame model.
4411 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
4412 (ia64_frame_sniffer): Ditto.
4413 (ia64_sigtramp_frame_init_saved_regs): Ditto.
4414 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
4415 (ia64_sigtramp_frame_prev_register): Ditto.
4416 (ia64_sigtramp_frame_sniffer): Ditto.
4417 (ia64_frame_base_address): Ditto.
4418 (ia64_extract_struct_value_address): Change to issue error message.
4419 (ia64_frame_align): New routine to align sp.
4420 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
4421 (ia64_push_arguments): Removed. Logic moved to
4422 ia64_push_dummy_call().
4423 (ia64_push_return_address): Ditto.
4424 (ia64_unwind_dummy_id): New function.
4425 (ia64_unwind_pc): Ditto.
4426 (ia64_convert_register_p): Ditto.
4427 (ia64_register_to_value): Ditto.
4428 (ia64_value_to_register): Ditto.
4429 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
4430 (ia64_register_byte, ia64_register_raw_size): Ditto.
4431 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
4432 (ia64_saved_pc_after_call): Ditto.
4433 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
4434 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
4435 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
4436 (ia64_register_convert_to_raw): Ditto.
4437 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
4438 (ia64_init_extra_frame_info): Ditto.
4439 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
4440 (ia64_gdbarch_init): Remove registering of deprecated functions that
4441 are no longer used. Add registration of new gdbarch functions.
4442 Remove registering deprecated_write_sp. Replace
4443 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
4444 Delete set_gdbarch_deprecated_register_convertible(),
4445 set_gdbarch_deprecated_register_convert_to_virtual(), and
4446 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
4447 set_gdbarch_deprecated_register_size(),
4448 set_gdbarch_deprecated_register_bytes(),
4449 set_gdbarch_pcregnum(),
4450 set_gdbarch_deprecated_register_byte(),
4451 set_gdbarch_deprecated_register_raw_size(),
4452 set_gdbarch_deprecated_max_register_raw_size(),
4453 set_gdbarch_deprecated_register_virtual_size(),
4454 and set_gdbarch_deprecated_max_register_virtual_size() calls.
4455 Replace set_gdbarch_deprecated_extract_return_value() with
4456 set_gdbarch_extract_return_value(). Remove calls to:
4457 set_gdbarch_deprecated_saved_pc_after_call();
4458 set_gdbarch_deprecated_frame_chain(),
4459 set_gdbarch_deprecated_frame_saved_pc(),
4460 set_gdbarch_deprecated_frame_init_saved_regs(),
4461 set_gdbarch_deprecated_get_saved_register(),
4462 set_gdbarch_deprecated_call_dummy_words(),
4463 set_gdbarch_deprecated_sizeof_call_dummy_words(),
4464 set_gdbarch_deprecated_init_extra_frame_info(),
4465 set_gdbarch_deprecated_frame_args_address(),
4466 set_gdbarch_deprecated_frame_locals_address(),
4467 and set_gdbarch_deprecated_dummy_write_sp().
4468 Add set_gdbarch_convert_register_p(),
4469 set_gdbarch_register_to_value(),
4470 set_gdbarch_value_to_register(),
4471 set_gdbarch_push_dummy_call(),
4472 set_gdbarch_frame_align(),
4473 set_gdbarch_unwind_dummy_id(),
4474 set_gdbarch_unwind_pc(),
4475 frame_unwind_append_sniffer(),
4476 frame_unwind_append_sniffer(),
4477 and frame_base_set_default().
4478
44792003-08-25 Chris Demetriou <cgd@broadcom.com>
4480
4481 * configure.tgt: Document need for special "mipsisa64" handling.
4482 (mipsisa64*-*-linux64): Handle as target linux64.
4483 (mipsisa64*-*-*): Handle as target embed64.
4484
44852003-08-18 Michael Chastain <mec@shout.net>
4486
4487 * PROBLEMS: Document pr gdb/1322, the Java anonymous
4488 objfile bug.
4489
44902003-08-24 Mark Kettenis <kettenis@gnu.org>
4491
4492 * i387-tdep.h: Update copyright date.
4493 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
4494
4495 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4496 CFLAGS games to reflect reality.
4497
44982003-08-24 Andrew Cagney <cagney@redhat.com>
4499
4500 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4501 GDB_MULTI_ARCH is always non-zero.
4502 * osabi.c (_initialize_gdb_osabi): Ditto.
4503 (gdbarch_init_osabi): Ditto.
4504 * sparc-tdep.c: Ditto for #if code.
4505
45062003-08-23 Mark Kettenis <kettenis@gnu.org>
4507
4508 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4509 Update comments.
4510 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
4511 comments.
4512 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4513 x86_64_supply_fxsave.
4514 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4515 x86_64_supply_fxsave.
4516 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4517 x86_64_supply_fxsave.
4518
45192003-08-23 Andreas Jaeger <aj@suse.de>
4520
4521 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4522 i387_supply_fxsave.
4523
45242003-08-23 Mark Kettenis <kettenis@gnu.org>
4525
4526 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4527 i387_supply_register.
4528 (go32_fetch_registers): Adjust call to i387_supply_fsave.
4529 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4530 i387_supply_fsave.
4531 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4532 i387_supply_fxsave.
4533 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4534 i387_supply_fsave.
4535 * i386bsd-nat.c (supply_fpregset): Adjust call to
4536 i387_supply_fsave.
4537 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
4538 call to i387_supply_fxsave. Call i387_supply_fsave instead of
4539 supply_fpregset.
4540 (store_inferior_registers): Remove extraneous whitespace. Call
4541 i387_fill_fsave instead of fill_fpregset.
4542 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4543 (supply_fpregset): Likewise.
4544 * i386v4-nat.c (supply_fpregset): Adjust call to
4545 i387_supply_fsave.
4546 * i386-interix-nat.c (supply_fpregset): Adjust call to
4547 i387_supply_fsave.
4548 * i386-linux-nat.c (supply_fpregset): Adjust call to
4549 i387_supply_fsave.
4550 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4551 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4552 i387supply_fsave and i387_supply_fxsave.
4553 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4554 Incorporate code from `i387_supply_register.
4555 (i387_supply_register): Remove.
4556 (i387_supply_fxsave): Add `regnum' argument.
4557 Update comments.
4558 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4559 prototype.
4560 (i387_supply_register): remove prototype.
4561 Update comments.
4562
45632003-08-22 Michael Chastain <mec@shout.net>
4564
4565 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4566 Add lines for files in gdb/testsuite/gdb.cp/* that are
4567 still not 8.3 unique.
4568
45692003-08-22 Daniel Jacobowitz <drow@mvista.com>
4570
4571 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4572 TYPE_VPTR_FIELDNO is valid.
4573
45742003-08-19 Mark Kettenis <kettenis@gnu.org>
4575
4576 * utils.c (set_width_command): Remove prototypes.
4577 (set_screen_size): New prototype.
4578 (init_page_info): Simplify by fetching the screen size from
4579 Readline. Call set_screen_size.
4580 (set_screen_size): New function.
4581 (set_width): Add missing whitespace in comment.
4582 (set_width_command): Call set_screen_size.
4583 (set_height_command): New function.
4584 (initialize_utils): Fix formatting. Make "set height" command
4585 call set_height_command. Remove redundant code that turns off
4586 pagination if output isn't a terminal. Remove redundant call to
4587 set_width_command.
4588
45892003-08-22 Mark Kettenis <kettenis@gnu.org>
4590
4591 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4592 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4593 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4594 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4595 `case' keyword.
4596 (sparc64_register_info): Give the reister with number
4597 SPARC64_STATE_REGNUM a name.
4598 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4599 %asi and %ccr.
4600 (sparc64_push_dummy_call): Take BIAS into account when checking
4601 stcak alignment.
4602 (sparc_software_single_step): Remove assertions that check whether
4603 NPC and NNPC were zero.
4604 (sparc_supply_rwindow): Make public. Merge functionality with
4605 sparc64_supply_rwindow.
4606 (sparc_fill_rwindow): Make public. Merge functionality with
4607 sparc64_fill_rwindow.
4608 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4609 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4610 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4611 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4612 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4613
4614 * reggroups.c: Add whitespace after declarations of local
4615 variables in functions.
4616
46172003-08-21 Michael Chastain <mec@shout.net>
4618
4619 * gdbtypes.h: Change array bound type from an int to enum.
4620
46212003-08-21 Andrew Cagney <cagney@redhat.com>
4622
4623 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4624 * config/sparc/tm-sparc.h: Ditto.
4625 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4626 unconditionally.
4627 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4628
46292003-07-13 Mark Kettenis <kettenis@gnu.org>
4630
4631 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4632 (register_objfile_data, set_objfile_data, objfile_data): New
4633 prototypes.
4634 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4635 prototypes.
4636 (allocate_objfile): Call objfile_alloc_data.
4637 (free_objfile): Call objfile_free_data.
4638 (struct objfile_data): New.
4639 (struct objfile_data_registration): New.
4640 (struct objfile_data_registry): New.
4641 (objfile_data_registry): New variable.
4642 (register_objfile_data): New function.
4643 (objfile_alloc_data, objfile_free_data): New functions.
4644 (set_objfile_data, objfile_data): New functions.
4645 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4646 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4647 (_initialize_dwarf2_frame): New function and prototype.
4648
46492003-08-21 Andrew Cagney <cagney@redhat.com>
4650
4651 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4652 a specific architecture.
4653 * arch-utils.h (set_architecture_from_arch_mach): Delete
4654 declaration.
4655 (target_architecture_hook): Delete declaration.
4656 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4657 (default_float_format): Assume GDB_MULTI_ARCH.
4658 (default_double_format): Assume GDB_MULTI_ARCH.
4659 (set_endian_from_file): Delete function.
4660 (arch_ok): Delete function.
4661 (set_arch): Delete function.
4662 (set_architecture_from_arch_mach): Delete function.
4663 (set_architecture_from_file): Delete function.
4664 (set_architecture): Assume GDB_MULTI_ARCH.
4665 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4666
46672003-08-21 Mark Kettenis <kettenis@gnu.org>
4668
4669 Rewrite FreeBSD/sparc64 native configuration.
4670 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4671 * sparc64fbsd-nat.c: New file.
4672 * sparc64fbsd-tdep.c: New file.
4673 * sparc64-tdep.c sparc64-tdep.h: New files.
4674 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4675 sparc64fbsd-tdep.o): New dependencies.
4676 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4677 and sparc64fbsd-tdep.c.
4678 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4679 * config/sparc/fbsd.mh: Remove copyright notice.
4680 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4681 sparcbsd-nat.o.
4682 * config/sparc/fbsd.mt: Remove copyright notice.
4683 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4684 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4685 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4686 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4687 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4688 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4689 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4690 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4691 "sparc/tm-sp64.h".
4692 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4693 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4694
46952003-08-21 Michael Chastain <mec@shout.net>
4696
4697 * symtab.h: Add doco on the space critical structures and
4698 some measurements of space usage.
4699
47002003-08-21 Michael Snyder <msnyder@redhat.com>
4701
4702 * tracepoint.c (trace_dump_command): Trace break address
4703 is subject to DECR_PC_AFTER_BREAK.
4704 (set_traceframe_context): Make "trace_line" an int.
4705 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4706
47072003-08-20 Michael Snyder <msnyder@redhat.com>
4708
4709 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4710 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4711 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4712 argument passing.
4713 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4714 functions, replace sh_push_dummy_call.
4715 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4716
47172003-08-20 Michael Chastain <mec@shout.net>
4718
4719 * gdbtypes.h (struct main_type): Rearrange to save space.
4720
47212003-08-20 Michael Snyder <msnyder@redhat.com>
4722
4723 * trad-frame.c: Comment typo fix.
4724
47252003-08-20 Michael Snyder <msnyder@redhat.com>
4726 Kevin Buettner <kevinb@redhat.com>
4727
4728 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4729 (frv_frame_init_saved_regs): Add declaration.
4730 (frame_extra_info): Add new field ``saved_regs''.
4731 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4732 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4733 Update frame related code.
4734 (frv_extract_struct_value_address): Adjust formatting.
4735 * Makefile.in (frv-tdep.o): Update dependencies.
4736 * config/frv/tm-frv.h (target_insert_watchpoint)
4737 (target_remove_watchpoint, target_insert_hw_breakpoint)
4738 (target_remove_hw_breakpoint): Delete these macros.
4739 (remote_insert_watchpoint, remote_remove_watchpoint)
4740 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4741 these declarations.
4742
47432003-08-20 Michael Chastain <mec@shout.net>
4744
4745 * defs.h (ENUM_BITFIELD): New macro.
4746 * symtab.h (ENUM_BITFIELD): Use it.
4747 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4748
47492003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4750
4751 * MAINTAINERS (write after approval): Add myself.
4752
47532003-08-18 Andrew Cagney <cagney@redhat.com>
4754
4755 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4756 * gdbarch.h, gdbarch.c: Re-generate.
4757 * infcall.c (call_function_by_hand): Adjust the SP by
4758 frame_red_zone_size before allocating any stack space.
4759 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4760 * x86-64-tdep.c (x86_64_frame_align): New function.
4761 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4762
4763 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4764 Remove code adjusting SP so that it skips over the Red Zone.
4765
47662003-08-18 Mark Kettenis <kettenis@gnu.org>
4767
4768 * NEWS (New native configurations): Mention FreeBSD/amd64.
4769
47702003-08-18 Andrew Cagney <cagney@redhat.com>
4771
4772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4773 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4774 "m68k_frame_p".
4775 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4776
47772003-08-18 Mark Kettenis <kettenis@gnu.org>
4778
4779 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4780
47812003-08-18 Michal Ludvig <mludvig@suse.cz>
4782
4783 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4784 Define.
4785 * i386-linux-nat.c: Include "linux-nat.h".
4786 (child_post_startup_inferior): New function.
4787
47882003-08-18 Mark Kettenis <kettenis@gnu.org>
4789
4790 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4791 at the start of a frameless function. This probably fixes PR
4792 backtrace/1338.
4793
47942003-08-17 Michael Chastain <mec@shout.net>
4795
4796 * symfile.c (find_sym_fns): Remove special case for apollo target.
4797
47982003-08-17 Daniel Jacobowitz <drow@mvista.com>
4799
4800 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4801 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4802 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4803 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4804 (linux_supports_tracevforkdone): New function.
4805 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4806 TRACEVFORKDONE.
4807 (child_follow_fork): Handle vfork.
4808 (linux_handle_extended_wait): Likewise. Also handle exec.
4809 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4810 * NEWS: Mention fork tracing.
4811
48122003-08-17 Daniel Jacobowitz <drow@mvista.com>
4813
4814 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4815
48162003-08-17 Daniel Jacobowitz <drow@mvista.com>
4817
4818 * Makefile.in (i386-linux-nat.o): Update dependencies.
4819 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4820 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4821 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4822 * i386-linux-nat.c: Include "linux-nat.h".
4823 (child_post_startup_inferior): New function.
4824 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4825 * infptrace.c (kill_inferior): Wrap in #ifdef.
4826 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4827 attaching to each LWP.
4828 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4829 (init_lin_lwp_ops): Fill in some more operations.
4830 * linux-nat.h (linux_enable_event_reporting)
4831 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4832 prototypes.
4833 * linux-nat.c (linux_enable_event_reporting): New function.
4834 (child_post_attach, linux_child_post_startup_inferior)
4835 (child_post_startup_inferior, child_follow_fork)
4836 (linux_handle_extended_wait, kill_inferior): New functions.
4837
48382003-08-16 Andrew Cagney <cagney@redhat.com>
4839
4840 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4841 * gdbarch.h, gdbarch.c: Re-generate.
4842
48432003-08-16 Mark Kettenis <kettenis@gnu.org>
4844
4845 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4846
48472003-08-16 Andrew Cagney <cagney@redhat.com>
4848
4849 * NEWS: Mention that "set prompt-escape-char" was deleted.
4850 * top.c (get_prompt_1): Delete function.
4851 (gdb_prompt_escape):
4852 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4853 prompt-escape-char" command.
4854 (MAX_PROMPT_SIZE): Delete macro.
4855 (get_prompt): Simplify, do not call get_prompt_1.
4856
48572003-08-16 Andrew Cagney <cagney@redhat.com>
4858
4859 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4860 -Werror. -Wformat-nonliteral problems.
4861
48622003-08-15 J. Brobecker <brobecker@gnat.com>
4863
4864 Further multiarching work mostly for hppa64-*-hpux11:
4865 * hppa-tdep.h: New file.
4866 * hppa-tdep.c: #include hppa-tdep.c.
4867 (hppa32_num_regs): Renamed from hppa_num_regs.
4868 (hppa64_num_regs): New constant.
4869 (hppa64_call_dummy_breakpoint_offset): New constant.
4870 (hppa32_call_dummy_length): New constant.
4871 (hppa64_call_dummy_length): New constant.
4872 (hppa32_stack_align): Make name 32bit explicit.
4873 (hppa32_register_virtual_type): Likewise.
4874 (hppa32_extract_return_value): Likewise.
4875 (hppa32_use_struct_convention): Likewise.
4876 (hppa32_store_return_value): Likewise.
4877 (hppa64_register_virtual_type): New function.
4878 (hppa64_extract_return_value): New function.
4879 (hppa64_use_struct_convention): New function.
4880 (hppa64_store_return_value): New function.
4881 (hppa_frame_locals_address): Remove declaration, function does
4882 not exist anymore.
4883 (hppa_register_byte): Add support for PA64 ABI.
4884 (hppa_gdbarch_init): Add support for PA64 ABI.
4885 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4886 Make name 32bit explicit.
4887 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4888 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4889 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4890 (hppa64_hpux_frame_base_before_sigtramp): New function.
4891 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4892 * config/pa/tm-hppa64.h: Remove macros that are no longer
4893 necessary now that the gdbarch vector is properly setup.
4894 Transform some macros into function calls. Some minor cleanup.
4895 * config/pa/tm-hppah.h: Update function calls in macros
4896 following the function renaming in hppa-hpux-tdep.c.
4897 * Makefile.in (hppa_tdep_h): New variable.
4898 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4899
49002003-08-14 Michael Snyder <msnyder@redhat.com>
4901
4902 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4903
49042003-08-13 J. Brobecker <brobecker@gnat.com>
4905
4906 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4907 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4908 routine.
4909
49102003-08-13 Michael Snyder <msnyder@redhat.com>
4911
4912 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4913 (frv_saved_pc_after_call): Use deprecated ftype.
4914 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4915 (frv_remote_translate_xfer_address): Remove.
4916 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4917
49182003-08-13 J. Brobecker <brobecker@gnat.com>
4919
4920 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4921 initialization after the common gdbarch initialization, not before.
4922
49232003-08-13 J. Brobecker <brobecker@gnat.com>
4924
4925 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4926 (ADDR_BITS_REMOVE): Remove, redundant.
4927
49282003-08-13 J. Brobecker <brobecker@gnat.com>
4929
4930 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4931 gdbarch method to clear the 2 low bits of text addresses.
4932
49332003-08-12 Andrew Cagney <cagney@redhat.com>
4934
4935 * Makefile.in (dsrec.o): Update dependencies.
4936 * dsrec.c: Include "gdb_assert.h".
4937 (make_srec): Use snprintf instead of sprintf, use a literal format
4938 string.
4939
49402003-08-12 Andrew Cagney <cagney@redhat.com>
4941
4942 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4943 FRAME_OBSTACK_ZALLOC.
4944
49452003-08-12 Kevin Buettner <kevinb@redhat.com>
4946
4947 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4948 SSE registers.
4949
49502003-08-10 Mark Kettenis <kettenis@gnu.org>
4951
4952 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4953 amd64fbsd_sc_reg_offset): Add extern declarations.
4954 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4955 declarations.
4956
49572003-08-11 Ben Elliston <bje@wasabisystems.com>
4958
4959 * MAINTAINERS (write after approval): Update my mail address.
4960
49612003-08-10 Andrew Cagney <cagney@redhat.com>
4962
4963 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4964
49652003-08-10 Mark Kettenis <kettenis@gnu.org>
4966
4967 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4968 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4969 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4970 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4971 i386bsd_sc_reg_offset): Add extern declarations.
4972 * i386obsd-nat.c: Include "i386-tdep.h"
4973 (_initialize_i386obsd_nat): Remove extern declarations.
4974 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4975 declarations.
4976 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4977 declarations.
4978
4979 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4980 instead of frame_read_register.
4981 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4982 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4983 SP_REGNUM.
4984 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4985 instead of frame_unwind_unsigned_register. Use
4986 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4987 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4988 instead of read_register. Use builtin_type_void_data_ptr instead
4989 of builtin_type_void_func_ptr when extracting the address of the
4990 jmp_buf.
4991 (i386_extract_return_value, i386_store_return_value,
4992 i386_pseudo_register_read, i386_pseudo_register_write): Use
4993 register_size instead REGISTER_RAW_SIZE.
4994
49952003-08-10 Andrew Cagney <cagney@redhat.com>
4996
4997 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4998 sprintf. Make "name" constant.
4999
50002003-08-10 Mark Kettenis <kettenis@gnu.org>
5001
5002 * i387-tdep.c (i387_register_to_value): Use get_frame_register
5003 instead of frame_read_register.
5004 (i387_print_float_info): Use get_frame_register and
5005 get_frame_register_unsigned instead of frame_register_read.
5006
5007 * i386fbsd-nat.c: Include "i386-tdep.h".
5008 (child_resume): Make `eflags' an ULONGEST. Use
5009 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
5010 instead of register_read and register_write.
5011
5012 * i386bsd-nat.c (fetch_inferior_registers,
5013 store_inferior_registers): Don't use && at the end of a line.
5014 (_initialize_i386bsd_nat): Fix typo.
5015
5016 * frame.c (_initialize_frame): Add missing backslash.
5017
5018 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
5019 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
5020 and supply_register instead of manipulating the register buffer
5021 directly.
5022
5023 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
5024 * config/i386/nm-i386sol2.h
5025 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
5026
5027 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
5028 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
5029 instructions that GCC likes to mingle into the prologue. Fixes
5030 gdb/1253 and gdb/1255.
5031
50322003-08-09 Andrew Cagney <cagney@redhat.com>
5033
5034 Fix GDB PR cli/926.
5035 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
5036 * command.h (add_setshow_uinteger_cmd): Declare.
5037 * frame.c (set_backtrace_cmd): New function.
5038 (show_backtrace_cmd): New function.
5039 * frame.c (_initialize_frame): Replace "set/show
5040 backtrace-below-main" with "set/show backtrace past-main". Add
5041 command "set/show backtrace limit".
5042 (backtrace_past_main): Rename "backtrace_below_main".
5043 (backtrace_limit): New variable.
5044 (get_prev_frame): Update. Check the backtrace_limit.
5045
50462003-08-09 Andrew Cagney <cagney@redhat.com>
5047
5048 * defs.h (xstrprintf): Declare.
5049 * utils.c (xstrprintf): New function.
5050 * breakpoint.c (insert_breakpoints): Replace sprintf and
5051 non-literal format strings, with xstrprintf and cleanups.
5052 (delete_breakpoint,breakpoint_re_set): Ditto.
5053 (commands_command, insert_breakpoints): Ditto.
5054 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
5055 (break_at_finish_command_1): Ditto.
5056
50572003-08-09 Andrew Cagney <cagney@redhat.com>
5058
5059 * MAINTAINERS (language support): List Adam Fedor as Objective C
5060 maintainer.
5061
50622003-08-08 J. Brobecker <brobecker@gnat.com>
5063
5064 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
5065 are now multiarched.
5066
50672003-08-08 J. Brobecker <brobecker@gnat.com>
5068
5069 * config/pa/tm-hppa64.h: Remove lots of macros that are no
5070 longer necessary now that hppa64 is partially multiarch'ed.
5071
50722003-08-08 Andrew Cagney <cagney@redhat.com>
5073
5074 * interps.c (interp_set): Check for a NULL "old_interp".
5075
50762003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5077
5078 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
5079 (install-only): Support DESTDIR.
5080 (uninstall): Likewise.
5081 (install-gdbtk): Likewise.
5082
50832003-08-08 Elena Zannoni <ezannoni@redhat.com>
5084
5085 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
5086 contains something meaningful at all times.
5087
5088Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
5089
5090 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
5091
5092Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
5093
5094 * MAINTAINERS (write after approval): Added self.
5095
50962003-08-07 Andrew Cagney <cagney@redhat.com>
5097
5098 * inferior.h (AT_SYMBOL): Define.
5099 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
5100 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
5101 * mips-tdep.c (mips_call_dummy_address): Delete function.
5102 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
5103 set call_dummy_address.
5104
51052003-08-07 Andrew Cagney <cagney@redhat.com>
5106
5107 * language.c (op_error): Delete function.
5108 (binop_type_check): Delete function.
5109 * language.h (type_op_error, range_op_error): Delete macros.
5110 (op_error): Delete declaration.
5111
51122003-08-07 Andrew Cagney <cagney@redhat.com>
5113
5114 * interps.h (INTERP_MI2, INTERP_MI3): Define.
5115
51162003-08-07 Michal Ludvig <mludvig@suse.cz>
5117
5118 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
5119 (x86_64_push_arguments): Skip the red zone.
5120
51212003-08-05 Andrew Cagney <cagney@redhat.com>
5122
5123 * reggroups.c (reggroup_next): Check for the final entry.
5124
51252003-08-04 Andrew Cagney <cagney@redhat.com>
5126
5127 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
5128 * cli/cli-script.c (define_command): Call query directly, instead
5129 of passing it a buffer.
5130 * ocd.c (ocd_error): Pass error a constant format string.
5131 * remote-mips.c (mips_error): Use fputs_filtered.
5132
5133 * solib-svr4.c (_initialize_svr4_solib): Update
5134 register_gdbarch_data call.
5135 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
5136
5137 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
5138 (register_gdbarch_data): Delete "free" parameter. Update
5139 comments.
5140 * gdbarch.h, gdbarch.c: Re-generate.
5141 * reggroups.c (_initialize_reggroup): Update.
5142 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5143 * frame-base.c (_initialize_frame_base): Update.
5144 * frame-unwind.c (_initialize_frame_unwind): Update.
5145 * user-regs.c (_initialize_user_regs): Update.
5146 * remote.c (_initialize_remote): Update.
5147 * regcache.c (_initialize_regcache): Update.
5148
5149 * regcache.c (xfree_regcache_descr): Delete function.
5150 (_initialize_regcache): Update call to register_gdbarch_data.
5151 (init_regcache_descr, init_legacy_regcache_descr): Use
5152 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
5153
5154 * remote.c (free_remote_state): Delete function.
5155 (_initialize_remote): Update register_gdbarch_data.
5156 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
5157 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
5158
51592003-08-04 Andrew Cagney <cagney@redhat.com>
5160
5161 * reggroups.c (struct reggroup_el): Define.
5162 (struct reggroups): Delete field "nr_group". Replace array
5163 "group" with a "first" to "last" linked list.
5164 (reggroups_init): Update. Allocate using gdbarch's obstack.
5165 (reggroups_free): Delete function.
5166 (add_group): Update. Add "el" parameter.
5167 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
5168 (default_groups): Update.
5169 (reggroup_next): Replace reggroups.
5170 (reggroups_dump): Update.
5171 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
5172 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
5173 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
5174
51752003-08-04 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * Makefile.in (tui-interp.o): Update dependencies.
5178
51792003-08-04 David Carlton <carlton@kealia.com>
5180
5181 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
5182 to internal_error call.
5183 * source.c (forward_search_command): Add "%s" format argument.
5184 (reverse_search_command): Ditto.
5185 * top.c (quit_confirm): Ditto.
5186 * cli/cli-setshow.c (do_setshow_command): Ditto.
5187 * cp-valprint.c (cp_print_class_method): Replace
5188 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
5189 (cp_print_class_member): Ditto.
5190 * event-top.c (command_line_handler): Ditto.
5191 * linux-proc.c (linux_info_proc_cmd): Ditto.
5192 * p-typeprint.c (pascal_type_print_base): Ditto.
5193 * p-valprint.c (pascal_object_print_class_method): Ditto.
5194 (pascal_object_print_class_member): Ditto.
5195 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
5196 * remote.c (remote_cisco_section_offsets): Ditto.
5197 * top.c (command_line_input): Ditto.
5198 * utils.c (vwarning,error_stream,quit): Ditto.
5199 * valprint.c (print_floating,print_binary_chars)
5200 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
5201
52022003-08-04 Andrew Cagney <cagney@redhat.com>
5203
5204 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
5205
52062003-08-02 Andrew Cagney <cagney@redhat.com>
5207
5208 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
5209 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
5210 amd64fbsd-nat.c.
5211
52122003-08-02 Andrew Cagney <cagney@redhat.com>
5213
5214 * Makefile.in: Update all dependencies and definitions.
5215
52162003-08-02 Adam Fedor <fedor@gnu.org>
5217
5218 * linespec.c (is_objc_method_format): New function
5219 (decode_line_1, locate_first_half): Use it.
5220 Fixes PR objc/1298
5221
52222003-08-01 Andrew Cagney <cagney@redhat.com>
5223
5224 * NEWS: Mention that m32r is multi-arch.
5225 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
5226 * configure.tgt: Recognize m32r-*-*.
5227 * config/m32r/tm-m32r.h: Delete file.
5228 * config/m32r/m32r.mt: New file.
5229 * m32r-rom.c (m32r_upload_command): Use hostent only when
5230 gethostname succeeds, in order to avoid a compilation
5231 warning.
5232 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
5233 compiler warning.
5234
52352003-08-01 Michael Snyder <msnyder@redhat.com>
5236
5237 * sh-tdep.c (sh_frame_align): New gdbarch method.
5238 (sh_gdbarch_init): Set up frame_align method.
5239
52402003-07-31 Michael Snyder <msnyder@redhat.com>
5241
5242 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
5243 which is already covered by the new frames infrastructure.
5244
52452003-07-31 Andrew Cagney <cagney@redhat.com>
5246
5247 * user-regs.c (struct user_reg): Add "next" link.
5248 (struct user_regs): Replace "user" with "first" and "last" links.
5249 (append_user_reg): Add pre-allocated "reg" parameter.
5250 (builtin_user_regs): Provide initial value for "last".
5251 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
5252 (user_regs_init): Allocate memory from the gdbarch obstack.
5253 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
5254 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
5255 linked list.
5256 (usernum_to_user_reg): New function.
5257 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
5258 (value_of_user_reg): Use usernum_to_user_reg.
5259 (user_regs_free): Delete function.
5260 (_initialize_user_regs): Update register_gdbarch_data call.
5261
52622003-07-31 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
5265
52662003-07-30 Michael Snyder <msnyder@redhat.com>
5267
5268 * value.h (value_being_returned): Add a struct_addr argument.
5269 * infcall.c (call_function_by_hand): Pass struct_addr to
5270 value_being_returned.
5271 * infcmd.c (print_return_value): Pass zero as struct_addr.
5272 * values.c (value_being_returned): If struct_addr is passed,
5273 use it instead of trying to recover it from the inferior.
5274
52752003-07-30 Kevin Buettner <kevinb@redhat.com>
5276
5277 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
5278 the prologue analyzer won't need to attempt to extract the pc
5279 value from the woefully incomplete dummy frame.
5280 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
5281 possible. Disable code which modifies the frame.
5282
52832003-07-28 Andrew Cagney <cagney@redhat.com>
5284
5285 * annotate.c (annotate_breakpoints_headers): Restrict annotation
5286 to level 2.
5287 (annotate_breakpoints_table, annotate_record): Ditto.
5288 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
5289 (annotate_field_name_end, annotate_field_value): Ditto.
5290 (annotate_field_end, annotate_frame_source_begin): Ditto.
5291 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
5292 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
5293 (annotate_frame_begin, annotate_frame_function_name): Ditto.
5294 (annotate_frame_address_end, annotate_frame_address): Ditto.
5295 (annotate_frame_args, annotate_frame_end): Ditto.
5296 (annotate_frame_where, annotate_arg_begin): Ditto.
5297 (annotate_arg_name_end, annotate_arg_value): Ditto.
5298 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
5299 (annotate_function_call, annotate_signal_name): Ditto.
5300 (annotate_signal_string, annotate_signal_name_end): Ditto.
5301 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
5302 (annotate_value_begin, annotate_value_history_value): Ditto.
5303 (annotate_value_history_end, annotate_value_end): Ditto.
5304 (annotate_display_begin, annotate_display_number_end): Ditto.
5305 (annotate_display_format, annotate_display_expression): Ditto.
5306 (annotate_display_expression_end, annotate_display_value): Ditto.
5307 (annotate_display_end, annotate_array_section_begin): Ditto.
5308 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
5309 (annotate_elt, annotate_array_section_end): Ditto.
5310
53112003-07-28 Andrew Cagney <cagney@redhat.com>
5312
5313 * regcache.c (struct regcache_descr): Update comments on
5314 nr_raw_registers.
5315 (init_legacy_regcache_descr): Don't set nr_raw_registers or
5316 sizeof_raw_register_valid_p.
5317 (init_regcache_descr): Set nr_raw_registers and
5318 sizeof_raw_register_valid_p before calling
5319 init_legacy_regcache_descr.
5320
53212003-07-28 Andrew Cagney <cagney@redhat.com>
5322
5323 * mips-tdep.c (print_gp_register_row): Print the GPR's register
5324 MOD NUM_REGS.
5325
53262003-07-28 Daniel Jacobowitz <drow@mvista.com>
5327
5328 * thread.c (info_threads_command): Use get_selected_frame ().
5329 Check that there is at least one non-sentinel frame.
5330
53312003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5332
5333 * m68hc11-tdep.c (struct frame_extra_info): Remove.
5334 (m68hc11_pop_frame): Remove.
5335 (m68hc11_frame_saved_pc): Remove.
5336 (m68hc11_frame_chain): Remove.
5337 (m68hc11_frame_init_saved_regs): Remove.
5338 (m68hc11_init_extra_frame_info): Remove.
5339 (m68hc11_store_struct_return): Remove.
5340 (m68hc11_saved_pc_after_call): Remove.
5341
53422003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5343
5344 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
5345 frame unwind information.
5346 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
5347 and adapted for frame unwinding.
5348 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
5349 (m68hc11_unwind_pc): New function.
5350 (m68hc11_frame_unwind_cache): New function to analyze frames.
5351 (m68hc11_frame_this_id): New function to create new frame struct.
5352 (m68hc11_frame_prev_register): New function to unwind a register from
5353 the frame.
5354 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
5355 (m68hc11_frame_p): New function for the above.
5356 (m68hc11_frame_base_address): New function to return fp of frame.
5357 (m68hc11_frame_args_address): Update for frame.
5358 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
5359 (m68hc11_unwind_sp): New function.
5360 (m68hc11_unwind_dummy_id): New function.
5361 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
5362 calls.
5363
53642003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5365
5366 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
5367 (m68hc11_guess_from_prologue): Advance the pc and frame size only
5368 when we are beyond the current pc.
5369
53702003-07-27 Stephane Carrez <stcarrez@nerim.fr>
5371
5372 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
5373 from m68hc11_push_arguments.
5374 (m68hc11_push_arguments): Remove.
5375 (m68hc11_push_return_address): Remove.
5376 (m68hc11_gdbarch_init): Install the above; remove above deprecated
5377 handlers; remove deprecated_extra_stack_alignment_needed.
5378
53792003-07-27 Andrew Cagney <cagney@redhat.com>
5380
5381 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
5382 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
5383 REAL_PC and not the pointer.
5384 * hppa-hpux-tdep.c: Include frame.h
5385
53862003-07-27 Andrew Cagney <cagney@redhat.com>
5387
5388 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
5389 GDB_MULTI_ACH_PARTIAL.
5390
53912003-07-27 Andrew Cagney <cagney@redhat.com>
5392
5393 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
5394 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
5395 operator at start and not end of line.
5396 (decode_prologue): Ditto.
5397 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
5398 frame_unwind_register_unsigned instead of
5399 frame_unwind_unsigned_register.
5400 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
5401 read_register.
5402 (m32r_push_dummy_call): Use register_size instead of
5403 REGISTER_RAW_SIZE.
5404 (m32r_frame_sniffer): Replace m32r_frame_p.
5405 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
5406 * m32r-rom.c (report_transfer_performance): Delete extern
5407 declaration.
5408 (m32r_load, m32r_upload_command): Use print_transfer_performance
5409 instead of report_transfer_performance.
5410 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
5411 / add_show_from_set.
5412
54132003-07-26 Andrew Cagney <cagney@redhat.com>
5414
5415 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
5416 store_return_value and extract_struct_value_address.
5417
54182003-07-26 Daniel Jacobowitz <drow@mvista.com>
5419
5420 PR c++/1267
5421 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
5422 NULL, default to the section containing PC.
5423
54242003-07-24 Stephane Carrez <stcarrez@nerim.fr>
5425
5426 * NEWS: Mention "regs" deprecated for m68hc11 too.
5427
5428 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
5429 (m68hc11_print_register): New function to print out one register.
5430 (m68hc11_print_registers_info): New function to print registers.
5431 (show_regs): Deprecate and use the above.
5432 (m68hc11_gdbarch_init): Install the print_registers_info.
5433
54342003-07-24 Jeff Johnston <jjohnstn@redhat.com>
5435
5436 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
5437 that we have a SIGTRAP before returning non-zero.
5438
54392003-07-23 Michal Ludvig <mludvig@suse.cz>
5440 Elena Zannoni <ezannoni@redhat.com>
5441
5442 * linespec.c (decode_line_2): Avoid crash if
5443 find_function_start_sal() returns empty record.
5444
54452003-07-23 Andreas Schwab <schwab@suse.de>
5446
5447 * ia64-tdep.c (ia64_print_insn): New function.
5448 (ia64_gdbarch_init): Set print_insn to it.
5449 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
5450 deprecated_tm_print_insn_info.
5451
54522003-07-22 Michael Snyder <msnyder@redhat.com>
5453
5454 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
5455 handle 8-bit returns (long long).
5456 (h8300h_extract_return_value): Ditto.
5457 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
5458
54592003-07-22 Andrew Cagney <cagney@redhat.com>
5460
5461 * gdbarch.c Include "gdb_obstack.h".
5462 (struct gdbarch): Add an "obstack".
5463 (alloc_gdbarch_data): Allocate the gdbarch data using
5464 GDBARCH_OBSTACK_CALLOC.
5465 (free_gdbarch_data): Delete function.
5466 (gdbarch_obstack_zalloc): New function.
5467 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
5468 Assert that the architecture is not initialized.
5469 (gdbarch_alloc): Allocate an obstack, allocate the architecture
5470 vector from the obstack.
5471 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
5472 architecture obstack.
5473 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
5474 (set_gdbarch_data): Assert that the data is not initialized.
5475 (struct gdbarch_data): Delete member "free".
5476 (register_gdbarch_data): Do not initialize "free".
5477 * gdbarch.h, gdbarch.c: Re-generate.
5478
54792003-07-22 Andrew Cagney <cagney@redhat.com>
5480
5481 * configure.in (build_warnings): Add -Wformat-nonliteral.
5482 * configure: Re-generate.
5483
54842003-07-22 Elena Zannoni <ezannoni@redhat.com>
5485
5486 * dwarf2loc.c (locexpr_describe_location): Fix typos.
5487
54882003-07-22 Elena Zannoni <ezannoni@redhat.com>
5489
5490 * findvar.c (read_var_value): Remove case for thread local storage
5491 variables. It is now entirely handled by the dwarf2 location
5492 expression code.
5493 * printcmd.c (address_info): Ditto.
5494 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
5495 enumeration value.
5496 (struct symbol): Remove objfile field, which was used by
5497 LOC_THREAD_LOCAL_STATIC only.
5498 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5499 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5500 usage of objfile pointer.
5501 * dwarf2loc.c (locexpr_describe_location): Add case to handle
5502 thread local variables.
5503 Add include of objfiles.h.
5504 * dwarf2expr.c (execute_stack_op): Add comments about thread local
5505 storage variables.
5506 * Makefile.in (dwarf2loc.o): Update dependencies.
5507
55082003-07-22 Andrew Cagney <cagney@redhat.com>
5509
5510 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5511 get_frame_base.
5512 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5513 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5514 (struct value): Add opaque declaration.
5515 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5516
55172003-07-21 Andrew Cagney <cagney@redhat.com>
5518
5519 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5520 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5521
55222003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5523
5524 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5525 regcache_cooked_read_unsigned instead of read_register.
5526 (m68hc11_saved_pc_after_call): Likewise.
5527 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5528 instead of write_register.
5529 (m68hc11_register_type): New function.
5530 (m68hc11_register_virtual_type): Remove.
5531 (m68hc11_store_return_value): Convert to use the regcache.
5532 (m68hc11_extract_struct_value_address): Likewise.
5533 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5534 m68hc11_register_type; undeprecate store_return_value and
5535 extract_struct_value_address.
5536
55372003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5538
5539 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5540 and translate to use regcache.
5541 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5542
55432003-07-18 Andrew Cagney <cagney@redhat.com>
5544
5545 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5546 * gdbarch.h, gdbarch.c: Re-generate.
5547 * i386-tdep.c (i386_gdbarch_init): Do not set
5548 DWARF2_BUILD_FRAME_INFO.
5549 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5550 unconditionally.
5551 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5552 DWARF2_BUILD_FRAME_INFO.
5553
55542003-07-18 Andrew Cagney <cagney@redhat.com>
5555
5556 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5557 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5558
55592003-07-18 Andrew Cagney <cagney@redhat.com>
5560
5561 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5562 frame_unwind_address_in_block, instead of frame_pc_unwind.
5563 (dwarf2_frame_cache): Ditto.
5564
55652003-07-18 Andrew Cagney <cagney@redhat.com>
5566
5567 * user-regs.h (struct gdbarch): Declare opaque.
5568 * ui-out.h (struct ui_file): Declare opaque.
5569 * dwarf2-frame.h (struct frame_info): Declare opaque.
5570
55712003-07-18 Kris Warkentin <kewarken@qnx.com>
5572
5573 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5574 #include "...".
5575 (procfs_meminfo): Change strerror to safe_strerror.
5576 (procfs_can_run): Remove K&R badness.
5577
55782003-07-17 Michael Snyder <msnyder@redhat.com>
5579
5580 * remote-sim.c: Comment typo fix.
5581
55822003-07-17 Andrew Cagney <cagney@redhat.com>
5583
5584 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5585 configure.
5586 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5587 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5588 GDB_MULTI_ARCH_PARTIAL.
5589
55902003-07-17 Elena Zannoni <ezannoni@redhat.com>
5591
5592 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5593 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5594 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5595
55962003-07-16 Theodore A. Roth <troth@openavr.org>
5597
5598 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5599 found.
5600 (avr_frame_unwind_cache): Don't unwind FP for main.
5601 Update a comment.
5602 Save the computed prev_sp.
5603 (avr_saved_regs_unwinder): Remove function.
5604 (avr_frame_prev_register): Use PC unwind logic from
5605 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5606
56072003-07-16 Andrew Cagney <cagney@redhat.com>
5608
5609 * frame-base.h (frame_base_p_ftype): Delete definition.
5610 (frame_base_append_predicate): Delete declaration.
5611 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5612 (frame_unwind_append_predicate): Delete declaration.
5613 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5614 (append_predicate): Delete parameter "p".
5615 (frame_unwind_append_predicate): Delete function.
5616 (frame_unwind_append_sniffer): Update call to append_predicate.
5617 (frame_unwind_free): Delete function.
5618 (_initialize_frame_unwind): Pass NULL as "free" to
5619 register_gdbarch_data.
5620 (frame_unwind_init): Append the dummy_frame_sniffer.
5621 (frame_unwind_find_by_frame): Simplify.
5622 * frame-base.c (struct frame_base_table): Delete field "p".
5623 (append_predicate): Delete parameter "p".
5624 (frame_base_append_predicate): Delete function.
5625 (frame_base_append_sniffer): Update call to append_predicate.
5626 (frame_base_free): Delete function.
5627 (frame_base_find_by_frame): Simplify.
5628 (_initialize_frame_base): Pass NULL as "free" to
5629 register_gdbarch_data.
5630 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5631 (x86_64_sigtramp_frame_sniffer): Replace
5632 "x86_64_sigtramp_frame_p".
5633 (x86_64_init_abi): Set the frame unwind sniffers.
5634 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5635 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5636 (m68k_gdbarch_init): Set the frame unwind sniffers.
5637 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5638 "i386_sigtramp_frame_p".
5639 (i386_frame_sniffer): Replace "i386_frame_p".
5640 (i386_gdbarch_init): Set the frame unwind sniffers.
5641 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5642 (avr_gdbarch_init): Set the frame unwind sniffers.
5643 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5644 "alpha_sigtramp_frame_p"
5645 (alpha_heuristic_frame_sniffer): Replace
5646 "alpha_heuristic_frame_p".
5647 (alpha_gdbarch_init): Set the frame unwind sniffers.
5648 (alpha_dwarf2_init_abi): Ditto.
5649 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5650 "alpha_debug_frame_p".
5651 (alpha_mdebug_frame_base_sniffer): Replace
5652 "alpha_mdebug_frame_base_p".
5653 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5654 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5655 (d10v_gdbarch_init): Set the frame unwind sniffer.
5656 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5657 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5658 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5659 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5660 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5661 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5662
56632003-07-16 Michael Snyder <msnyder@redhat.com>
5664
5665 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5666 should go thru sh_dsp_register_sim_regno, else the dsp regs
5667 will not get the right values.
5668
56692003-07-16 Corinna Vinschen <vinschen@redhat.com>
5670
5671 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5672 deprecated_store_floating by call to store_typed_floating.
5673 (sh_sh4_register_convert_to_raw): Substitute call to
5674 deprecated_extract_floating by call to extract_typed_floating.
5675
56762003-07-16 Corinna Vinschen <vinschen@redhat.com>
5677
5678 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5679
56802003-07-16 Corinna Vinschen <vinschen@redhat.com>
5681
5682 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5683 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5684 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5685 as possible.
5686 (do_pseudo_register): Remove.
5687 (sh_push_dummy_code): New function.
5688 (sh64_store_struct_return): Rename from sh_store_struct_return.
5689 Only called for sh64 now.
5690 (sh_extract_struct_value_address): Regcache'ify.
5691 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5692 and accomodate new tasks.
5693 (sh64_push_return_address): Rename from sh_push_return_address.
5694 Only called for sh64 now.
5695 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5696 Regcache'ify.
5697 (sh3e_sh4_extract_return_value): Regcache'ify.
5698 (sh_default_store_return_value): Ditto.
5699 (sh3e_sh4_store_return_value): Ditto.
5700 (sh_default_register_byte): Remove.
5701 (sh_sh4_register_byte): Remove.
5702 (sh_default_register_raw_size): Remove.
5703 (sh_sh4_register_raw_size): Remove.
5704 (sh_register_virtual_size): Remove.
5705 (sh_sh3e_register_virtual_type): Remove.
5706 (sh_sh3e_register_type): New function.
5707 (sh_sh4_register_virtual_type): Remove.
5708 (sh_sh4_register_type): New function.
5709 (sh_default_register_virtual_type): Remove.
5710 (sh_default_register_type): New function.
5711 (do_fv_register_info): Add parameters to accomodate call from
5712 sh_print_registers_info.
5713 (do_dr_register_info): Ditto.
5714 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5715 Add parameters to accomodate call from sh_print_registers_info.
5716 (sh_do_fp_register): Ditto.
5717 (sh64_do_pseudo_register): Call do_dr_register_info,
5718 do_fv_register_info and sh_do_fp_register with default parameters.
5719 (sh_do_register): Add parameters to accomodate call from
5720 sh_print_registers_info.
5721 (sh_print_register): Ditto.
5722 (sh_print_registers_info): Rename from sh_do_registers_info.
5723 Add parameters to be used as gdbarch_print_registers_info
5724 implementation. Accomodate removed do_pseudo_register function
5725 pointer.
5726 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5727 function pointer. Call sh_print_register with default parameters.
5728 (sh64_do_registers_info): Call sh_print_registers_info instead of
5729 sh_do_registers_info.
5730 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5731 detection of deprecated vs. non-deprecated functionality.
5732 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5733 function pointer assignments by direct function calls.
5734
57352003-07-15 Andrew Cagney <cagney@redhat.com>
5736
5737 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5738 (frame_register_unwind, create_new_frame): Ditto.
5739 (legacy_get_prev_frame, get_frame_type): Ditto.
5740 (get_frame_base_address): Use frame_base_find_by_frame.
5741 (get_frame_locals_address): Use frame_base_find_by_frame.
5742 (get_frame_args_address): Use frame_base_find_by_frame.
5743 * frame-base.h (frame_base_sniffer_ftype): Declare.
5744 (frame_base_append_sniffer): Declare.
5745 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5746 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5747 (frame_base_append_sniffer): New function.
5748 (frame_base_append_predicate): Add a NULL sniffer.
5749 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5750 (struct frame_base_table): Add "sniffer".
5751 (frame_base_free): Free the "sniffer" table.
5752 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5753 (frame_unwind_append_sniffer): Declare.
5754 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5755 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5756 (struct frame_unwind_table): Add "sniffer", delete "middle".
5757 (append_predicate): Add "sniffer" parameter, append the sniffer.
5758 (frame_unwind_init): Update append_predicate call.
5759 (frame_unwind_append_sniffer): New function.
5760 (frame_unwind_append_predicate): Update append_predicate call.
5761 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5762
57632003-07-15 Andrew Cagney <cagney@redhat.com>
5764
5765 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5766 before code inhibiting repeated unwind attempts. Add to
5767 commentary on that test's problems.
5768 * blockframe.c (inside_main_func): Look for "main" in the minimal
5769 symbol table.
5770 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5771 identical.
5772
57732003-07-15 Andrew Cagney <cagney@redhat.com>
5774
5775 * complaints.c (struct explanation): Define.
5776 (struct complaints): Change type of "explanation" to "struct
5777 explanation".
5778 (symfile_explanations): Convert to a "struct explanation" table.
5779 (vcomplaint): Update.
5780
57812003-07-15 Michal Ludvig <mludvig@suse.cz>
5782
5783 * x86-64-linux-nat.c (regmap): Removed.
5784 (supply_gregset, fill_gregset): Call
5785 x86_64_linux_(fill,supply)_gregset functions.
5786 * x86-64-linux-tdep.c (USER_*): New defines.
5787 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5788 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5789 New functions.
5790 (fetch_core_registers): Ditto.
5791 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5792 * x86-64-linux-tdep.h: New file.
5793 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5794 and core-regset.o.
5795 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5796
57972003-07-13 Mark Kettenis <kettenis@gnu.org>
5798
5799 * x86-64-tdep.c (x86_64_store_return_value): Use
5800 regcache_cooked_write_part instead of regcache_cooked_write.
5801
5802 * configure.host: Add x86_64-*-freebsd*.
5803 * configure.tgt: Add x86_64-*-freebsd*.
5804 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5805 * amd64fbsd-nat.c: New file.
5806 * amd64fbsd-tdep.c: New file.
5807 * config/i386/nm-fbsd64.h: New file.
5808 * config/i386/fbsd64.mh: New file.
5809 * config/i386/fbsd64.mt: New file.
5810
58112003-07-11 Mark Kettenis <kettenis@gnu.org>
5812
5813 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5814 `sc_regs_offset' and `sc_fpregs_offset'.
5815 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5816 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5817 (alpha_sigtramp_register_address): Rewrite to use new members of
5818 `struct gdbarch_tdep'.
5819 (alpha_gdbarch_init): Initialize new members of struct
5820 gdbarch_tdep'.
5821 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5822 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5823 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5824 (alphafbsd_pc_in_sigtramp): Implement.
5825 (alphafbsd_sigtramp_offset): New function.
5826 (alphafbsd_sigcontext_addr): New function.
5827 (alphafbsd_init_abi): Initialize signal trampoline related members
5828 of `struct gdbarch_tdep'.
5829 (_initialize_alphafbsd_tdep): Add prototype.
5830
58312003-07-11 Theodore A. Roth <troth@openavr.org>
5832
5833 * Makefile.in (install-only): Quote sed expression when generating
5834 transformed_name.
5835
58362003-07-11 Richard Henderson <rth@redhat.com>
5837
5838 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5839 * dwarf2-frame.c: Include complaints.h.
5840 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5841 variable initialization; return NULL on error.
5842 (decode_frame_entry): New.
5843
58442003-07-11 Andrew Cagney <cagney@redhat.com>
5845
5846 * frame.h (frame_address_in_block): Delete declaration.
5847 * blockframe.c (frame_address_in_block): Delete function.
5848 (get_frame_block): Use get_frame_address_in_block.
5849 (block_innermost_frame): Ditto.
5850 * stack.c (print_frame, backtrace_command_1): Ditto.
5851
5852 * frame.h (get_frame_address_in_block): Declare.
5853 (frame_unwind_address_in_block): Declare.
5854 * frame.c (frame_unwind_address_in_block): New function.
5855 (get_frame_address_in_block): New function.
5856
58572003-07-10 Andrew Cagney <cagney@redhat.com>
5858
5859 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5860 pre-default. Note: re-generate has no effect.
5861
58622003-07-10 Andrew Cagney <cagney@redhat.com>
5863
5864 * gdbarch.sh: When a variable, but not a function, compare against
5865 0. Fix problem in previous patch.
5866 * gdbarch.c: Re-generate.
5867
58682003-07-10 Andrew Cagney <cagney@redhat.com>
5869
5870 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5871 functions against NULL, not 0.
5872 * gdbarch.c: Re-generate.
5873
58742003-07-10 Fred Fish <fnf@ninemoons.com>
5875
5876 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5877 null string instead of a null pointer.
5878 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5879
58802003-07-09 Michael Snyder <msnyder@redhat.com>
5881
5882 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5883
58842003-07-09 Mark Kettenis <kettenis@gnu.org>
5885
5886 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5887 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5888 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5889 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5890 * x86-64-tdep.c: ... from here.
5891
58922003-07-09 Andreas Schwab <schwab@suse.de>
5893
5894 * m68k-tdep.h (enum struct_return): Define.
5895 (struct gdbarch_tdep): Add struct_return.
5896 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5897 bytes are padded to the right, not to the left. Pass struct value
5898 address in register %a1, not on stack.
5899 (m68k_use_struct_convention): New function.
5900 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5901 struct_return in tdep to pcc_struct_return.
5902 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5903 reg_struct_return.
5904
59052003-07-09 Joel Brobecker <brobecker@gnat.com>
5906
5907 * somread.c (som_symfile_offsets): Fix compilation error.
5908
59092003-07-09 Andrew Cagney <cagney@redhat.com>
5910
5911 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5912 Add comments about the checks.
5913
59142003-07-08 Andrew Cagney <cagney@redhat.com>
5915
5916 * Makefile.in: Make dependency section headers consistent.
5917 (config_h): Move to $BUILD headers section.
5918 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5919 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5920 (ada-exp.tab.c): Move to YACC/LEX section.
5921 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5922 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5923
59242003-07-08 Kris Warkentin <kewarken@qnx.com>
5925
5926 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5927 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5928 of strerror with safe_strerror, use ISO C function definitions,
5929 and replace instances of sprintf with snprintf.
5930
59312003-07-07 Andrew Cagney <cagney@redhat.com>
5932
5933 * frame.c (get_prev_frame): Enable check for identical frames.
5934 Update comments. Update error messages.
5935
59362003-07-07 Joel Brobecker <brobecker@gnat.com>
5937
5938 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5939
59402003-07-07 Joel Brobecker <brobecker@gnat.com>
5941
5942 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5943 sort_symtab_syms, no longer necessary.
5944
59452003-07-07 Joel Brobecker <brobecker@gnat.com>
5946
5947 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5948
59492003-07-07 Joel Brobecker <brobecker@gnat.com>
5950
5951 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5952 (mips_register_byte): Likewise.
5953
59542003-07-07 Daniel Jacobowitz <drow@mvista.com>
5955
5956 * Makefile.in (sparc_tdep_h): New.
5957 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5958 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5959 * sparc-linux-nat.c: Include "sparc-tdep.h".
5960 * sparc-nat.c: Likewise.
5961 * sparc-tdep.c: Likewise.
5962 * sparc64nbsd-nat.c: Likewise.
5963 * sparcnbsd-nat.c: Likewise.
5964 * sparcnbsd-tdep.c: Likewise.
5965 * sparc-tdep.h: New file.
5966 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5967 and sparc_npc_regnum.
5968
59692003-07-07 Daniel Jacobowitz <drow@mvista.com>
5970
5971 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5972 (mips_linux_cannot_store_register): List supported instead of
5973 unsupported registers.
5974
59752003-07-07 Daniel Jacobowitz <drow@mvista.com>
5976
5977 * disasm.c (dump_insns): Separate instructions from addresses.
5978
59792003-07-07 Andreas Schwab <schwab@suse.de>
5980
5981 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5982 dependencies.
5983 * m68k-tdep.c (NUM_FREGS): Delete.
5984 (SIG_PC_FP_OFFSET): Delete.
5985 (TARGET_M68K): Delete.
5986 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5987 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5988 P_MOVEL_SP, P_MOVEML_SP): Define.
5989 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5990 P_TRAP): Delete.
5991 (m68k_register_raw_size): Delete.
5992 (m68k_register_virtual_size): Delete.
5993 (m68k_register_type): Renamed from m68k_register_virtual_type and
5994 add gdbarch argument.
5995 (m68k_store_struct_return): Delete.
5996 (m68k_deprecated_extract_return_value): Delete.
5997 (m68k_deprecated_extract_struct_value_address): Delete.
5998 (m68k_frame_chain): Delete.
5999 (m68k_frame_saved_pc): Delete.
6000 (m68k_fix_call_dummy): Delete.
6001 (m68k_push_dummy_frame): Delete.
6002 (m68k_pop_frame): Delete.
6003 (m68k_extract_return_value): New function.
6004 (m68k_store_return_value): Rewrite using regcache.
6005 (m68k_extract_struct_value_address): Rewrite using regcache.
6006 (m68k_push_dummy_call): New function.
6007 (struct m68k_frame_cache): Define.
6008 (m68k_alloc_frame_cache): New function.
6009 (m68k_analyze_frame_setup): New function.
6010 (m68k_analyze_register_saves): New function.
6011 (m68k_analyze_prologue): New function.
6012 (m68k_skip_prologue): Rewrite using above functions.
6013 (m68k_unwind_pc): New function.
6014 (m68k_frame_cache): New function.
6015 (m68k_frame_this_id): New function.
6016 (m68k_frame_prev_register): New function.
6017 (m68k_frame_unwind): New variable.
6018 (m68k_frame_p): New function.
6019 (m68k_sigtramp_frame_cache): New function.
6020 (m68k_sigtramp_frame_this_id): New function.
6021 (m68k_sigtramp_frame_prev_register): New function.
6022 (m68k_sigtramp_frame_unwind): New variable.
6023 (m68k_sigtramp_frame_p): New function.
6024 (m68k_frame_base_address): New function.
6025 (m68k_frame_base): New function.
6026 (m68k_unwind_dummy_id): New function.
6027 (fill_gregset): Use regcache_collect.
6028 (fill_fpregset): Likewise.
6029 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
6030 defined.
6031 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
6032 deprecated_init_frame_pc, deprecated_store_struct_return,
6033 deprecated_extract_return_value, deprecated_store_return_value,
6034 deprecated_frame_chain, deprecated_frame_saved_pc,
6035 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
6036 deprecated_register_virtual_size,
6037 deprecated_max_register_raw_size,
6038 deprecated_max_register_virtual_size,
6039 deprecated_register_virtual_type, deprecated_register_size,
6040 deprecated_register_byte, deprecated_register_bytes,
6041 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
6042 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
6043 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
6044 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
6045 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
6046 deprecated_push_dummy_frame, deprecated_pop_frame,
6047 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
6048 only if SYSCALL_TRAP is defined. Set extract_return_value,
6049 store_return_value, extract_struct_value_address, register_type,
6050 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
6051 predicates.
6052 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
6053 M68K_MAX_REGISTER_SIZE): Define.
6054 (struct m68k_sigtramp_info): Define.
6055 (struct gdbarch_tdep): Add get_sigtramp_info.
6056 * m68klinux-nat.c (fetch_register): Use register_size instead of
6057 REGISTER_RAW_SIZE. Don't put assignment in if.
6058 (store_register): Likewise.
6059 (fetch_inferior_registers): Likewise.
6060 (store_inferior_registers): Likewise.
6061 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
6062 (m68k_linux_frame_saved_pc): Delete.
6063 (m68k_linux_sigcontext_reg_offset,
6064 m68k_linux_ucontext_reg_offset): Define.
6065 (m68k_linux_get_sigtramp_info): New function.
6066 (m68k_linux_extract_return_value): Rewrite using regcache.
6067 (m68k_linux_store_return_value): Likewise.
6068 (m68k_linux_extract_struct_value_address): Likewise.
6069 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
6070 Don't set deprecated_frame_saved_pc,
6071 deprecated_extract_return_value, deprecated_store_return_value,
6072 deprecated_extract_struct_value_address. Set
6073 extract_return_value, store_return_value,
6074 extract_struct_value_address.
6075
60762003-07-07 Andrew Cagney <cagney@redhat.com>
6077
6078 * expprint.c: Include "user-regs.h" instead of "frame.h".
6079 (print_subexp): Use user_reg_map_regnum_to_name, instead of
6080 frame_map_regnum_to_name.
6081 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
6082 (frame_map_name_to_regnum): Simplify, call
6083 user_reg_map_name_to_regnum.
6084 (frame_map_regnum_to_name): Simplify, call
6085 user_reg_map_regnum_to_name.
6086 (frame_register_unwind): Update.
6087 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
6088 (_initialize_frame_reg): Call user_reg_add_builtin.
6089 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
6090 (value_of_register): Use value_of_user_reg.
6091 * eval.c (evaluate_subexp_standard): Update.
6092 * parse.c (write_dollar_variable): Update.
6093 * d10v-tdep.c (d10v_print_registers_info): Update.
6094 * infcmd.c (registers_info): Update.
6095 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
6096 (builtin_regs_h): Delete macro.
6097 (user_regs_h): Define.
6098 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
6099 (builtin-regs.o): Delete target.
6100 (user-regs.o): Specify dependencies.
6101 (expprint.o): Update dependencies.
6102 (findvar.o): Update dependencies.
6103 (frame.o): Update dependencies.
6104 (std-regs.o): Update dependencies.
6105
61062003-07-06 Christopher Faylor <cgf@redhat.com>
6107
6108 * win32-nat.c (solib_symbols_add): Use one variable for all section
6109 address stuff. Pass variable rather than address of variable to
6110 safe_symbol_file_add.
6111
61122003-07-06 Andreas Schwab <schwab@suse.de>
6113
6114 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
6115
61162003-07-04 Joel Brobecker <brobecker@gnat.com>
6117
6118 * rs6000-nat.c (vmap_symtab): Fix compilation error.
6119
61202003-07-04 Kris Warkentin <kewarken@qnx.com>
6121
6122 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
6123
61242003-07-04 Kris Warkentin <kewarken@qnx.com>
6125
6126 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
6127 * config/i386/nto.mh: New file.
6128 * config/i386/nm-nto.h: New file.
6129 * configure.host: Add i[3456]86-*-nto*.
6130
61312003-07-03 Joel Brobecker <brobecker@gnat.com>
6132
6133 * remote-vx.c (vx_add_symbols): Fix compilation error.
6134
61352003-07-03 Andrew Cagney <cagney@redhat.com>
6136
6137 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
6138 * gdbarch.h, gdbarch.c: Re-generate.
6139 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
6140 (legacy_register_name): Declare.
6141 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
6142 (REGISTER_NAME): Define.
6143 * sparc-tdep.c (legacy_register_name): New function.
6144 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
6145 (REGISTER_NAME): Define.
6146 (hppa64_register_name): Declare.
6147 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
6148 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
6149 (hppa64_register_name): New function.
6150 (hppa_register_name): New function.
6151 * arch-utils.c (legacy_register_name): Delete.
6152 * arch-utils.h (legacy_register_name): Delete.
6153
61542003-07-03 Daniel Jacobowitz <drow@mvista.com>
6155
6156 * cli/cli-interp.c (cli_interpreter_resume): Update the
6157 cli_uiout's stream to gdb_stdout.
6158
61592003-07-03 Andrew Cagney <cagney@redhat.com>
6160
6161 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
6162 predicate.
6163 * gdbarch.h, gdbarch.c: Re-generate.
6164 * regcache.c (init_regcache_descr): Use legacy code when either
6165 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
6166
61672003-07-02 Daniel Jacobowitz <drow@mvista.com>
6168
6169 * NEWS: Move "set logging" entry into GDB 6.0 section.
6170
61712003-07-02 Jim Blandy <jimb@redhat.com>
6172
6173 * s390-tdep.c (struct frame_extra_info): new member:
6174 'stack_bought_valid'.
6175 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
6176 initialize fextra_info->stack_bought.
6177 (s390_frameless_function_invocation): Don't trust the value of
6178 fextra_info_ptr->stack_bought unless
6179 fextra_info->stack_bought_valid is set.
6180
6181 New S390 prologue analyzer.
6182 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
6183 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
6184 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
6185 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
6186 compute_x_addr, s390_on_stack, s390_store,
6187 s390_get_signal_frame_info): New functions.
6188 (S390_NUM_SPILL_SLOTS): New macro.
6189 (s390_get_frame_info): Rewritten.
6190 (is_arg_reg): Deleted.
6191
6192 Break out the decoding of S/390 instructions into separate
6193 functions, to make it more legible, and easier to check
6194 against the spec.
6195 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
6196 is_rx, is_rxe): New functions.
6197 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
6198 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
6199 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
6200 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
6201 enums for opcode values. (Is this an improvement?)
6202
62032003-07-02 Andrew Cagney <cagney@redhat.com>
6204
6205 * i386-tdep.c: Revert change committed as part of trad-frame code
6206 below.
6207
62082003-07-02 Daniel Jacobowitz <drow@mvista.com>
6209
6210 * breakpoint.c (insert_catchpoint): Make static.
6211
62122003-07-02 Andreas Schwab <schwab@suse.de>
6213
6214 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
6215 former ia64_push_arguments and ia64_push_return_address, and use
6216 regcache functions instead of read/write_register.
6217 (ia64_gdbarch_init): Set push_dummy_call instead of
6218 deprecated_push_arguments and deprecated_push_return_address.
6219
62202003-07-01 Andreas Jaeger <aj@suse.de>
6221
6222 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
6223 before the call.
6224 Set %rax only to number of SSE registers used.
6225
62262003-07-01 Andrew Cagney <cagney@redhat.com>
6227
6228 * trad-frame.h: Update comments, a -1 .addr is reserved.
6229 (trad_frame_value_p, trad_frame_addr_p): Declare.
6230 (trad_frame_reg_p): Declare.
6231 (trad_frame_set_value): Rename trad_frame_register_value.
6232 (trad_frame_set_unknown): Declare.
6233 * trad-frame.c (trad_frame_realreg_p): New function.
6234 (trad_frame_addr_p, trad_frame_value_p): New function.
6235 (trad_frame_set_unknown): New function.
6236 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
6237 (trad_frame_prev_register): Use trad_frame_realreg_p,
6238 trad_frame_addr_p and trad_frame_value_p.
6239 (trad_frame_set_value): Rename trad_frame_register_value.
6240 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
6241 and trad_frame_set_value.
6242
62432003-06-30 Jim Blandy <jimb@redhat.com>
6244
6245 Patch from IBM (authors unspecified, probably Ulrich Weigand and
6246 Gerhard Tonn) for argument passing on the S/390 and S/390x:
6247 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
6248 for 16 registers, and then 32 more bytes.
6249 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
6250 New macros.
6251 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
6252 Move up in the file, since it's now used by is_simple_arg.
6253 (is_simple_arg): Don't assume registers are four bytes long.
6254 Exclude all double arguments. Extended floats are not simple
6255 args.
6256 (is_power_of_two): New function.
6257 (pass_by_copy_ref): Call is_power_of_two, and check that the
6258 length fits in a register, rather than listing all the acceptable
6259 sizes. Extended floats are not passed by reference.
6260 (s390_push_arguments): Don't assume registers are four bytes long.
6261 Reserve an argument register to point to the buffer for structures
6262 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
6263 S390_STACK_FRAME_OVERHEAD.
6264
62652003-06-30 Andreas Schwab <schwab@suse.de>
6266
6267 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
6268 format error message.
6269
62702003-06-30 Joel Brobecker <brobecker@gnat.com>
6271
6272 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
6273
62742003-06-30 David Carlton <carlton@kealia.com>
6275
6276 Band-aid for PR c++/1245.
6277 * Makefile.in (cp-support.o): Depend on complaints_h.
6278 * cp-support.c: Include complaints.h. Add declaration for
6279 find_last_component.
6280 (cp_find_first_component): Separate code into
6281 cp_find_first_component_aux.
6282 (cp_find_first_component_aux): Call demangled_name_complaint.
6283 (demangled_name_complaint): New.
6284
62852003-06-30 Andrew Cagney <cagney@redhat.com>
6286
6287 * remote.c (remote_write_bytes): Explicitly compute and then use
6288 the payload size. Update comments to reflect. Fixes problem of
6289 GDB not sending small packets as found by Fred Fish.
6290
62912003-06-30 Andrew Cagney <cagney@redhat.com>
6292
6293 * remote.c (remote_async_wait): Fix -Wformat problem.
6294
62952003-06-29 Andrew Cagney <cagney@redhat.com>
6296
6297 * remote.c (remote_wait): Call error, and not warning, when the
6298 packet is corrupt.
6299 (remote_async_wait): Ditto.
6300
63012003-06-29 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * sparc-tdep.c (sparc_y_regnum): Make external again.
6304
63052003-06-29 Daniel Jacobowitz <drow@mvista.com>
6306
6307 * cli/cli-logging.c (pop_output_files): Add void to function
6308 definition.
6309
63102003-06-29 Andrew Cagney <cagney@redhat.com>
6311
6312 * frame.c (frame_register_unwind): Use unsigned char when dumping
6313 the buffer contents.
6314
63152003-06-28 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * cli/cli-logging.c: New file.
6318 * cli-out.c (struct ui_out_data): Add original_stream.
6319 (cli_redirect): New function.
6320 (cli_ui_out_impl): Add cli_redirect.
6321 (cli_out_new): Initialize original_stream.
6322 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
6323 (uo_redirect, ui_out_redirect): New.
6324 * ui-out.h (struct ui_out_impl): Add redirect member.
6325 (redirect_ftype): New.
6326 (ui_out_redirect): Add prototype.
6327 * Makefile.in: Add rules for cli-logging.c.
6328 * NEWS: Mention "set logging".
6329
63302003-06-27 Elena Zannoni <ezannoni@redhat.com>
6331
6332 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
6333
63342003-06-27 Andrew Cagney <cagney@redhat.com>
6335
6336 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
6337 (m68hc11_gdbarch_init): Do not set call_dummy_address.
6338 * avr-tdep.c (avr_call_dummy_address): Delete function.
6339 (avr_gdbarch_init): Do not set call_dummy_address.
6340
63412003-06-27 Elena Zannoni <ezannoni@redhat.com>
6342
6343 * symfile.c (syms_from_objfile): Move variables to inner block.
6344 Move the checks for the non-mainline case a bit earlier to avoid
6345 doing some useless computations.
6346
63472003-06-27 Elena Zannoni <ezannoni@redhat.com>
6348
6349 * dwarfread.c (decode_modified_type): Gag new compiler warning.
6350
63512003-06-26 Elena Zannoni <ezannoni@redhat.com>
6352
6353 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
6354 sections.
6355
63562003-06-26 Michael Chastain <mec@shout.net>
6357
6358 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
6359 gdb/testsuite/gdb.c++/pr-1210.exp.
6360
63612003-06-26 Andrew Cagney <cagney@redhat.com>
6362
6363 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
6364 altivec_expression.h and altivec_registers.h.
6365
63662003-06-26 Andrew Cagney <cagney@redhat.com>
6367
6368 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
6369 info->mach when MIPS16. Patch suggested by Fred Fish.
6370
63712003-06-26 Andrew Cagney <cagney@redhat.com>
6372
6373 * utils.c (internal_vproblem): Print the problem to a reason
6374 buffer and then pass to query. Make the msg variable more local.
6375
63762003-06-26 Andrew Cagney <cagney@redhat.com>
6377
6378 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
6379 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
6380 * gdbarch.h, gdbarch.c: Re-generate.
6381 * frame-base.c (default_frame_args_address): Update. Use
6382 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
6383 not available.
6384 (default_frame_locals_address): Ditto for
6385 DEPRECATED_FRAME_LOCALS_ADDRESS.
6386 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
6387 (vax_frame_num_args): Update.
6388 (vax_gdbarch_init): Update.
6389 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6390 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6391 * mcore-tdep.c (mcore_gdbarch_init): Update.
6392 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6393 * ia64-tdep.c (ia64_gdbarch_init): Update.
6394 * symtab.h (address_class): Update comments.
6395 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
6396 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6397 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6398 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6399 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6400 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6401 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6402 * alpha-mdebug-tdep.c: Update.
6403 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
6404
64052003-06-26 Andreas Jaeger <aj@suse.de>
6406
6407 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
6408 of SSE registers so that varargs functions work. Rework handling
6409 of passing arguments on the stack.
6410 (x86_64_store_return_value): Return double and float values in SSE
6411 register.
6412
64132003-06-24 Michael Chastain <mec@shout.net>
6414
6415 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
6416 the "constructor breakpoints ignored" bug.
6417
64182003-06-25 David Carlton <carlton@kealia.com>
6419
6420 * MAINTAINERS: Update e-mail address.
6421
64222003-06-24 Jim Blandy <jimb@redhat.com>
6423
6424 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
6425
6426 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
6427 function.
6428 (ppc_linux_init_abi): Register it as the
6429 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
6430
6431 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
6432 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
6433 method.
6434
6435 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
6436 (ppc64_standard_linkage_target): Use it.
6437
64382003-06-23 Andrew Cagney <cagney@redhat.com>
6439
6440 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
6441 for 0 "int0" and 4 "int32" sized registers.
6442 * gdbtypes.c (builtin_type_int0): Define.
6443 (build_gdbtypes): Initialize builtin_type_int0.
6444 * gdbtypes.h (builtin_type_int0): Declare.
6445
64462003-06-23 Stephane Carrez <stcarrez@nerim.fr>
6447
6448 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
6449 as characters are unsigned.
6450
64512003-06-22 Daniel Jacobowitz <drow@mvista.com>
6452
6453 PR gdb/1179
6454 * dwarfread.c (struct_type): Skip static fields without crashing.
6455
64562003-06-22 Andrew Cagney <cagney@redhat.com>
6457
6458 GDB 6.0 branch created.
6459 * README: Update.
6460 * PROBLEMS: Update. Empty.
6461 * NEWS: Update.
6462
64632003-06-22 Daniel Jacobowitz <drow@mvista.com>
6464
6465 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
6466 Suggested by Nick Hibma <n_hibma@webweaving.org>.
6467
64682003-06-22 Andrew Cagney <cagney@redhat.com>
6469
6470 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
6471 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
6472 Velikov.
6473
64742003-06-22 Daniel Jacobowitz <drow@mvista.com>
6475
6476 * cli/cli-cmds.c (shell_escape): Silence warnings from old
6477 compilers.
6478
64792003-06-21 Daniel Jacobowitz <drow@mvista.com>
6480
6481 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
6482 argument of val_print.
6483 * cp-valprint.c (cp_print_value): Don't add the offset parameter
6484 to the address argument of baseclass_offset or target_read_memory.
6485 Do add it to the argument of cp_print_value_fields.
6486
64872003-06-21 Andrew Cagney <cagney@redhat.com>
6488
6489 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
6490 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
6491 instead of 0..NUM_REGS.
6492 (mips_register_reggroup_p): New function.
6493 (mips_pseudo_register_write): New function.
6494 (mips_pseudo_register_read): New function.
6495 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6496 based on the register's type.
6497 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
6498 cooked.
6499 (mips_get_saved_register): Simplify. Assert that REGNO is a
6500 pseudo / cooked.
6501 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
6502 (mips_register_type): Replace mips_register_virtual_type. Map
6503 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
6504 when available.
6505 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
6506 that the register is cooked / virtual.
6507 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6508 Only get the extra info when needed.
6509 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6510 (mips32_heuristic_proc_desc): Fetch the cooked register.
6511 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6512 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6513 (mips_print_register): Use gdbarch_register_type, instead of
6514 REGISTER_VIRTUAL_TYPE.
6515 (print_gp_register_row): Use gdbarch_register_type, instead of
6516 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
6517 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6518 Print the pseudo / cooked registers.
6519 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6520 Print the pseudo / cooked registers.
6521 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
6522 REG_NUM is pseudo / cooked.
6523 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6524 (mips_n32n64_xfer_return_value): Ditto.
6525 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6526 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6527 (mips_register_sim_regno): New function.
6528 (mips_gdbarch_init): Set deprecated_register_byte,
6529 register_group_p, pseudo_register_write, pseudo_register_read,
6530 register_sim_regno, and num_pseudo_regs. Set register_type,
6531 instead of register_virtual_type.
6532 * Makefile.in (mips-tdep.o): Update dependencies.
6533 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6534 REGISTER_VIRTUAL_TYPE.
6535 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6536 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6537 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6538 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6539 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6540
65412003-06-21 Daniel Jacobowitz <drow@mvista.com>
6542
6543 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6544 * cli/cli-cmds.c: Include "gdb_vfork.h".
6545 (shell_escape): Use vfork.
6546
65472003-06-21 Andrew Cagney <cagney@redhat.com>
6548
6549 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6550 32 bit floating-point register saves.
6551
6552 * frame.h (deprecated_unwind_get_saved_register): Delete.
6553 * frame.c (deprecated_unwind_get_saved_register): Delete function.
6554 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6555 and deprecated_get_next_frame_hack instead of
6556 deprecated_unwind_get_saved_register.
6557
6558 * mips-tdep.c (mips_dump_tdep): Do not print
6559 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6560
6561 * frame.c (get_frame_register): New function.
6562 (frame_unwind_register_signed): New function.
6563 (get_frame_register_signed): New function.
6564 (frame_unwind_register_unsigned): New function.
6565 (get_frame_register_unsigned): New function.
6566 * frame.h: Add comments on naming schema.
6567 (get_frame_register, frame_unwind_register_signed): Declare.
6568 (get_frame_register_signed, get_frame_register_signed): Declare.
6569 (frame_unwind_register_unsigned): Declare.
6570 (get_frame_register_unsigned): Declare.
6571
65722003-06-20 Theodore A. Roth <troth@openavr.org>
6573
6574 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6575
65762003-06-20 Theodore A. Roth <troth@openavr.org>
6577
6578 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6579 (avr_read_sp): Ditto.
6580
65812003-06-20 Daniel Jacobowitz <drow@mvista.com>
6582
6583 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6584 * config/arm/nm-linux.h: Likewise.
6585 * config/arm/tm-linux.h: Likewise.
6586 * config/ia64/nm-linux.h: Likewise.
6587 * config/ia64/tm-ia64.h: Likewise.
6588 * config/s390/tm-linux.h: Likewise.
6589 * config/s390/tm-s390.h: Likewise.
6590 * s390-nat.c: Likewise.
6591 * s390-tdep.c: Likewise.
6592
6593 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6594 * config/ia64/linux.mt: Likewise.
6595 * config/m68k/linux.mh: Likewise.
6596 * config/mips/linux.mt: Likewise.
6597 * config/powerpc/linux.mh: Likewise.
6598 * config/sh/linux.mt: Likewise.
6599
66002003-06-19 Kris Warkentin <kewarken@qnx.com>
6601
6602 * solib.c (solib_open): Change tests for whether to search
6603 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6604 comments.
6605
66062003-06-19 Theodore A. Roth <troth@openavr.org>
6607
6608 * avr-tdep.c (avr_frame_address): Delete function.
6609 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6610 set_gdbarch_frame_args_address.
6611
66122003-06-19 Andrew Cagney <cagney@redhat.com>
6613
6614 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6615 (REGISTER_CONVERT_FROM_TYPE): Delete.
6616 (mips_register_convert_to_type): Delete declaration.
6617 (mips_register_convert_from_type): Delete declaration.
6618 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6619 kernel/.
6620
66212003-06-19 Michael Snyder <msnyder@redhat.com>
6622
6623 * linux-nat.h: New file.
6624 * linux-nat.c: Include linux-nat.h.
6625 * lin-lwp.c: Include linux-nat.h.
6626 Move struct lwp_info def to linux-nat.h.
6627 * linux-proc.c: Include linux-nat.h.
6628 (linux_make_note_section): Iterate over lwps instead of threads.
6629 (linux_do_thread_registers): Use lwp instead of merged pid.
6630 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6631 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6632 Add dependency on linux_nat_h.
6633
66342003-06-19 Theodore A. Roth <troth@openavr.org>
6635
6636 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6637
66382003-06-19 Daniel Jacobowitz <drow@mvista.com>
6639
6640 * varobj.c (get_type, get_target_type): Use check_typedef.
6641
66422003-06-19 Daniel Jacobowitz <drow@mvista.com>
6643
6644 * breakpoint.c (insert_catchpoint): Call internal_error.
6645
66462003-06-19 Theodore A. Roth <troth@openavr.org>
6647
6648 * avr-tdep.c (avr_push_dummy_code): Delete function.
6649 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6650
66512003-06-19 Daniel Jacobowitz <drow@mvista.com>
6652
6653 * arch-utils.c (default_prepare_to_proceed): Remove.
6654 (generic_prepare_to_proceed): Remove.
6655 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6656 (generic_prepare_to_proceed): Remove prototype.
6657 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6658 * gdbarch.c: Regenerate.
6659 * gdbarch.h: Regenerate.
6660 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6661 * hppah-nat.c (hppa_switched_threads): Remove.
6662 * infrun.c (prepare_to_proceed): New static function, copied from
6663 generic_prepare_to_proceed. Remove select_it argument.
6664 (proceed): Call prepare_to_proceed.
6665 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6666 variables.
6667 (ptrace_wait): Don't set the removed variables.
6668 (hppa_switched_threads): Remove.
6669 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6670 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6671 (lin_lwp_prepare_to_proceed): Remove prototype.
6672 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6673 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6674
66752003-06-18 Theodore A. Roth <troth@openavr.org>
6676
6677 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6678 trad-frame.h.
6679 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6680 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6681 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6682 (AVR_PROLOGUE_*): Enumerate prologue types.
6683 (struct frame_extra_info): Remove.
6684 (struct avr_unwind_cache): Define.
6685 (avr_write_sp): Delete function.
6686 (avr_read_fp): Ditto.
6687 (avr_init_extra_frame_info): Ditto.
6688 (avr_pop_frame): Ditto.
6689 (avr_frame_saved_pc): Ditto.
6690 (avr_saved_pc_after_call): Ditto.
6691 (avr_push_return_address): Ditto.
6692 (avr_frame_chain): Ditto.
6693 (avr_store_struct_return): Ditto.
6694 (avr_push_arguments): Ditto.
6695 (avr_scan_prologue): Update comments. Changed to set up the info for
6696 cache unwinding. Now returns end of prologue PC.
6697 (avr_skip_prologue): Better handling of functions lacking a prologue
6698 by using avr_scan_prologue.
6699 (avr_scan_arg_moves): New function.
6700 (avr_saved_regs_unwinder): Ditto.
6701 (avr_frame_unwind_cache): Ditto.
6702 (avr_unwind_pc): Ditto.
6703 (avr_frame_this_id): Ditto.
6704 (avr_frame_prev_register): Ditto.
6705 (avr_frame_p): Ditto.
6706 (avr_frame_base_address ): Ditto.
6707 (avr_unwind_dummy_id): Ditto.
6708 (avr_push_dummy_code): Ditto.
6709 (push_stack_item): Ditto.
6710 (pop_stack_item): Ditto.
6711 (avr_push_dummy_call): Ditto.
6712 (struct stack_item): Define.
6713 (avr_frame_unwind): Declare structure.
6714 (avr_frame_base): Ditto.
6715 (avr_gdbarch_init): Remove calls to
6716 set_gdbarch_deprecated_init_frame_pc,
6717 set_gdbarch_deprecated_target_read_fp,
6718 set_gdbarch_deprecated_dummy_write_sp,
6719 set_gdbarch_deprecated_fp_regnum,
6720 set_gdbarch_deprecated_push_arguments,
6721 set_gdbarch_deprecated_push_return_address,
6722 set_gdbarch_deprecated_pop_frame,
6723 set_gdbarch_deprecated_store_struct_return,
6724 set_gdbarch_deprecated_frame_init_saved_regs,
6725 set_gdbarch_deprecated_init_extra_frame_info,
6726 set_gdbarch_deprecated_frame_chain,
6727 set_gdbarch_deprecated_frame_saved_pc,
6728 set_gdbarch_deprecated_saved_pc_after_call.
6729 Add calls to set_gdbarch_push_dummy_call,
6730 set_gdbarch_push_dummy_code,
6731 frame_unwind_append_predicate,
6732 frame_base_set_default,
6733 set_gdbarch_unwind_dummy_id,
6734 set_gdbarch_unwind_pc.
6735 Wrap a long line.
6736
67372003-06-18 Corinna Vinschen <vinschen@redhat.com>
6738
6739 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6740 registers for H8/300S.
6741 (h8300_print_registers_info): Ditto.
6742 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6743
67442003-06-18 Daniel Jacobowitz <drow@mvista.com>
6745
6746 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6747 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6748 (lin_lwp_wait): Likewise. Update comments.
6749 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6750 (pull_pid_from_list, linux_record_stopped_pid): New.
6751
67522003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6753
6754 * ada-lang.c (scan_discrim_bound): Name first argument.
6755 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6756 declared by ALL_BLOCK_SYMBOLS.
6757
67582003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6759
6760 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6761 ("regcache.h"): Include it.
6762 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6763
67642003-06-17 Daniel Jacobowitz <drow@mvista.com>
6765
6766 * NEWS: Mention gdbserver detach change and "disconnect" command.
6767 * infcmd.c (disconnect_command): New function.
6768 (_initialize_infcmd): Add ``disconnect'' command.
6769 * remote.c (remote_async_detach): Delete.
6770 (remote_detach): Merge remote_async_detach.
6771 (remote_disconnect): New.
6772 (init_remote_ops): Set to_disconnect.
6773 (init_remote_cisco_ops): Likewise.
6774 (init_remote_async_ops): Likewise. Use remote_detach.
6775 * target.c (cleanup_target): Default to_disconnect.
6776 (update_current_target): Inherit to_disconnect.
6777 (target_disconnect, debug_to_disconnect): New functions.
6778 (setup_target_debug): Set to_disconnect.
6779 * target.h (struct target_ops): Add to_disconnect.
6780 (target_disconnect): Add prototype.
6781
67822003-06-17 Daniel Jacobowitz <drow@mvista.com>
6783
6784 * breakpoint.c (insert_catchpoint): New function.
6785 (insert_breakpoints): Use catch_exceptions to call
6786 insert_catchpoint. Disable catchpoints if they fail to insert.
6787
67882003-06-17 Daniel Jacobowitz <drow@mvista.com>
6789
6790 * symfile.c (reread_symbols): Clear sym_private.
6791
67922003-06-17 Andrew Cagney <cagney@redhat.com>
6793
6794 * trad-frame.h (struct frame_info): Add opaque declaration.
6795 * remote-fileio.h (struct cmd_list_element): Add opaque
6796 declaration.
6797 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6798 comments.
6799
68002003-06-17 Daniel Jacobowitz <drow@mvista.com>
6801
6802 * remote.c (remote_prepare_to_store): Replace call to
6803 deprecated_read_register_bytes with multiple regcache_raw_read
6804 calls.
6805
68062003-06-17 Kris Warkentin <kewarken@qnx.com>
6807
6808 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6809 (nto_find_and_open_solib): Likewise.
6810 (nto_init_solib_absolute_prefix): Likewise.
6811 (_initialize_nto_tdep): Fix indentation.
6812
68132003-06-17 Kris Warkentin <kewarken@qnx.com>
6814
6815 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6816
68172003-06-17 Kris Warkentin <kewarken@qnx.com>
6818
6819 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6820
68212003-06-17 Jim Blandy <jimb@redhat.com>
6822
6823 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6824
68252003-06-16 Theodore A. Roth <troth@openavr.org>
6826
6827 * avr-tdep.c (avr_extract_return_value): New function.
6828 (avr_gdbarch_init): Set extract_return_value method.
6829
68302003-06-16 Andrew Cagney <cagney@redhat.com>
6831
6832 * frame.h (deprecated_get_next_frame_hack): Declare.
6833 * frame.c (legacy_saved_regs_prev_register): Only require
6834 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6835 there are always saved regs.
6836 (deprecated_generic_get_saved_register): Do not require
6837 DEPRECATED_FRAME_INIT_SAVED_REGS.
6838 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6839 use frame ID unwind instead.
6840 (deprecated_get_next_frame_hack): New function.
6841
68422003-06-16 Corinna Vinschen <vinschen@redhat.com>
6843
6844 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6845 (h8300_push_dummy_call): ...this function. Some minor optimization.
6846 (h8300_push_return_address): Remove.
6847 (h8300_gdbarch_init): Remove calls to
6848 set_gdbarch_deprecated_dummy_write_sp,
6849 set_gdbarch_deprecated_push_arguments and
6850 set_gdbarch_deprecated_push_return_address.
6851 Add call to set_gdbarch_push_dummy_call.
6852
68532003-06-16 Corinna Vinschen <vinschen@redhat.com>
6854
6855 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6856 (E_PSEUDO_EXR_REGNUM): Ditto.
6857 (h8300_is_argument_spill): Check for instructions moving argument
6858 registers into safe registers.
6859 (h8300_skip_prologue): Check for stm instruction to push registers
6860 used for register variables onto stack.
6861 (gdb_print_insn_h8300): Remove.
6862 (h8300_examine_prologue): Add a comment.
6863 (h8300_register_name): Take pseudo registers into account.
6864 (h8300s_register_name): Ditto.
6865 (h8300sx_register_name): Ditto.
6866 (h8300_print_register): Ditto.
6867 (h8300_print_registers_info): Define "nice" printing order.
6868 (h8300_saved_pc_after_call): Take pseudo registers into account.
6869 (h8300_register_type): Ditto. Return type used for remote connection
6870 when requesting real CCR or EXR register, return actual type when
6871 requesting pseudo CCR or EXR.
6872 (h8300_pseudo_register_read): New function.
6873 (h8300_pseudo_register_write): Ditto.
6874 (h8300_dbg_reg_to_regnum): Ditto.
6875 (h8300s_dbg_reg_to_regnum): Ditto.
6876 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6877 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6878 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6879 set_gdbarch_print_insn architecture dependent.
6880 Call set_gdbarch_pseudo_register_read and
6881 set_gdbarch_pseudo_register_write.
6882 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6883
68842003-06-16 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6887 * gdbarch.h, gdbarch.c: Re-generate.
6888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6889 * s390-tdep.c (s390_gdbarch_init): Update.
6890 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6891 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6892 * mips-tdep.c (mips_gdbarch_init): Update.
6893 * mcore-tdep.c (mcore_gdbarch_init): Update.
6894 * cris-tdep.c (cris_gdbarch_init): Update.
6895 * infcall.c (call_function_by_hand): Update.
6896 * ia64-tdep.c (ia64_push_arguments): Update comment.
6897 * frame.c (legacy_get_prev_frame): Do not assume
6898 SAVE_DUMMY_FRAME_TOS_P.
6899 * dummy-frame.c (find_dummy_frame): Update comment.
6900
69012003-06-16 Andrew Cagney <cagney@redhat.com>
6902
6903 * regcache.c (do_cooked_read): Do not use register_valid_p.
6904
69052003-06-15 Theodore A. Roth <troth@openavr.org>
6906
6907 * avr-tdep.c (avr_register_type): Remove a blank line.
6908 (avr_scan_prologue): Correct some comments.
6909
69102003-06-15 Theodore A. Roth <troth@openavr.org>
6911
6912 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6913 prologue types.
6914 Properly scan prologues generated by gcc with the -mcall-prologues
6915 option.
6916 Add code to scan -mcall-prologues for mega devices.
6917
69182003-06-15 Theodore A. Roth <troth@openavr.org>
6919
6920 * avr-tdep.c (avr_register_byte): Delete function.
6921 (avr_register_raw_size): Delete function.
6922 (avr_register_virtual_size): Delete function.
6923 (avr_register_virtual_type): Delete function.
6924 (avr_register_type): New function.
6925 (avr_address_to_pointer): Remove unused code.
6926 (avr_read_fp): Need to read FP as two separate bytes due to change to
6927 avr_register_type() usage.
6928 (avr_gdbarch_init): Don't set deprecated_register_size.
6929 Don't set deprecated_register_bytes.
6930 Don't set deprecated_register_byte.
6931 Don't set deprecated_register_raw_size.
6932 Don't set deprecated_max_register_raw_size.
6933 Don't set deprecated_register_virtual_size.
6934 Don't set deprecated_max_register_virtual_size.
6935 Don't set deprecated_register_virtual_type.
6936 Set register_type method.
6937
69382003-06-15 Daniel Jacobowitz <drow@mvista.com>
6939
6940 * Makefile.in (linux-nat.o): Add rule.
6941 * linux-nat.c: New file.
6942 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6943 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6944 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6945 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6946 * config/arm/linux.mh (NATDEPFILES): Likewise.
6947 * config/i386/linux.mh (NATDEPFILES): Likewise.
6948 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6949 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6950 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6951 * config/mips/linux.mh (NATDEPFILES): Likewise.
6952 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6953 * config/s390/s390.mh (NATDEPFILES): Likewise.
6954 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6955
69562003-06-15 Mark Kettenis <kettenis@gnu.org>
6957
6958 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6959 replace out-of-date comment.
6960
69612003-06-15 Andrew Cagney <cagney@redhat.com>
6962
6963 * rdi-share/host.h (Fail): Change to a varargs function.
6964 * remote-rdi.c (Fail): Update.
6965
69662003-06-15 Mark Kettenis <kettenis@gnu.org>
6967
6968 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6969 (i386_convert_register_p, i386_register_to_value,
6970 i386_register_from_value): Handle types longer than 8 bytes.
6971
69722003-06-15 Mark Kettenis <kettenis@gnu.org>
6973
6974 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6975 Move floating-point code to new function in i387-tdep.c.
6976 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6977 New functions containing code moved here from i386-tdep.c.
6978 * i387-tdep.h: Add opaque declaration for `struct type'.
6979 (i387_register_to_value, i387_value_to_register): New prototypes.
6980 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6981 (x86_64_init_abi): Set convert_register_p, register_to_value and
6982 value_to_register here.
6983
69842003-06-14 Andrew Cagney <cagney@redhat.com>
6985
6986 * mips-tdep.c (mips_register_to_value): Make static.
6987 (mips_value_to_register): Make static.
6988 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6989 * ia64-tdep.c (ia64_register_raw_size): Make static.
6990 (ia64_register_virtual_size): Make static.
6991 (ia64_register_byte): Make static.
6992 * i387-tdep.c: Include "i387-tdep.h".
6993 (print_387_control_word): Delete function.
6994 (print_387_status_word): Delete function.
6995 (print_387_status_bits): Delete function.
6996 (print_387_control_bits): Delete function.
6997 * Makefile.in (i387-tdep.o): Update dependencies.
6998 * rdi-share/host.h (Fail): Declare.
6999 * remote-rdi.c (Fail): Update to match declaration.
7000
70012003-06-14 Andrew Cagney <cagney@redhat.com>
7002
7003 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
7004 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
7005 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
7006 * config/djgpp/fnchange.lst: Delete "remote-array.c".
7007 * README: Delete reference to remote-array.
7008 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
7009 (remote-array.o): Delete target.
7010 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
7011 * remote-array.c: Delete file.
7012
70132003-06-14 Andrew Cagney <cagney@redhat.com>
7014 Mark Kettenis <kettenis@gnu.org>
7015
7016 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
7017 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
7018 parameter with "frame".
7019 * gdbarch.h, gdbarch.c: Re-generate.
7020 * frame.h (put_frame_register): Declare.
7021 * frame.c (put_frame_register): New function.
7022 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
7023 (legacy_register_to_value): Rewrite, use "frame" to get the
7024 register value.
7025 (legacy_value_to_register): Rewrite, use "frame" to find the
7026 register's location before storing.
7027 * arch-utils.h (legacy_convert_register_p): Update.
7028 (legacy_register_to_value, legacy_value_to_register): Update.
7029 * findvar.c (value_from_register): Rewrite, eliminate use of
7030 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
7031 "frame" to REGISTER_TO_VALUE.
7032 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
7033 lval_reg_frame_relative + lval_register branch of the switch. Do
7034 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
7035 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
7036 I386_EDI_REGNUM): New defines.
7037 (i386_next_regnum, i386_convert_register_p,
7038 i386_register_to_value, i386_value_to_register): New functions.
7039 (i386_register_convertible, i386_register_convert_to_virtual,
7040 i386_convert_to_raw): Remove functions.
7041 (i386_gdbarch_init): Set convert_register_p, register_to_value and
7042 value_to_register instead of register_convertible,
7043 register_convert_to_virtual and register_convert_to_raw.
7044 * mips-tdep.c (mips_convert_register_p): New function.
7045 (mips_value_to_register): Replace mips_register_convert_from_type.
7046 (mips_register_to_value): Replace mips_register_convert_to_type.
7047 (mips_gdbarch_init): Set conver_register_p, value_to_register and
7048 register_to_value.
7049 * alpha-tdep.c (alpha_convert_register_p): Update.
7050 (alpha_value_to_register): Update, store the register.
7051 (alpha_register_to_value): Update, fetch the register.
7052
70532003-06-14 Theodore A. Roth <troth@openavr.org>
7054
7055 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
7056 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
7057 Don't set deprecated_call_dummy_words.
7058 Remove commented out set_gdbarch_believe_pcc_promotion() call.
7059 Don't set remote_translate_xfer_address.
7060 (avr_io_reg_read_command): Remove commented out debug printf.
7061 Wrap a long line.
7062
70632003-06-14 Theodore A. Roth <troth@openavr.org>
7064
7065 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
7066 causes gdb to seg fault.
7067
70682003-06-14 Daniel Jacobowitz <drow@mvista.com>
7069
7070 * sparc-nat.c (fetch_inferior_registers): Correct
7071 a reference to "registers".
7072
70732003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
7074
7075 * Makefile.in (exc_request_U_h): Define
7076 (exc_request_S_h): Likewise.
7077 (msg_reply_S_h): Likewise.
7078 (msg_U_h): Likewise.
7079 (notify_S_h): Likewise.
7080 (process_reply_S_h): Likewise.
7081 (gnu-nat.o): Depend on gdb_obstack_h
7082 * gnu-nat.c: Include "gdb_obstack.h".
7083
70842003-06-13 Andrew Cagney <cagney@redhat.com>
7085
7086 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
7087 * gdbarch.h, gdbarch.c: Re-generate.
7088
70892003-06-13 Andrew Cagney <cagney@redhat.com>
7090
7091 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
7092 when deprecated REGISTER macros can be deleted.
7093 * gdbarch.h, gdbarch.c: Re-generate.
7094
70952003-06-13 Jim Blandy <jimb@redhat.com>
7096
7097 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
7098 Linux entry point symbols for _dl_debug_state, too.
7099
71002003-06-13 Andrew Cagney <cagney@redhat.com>
7101
7102 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
7103 available, do not use the FP register, and always save the TOS.
7104 * dummy-frame.c (dummy_frame_this_id): Do not assert
7105 SAVE_DUMMY_FRAME_TOS.
7106 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
7107 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
7108 (i386_push_dummy_call): Add 8 to the returned SP.
7109 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
7110 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
7111 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
7112 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
7113 (x86_64_push_dummy_call): Return "sp + 16".
7114 (x86_64_init_abi): Do not set save_dummy_frame_tos.
7115 * alpha-tdep.c (alpha_gdbarch_init): Do not set
7116 save_dummy_frame_tos.
7117
71182003-06-13 Jim Blandy <jimb@redhat.com>
7119
7120 * frv-tdep.c (frv_use_struct_convention): Delete static
7121 declaration for function deleted in my change of 2003-06-12.
7122
71232003-06-13 Theodore A. Roth <troth@openavr.org>
7124
7125 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
7126 (avr_pointer_to_address): Shift code addrs left 1 bit.
7127 (avr_convert_from_func_ptr_addr): Delete function since operation is
7128 better handled by avr_address_to_pointer and avr_pointer_to_address.
7129 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
7130
71312003-06-13 Mark Kettenis <kettenis@gnu.org>
7132
7133 From Kelley Cook <kelleycook@wideopenwest.com>:
7134 * configure.host: Accept i[34567]86 variants.
7135 * configure.tgt: Likewise.
7136 * nlm/configure.in: Likewise.
7137 * nlm/configure: Regenerated.
7138
71392003-06-13 Richard Earnshaw <rearnsha@arm.com>
7140
7141 * arm-tdep.c (solib-svr4.h): Dont' include it.
7142 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
7143 * arm-linux-tdep.c: ... here. Make static.
7144 (arm_linux_init_abi): Register it.
7145 (solib-svr4.h): Include it.
7146 * Makefile.in: Update dependencies.
7147 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7148 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
7149
71502003-06-13 Corinna Vinschen <vinschen@redhat.com>
7151
7152 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
7153 indicate registers used for return values.
7154 (struct frame_extra_info): Drop args_pointer and locals_pointer.
7155 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
7156 members.
7157 (h8300_init_extra_frame_info): Ditto.
7158 (h8300_frame_locals_address): Removed.
7159 (h8300_frame_args_address): Removed.
7160 (h8300_extract_return_value): Use new regcache structure. Only care
7161 for 16 bit CPUs.
7162 (h8300h_extract_return_value): Same function for 32 bit CPUs.
7163 (h8300_store_return_value): Use new regcache structure. Only care
7164 for 16 bit CPUs.
7165 (h8300h_store_return_value): Same function for 32 bit CPUs.
7166 (h8300_store_struct_return): Removed.
7167 (h8300_extract_struct_value_address): Use new regcache structure.
7168 (h8300h_extract_struct_value_address): Removed.
7169 (h8300_push_dummy_code): New function.
7170 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
7171 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
7172 set_gdbarch_store_return_value architecture dependent.
7173 Call set_gdbarch_push_dummy_code and
7174 set_gdbarch_extract_struct_value_address.
7175 Remove calls to set_gdbarch_frame_args_address,
7176 set_gdbarch_frame_locals_address,
7177 set_gdbarch_deprecated_store_struct_return,
7178 set_gdbarch_deprecated_extract_return_value,
7179 set_gdbarch_deprecated_extract_struct_value_address,
7180 set_gdbarch_deprecated_call_dummy_words and
7181 set_gdbarch_deprecated_sizeof_call_dummy_words.
7182
71832003-06-13 Corinna Vinschen <vinschen@redhat.com>
7184
7185 * h8300-tdep.c (h8300_register_byte): Remove.
7186 (h8300h_register_byte): Remove.
7187 (h8300_register_virtual_type): Remove. Substitute by...
7188 (h8300_register_type): New function.
7189 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
7190 (h8300h_extract_struct_value_address): Ditto.
7191 (h8300_gdbarch_init): Drop calls to
7192 set_gdbarch_deprecated_register_byte and
7193 set_gdbarch_deprecated_register_virtual_type.
7194 Add call to set_gdbarch_register_type.
7195
71962003-06-13 Andrew Cagney <cagney@redhat.com>
7197
7198 * gdbarch.sh: Update comments on registers.
7199 (deprecated_register_byte): Rename register_byte.
7200 (deprecated_register_raw_size): Rename register_raw_size.
7201 (deprecated_register_virtual_size): Rename register_virtual_size.
7202 (deprecated_register_virtual_type): Rename register_virtual_type.
7203 * gdbarch.h, gdbarch.c: Re-generate.
7204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7205 * vax-tdep.c (vax_gdbarch_init): Update.
7206 * v850-tdep.c (v850_gdbarch_init): Update.
7207 * sparc-tdep.c (sparc_gdbarch_init): Update.
7208 * sh-tdep.c (sh_gdbarch_init): Update.
7209 * s390-tdep.c (s390_gdbarch_init): Update.
7210 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7211 * ns32k-tdep.c: Update.
7212 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7213 * mips-tdep.c (mips_gdbarch_init): Update.
7214 * mcore-tdep.c (mcore_gdbarch_init): Update.
7215 * m68k-tdep.c (m68k_gdbarch_init): Update.
7216 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7217 * ia64-tdep.c (ia64_gdbarch_init): Update.
7218 * hppa-tdep.c (hppa_gdbarch_init): Update.
7219 * h8300-tdep.c (h8300_gdbarch_init): Update.
7220 * frv-tdep.c (frv_gdbarch_init): Update.
7221 * cris-tdep.c (cris_gdbarch_init): Update.
7222 * avr-tdep.c (avr_gdbarch_init): Update.
7223 * alpha-tdep.c (alpha_gdbarch_init): Update.
7224 * arm-tdep.c (arm_gdbarch_init): Update.
7225
72262003-06-13 Andrew Cagney <cagney@redhat.com>
7227
7228 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
7229 mips_o32_use_struct_convention with always_use_struct_convention.
7230
72312003-06-12 David Carlton <carlton@kealia.com>
7232
7233 * cp-namespace.c (cp_set_block_scope): Comment out
7234 processing_has_namespace_info branch.
7235
72362003-06-12 Jim Blandy <jimb@redhat.com>
7237
7238 Recognize and skip 64-bit PowerPC Linux linkage functions.
7239 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
7240 insn_pattern, insns_match_pattern, d_field, ds_field): New
7241 functions, macros, and types for working with PPC instructions.
7242 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
7243 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
7244 ppc64_skip_trampoline_code): New functions, variables, and macros
7245 for recognizing and skipping linkage functions.
7246 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
7247 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
7248
7249 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
7250 register offsets for both the 32- and 64-bit interfaces.
7251
7252 Actually finish the job started by my change of 2003-05-29.
7253 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
7254 other #definition of this.
7255 (ppc_linux_skip_trampoline_code): Remove declaration.
7256 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
7257 static.
7258 (ppc_linux_init_abi): Register it as the skip_trampoline_code
7259 method for GDBARCH.
7260
7261 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
7262 'long' on ppc64-*-linux*.
7263
7264 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
7265 isn't #defined, assume the register doesn't exist: act as if
7266 tdep->ppc_mq_regnum were -1.
7267
7268 * configure.host, configure.tgt: Add entries for
7269 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
7270 powerpc/linux.mt.
7271 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
7272 New files.
7273
7274 * arch-utils.c (always_use_struct_convention): New function.
7275 * arch-utils.h (always_use_struct_convention): New prototype.
7276 * alpha-tdep.c (alpha_use_struct_convention): Delete.
7277 (alpha_gdbarch_init): Register always_use_struct_convention,
7278 instead of alpha_use_struct_convention.
7279 * cris-tdep.c (cris_use_struct_convention): Delete.
7280 (cris_gdbarch_init): Register always_use_struct_convention,
7281 instead of cris_use_struct_convention.
7282 * frv-tdep.c (frv_use_struct_convention): Delete.
7283 (frv_gdbarch_init): Register always_use_struct_convention,
7284 instead of frv_use_struct_convention.
7285 * h8300-tdep.c (h8300_use_struct_convention): Delete.
7286 (h8300_gdbarch_init): Register always_use_struct_convention,
7287 instead of h8300_use_struct_convention.
7288 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
7289 (mips_o32_gdbarch_init): Register always_use_struct_convention,
7290 instead of mips_o32_use_struct_convention.
7291
72922003-06-12 Andrew Cagney <cagney@redhat.com>
7293
7294 * wince.c: Include "mips-tdep.h".
7295 * mips-tdep.h (mips_next_pc): Declare.
7296 * mcore-tdep.c: Make more local functions static.
7297 * Makefile.in (wince.o): Update dependencies.
7298
72992003-06-12 David Carlton <carlton@kealia.com>
7300
7301 * symtab.c (lookup_symbol_aux_minsyms): Replace
7302 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7303 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
7304 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
7305 SYMBOL_NATURAL_NAME.
7306
73072003-06-12 Andreas Schwab <schwab@suse.de>
7308
7309 * Makefile.in (tuiDisassem.o): Update dependencies.
7310
73112003-06-12 David Carlton <carlton@bactrian.org>
7312
7313 * symtab.h: Delete declaration of make_symbol_overload_list.
7314 Add declaration of lookup_partial_symbol.
7315 * symtab.c (remove_params): Move to cp-support.c.
7316 (overload_list_add_symbol, make_symbol_overload_list)
7317 (sym_return_val_size, sym_return_val_index): Ditto.
7318 (lookup_partial_symbol): Make extern.
7319 * cp-support.h: Add declaration of make_symbol_overload_list.
7320 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
7321 symtab.h, and block.h.
7322 (remove_params): Move here from symtab.c.
7323 (overload_list_add_symbol, make_symbol_overload_list)
7324 (sym_return_val_size, sym_return_val_index): Ditto.
7325 * valops.c: Include cp-support.h.
7326 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
7327 frame_h, and block_h.
7328 (valops.o): Depend on cp_support_h.
7329
73302003-06-12 Corinna Vinschen <vinschen@redhat.com>
7331
7332 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
7333 substitute by NUM_REGS throughout.
7334 (h8300_register_name): Only care for H8/300 and H8/300H registers.
7335 (h8300s_register_name): New function for H8S registers.
7336 (h8300sx_register_name): Ditto for H8SX registers.
7337 (h8300_print_register): Revise register printing, avoid depending
7338 on 32 bit long.
7339 (h8300_register_byte): Only care for H8/300 registers.
7340 (h8300h_register_byte): New function for any other architecture.
7341 (h8300_register_raw_size): Remove.
7342 (h8300_register_virtual_type): Revise to return actually useful
7343 type.
7344 (h8300_extract_struct_value_address): Only care for H8/300 registers.
7345 (h8300h_extract_struct_value_address): New function for any other
7346 architecture.
7347 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
7348 set_gdbarch_register_name, set_gdbarch_register_byte,
7349 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
7350 Remove calls to set_gdbarch_deprecated_register_size,
7351 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
7352 set_gdbarch_deprecated_max_register_raw_size,
7353 set_gdbarch_register_virtual_size and
7354 set_gdbarch_deprecated_max_register_virtual_size entirely.
7355 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
7356 set_gdbarch_long_double_bit.
7357
73582003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7359
7360 * doublest.c (convert_doublest_to_floatformat): When dealing
7361 with the implied integer bit, only alter mant_bits if we are
7362 processing a full 32 bits of mantissa.
7363
73642003-06-11 David Carlton <carlton@bactrian.org>
7365
7366 * dictionary.h: New.
7367 * dictionary.c: New.
7368 * block.h: Add opaque declaration for struct dictionary.
7369 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
7370 'sym' members.
7371 (BLOCK_DICT): New macro.
7372 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
7373 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
7374 BLOCK_SHOULD_SORT.
7375 (ALL_BLOCK_SYMBOLS): Update definition.
7376 * Makefile.in (SFILES): Add dictionary.c.
7377 (dictionary_h): New.
7378 (COMMON_OBS): Add dictionary.o.
7379 (dictionary.o): New.
7380 (ada-lang.o): Depend on dictionary_h.
7381 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
7382 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
7383 (mi-cmd-stack.o): Ditto.
7384 (gdbtk-cmds.o): Update dependencies.
7385 (gdbtk-stack.o): Ditto.
7386 * ada-lang.c: Include dictionary.h.
7387 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
7388 (fill_in_ada_prototype, debug_print_block): Ditto.
7389 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
7390 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
7391 'is_sorted'.
7392 * mdebugread.c: Include dictionary.h.
7393 (struct parse_stack): Delete 'maxsyms' member.
7394 (parse_symbol): Update calls to new_block. Delete calls to
7395 shrink_block. Use dictionary methods.
7396 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
7397 Update calls to new_symtab. Don't maintain maxsyms data.
7398 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
7399 (add_symbol): Just call dict_add_symbol.
7400 (new_symtab): Delete 'maxsyms' argument.
7401 (new_symtab): Update calls to new_block.
7402 (new_block): Delete 'maxsyms' argument; add 'function' argument.
7403 (shrink_block): Delete function.
7404 (fixup_sigtramp): Update call to new_block. Add symbol via
7405 dict_add_symbol.
7406 * jv-lang.c: Include dictionary.h.
7407 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
7408 appropriately. Set class_symtab->free_func. Make sure the
7409 blockvector is big enough to hold two blocks.
7410 (add_class_symtab_symbol): Use dictionary methods.
7411 (free_class_block): New function.
7412 (type_from_class): Replace explicit iteration by
7413 ALL_BLOCK_SYMBOLS.
7414 * symtab.h (struct symtab): Replace 'free_ptr' method by
7415 'free_func'.
7416 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
7417 sort_symtab_syms.
7418 * dwarfread.c (psymtab_to_symtab_1): Delete call to
7419 sort_symtab_syms.
7420 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
7421 Include dictionary.h.
7422 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
7423 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
7424 sort_symtab_syms.
7425 * objfiles.c: Include dictionary.h.
7426 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
7427 * buildsym.c: Include dictionary.h.
7428 (finish_block): Use dictionary methods.
7429 (end_symtab): Set free_func to NULL, not free_ptr.
7430 * tracepoint.c: Include dictionary.h.
7431 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
7432 (scope_info): Ditto.
7433 * stack.c: Include dictionary.h.
7434 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
7435 (print_block_frame_labels, print_frame_arg_vars)
7436 (print_frame_args): Ditto.
7437 * symmisc.c (free_symtab_block): Use dictionary methods.
7438 (dump_symtab): Ditto.
7439 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
7440 Include dictionary.h.
7441 * symfile.h: Delete declarations of sort_block_syms,
7442 sort_symtab_syms.
7443 * symfile.c (sort_block_syms): Delete.
7444 (sort_symtab_syms): Delete.
7445 * symtab.c: Include dictionary.h.
7446 (lookup_block_symbol): Use dictionary iterators.
7447 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
7448 (search_symbols, make_symbol_completion_list): Ditto.
7449 (make_symbol_overload_list): Ditto.
7450 * valops.c (value_of_local): Use dict_empty.
7451 Include dictionary.h.
7452
74532003-06-11 J. Brobecker <brobecker@gnat.com>
7454
7455 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
7456
74572003-06-11 David Carlton <carlton@bactrian.org>
7458
7459 * block.h (BLOCK_SHOULD_SORT): Delete.
7460 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
7461 blocks.
7462 * ada-lang.c (ada_add_block_symbols): Ditto.
7463 * symfile.c (sort_block_syms): Delete.
7464 (sort_symtab_syms): Ditto.
7465 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
7466 declarations.
7467 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
7468 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
7469 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
7470 * dwarfread.c (psymtab_to_symtab_1): Ditto.
7471 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
7472 * mdebugread.c (psymtab_to_symtab_1): Ditto.
7473 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
7474
74752003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7476
7477 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
7478 bits to 128.
7479
74802003-06-11 Andrew Cagney <cagney@redhat.com>
7481
7482 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
7483 REGISTER_CONVERTIBLE.
7484 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
7485 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7486 * gdbarch.h, gdbarch.c: Re-generate.
7487 * arch-utils.h (deprecated_register_convertible_not): Rename
7488 generic_register_convertible_not.
7489 * arch-utils.c (deprecated_register_convertible_not): Rename
7490 generic_register_convertible.
7491 (legacy_convert_register_p, legacy_register_to_value): Update.
7492 * sh-tdep.c (sh64_push_arguments): Update.
7493 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
7494 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
7495 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7496 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7497 * arch-utils.c (legacy_value_to_register): Update.
7498 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7499 (rs6000_register_convert_to_raw): Make parameter "from" const.
7500 * mips-tdep.c (mips_gdbarch_init): Update.
7501 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
7502 * infcmd.c (default_print_registers_info): Update.
7503 * ia64-tdep.c (ia64_gdbarch_init): Update.
7504 (ia64_register_convert_to_raw): Make parameter "from" const.
7505 * i386-tdep.c (i386_gdbarch_init): Update.
7506 (i386_register_convert_to_raw): Update.
7507
75082003-06-11 Andrew Cagney <cagney@redhat.com>
7509
7510 * remote-fileio.c: Include "remote-fileio.h".
7511 * Makefile.in (remote-fileio.o): Update dependencies.
7512 (remote_fileio_h): Fix typo.
7513
75142003-06-11 Andrew Cagney <cagney@redhat.com>
7515
7516 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7517 (xstormy16_save_dummy_frame_tos): Make static.
7518 (_initialize_xstormy16_tdep): Add declaration.
7519 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7520 * v850-tdep.c: Make local functions static.
7521 (_initialize_v850_tdep): Add declaration.
7522 * sparc-tdep.c: Make local functions static.
7523 (_initialize_sparc_tdep): Add declaration.
7524 * sh-tdep.c: Make local functions static.
7525 (_initialize_sh_tdep): Add declaration.
7526 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7527 * s390-tdep.c: Make local functions static.
7528 (_initialize_s390_tdep): Add declaration.
7529 * dbxread.c (find_stab_function_addr): Make static.
7530 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7531 * ocd.c (_initialize_remote_ocd): Add declaration.
7532 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7533 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7534 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7535 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7536 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7537 * remote-array.c (_initialize_array): Add declaration.
7538 (_initialize_remote_monitors): Add declaration.
7539 * remote-mips.c: Make local functions static.
7540 (_initialize_remote_mips): Add declaration.
7541 * mcore-tdep.c: Make all local functions static.
7542 (_initialize_mcore_tdep): Add declaration.
7543 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7544 * abug-rom.c (_initialize_abug_rom): Add declaration.
7545 * rom68k-rom.c (_initialize_rom68k): Add declaration.
7546 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7547 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7548 * remote-est.c (_initialize_est): Add declaration.
7549 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7550 (m68hc11_call_dummy_address): Make static.
7551 * ia64-tdep.c: Make local functions static.
7552 (_initialize_ia64_tdep): Add declaration.
7553 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7554 * monitor.c (monitor_wait_filter): Make static.
7555 (_initialize_remote_monitors): Add declaration.
7556 * remote-hms.c (_initialize_remote_hms): Add declaration.
7557 * remote-e7000.c (fetch_regs_from_dump): Make static.
7558 (expect_n): Make static.
7559 (_initialize_remote_e7000): Add declaration.
7560 * ser-e7kpc.c: Always include "defs.h".
7561 (_initialize_ser_e7000pc): Add declaration.
7562 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7563 * cris-tdep.c: Make all but one function static.
7564 (_initialize_cris_tdep): Add declaration.
7565 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7566 * solib.c (update_solib_list): Make static.
7567 (_initialize_solib): Add declaration.
7568 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7569 (_initialize_avr_tdep): Add declaration.
7570 * remote-rdi.c (voiddummy): Make static.
7571 (_initialize_remote_rdi): Add declaration.
7572 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7573 * remote-rdp.c (send_rdp): Make static.
7574 (_initialize_remote_rdp): Add declaration.
7575 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7576
75772003-06-11 Corinna Vinschen <vinschen@redhat.com>
7578
7579 * remote-fileio.c: Make ari happy.
7580
75812003-06-10 J. Brobecker <brobecker@gnat.com>
7582
7583 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7584 fetching the trailing bytes of the buffer we are about to write.
7585
75862003-06-10 Andrew Cagney <cagney@redhat.com>
7587
7588 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7589 * Makefile.in (remote-fileio.o): Update dependencies.
7590 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7591 include <setjmp.h>, or <sys/types.h> conditional on USG.
7592 (remote_fio_jmp_buf): Delete global variable.
7593
75942003-06-10 Corinna Vinschen <vinschen@redhat.com>
7595 Martin M. Hunt <hunt@redhat.com>
7596
7597 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7598 (SFILES): Add remote-fileio.c.
7599 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7600 dependencies for building remote.o.
7601 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7602 * remote-fileio.h: New header file defining remote File-I/O interface.
7603 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7604 static storage class.
7605 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7606 'F' packet.
7607 (_initialize_remote): Call initialize_remote_fileio().
7608 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7609 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7610 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7611 (captured_main): Initialize new ui_files.
7612 * ui-file.c: Add read and fgets input functions.
7613 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7614 (null_file_read): New function.
7615 (ui_file_read): New function.
7616 (set_ui_file_read): New function.
7617 (stdio_file_read): New function.
7618 * ui-file.h: New type ui_file_read_ftype.
7619 (set_ui_file_read): Declare.
7620 (ui_file_read): Declare.
7621
76222003-06-09 Andrew Cagney <cagney@redhat.com>
7623
7624 * frame.h (deprecated_unwind_get_saved_register): Rename
7625 generic_unwind_get_saved_register, update comments.
7626 * mips-tdep.c (mips_get_saved_register): Update.
7627 * frame.c (deprecated_unwind_get_saved_register): Update.
7628
76292003-06-09 Andrew Cagney <cagney@redhat.com>
7630
7631 * vax-tdep.c (vax_frame_locals_address): Delete function.
7632 (vax_gdbarch_init): Do not set frame_locals_address.
7633 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7634 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7635 * s390-tdep.c (s390_frame_args_address): Delete function.
7636 (s390_gdbarch_init): Do not set frame_args_address or
7637 frame_locals_address.
7638 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7639 (ns32k_gdbarch_init): Do not set frame_locals_address.
7640 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7641 (hppa_frame_locals_address): Delete function.
7642 (hppa_gdbarch_init): Do not set frame_args_address, or
7643 frame_locals_address.
7644 * arm-tdep.c (arm_frame_args_address): Delete.
7645 (arm_frame_locals_address): Delete.
7646 (arm_gdbarch_init): Do not set frame_args_address, or
7647 frame_locals_address.
7648
76492003-06-09 Andrew Cagney <cagney@redhat.com>
7650
7651 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7652 * gdbarch.h, gdbarch.c: Re-generate.
7653 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7654 * arch-utils.c (frame_num_args_unknown): Delete function.
7655 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7656 (frame_info): Use FRAME_NUM_ARGS_P.
7657 * arm-tdep.c (arm_frame_num_args): Delete function.
7658 (arm_gdbarch_init): Do not set frame_num_args.
7659 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7660 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7661 (hppa_gdbarch_init): Do not set frame_num_args.
7662 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7664 frame_num_args to default frame_num_args_unknown.
7665 * v850-tdep.c (v850_gdbarch_init): Ditto.
7666 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7667 * sh-tdep.c (sh_gdbarch_init): Ditto.
7668 * s390-tdep.c (s390_gdbarch_init): Ditto.
7669 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7670 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7671 * mips-tdep.c (mips_gdbarch_init): Ditto.
7672 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7673 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7674 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7675 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7676 * i386-tdep.c (i386_gdbarch_init): Ditto.
7677 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7678 * frv-tdep.c (frv_gdbarch_init): Ditto.
7679 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7680 * cris-tdep.c (cris_gdbarch_init): Ditto.
7681 * avr-tdep.c (avr_gdbarch_init): Ditto.
7682 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7683
76842003-06-09 Andrew Cagney <cagney@redhat.com>
7685
7686 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7687 (print_frame_args): Moved to "stack.c".
7688 * stack.c: Include "gdb_assert.h".
7689 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7690 (print_frame_args): Moved from "printcmd.c".
7691 * frame.h (print_frame_args): Delete declaration.
7692 * Makefile.in (stack.o): Update dependencies.
7693
76942003-06-08 Andrew Cagney <cagney@redhat.com>
7695
7696 * frame.c (get_prev_frame): Remove reference to
7697 frame_args_address_correct in comments.
7698 * frame-base.c (default_frame_args_address): Delete code
7699 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7700 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7701 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7702 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7703 (vax_frame_args_address_correct): Delete declaration.
7704
77052003-06-08 Andrew Cagney <cagney@redhat.com>
7706
7707 * gdbarch.sh (UNWIND_SP): Add.
7708 * gdbarch.h, gdbarch.c: Re-generate.
7709 * frame.c (frame_sp_unwind): New function.
7710 (get_frame_sp): New function.
7711 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7712 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7713 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7714 value.
7715 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7716 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7717
77182003-06-08 Andrew Cagney <cagney@redhat.com>
7719
7720 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7721 REMOTE_BREAKPOINT.
7722 * remote.c: Update.
7723 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7724 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7725 * config/m68k/tm-sun3.h: Update.
7726 * config/m68k/tm-m68klynx.h: Update.
7727 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7728
7729 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7730 trad_frame". Update comments.
7731 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7732 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7733 (trad_frame_register_value, trad_frame_prev_register): Update.
7734
77352003-06-08 Andrew Cagney <cagney@redhat.com>
7736
7737 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7738 from GCC's acinclude.m4.
7739 * configure.in: Check for getopt's delcaration.
7740 * aclocal.m4, config.in, configure: Re-generate.
7741 * main.c (error_init): Delete declaration.
7742 * defs.h (error_init): Declare.
7743 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7744 (rs6000_convert_from_func_ptr_addr): Make static.
7745 (_initialize_rs6000_tdep): Add declaration.
7746 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7747 (show_commands, set_verbose, show_history): Delete declaration.
7748 * top.h (set_verbose): Add declaration.
7749 (show_history, set_history, show_commands): Add declaration.
7750 (do_restore_instream_cleanup): Add declaration.
7751 * objc-lang.c (specialcmp): Make static.
7752 (print_object_command): Make static.
7753 (find_objc_msgsend): Make static.
7754 (find_objc_msgcall_submethod_helper): Make static.
7755 (find_objc_msgcall_submethod): Make static.
7756 (_initialize_objc_language): Add declaration.
7757 (find_implementation_from_class): Make static.
7758 (find_implementation): Make static.
7759 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7760 * objc-lang.h (lookup_struct_typedef): Add declaration.
7761 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7762 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7763 (do_restore_user_call_depth): Make static.
7764 (do_restore_instream_cleanup): Delete declaration.
7765 (dont_repeat): Delete declaration.
7766 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7767 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7768 * reggroups.c (_initialize_reggroup): Add declaration.
7769 * cp-support.c (_initialize_cp_support): Add declaration.
7770 * cp-abi.c (_initialize_cp_abi): Add declaration.
7771 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7772 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7773 (_initialize_gnu_v3_abi): Add declaration.
7774 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7775 (_initialize_gnu_v2_abi): Add declaration.
7776 * frame-base.c (_initialize_frame_base): Add declaration.
7777 * doublest.c (floatformat_from_length): Make static.
7778 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7779 * frame.c (create_sentinel_frame): Make static.
7780 (_initialize_frame): Add declaration.
7781 * top.c (do_catch_errors): Make static.
7782 (gdb_rl_operate_and_get_next_completion): Make static.
7783 * typeprint.c: Include "typeprint.h".
7784 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7785 (sentinel_frame_this_id): Make static.
7786 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7787 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7788 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7789 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7790 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7791 * maint.c (maintenance_print_architecture): Make static.
7792 * signals/signals.c (_initialize_signals): Add declaration.
7793 * std-regs.c (_initialize_frame_reg): Add declaration.
7794 * jv-exp.y (push_variable): ISO C definition.
7795 (push_qualified_expression_name): Ditto.
7796 * memattr.c (_initialize_mem): Add declaration.
7797 * remote.c (remote_check_watch_resources): Make static.
7798 (remote_stopped_by_watchpoint): Make static.
7799 (remote_stopped_data_address): Make static.
7800 * d10v-tdep.c (nr_dmap_regs): Make static.
7801 (a0_regnum): Make static.
7802 (d10v_frame_unwind_cache): Make static.
7803 (d10v_frame_p): Make static.
7804 * osabi.c (show_osabi): Make static.
7805 (_initialize_gdb_osabi): Add extern declaration.
7806 * gdbtypes.c (make_qualified_type): Make static.
7807 (safe_parse_type): Make static.
7808 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7809 * macrotab.c (macro_bcache_free): Make static.
7810 * interps.c (interp_set_quiet): Make static.
7811 (interpreter_exec_cmd): Make static.
7812 * stack.h (select_frame_command): New file.
7813 * stack.c: Include "stack.h".
7814 (select_frame_command_wrapper): Delete function.
7815 (select_frame_command): Make global.
7816 * infcall.c: Include "infcall.h".
7817 * linespec.c: Include "linespec.h".
7818 * symfile.c (sections_overlap): Make static.
7819 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7820 * charset.c (_initialize_charset): Add missing prototype.
7821 * regcache.c (init_legacy_regcache_descr): Make static.
7822 (do_regcache_xfree): Make static.
7823 (regcache_xfer_part): Make static.
7824 (_initialize_regcache): Add missing prototype.
7825 * breakpoint.c (parse_breakpoint_sals): Make static.
7826 (breakpoint_sals_to_pc): Make static.
7827 * interps.h (clear_interpreter_hooks): ISO C declaration.
7828 * Makefile.in (stack_h): Define.
7829 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7830 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7831
78322003-06-08 Andrew Cagney <cagney@redhat.com>
7833
7834 * Makefile.in (d10v-tdep.o): Update dependencies.
7835 (SFILES): Add trad-frame.c.
7836 (trad_frame_h): Define.
7837 (COMMON_OBS): Add trad-frame.o.
7838 (trad-frame.o): Specify dependencies.
7839 * d10v-tdep.c: Include "trad-frame.h".
7840 (saved_regs_unwinder): Delete function.
7841 (d10v_frame_prev_register): Use trad_frame_prev_register.
7842 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7843 trad_frame", delete "regs" and "prev_sp".
7844 (prologue_find_regs): Use trad-frame.
7845 * trad-frame.h, trad-frame.c: New files.
7846
78472003-06-08 Mark Kettenis <kettenis@gnu.org>
7848
7849 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7850
78512003-06-07 Adam Fedor <fedor@gnu.org>
7852
7853 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7854 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7855 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7856 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7857 resolve_msgsend_super, resolve_msgsend_super_stret):
7858 Use it.
7859
78602003-06-07 Andrew Cagney <cagney@redhat.com>
7861
7862 * symfile.h: Re-indent, clean up comments.
7863
78642003-06-07 Andrew Cagney <cagney@redhat.com>
7865
7866 * inferior.h (deprecated_write_sp): Replace
7867 generic_target_write_sp.
7868 * regcache.c (deprecated_write_sp): Replace
7869 generic_target_write_sp.
7870 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7871 * vax-tdep.c (vax_gdbarch_init): Update.
7872 * v850-tdep.c (v850_gdbarch_init): Update.
7873 * sparc-tdep.c (sparc_gdbarch_init): Update.
7874 * sh-tdep.c (sh_gdbarch_init): Update.
7875 * s390-tdep.c (s390_gdbarch_init): Update.
7876 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7877 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7878 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7879 * mcore-tdep.c (mcore_gdbarch_init): Update.
7880 * m68k-tdep.c (m68k_gdbarch_init): Update.
7881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7882 * ia64-tdep.c (ia64_gdbarch_init): Update.
7883 * h8300-tdep.c (h8300_gdbarch_init): Update.
7884 * frv-tdep.c (frv_gdbarch_init): Update.
7885 * cris-tdep.c (cris_gdbarch_init): Update.
7886 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7887
78882003-06-07 Andrew Cagney <cagney@redhat.com>
7889
7890 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7891 Assert that PC_REGNUM is valid.
7892 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7893
78942003-06-07 Andrew Cagney <cagney@redhat.com>
7895
7896 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7897 * gdbarch.h, gdbarch.c: Regenerate.
7898 * mn10300-tdep.c: Include "gdb_assert.h".
7899 (mn10300_read_fp): New function.
7900 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7901 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7902 * ia64-tdep.c: Include "gdb_assert.h".
7903 (ia64_read_fp): New function.
7904 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7905 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7906 * regcache.c (generic_target_read_sp): Delete function.
7907 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7908 * inferior.h (generic_target_read_sp): Delete declaration.
7909 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7910 generic_target_read_sp.
7911 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7912 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7913 * sh-tdep.c (sh_gdbarch_init): Ditto.
7914 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7915 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7916
79172003-06-07 Andrew Cagney <cagney@redhat.com>
7918
7919 * gdbarch.sh: Comment each field of startup_gdbarch.
7920 * gdbarch.h, gdbarch.c: Re-generate.
7921
79222003-06-07 Andrew Cagney <cagney@redhat.com>
7923
7924 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7925 * gdbarch.h, gdbarch.c: Re-generate.
7926 * regcache.c: Update comments on read_pc et.al.
7927 (generic_target_read_pc): Delete function.
7928 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7929 * inferior.h (generic_target_read_pc): Delete declaration.
7930 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7931 generic_target_read_pc.
7932 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7933 * sh-tdep.c (sh_gdbarch_init): Ditto.
7934 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7935 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7936
79372003-06-07 Andrew Cagney <cagney@redhat.com>
7938
7939 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7940 "index" with "special_local_sect". Use strcmp instead of STREQ.
7941 Append period to coments.
7942
79432003-06-06 Mark Mitchell <mark@codesourcery.com>
7944
7945 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7946 (elfstab_offset_sections): Likewise.
7947 * gdb-stabs.h (stab_section_info): Likewise.
7948 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7949 * objfiles.c (objfile_relocate): Likewise.
7950 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7951 * remote.c (get_offsets): Likewise.
7952 (remote_cisco_objfile_relocate): Likewise.
7953 * somread.c (som_symfile_offsets): Likewise.
7954 * symfile.c (alloc_section_addr_info): New function.
7955 (build_section_addr_info_from_section_tab): Use it.
7956 (free_section_addr_info): Adjust.
7957 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7958 (syms_from_objfile): Allocate local_addr dynamically.
7959 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7960 dynamically.
7961 (add_symbol_file_command): Allocate sect_opts dynamically.
7962 (reread_symbols): Avoid use of SECT_OFF_MAX.
7963 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7964 (alloc_section_addr_info): Declare it.
7965 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7966 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7967 dynamically.
7968 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7969
79702003-06-06 Andrew Cagney <cagney@redhat.com>
7971
7972 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7973 (d10v_frame_unwind_cache): Do not set "return_pc".
7974
79752003-06-06 Michael Snyder <msnyder@redhat.com>
7976
7977 * h8300-tdep.c: Make tidy (long lines).
7978
79792003-06-06 Michal Ludvig <mludvig@suse.cz>
7980
7981 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7982 to regcache_collect().
7983
79842003-06-05 J. Brobecker <brobecker@gnat.com>
7985
7986 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7987 pc_in_sigtramp multiarch method.
7988 (hppa_hpux_som_init_abi): Use it.
7989 (hppa_hpux_elf_init_abi): Likewise.
7990 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7991 macro has been multiarched.
7992 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7993 macro here, as hppa64 isn't multiarched yet.
7994
79952003-06-05 Andrew Cagney <cagney@redhat.com>
7996
7997 * Makefile.in (value_h): Add $(frame_h).
7998 * value.h: Include "frame.h".
7999 (struct value): Replace "frame_addr" with "frame_id".
8000 (VALUE_FRAME_ID): Replace VALUE_FRAME.
8001 * values.c (allocate_value): Use VALUE_FRAME_ID.
8002 (value_copy): Use VALUE_FRAME_ID.
8003 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
8004 * valops.c (value_assign): Update. Use frame_find_by_id.
8005
80062003-06-05 Michal Ludvig <mludvig@suse.cz>
8007
8008 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
8009 in each pass.
8010
80112003-06-05 Jeff Johnston <jjohnstn@redhat.com>
8012
8013 * thread-db.c (check_event): For create/death event breakpoints,
8014 loop through all messages to ensure that we read the message
8015 corresponding to the breakpoint we are at.
8016
80172003-06-04 Michael Snyder <msnyder@redhat.com>
8018
8019 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
8020
80212003-06-04 Mark Kettenis <kettenis@gnu.org>
8022
8023 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
8024 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
8025 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
8026 when handling .eh_frame sections.
8027
80282003-06-04 J. Brobecker <brobecker@gnat.com>
8029
8030 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
8031 prepare_to_proceed procedure instead of the hppa-specific one.
8032 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
8033
80342003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8035
8036 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
8037 * config.in: Regenerated.
8038 * configure.in: Add test for syscall function and check for
8039 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
8040 * configure: Regenerated.
8041 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
8042 <sys/syscall.h>.
8043 (kill_lwp): New function that uses tkill syscall or
8044 uses kill, depending on whether threading model is nptl or not.
8045 All callers of kill() changed to use kill_lwp().
8046 (lin_lwp_wait): Make special check when WIFEXITED occurs to
8047 see if all threads have already exited in the nptl model.
8048 (stop_and_resume_callback): New callback function used by the
8049 lin_lwp_wait thread exit handling code.
8050 (stop_wait_callback): Check for threads already having exited and
8051 delete such threads fromt the lwp list when discovered.
8052 (stop_callback): Don't assert retcode of kill call.
8053
8054 Roland McGrath <roland@redhat.com>
8055 * i386-linux-nat.c (ps_get_thread_area): New function needed by
8056 nptl libthread_db.
8057
80582003-06-03 Richard Henderson <rth@redhat.com>
8059
8060 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
8061 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
8062 (alpha_sigtramp_frame_prev_register): Likewise.
8063 (alpha_heuristic_frame_prev_register): Likewise.
8064 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
8065
8066 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
8067 alpha-specific register id names.
8068 (alpha_mdebug_frame_unwind_cache): Likewise.
8069 (alpha_mdebug_frame_prev_register): Likewise.
8070
80712003-06-03 Richard Henderson <rth@redhat.com>
8072
8073 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
8074 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
8075 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
8076 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
8077 unwind routines.
8078 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8079 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8080 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8081
8082 * alpha-linux-tdep.c: Remove unnecessary includes.
8083 * Makefile.in (alpha-linux-tdep.o): Update.
8084
80852003-06-03 Richard Henderson <rth@redhat.com>
8086
8087 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
8088 (alphabsd_fill_fpreg): Likewise.
8089
80902003-06-03 J. Brobecker <brobecker@gnat.com>
8091
8092 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
8093 references to struct frame_info fields by calls to the equivalent
8094 accessors. Necessary now that frame_info is opaque.
8095
80962003-06-03 J. Brobecker <brobecker@gnat.com>
8097
8098 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
8099 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
8100 structure, field no longer exists.
8101
81022003-06-03 J. Brobecker <brobecker@gnat.com>
8103
8104 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8105 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
8106
81072003-06-03 J. Brobecker <brobecker@gnat.com>
8108
8109 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
8110 references to struct frame_info fields by calls to the equivalent
8111 accessors. Necessary now that frame_info is opaque.
8112
81132003-06-03 J. Brobecker <brobecker@gnat.com>
8114
8115 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
8116 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
8117 structure, field no longer exists.
8118
81192003-06-03 Theodore A. Roth <troth@openavr.org>
8120
8121 * remote.c (init_remote_state): Compute sizeof_g_packet by
8122 accumulation of the size of all registers instead of blindly using
8123 DEPRECATED_REGISTER_BYTES.
8124
81252003-06-03 Michael Snyder <msnyder@redhat.com>
8126
8127 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
8128 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
8129 for h8300sx.
8130
81312003-06-03 J. Brobecker <brobecker@gnat.com>
8132
8133 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
8134 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
8135
81362003-06-03 Andrew Cagney <cagney@redhat.com>
8137
8138 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
8139 (sparc_convert_to_raw): Delete function.
8140 (sparc_gdbarch_init): Do not set register_convert_to_raw or
8141 register_convert_to_virtual.
8142
81432003-06-03 Jeff Johnston <jjohnstn@redhat.com>
8144
8145 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
8146 layer if not dealing with a statically-linked threaded program.
8147
81482003-06-03 Kris Warkentin <kewarken@qnx.com>
8149
8150 * solib.c (solib_open): Update comment to reflect actual search order.
8151
81522003-06-03 Andrew Cagney <cagney@redhat.com>
8153
8154 * frame.c (get_frame_memory_signed): New function.
8155 (get_frame_memory, get_frame_memory_unsigned): New function.
8156 (get_frame_arch): New function.
8157 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
8158 (get_frame_memory, get_frame_unsigned_memory): Declare.
8159 * d10v-tdep.c (d10v_frame_unwind_cache): Use
8160 get_frame_memory_unsigned and get_frame_arch.
8161 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
8162
81632003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
8164
8165 * MAINTAINERS (write after approval): Add myself.
8166
81672003-06-03 Jim Blandy <jimb@redhat.com>
8168
8169 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
8170 elements of gregset_t are 64 bits each, but access registers
8171 are still 32 bits, so they're packed two per gregset_t
8172 element. Unpack/pack them properly.
8173
81742003-06-02 David Carlton <carlton@bactrian.org>
8175
8176 * linespec.c (find_methods): Break out code into
8177 add_matching_methods and add_constructors.
8178 (add_matching_methods): New.
8179 (add_constructors): Ditto.
8180
81812003-06-02 Andrew Cagney <cagney@redhat.com>
8182
8183 * sparc-tdep.c (sparc_print_registers): Delete call to
8184 REGISTER_CONVERTIBLE.
8185 (sparc_gdbarch_init): Do not set register_convertible.
8186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8187 * frv-tdep.c (frv_gdbarch_init): Ditto.
8188 * cris-tdep.c (cris_gdbarch_init): Ditto.
8189
81902003-06-02 Elena Zannoni <ezannoni@redhat.com>
8191
8192 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
8193 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
8194 (syms_from_objfile): Ditto.
8195
81962003-06-03 Andreas Schwab <schwab@suse.de>
8197
8198 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
8199 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
8200
82012003-06-02 Richard Henderson <rth@redhat.com>
8202
8203 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
8204 a member of all_reggroup.
8205
82062003-06-02 Richard Henderson <rth@redhat.com>
8207
8208 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
8209 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
8210 (alpha_lds, alpha_sts): New.
8211 (alpha_convert_register_p): Change from _register_convertible.
8212 (alpha_register_to_value): Change from _convert_to_virtual;
8213 restructure and fail for type sizes other than 4 or 8.
8214 (alpha_value_to_register): Similarly.
8215 (alpha_extract_return_value): Use alpha_sts.
8216 (alpha_store_return_value): Use alpha_lds.
8217 (alpha_gdbarch_init): Update hooks.
8218
82192003-06-02 Richard Henderson <rth@redhat.com>
8220
8221 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
8222 regnum identifiers.
8223 (alpha_sigtramp_register_address): Likewise.
8224
82252003-06-02 Richard Henderson <rth@redhat.com>
8226
8227 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
8228 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
8229 * alpha-tdep.h: Declare them.
8230
8231 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
8232 Remove zerobuf. Don't error on UNIQUE.
8233 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
8234 (ALPHA_REGSET_UNIQUE): Provide default.
8235 (supply_gregset): Use alpha_supply_int_regs.
8236 (fill_gregset): Use alpha_fill_int_regs.
8237 (supply_fpregset): Use alpha_supply_fp_regs.
8238 (fill_fpregset): Use alpha_fill_fp_regs.
8239 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
8240 (alphabsd_supply_reg): Use alpha_supply_int_regs.
8241 (alphabsd_fill_reg): Use alpha_fill_int_regs.
8242 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
8243 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
8244 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
8245
82462003-06-02 Richard Henderson <rth@redhat.com>
8247
8248 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
8249
8250 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
8251 (alpha_store_return_value): Likewise.
8252
82532003-06-02 David Carlton <carlton@math.stanford.edu>
8254
8255 * block.c (contained_in): Add 'const' to arguments.
8256 (block_function): Ditto.
8257 * block.h: Update declarations for block_function and
8258 contained_in.
8259
82602003-06-02 David Carlton <carlton@math.stanford.edu>
8261
8262 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
8263 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
8264 * p-valprint.c (pascal_val_print): Ditto.
8265 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
8266
82672003-06-02 Richard Henderson <rth@redhat.com>
8268
8269 * alpha-tdep.c (alpha_push_dummy_call): Use
8270 builtin_type_ieee_double_little instead of builtin_type_double.
8271
8272 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
8273 sign-extension of 32-bit values.
8274 (alpha_store_return_value): Similarly.
8275
8276 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
8277 (alpha_extract_return_value): Likewise.
8278 (alpha_store_return_value): Likewise.
8279
8280 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
8281 (alpha_store_return_value): Error on IEEE Quad floats.
8282
8283 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
8284 (alpha_extract_struct_value_address): Likewise.
8285 (alpha_store_return_value): Likewise.
8286 (alpha_store_struct_return): Remove.
8287 (alpha_gdbarch_init): Update hook registration to match.
8288
8289 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
8290 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
8291 macros where appropriate.
8292 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
8293 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
8294
8295 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
8296 for SP, GP; void_func_ptr for PC; non-language-specific types
8297 for all others.
8298 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
8299
83002003-06-02 Richard Henderson <rth@redhat.com>
8301
8302 * top.h (lim_at_start): Declare.
8303 * main.c (captured_main): Set it.
8304 * top.c (lim_at_start): Define.
8305 (command_loop): Use it instead of &environ.
8306 * event-top.c (command_handler): Likewise.
8307
83082003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
8309
8310 * mipsnbsd-tdep.c: Update copyright years.
8311 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
8312
83132003-06-01 Richard Henderson <rth@redhat.com>
8314
8315 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
8316 (alpha-linux-tdep.o): Update dependencies.
8317 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
8318 * alpha-mdebug-tdep.c: Remove unneeded includes.
8319
83202003-06-01 Richard Henderson <rth@redhat.com>
8321
8322 * alpha-tdep.c (alpha_register_reggroup_p): New.
8323 (alpha_gdbarch_init): Register it.
8324
83252003-06-02 Andrew Cagney <cagney@redhat.com>
8326
8327 * dwarfread.c: Eliminate "register"
8328 (decode_die_type): Eliminate assignment within "if".
8329 (struct_type, decode_array_element_type): Ditto.
8330 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
8331 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
8332 (decode_modified_type, completedieinfo): Ditto.
8333 * block.c: Eliminate "register".
8334 (blockvector_for_pc_sect): Eliminate assignment within "if".
8335 * cp-support.h (struct symbol): Opaque declaration.
8336 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
8337
83382003-06-01 Richard Henderson <rth@redhat.com>
8339
8340 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
8341 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
8342
83432003-06-01 Adam Fedor <fedor@gnu.org>
8344
8345 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
8346 * gdbarch.[ch]: Regenerate.
8347 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
8348 (hppa_gdbarch_init): Set it in the gdbarch vector.
8349 * i386-tdep.c (i386_fetch_pointer_argument): New
8350 (i386_gdbarch_init): Set it into gdbarch.
8351 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
8352 (rs6000_gdbarch_init): Set it in gdbarch.
8353 * sparc-tdep.c (sparc_fetch_pointer_argument): New
8354 (sparc_gdbarch_init): Set it in gdbarch.
8355
83562003-06-01 Andrew Cagney <cagney@redhat.com>
8357
8358 * defs.h (extract_address): Delete declaration.
8359 * findvar.c (extract_address): Delete function.
8360 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
8361 extract_address with the inline equivalent,
8362 extract_unsigned_integer.
8363 (xstormy16_extract_struct_value_address): Ditto.
8364 (xstormy16_pointer_to_address): Ditto.
8365 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
8366 * v850-tdep.c (v850_push_arguments): Ditto.
8367 (v850_extract_return_value): Ditto.
8368 (v850_extract_struct_value_address): Ditto.
8369 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
8370 (sparcnbsd_get_longjmp_target_64): Ditto.
8371 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
8372 (get_longjmp_target): Ditto.
8373 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
8374 (sh64_extract_struct_value_address): Ditto.
8375 (sh_push_arguments): Ditto.
8376 (sh64_push_arguments): Ditto.
8377 * remote-vxsparc.c (vx_read_register): Ditto.
8378 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
8379 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
8380 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
8381 * mipsv4-nat.c (get_longjmp_target): Ditto.
8382 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
8383 * mips-nat.c (get_longjmp_target): Ditto.
8384 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
8385 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
8386 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
8387 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
8388 * irix5-nat.c (get_longjmp_target): Ditto.
8389 * irix4-nat.c (get_longjmp_target): Ditto.
8390 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
8391 (ia64_push_arguments): Ditto.
8392 * hpux-thread.c (hpux_thread_store_registers): Ditto.
8393 * h8300-tdep.c (h8300_push_arguments): Ditto.
8394 (h8300_store_return_value): Ditto.
8395 (h8300_extract_struct_value_address): Ditto.
8396 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
8397 (frv_push_arguments): Ditto.
8398 * avr-tdep.c (avr_pointer_to_address): Ditto.
8399 (avr_push_arguments): Ditto.
8400 * arm-tdep.c (arm_push_dummy_call): Ditto.
8401 (arm_get_longjmp_target): Ditto.
8402 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8403 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
8404 (alpha_get_longjmp_target): Ditto.
8405
8406 * solib-irix.c (extract_mips_address): Inline extract_address,
8407 replacing it with extract_signed_integer.
8408 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8409 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
8410 (first_link_map_member, open_symbol_file_object): Ditto.
8411 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
8412 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8413 (LM_NEXT, LM_NAME): Ditto.
8414
84152003-06-01 Richard Henderson <rth@redhat.com>
8416
8417 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
8418 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
8419 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
8420 (alpha_cannot_store_register): Likewise.
8421 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
8422 * alpha-nat.c (supply_gregset): Likewise.
8423 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
8424
84252003-06-01 Andrew Cagney <cagney@redhat.com>
8426
8427 * infcall.c (call_function_by_hand): Update comment on
8428 DEPRECATED_DUMMY_WRITE_SP.
8429
8430 * mips-tdep.c (mips_gdbarch_init): Do not set
8431 deprecated_dummy_write_sp.
8432 (mips_eabi_push_dummy_call): Set the SP register.
8433 (mips_o64_push_dummy_call): Set the SP register.
8434 (mips_o32_push_dummy_call): Set the SP register.
8435 (mips_n32n64_push_dummy_call): Set the SP register.
8436
84372003-06-01 Richard Henderson <rth@redhat.com>
8438
8439 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
8440 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
8441 (supply_gregset): Likewise.
8442 * alpha-tdep.c (alpha_store_return_value): Likewise.
8443 (alpha_get_longjmp_target): Likewise.
8444 (alpha_register_name): Constify array.
8445 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
8446 deprecated_register_size, deprecated_register_bytes,
8447 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
8448 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
8449 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
8450
84512003-06-01 Richard Henderson <rth@redhat.com>
8452
8453 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
8454 from arg_reg_buffer to regcache to avoid double conversion.
8455
84562003-06-01 Mark Kettenis <kettenis@gnu.org>
8457
8458 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8459 SP_REGNUM.
8460 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
8461 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
8462
84632003-06-01 Richard Henderson <rth@redhat.com>
8464
8465 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
8466 (decode_frame_entry): Set it. Skip FDE augmentation.
8467
84682003-06-01 Richard Henderson <rth@redhat.com>
8469
8470 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
8471 not overlapping PC_REGNUM.
8472
84732003-06-01 Richard Henderson <rth@redhat.com>
8474
8475 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
8476 alpha_push_arguments. Don't dump argument register data to
8477 the target stack. Fix float and 128-bit long double semantics.
8478 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
8479 (alpha_fix_call_dummy): Remove.
8480 (alpha_call_dummy_words): Remove.
8481 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
8482
84832003-06-01 Richard Henderson <rth@redhat.com>
8484
8485 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
8486
84872003-06-01 Andrew Cagney <cagney@redhat.com>
8488
8489 * mips-tdep.c (is_mips16_addr): New function.
8490 (make_mips16_addr, unmake_mips16_addr): New functions.
8491 (pc_is_mips16, mips_fetch_instruction): Use.
8492 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
8493 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
8494 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
8495 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8496 TARGET_MIPS.
8497 * config/mips/tm-mips.h: Update copyright.
8498 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8499 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8500 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8501 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8502 (TM_PRINT_INSN_MACH): Delete.
8503 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8504
8505 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8506 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8507 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8508 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8509 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
8510 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
8511 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
8512 mips*-*-riscos* and mips*-*-sysv* onto mips.
8513 * config/mips/mips64.mt: New file.
8514 * config/mips/mips.mt: New file.
8515 * config/mips/littlemips.mt: Delete file.
8516 * config/mips/decstation.mt: Delete file.
8517 * config/mips/vr4300el.mt: Delete file.
8518 * config/mips/vr5000el.mt: Delete file.
8519 * config/mips/vr5000.mt: Delete file.
8520 * config/mips/vr4100.mt: Delete file.
8521 * config/mips/vr4xxxel.mt: Delete file.
8522 * config/mips/vr4300.mt: Delete file.
8523 * config/mips/vr4xxx.mt: Delete file.
8524 * config/mips/bigmips.mt: Delete file.
8525 * config/mips/bigmips64.mt: Delete file.
8526 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8527 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8528 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8529 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8530 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8531 "tm-bigmips.h".
8532 * config/mips/tm-irix3.h: Ditto.
8533 * config/mips/tm-mipsv4.h: Ditto.
8534 * config/mips/tm-embed.h: Ditto.
8535 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8536 "tm-bigmips64.h".
8537 * config/mips/tm-vr5000el.h: Delete file.
8538 * config/mips/tm-tx39l.h: Delete file.
8539 * config/mips/tm-vr4300el.h: Delete file.
8540 * config/mips/tm-vr4xxxel.h: Delete file.
8541 * config/mips/tm-vr4300.h: Delete file.
8542 * config/mips/tm-vr4100.h: Delete file.
8543 * config/mips/tm-vr4xxx.h: Delete file.
8544 * config/mips/tm-vr5000.h: Delete file.
8545 * config/mips/tm-embedl64.h: Delete file.
8546 * config/mips/tm-embedl.h: Delete file.
8547 * config/mips/tm-embed64.h: Delete file.
8548 * config/mips/tm-bigmips64.h: Delete file.
8549 * config/mips/tm-bigmips.h: Delete file.
8550
85512003-06-01 Mark Kettenis <kettenis@gnu.org>
8552
8553 Fix gdb/1216.
8554 * shnbsd-nat.c: Include "sh-tdep.h".
8555
8556 From Richard Henderson <rth@redhat.com>:
8557 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8558
85592003-05-31 Andrew Cagney <cagney@redhat.com>
8560
8561 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8562 forward declaration.
8563 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8564 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8565 (mips_find_saved_regs): Use set_reg_offset.
8566 (mips_frame_init_saved_regs): Delete function.
8567 (mips_pop_frame): Call mips_find_saved_regs instead of
8568 DEPRECATED_FRAME_INIT_SAVED_REGS.
8569
85702003-05-31 Andrew Cagney <cagney@redhat.com>
8571
8572 * mips-tdep.c (mips_gdbarch_init): Do not set
8573 deprecated_max_register_raw_size, register_virtual_size, and
8574 deprecated_max_register_virtual_size.
8575
85762003-05-31 Mark Kettenis <kettenis@gnu.org>
8577
8578 * i386-tdep.c: Include "dwarf2-frame.h".
8579 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8580 * Makefile.in (i386-tdep.o): Update dependencies.
8581
8582 * dwarf2-frame.c, dwarf2-frame.h: New files.
8583 * Makefile.in (SFILES): Add dwarf2-frame.c.
8584 (dwarf2_frame_h): Define.
8585 (COMMON_OBS): Add dwarf2-frame.o.
8586 (dwarf2-frame.o): Add dependencies.
8587
85882003-05-31 Andreas Jaeger <aj@suse.de>
8589
8590 * x86-64-linux-nat.c: Fix comment.
8591
85922003-05-31 Mark Kettenis <kettenis@gnu.org>
8593
8594 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8595 function signature.
8596
8597 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8598 have a sigcontext_addr handler.
8599 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8600 sigcontext_addr handler.
8601
86022003-05-31 Andrew Cagney <cagney@redhat.com>
8603
8604 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8605 (print_fp_register_row): Replace do_fp_register_row.
8606 (mips_print_fp_register): Add "file" and "frame" parameters.
8607 (mips_print_register): Add "file" and "frame" parameters.
8608 (mips_print_registers_info): Replace mips_do_registers_info.
8609 (mips_gdbarch_init): Set print_registers_info instead of
8610 deprecated_do_registers_info.
8611 (mips_read_fp_register_single): Add "frame" parameter.
8612 (mips_read_fp_register_double): Add "frame" parameter.
8613
86142003-05-31 Mark Kettenis <kettenis@gnu.org>
8615
8616 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8617 Fixes a bug where GDB would print the wrong register names for
8618 targets without SSE.
8619
8620 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8621 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8622 registers.
8623
8624 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8625 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8626 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8627 TDEP->sc_sp_offset.
8628
8629 From Michal Ludvig <mludvig@suse.cz>:
8630 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8631 and `sc_num_regs'.
8632 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8633 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8634 I386_ST0_REGNUM): Move here from...
8635 * i386-tdep.c: ... here.
8636 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8637 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8638 registers if possible.
8639 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8640 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8641 Remove variables.
8642 (i386bsd_sc_reg_offset): New variable.
8643 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8644 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8645 TDEP->sc_sp_offset.
8646 (i386fbsd_sc_reg_offset): New variable.
8647 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8648 TDEP->sc_num_regs.
8649 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8650 variables.
8651 (i386fbsd4_sc_reg_offset): New variable.
8652 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8653 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8654 TDEP->sc_sp_offset.
8655 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8656 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8657 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8658 Remove variables.
8659 (i386nbsd_sc_reg_offset): New variable.
8660 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8661 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8662 TDEP->sc_sp_offset.
8663 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8664 Remove variables.
8665 (i386obsd_sc_reg_offset): New variable.
8666 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8667 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8668 TDEP->sc_sp_offset.
8669 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8670 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8671 for frame pointer offset in `struct sigcontext'.
8672
86732003-05-31 Andrew Cagney <cagney@redhat.com>
8674
8675 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8676 architecture methods call_dummy_words, sizeof_call_dummy_words,
8677 push_return_address, store_struct_return, and fix_call_dummy. Set
8678 push_dummy_call instead of deprecated_push_arguments.
8679 (mips_store_struct_return): Delete function.
8680 (mips_fix_call_dummy): Delete function.
8681 (mips_push_return_address): Delete function.
8682 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8683 RA_REGNUM and T9_REGNUM.
8684 (mips_n32n64_push_dummy_call): Ditto for
8685 mips_n32n64_push_arguments.
8686 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8687 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8688
86892003-05-31 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8692 "dummy_addr" to "bp_addr".
8693 * infcall.c (call_function_by_hand): Pass "funaddr" to
8694 gdbarch_push_dummy_call.
8695 * gdbarch.h, gdbarch.c: Re-generate.
8696 * i386-tdep.c (i386_push_dummy_call): Update.
8697 * arm-tdep.c (arm_push_dummy_call): Update.
8698 * d10v-tdep.c (d10v_push_dummy_call): Update.
8699
87002003-05-31 Mark Kettenis <kettenis@gnu.org>
8701
8702 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8703 variable declarations.
8704 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8705 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8706 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8707 x86_64_init_frame_pc, x86_64_init_frame_pc,
8708 x86_64_function_has_prologue): Remove prototypes.
8709 (X86_64_NUM_GREGS): New define.
8710 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8711 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8712 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8713 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8714 XMM1_REGNUM): Remove defines.
8715 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8716 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8717 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8718 X86_64_XMM1_REGNUM): New defines.
8719 (struct x86_64_register_info): Renamed from `struct
8720 register_info'. Remove `size' member.
8721 (x86_64_register_info_table): Remove variable.
8722 (x86_64_register_info): New variable.
8723 (X86_64_NUM_REGS): New define.
8724 (X86_64_NUM_GREGS): Remove define.
8725 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8726 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8727 Remove variables.
8728 (x86_54_dwarf2_reg_to_regnum): Remove function.
8729 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8730 (x86_64_dwarf_reg_to_regnum): New function.
8731 (x86_64_register_name): Rewrite.
8732 (x86_64_register_raw_size): Remove function.
8733 (x86_64_register_byte_table): Remove variable.
8734 (x86_64_register_byte): Remove function.
8735 (x86_64_register_virtual_type): Remove function.
8736 (x86_64_register_type): New function.
8737 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8738 x86_64_register_convert_to_raw): Remove functions.
8739 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8740 (x86_64_use_struct_convention): Make static. Adjust for renamed
8741 defines.
8742 (x86_64_frame_init_saved_regs): Remove function.
8743 (x86_64_push_arguments): Make static. Change to accept a regcache
8744 as argument.
8745 (x86_64_store_return_value, x86_64_extract_return_value): Make
8746 static. Rewrite based on i386 counterparts.
8747 (x86_64_push_dummy_call): New function.
8748 (X86_64_NUM_SAVED_REGS): New define.
8749 (x86_64_register_number): Remove function.
8750 (x86_64_store_struct_return): Remove function.
8751 (x86_64_frameless_function_invocation,
8752 x86_64_function_has_prologue): Remove functions.
8753 (PROLOG_BUFSIZE): Remove define.
8754 (struct x86_64_frame_cache): New structure.
8755 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8756 x86_64_frame_cache, x86_64_frame_this_id,
8757 x86_64_frame_prev_register, x86_64_frame_p,
8758 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8759 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8760 functions.
8761 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8762 variables.
8763 (x86_64_skip_prologue): Rewrite in terms of
8764 x86_64_analyze_prologue.
8765 (x86_64_frame_base_address): New function.
8766 (x86_64_frame_base): New variable.
8767 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8768 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8769 set deprecated_fp_regnum, deprecated_register_size,
8770 deprecated_register_bytes, register_raw_size, register_byte,
8771 register_virtual_type, register_convertiable,
8772 register_convert_to_virtual, convert_to_raw,
8773 deprecated_get_saved_register, deprecated_target_read_fp,
8774 deprecated_push_arguments, deprecated_push_return_address,
8775 deprecated_pop_frame, deprecated_store_struct_return,
8776 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8777 frameless_function_invocation, deprecated_frame_saved_pc,
8778 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8779 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8780 deprecated_init_frame_pc and virtual_frame_pointer. Call
8781 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8782 and x86_64_frame_p. Call frame_base_set_default to register
8783 x86_64_frame_base.
8784 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8785 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8786 (_initialize_x86_64_tdep): Remove function.
8787 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8788 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8789 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8790 define.
8791 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8792 (x86_64_linux_sigcontext_addr): Rewrite.
8793 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8794 x86_64_linux_frame_saved_pc): Remove functions.
8795 (x86_64_linux_pc_in_sigtramp): Renamed from
8796 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8797 trampoline.
8798 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8799 Remove_functions.
8800 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8801 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8802 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8803 (x86_64_regmap): Rename to regmap.
8804 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8805 x86_64_num_gregs.
8806 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8807 x86_64_regmap.
8808 (x86_64_fxsave_offset): Remove function.
8809 (supply_fpregset): Simply call x86_64_supply_fxsave.
8810 (fill_fpregset): Simply call x86_64_fill_fxsave.
8811 (fetch_inferior_registers, store_inferior_registers): Avoid
8812 asignment in if-statement.
8813 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8814 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8815 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8816 (fetch_core_registers): Remove function.
8817 (linux_elf_core_fns): Remove.
8818 (offsetoff): Don't define.
8819 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8820 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8821 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8822 add core-regset.o.
8823 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8824 protection against multiple includes instead of NM_X86_64_h. Add
8825 various comments. Include "config/nm-linux.h". Don't include
8826 <signal.h>.
8827 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8828 GET_THREAD_SIGNALS): Remove defines.
8829 (x86_64_register_u_addr, kernel_u_size,
8830 lin_thread_get_thread_signals): Remove prototypes.
8831 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8832 [HAVE_LINK_H]: Don't include "solib.h".
8833 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8834 * config/i386/tm-x86-64linux.h: Fix comments.
8835 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8836 x86-64-tdep.o): Update dependencies.
8837
88382003-05-30 Andrew Cagney <cagney@redhat.com>
8839
8840 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8841 Change parameter type to a "struct regcache *".
8842
8843 * gdbarch.sh: Regardless of the multi-arch level, always define
8844 the macro when not already defined.
8845 * gdbarch.h, gdbarch.c: Re-generate.
8846
88472003-05-30 Richard Henderson <rth@redhat.com>
8848
8849 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8850 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8851 (alpha_mdebug_frame_this_id): Likewise.
8852 (alpha_mdebug_frame_prev_register): Likewise.
8853 (alpha_mdebug_frame_base_address): Likewise.
8854 (alpha_mdebug_frame_locals_address): Likewise.
8855 (alpha_mdebug_frame_args_address): Likewise.
8856 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8857 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8858 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8859 loop increment.
8860 (alpha_heuristic_frame_this_id): Make static.
8861 (alpha_heuristic_frame_prev_register): Likewise.
8862 (alpha_heuristic_frame_base_address): Likewise.
8863 * alpha-tdep.h: Update.
8864
88652003-05-30 Mark Kettenis <kettenis@gnu.org>
8866
8867 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8868 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8869 defenitions.
8870 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8871 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8872 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8873 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8874 I386_ST0_REGNUM): New defines.
8875 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8876 codestream_get): Remove define.
8877 (codestream_next_addr, condestream_addr, condestream_buf,
8878 codestream_off, codestream_cnt): Remove variables.
8879 (codestream_fill, codestream_seek, codestream_read): Remove
8880 functions.
8881 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8882 functionality.
8883 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8884 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8885 i386_frame_saved_pc, i386_saved_pc_after_call,
8886 i386_frame_num_args, i386_frame_init_saved_regs,
8887 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8888 i386_push_arguments): Remove functions.
8889 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8890 functionality. Use i386_analyze_prologue instead of
8891 i386_get_frame_setup.
8892 (I386_NUM_SAVED_REGS): New define.
8893 (struct i386_frame_cache): New structure.
8894 (i386_alloc_frame_cache, i386_analyze_struct_return,
8895 i386_skip_probe, i386_analyze_frame_setup,
8896 i386_analyze_register_saves, i386_analyze_prologue,
8897 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8898 i386_frame_prev_register, i386_sigtramp_frame_cache,
8899 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8900 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8901 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8902 New functions.
8903 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8904 New variables.
8905 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8906 I386_EAX_REGNUM and I386_EDX_REGNUM.
8907 (i386_extract_return_value, i386_store_return_value): Use
8908 I386_ST0_REGNUM where appropriate.
8909 (i386_extract_struct_value_address): Rewrite to use extract_address.
8910 (i386_svr4_pc_in_sigtramp): Add comment.
8911 (i386_svr4_sigcontext_addr): Rewrite.
8912 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8913 TDEP->sc_sp_offset.
8914 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8915 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8916 of new defines. Set push_dummy_call, don't set
8917 deprecated_push_arguments, deprecated_push_return_address,
8918 deprecated_pop_frame. Don't set parm_boundary. Don't set
8919 deprecated_frame_chain, deprecated_frame_saved_pc,
8920 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8921 save_dummy_frame_tos, unwind_pc. Call
8922 frame_unwind_append_predicate and frame_base_set_default. Don't
8923 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8924 Don't set frameless_function_invocation. Don't set
8925 deprecated_register_bytes, deprecated_register_size,
8926 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8927 * i386-linux-tdep.c: Fix formatting in some comments.
8928 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8929 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8930 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8931 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8932 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8933 redundant parentheses.
8934 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8935 (i386_linux_sigcontext_addr): Use it. Rewrite.
8936 (find_minsym_and_objfile): Change name of second argument.
8937 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8938 changed. Use frame_pc_unwind instead of
8939 DEPRECATED_SAVED_PC_AFTER_CALL.
8940 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8941 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8942 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8943 unwinder.
8944 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8945 "dummy-frame.h".
8946 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8947 (_initialize_i386_cygwin_tdep): New prototype.
8948 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8949 deprecated_frame_chain_valid.
8950 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8951 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8952 Rely on the SVR4 defaults.
8953 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8954 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8955
89562003-05-30 Andrew Cagney <cagney@redhat.com>
8957
8958 * infcall.c (call_function_by_hand): Always call
8959 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8960
89612003-05-30 Richard Henderson <rth@redhat.com>
8962
8963 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8964 increment.
8965
89662003-05-29 Jim Blandy <jimb@redhat.com>
8967
8968 Use gdbarch methods for solib stuff on PowerPC Linux.
8969 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8970 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8971 show through.
8972 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8973 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8974 giving the same effect as the #definitions above.
8975
89762003-05-29 Adam Fedor <fedor@gnu.org>
8977
8978 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8979 (find_implementation_from_class): Replace it with the standard
8980 case i.e. do nothing.
8981
89822003-05-29 Richard Henderson <rth@redhat.com>
8983
8984 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8985 (alpha_linux_sigtramp_offset): Use it. Make static.
8986 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8987 update for new frame model.
8988 * alpha-mdebug-tdep.c: New file.
8989 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8990 (alpha_osf1_init_abi): Install it.
8991 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8992 (linked_proc_desc_table): Remove.
8993 (alpha_frame_past_sigtramp_frame): Remove.
8994 (alpha_dynamic_sigtramp_offset): Remove.
8995 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8996 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8997 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8998 (push_sigtramp_desc): Remove.
8999 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
9000 (alpha_cannot_store_register): Likewise.
9001 (alpha_sigcontext_addr): Remove.
9002 (alpha_find_saved_regs): Remove.
9003 (alpha_frame_init_saved_regs): Remove.
9004 (alpha_init_frame_pc_first): Remove.
9005 (read_next_frame_reg): Remove.
9006 (alpha_frame_saved_pc): Remove.
9007 (alpha_saved_pc_after_call): Remove.
9008 (temp_proc_desc, temp_saved_regs): Remove.
9009 (alpha_about_to_return): Remove.
9010 (cached_proc_desc): Remove.
9011 (alpha_frame_chain): Remove.
9012 (alpha_print_extra_frame_info): Remove.
9013 (alpha_init_extra_frame_info): Remove.
9014 (alpha_frame_locals_address): Remove.
9015 (alpha_frame_args_address): Remove.
9016 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
9017 (alpha_push_dummy_frame): Remove.
9018 (alpha_pop_frame): Remove.
9019 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
9020 (alpha_read_insn): New.
9021 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
9022 for different insn encodings.
9023 (alpha_in_lenient_prologue): Remove.
9024 (struct alpha_sigtramp_unwind_cache): New.
9025 (alpha_sigtramp_frame_unwind_cache): New.
9026 (alpha_sigtramp_register_address): New.
9027 (alpha_sigtramp_frame_this_id): New.
9028 (alpha_sigtramp_frame_prev_register): New.
9029 (alpha_sigtramp_frame_unwind): New.
9030 (alpha_sigtramp_frame_p): New.
9031 (struct alpha_heuristic_unwind_cache): New.
9032 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
9033 don't count nop insns that occur between functions.
9034 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
9035 heuristic_proc_desc, but without the mdebug wrapping.
9036 (alpha_heuristic_frame_this_id): New.
9037 (alpha_heuristic_frame_prev_register): New.
9038 (alpha_heuristic_frame_unwind): New.
9039 (alpha_heuristic_frame_p): New.
9040 (alpha_heuristic_frame_base_address): New.
9041 (alpha_heuristic_frame_base): New.
9042 (alpha_unwind_dummy_id): New.
9043 (alpha_unwind_pc): New.
9044 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
9045 frame related deprecated initializations; install replacements.
9046 (alpha_dump_tdep): Remove.
9047 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
9048 (alpha_read_insn, alpha_after_prologue,
9049 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
9050 alpha_heuristic_frame_prev_register,
9051 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
9052 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
9053 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
9054 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
9055
90562003-05-29 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdb_assert.h (gdb_assert_fail): Provide different definitions
9059 dependant on the availability of ASSERT_FUNCTION.
9060 (ASSERT_FUNCTION): Do not define when there is no function name.
9061
90622003-05-29 Kevin Buettner <kevinb@redhat.com>
9063
9064 From Jimi X <jimix@watson.ibm.com>:
9065 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
9066
90672003-05-28 Jim Blandy <jimb@redhat.com>
9068
9069 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
9070 argument to ptrace to int; the system headers should give it the
9071 right type, and pointers don't fit in ints on powerpc64-*-*.
9072
90732003-05-28 H.J. Lu <hongjiu.lu@intel.com>
9074
9075 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
9076 DW_TAG_catch_block.
9077
90782003-05-26 Elena Zannoni <ezannoni@redhat.com>
9079
9080 * stabsread.c (dbx_lookup_type): Make static.
9081 (read_type): Ditto.
9082 (add_undefined_type): Ditto.
9083 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
9084 not export.
9085
90862003-05-26 Elena Zannoni <ezannoni@redhat.com>
9087
9088 * hpread.c (hpread_has_name): Make static.
9089 (hpread_psymtab_to_symtab): Ditto.
9090 (file_exists): Ditto.
9091 (hpread_call_pxdb): Ditto.
9092 (hpread_pxdb_needed): Ditto.
9093 (hpread_quick_traverse): Ditto.
9094 (hpread_get_header): Ditto.
9095 (hpread_get_lntt): Ditto.
9096 (hpread_get_slt): Ditto.
9097 (class_of): Ditto.
9098
90992003-05-25 Andreas Schwab <schwab@suse.de>
9100
9101 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
9102 stack_align and deprecated_extra_stack_alignment_needed.
9103 (m68k_stack_align): Delete.
9104
9105 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
9106 (m68k_register_virtual_size): Likewise.
9107 (altos_skip_prologue): Remove obsolete function.
9108 (isi_frame_num_args): Likewise.
9109 (news_frame_num_args): Likewise.
9110 (m68k_fix_call_dummy): Make static.
9111 (m68k_push_dummy_frame): Likewise.
9112 (m68k_pop_frame): Likewise.
9113 (m68k_skip_prologue): Likewise.
9114 (m68k_frame_init_saved_regs): Likewise.
9115 (m68k_saved_pc_after_call): Likewise.
9116 (m68k_get_longjmp_target): Make multi-arch.
9117 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
9118 structure. Register m68k_get_longjmp_target if enabled.
9119 * m68k-tdep.h (struct gdbarch_tdep): Define.
9120 * config/m68k/tm-m68k.h: Don't include "regcache.h".
9121
9122 * Makefile.in (config.status): Also depend on configure.tgt
9123 and configure.host.
9124 (m68klinux-tdep.o): Update dependencies.
9125 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
9126 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
9127 (M68K_LINUX_JB_PC): Define.
9128 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
9129 and take additional parameter.
9130 (m68k_linux_sigtramp_saved_pc): Update.
9131 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
9132 m68k_linux_pc_in_sigtramp, in_plt_section,
9133 find_solib_trampoline_target.
9134 * config/m68k/tm-linux.h: Don't include any tm headers.
9135 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
9136 (JB_ELEMENT_SIZE): Likewise.
9137 (JB_PC): Likewise.
9138 (GET_LONGJMP_TARGET): Likewise.
9139 (IN_SIGTRAMP): Likewise.
9140 (SVR4_SHARED_LIBS): Define this and include "solib.h".
9141
91422003-05-25 Mark Kettenis <kettenis@gnu.org>
9143
9144 * sparc-tdep.c (sparc32_do_push_arguments): New function.
9145 (sparc32_push_arguments): Re-implement by calling
9146 sparc32_do_push_arguments.
9147
91482003-05-25 Mark Kettenis <kettenis@gnu.org>
9149
9150 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
9151 SPARC_O1_REGNUM): New defines.
9152 (sparc32_extract_return_value): Rewrite to operate on a regcache.
9153 (sparc32_store_return_value): New function.
9154 (sparc_extract_struct_value_address): Rewrite to operate on a
9155 regcache.
9156 (sparc_gdbarch_init): Don't set
9157 deprecated_extract_struct_value_address. Set
9158 extract_struct_value_address instead. Don't set
9159 deprecated_extract_return_value and deprecated_store_return_value
9160 for 32-bit targets. Set extract_return_value and
9161 store_return_value instead.
9162 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
9163 DEPRECATED_EXTRACT_RETURN_VALUE,
9164 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
9165 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
9166 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
9167 (sparc_store_return_value): Remove prototype.
9168 (sparc32_store_return_value): New prototype.
9169 (sparc32_extract_return_value, sparc_extract_struct_value_address):
9170 Adjust prototypes.
9171
91722003-05-24 Mark Kettenis <kettenis@gnu.org>
9173
9174 * sparcnbsd-tdep.c: Include "gdb_string.h".
9175
91762003-05-23 Andrew Cagney <cagney@redhat.com>
9177
9178 * p-valprint.c (pascal_val_print): Replace extract_address with
9179 the inline equivalent extract_unsigned_integer.
9180 * jv-valprint.c (java_value_print): Ditto.
9181 * ada-valprint.c (ada_val_print_1): Ditto.
9182 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
9183
91842003-05-23 Theodore A. Roth <troth@openavr.org>
9185
9186 * blockframe.c (frameless_look_for_prologue): Remove unused
9187 after_prologue variable.
9188
91892003-05-23 Mark Kettenis <kettenis@gnu.org>
9190
9191 * blockframe.c (get_pc_function_start): Rewrite to avoid
9192 asignments in if-statements.
9193
91942003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9195
9196 Committed by Elena Zannoni <ezannoni@redhat.com>.
9197 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
9198 files, don't relocate absolute symbols (and do use mst_abs).
9199
92002003-05-23 Andrew Cagney <cagney@redhat.com>
9201
9202 * objc-lang.c: Include "gdb_assert.h".
9203 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
9204 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
9205 (gdb_check, gdb_check_fatal): Delete functions.
9206 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
9207 gdb_assert.
9208 (parse_selector, parse_method, find_methods, find_imps): Ditto.
9209 * Makefile.in (objc-lang.o): Update dependencies.
9210
92112003-05-22 Ian Lance Taylor <ian@airs.com>
9212
9213 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
9214 with fprintf_filtered, not fprintf_unfiltered.
9215
92162003-05-22 Andrew Cagney <cagney@redhat.com>
9217
9218 * stack.c (frame_info): Inline extract_address, replacing it with
9219 extract_unsigned_integer.
9220 * findvar.c (unsigned_pointer_to_address): Ditto.
9221 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
9222 * dwarf2expr.c (dwarf2_read_address): Ditto.
9223 * frame.c (frame_pc_unwind): Update comment.
9224 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
9225
92262003-05-22 Jeff Johnston <jjohnstn@redhat.com>
9227
9228 * infptrace.c (detach): Call print_sys_errmsg rather than
9229 perror_with_name to issue warning message when errno is non-zero
9230 after calling ptrace detach.
9231
92322003-05-21 J. Brobecker <brobecker@gnat.com>
9233
9234 * config/pa/tm-hppa.h: Delete some unused macros. Move some
9235 macro definitions from here...
9236 * hppa-tdep.c: ...to there.
9237
92382003-05-20 Kevin Buettner <kevinb@redhat.com>
9239
9240 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
9241 register_ptrace_addr(). Fix all callers.
9242
92432003-05-21 Andreas Schwab <schwab@suse.de>
9244
9245 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
9246 dependencies.
9247 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
9248 end.
9249 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
9250 (_initialize_m68k_linux_tdep): New function.
9251 (m68k_linux_frame_saved_pc): Make static.
9252 (m68k_linux_extract_return_value): Likewise.
9253 (m68k_linux_store_return_value): Likewise.
9254 (m68k_linux_extract_struct_value_address): Likewise.
9255 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
9256 Remove.
9257 (DEPRECATED_STORE_RETURN_VALUE): Remove.
9258 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
9259 (DEPRECATED_FRAME_SAVED_PC): Remove.
9260
92612003-05-20 Kris Warkentin <kewarken@qnx.com>
9262
9263 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
9264 regset numbering rather than our own.
9265
92662003-05-19 David Carlton <carlton@bactrian.org>
9267
9268 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
9269
92702003-05-19 David Carlton <carlton@bactrian.org>
9271
9272 Partial fix for PR c++/827.
9273 * cp-support.h: Include symtab.h.
9274 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
9275 * cp-namespace.c: Update contributors.
9276 (cp_lookup_symbol_nonlocal): New.
9277 (lookup_namespace_scope, cp_lookup_symbol_namespace)
9278 (lookup_symbol_file): Ditto.
9279 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
9280 * block.h: Declare block_scope, block_using, block_global_block.
9281 * block.c (block_scope): New.
9282 (block_using, block_global_block): Ditto.
9283 * Makefile.in (cp_support_h): Depend on symtab_h.
9284 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
9285
92862003-05-19 David Carlton <carlton@bactrian.org>
9287
9288 * language.h (struct language_defn): Add 'la_value_of_this'
9289 and 'la_lookup_symbol_nonlocal' members.
9290 * symtab.h: Declare basic_lookup_symbol_nonlocal,
9291 lookup_symbol_static, lookup_symbol_global,
9292 lookup_symbol_aux_block.
9293 * symtab.c (lookup_symbol_aux): Call language hooks to determine
9294 if we should search fields of this and how to do static/global
9295 lookup.
9296 (lookup_symbol_aux_block): Make extern.
9297 (basic_lookup_symbol_nonlocal): New.
9298 (lookup_symbol_static, lookup_symbol_global): Ditto.
9299 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
9300 'la_lookup_symbol_nonlocal' members.
9301 * c-lang.c (c_language_defn, cplus_language_defn)
9302 (asm_language_defn, minimal_language_defn): Ditto.
9303 * jv-lang.c (java_language_defn): Ditto.
9304 * language.c (unknown_language_defn, auto_language_defn)
9305 (local_language_defn): Ditto.
9306 * m2-lang.c (m2_language_defn): Ditto.
9307 * objc-lang.c (objc_language_defn): Ditto.
9308 * scm-lang.c (scm_language_defn): Ditto.
9309 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
9310 * p-lang.c (pascal_language_defn): Ditto for both.
9311 * Makefile.in (f-lang.o): Depend on value_h.
9312 (p-lang.o): Ditto.
9313
93142003-05-19 David Carlton <carlton@bactrian.org>
9315
9316 * block.h: Declare block_static_block.
9317 * block.c (block_static_block): New.
9318 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
9319 lookup_symbol_aux_local, calling block_static_block instead.
9320 (lookup_symbol_aux_local): Delete 'static_block' argument.
9321
93222003-05-19 David Carlton <carlton@bactrian.org>
9323
9324 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
9325
93262003-05-19 Michal Ludvig <mludvig@suse.cz>
9327
9328 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
9329 register numbers mapping.
9330
93312003-05-18 Adam Fedor <fedor@gnu.org>
9332
9333 * symtab.c (completion_list_objc_symbol): New function.
9334 (make_symbol_completion_list): Use it to add ObjC symbols
9335 when looking though the list.
9336 (language_search_unquoted_string): New function.
9337 (make_file_symbol_completion_list): Use it.
9338
93392003-05-18 Andreas Schwab <schwab@suse.de>
9340
9341 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
9342 dependencies.
9343 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
9344 as m68k_linux_extract_return_value.
9345 (DEPRECATED_STORE_RETURN_VALUE): Define as
9346 m68k_linux_store_return_value.
9347 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
9348 m68k_linux_extract_struct_value_address.
9349 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
9350 get_next_frame, get_frame_base, get_frame_pc.
9351 (m68k_linux_frame_saved_pc): Use get_frame_base.
9352 (m68k_linux_extract_return_value): New function.
9353 (m68k_linux_store_return_value): New function.
9354 (m68k_linux_extract_struct_value_address): New function.
9355 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
9356
9357 * c-exp.y (typebase): Remove duplicate occurence of
9358 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
9359 of lookup_signed_typename.
9360
93612003-05-18 Mark Kettenis <kettenis@gnu.org>
9362
9363 * dwarf2loc.c (find_location_expression): Change type of second
9364 argument to `size_t *'.
9365 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
9366 for size variable.
9367
93682003-05-18 David Carlton <carlton@bactrian.org>
9369
9370 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
9371 'linkage_name'. Add comment.
9372 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
9373 'linkage_name'.
9374 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9375 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
9376 (lookup_block_symbol): Ditto.
9377
93782003-05-16 Andrew Cagney <cagney@redhat.com>
9379
9380 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
9381 * gdbarch.h, gdbarch.c: Re-generate.
9382 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
9383 * TODO (REGISTER_BYTES): Delete reference.
9384 * alpha-tdep.c (alpha_gdbarch_init): Update.
9385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9386 * x86-64-tdep.c (x86_64_init_abi): Update.
9387 * vax-tdep.c (vax_gdbarch_init): Update.
9388 * v850-tdep.c (v850_gdbarch_init): Update.
9389 * sparc-tdep.c (sparc_gdbarch_init): Update.
9390 * sh-tdep.c (sh_gdbarch_init): Update.
9391 * s390-tdep.c (s390_gdbarch_init): Update.
9392 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9393 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
9394 (ns32k_gdbarch_init_32382): Update.
9395 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9396 * mcore-tdep.c (mcore_gdbarch_init): Update.
9397 * m68k-tdep.c (m68k_gdbarch_init): Update.
9398 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9399 * ia64-tdep.c (ia64_gdbarch_init): Update.
9400 * i386-tdep.c (i386_gdbarch_init): Update.
9401 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9402 * hppa-tdep.c (hppa_gdbarch_init): Update.
9403 * h8300-tdep.c (h8300_gdbarch_init): Update.
9404 * frv-tdep.c (frv_gdbarch_init): Update.
9405 * cris-tdep.c (cris_gdbarch_init): Update.
9406 * avr-tdep.c (avr_gdbarch_init): Update.
9407 * arm-tdep.c (arm_gdbarch_init): Update.
9408 * sparc-tdep.c (sparc_pop_frame): Update.
9409 * rs6000-tdep.c (rs6000_pop_frame): Update.
9410 * remote.c (init_remote_state): Update.
9411 (remote_prepare_to_store): Update.
9412 * remote-vx.c (vx_prepare_to_store): Update.
9413 * remote-sds.c (sds_fetch_registers): Update.
9414 (sds_prepare_to_store): Update.
9415 * remote-array.c: Update.
9416 * regcache.c (init_legacy_regcache_descr): Update.
9417 (init_regcache_descr): Update.
9418 * mips-tdep.c (mips_eabi_extract_return_value): Update.
9419 (mips_o64_extract_return_value): Update.
9420 * irix5-nat.c (fetch_core_registers): Update.
9421 * irix4-nat.c (fetch_core_registers): Update.
9422 * i386-tdep.h: Update.
9423 * hppa-tdep.c (pa_do_registers_info): Update.
9424 (pa_do_strcat_registers_info): Update.
9425 * cris-tdep.c (cris_register_bytes_ok): Update.
9426 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
9427 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
9428 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
9429 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
9430 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
9431 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
9432 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
9433 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
9434 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
9435 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
9436 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
9437 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
9438 (REGISTER_BYTES_OK): Update.
9439 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
9440 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
9441
94422003-05-16 Ian Lance Taylor <ian@airs.com>
9443
9444 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
9445 (vax_print_insn, print_insn_arg): Remove static functions.
9446 (vax_gdbarch_init): Call set_gdbarch_print_insn with
9447 print_insn_vax from opcodes library.
9448 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
9449
94502003-05-15 Andrew Cagney <cagney@redhat.com>
9451
9452 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
9453 * target.h (memory_breakpoint_from_pc): Delete declaration.
9454 * mem-break.c (memory_breakpoint_from_pc): Delete function.
9455 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
9456 * monitor.c (monitor_insert_breakpoint): Use
9457 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
9458 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9459 * gdbarch.h, gdbarch.c: Re-generate.
9460 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
9461 (sparc_gdbarch_init): Set breakpoint_from_pc to
9462 sparc_breakpoint_from_pc.
9463 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
9464 (BREAKPOINT_FROM_PC): Define.
9465 (sparc_breakpoint_from_pc): Declare.
9466 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
9467 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
9468 (BREAKPOINT_FROM_PC): Define.
9469 (BREAKPOINT): Delete macro.
9470 * target.h: Update comment.
9471 * s390-tdep.c (s390_gdbarch_init): Update comments.
9472 * remote.c: Update comments.
9473 * remote-mips.c: Update comments.
9474 * proc-api.c (write_with_trace): Do not check for a breakpoint.
9475 * mem-break.c: Update comment.
9476 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
9477 (ia64_memory_insert_breakpoint): Update.
9478 * config/sparc/tm-sparc.h: Update comment.
9479 * config/pa/tm-hppa64.h: Update comment.
9480 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9481 (rs6000_breakpoint_from_pc): Update.
9482 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9483 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
9484 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
9485 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
9486 (mips_breakpoint_from_pc): Update.
9487 (mips_dump_tdep): Update.
9488
9489 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
9490 * minsyms.c (lookup_minimal_symbol): Inline
9491 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
9492
9493 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
9494 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9495 * p-lang.c (pascal_printstr): Ditto.
9496 * objc-lang.c (objc_printstr): Ditto.
9497 * m2-lang.c (m2_printstr): Ditto.
9498 * jv-valprint.c (java_print_value_fields): Ditto.
9499 * f-lang.c (f_printstr): Ditto.
9500 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
9501 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9502 for repeat_count_threshold.
9503 * Makefile.in (cp-valprint.o): Update dependencies.
9504
95052003-05-15 Jeff Johnston <jjohnstn@redhat.com>
9506
9507 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9508 (examine_prologue): Support looking through leaf functions, knowing
9509 they start with mov r2,r12. Support skipping over indirect stores
9510 of the input registers. Upon hitting a non-nop branch instruction
9511 or predicated instruction, bail out by setting lim_pc to the current
9512 pc value in the loop. At the end, if the lim_pc value is still
9513 beyond our calculated value and we have trust_limit set,
9514 use the lim_pc value.
9515
95162003-05-15 Andrew Cagney <cagney@redhat.com>
9517
9518 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9519 generic_find_dummy_frame.
9520 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9521 (deprecated_generic_find_dummy_frame): Update.
9522 (deprecated_read_register_dummy): Update.
9523 * frame.c (deprecated_generic_get_saved_register): Update.
9524
95252003-05-15 Theodore A. Roth <troth@openavr.org>
9526
9527 * avr-tdep.c (avr_breakpoint_from_pc): New function.
9528 (avr_gdbarch_init): Set breakpoint_from_pc method.
9529
95302003-05-15 Andrew Cagney <cagney@redhat.com>
9531
9532 * regcache.c (build_regcache): Set deprecated_register_valid
9533 directly.
9534 (deprecated_grub_regcache_for_register_valid): Delete function.
9535 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9536 declaration.
9537
95382003-05-15 David Carlton <carlton@bactrian.org>
9539
9540 Committed by Elena Zannoni <ezannoni@redhat.com>
9541 * symtab.c (lookup_symbol_aux): Delete calls to
9542 lookup_symbol_aux_minsyms.
9543 (lookup_symbol_aux_minsyms): Comment out function and
9544 prototype. Delete lookup by mangled name.
9545
95462003-05-14 Kevin Buettner <kevinb@redhat.com>
9547
9548 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9549 correctly indicate an empty stack and ``stack_allocated'' to the
9550 indicate the number of elements initially allocated.
9551 (dwarf_expr_grow_stack): Simplify method for computing new
9552 stack size. Don't loop infinitely if ``stack_len'' is zero.
9553 (execute_stack_op): Move ``ctx->in_reg'' initialization
9554 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9555 be used in conjuction with DW_OP_piece. Revise error message
9556 accordingly.
9557
95582003-05-14 Theodore A. Roth <troth@openavr.org>
9559
9560 * MAINTAINERS: Update my email address.
9561 * avr-tdep.c: Ditto.
9562
95632003-05-14 Elena Zannoni <ezannoni@redhat.com>
9564
9565 * symtab.h (enum domain_enum): Rename from namespace_enum.
9566 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9567 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9568 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9569 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9570 TYPES_NAMESPACE, METHODS_NAMESPACE.
9571 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9572 (struct symbol, struct partial_symbol): Rename field
9573 'namespace_enum namespace' to 'domain_enum domain'.
9574 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9575 Delete old define kludge for namespace.
9576
9577 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9578 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9579 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9580 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9581 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9582 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9583 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9584 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9585 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9586 occurrences of the above.
9587
95882003-05-14 Ian Lance Taylor <ian@airs.com>
9589
9590 * Makefile.in (install-only): Use $(SHELL) when running
9591 mkinstalldirs.
9592
95932003-05-13 Ian Lance Taylor <ian@airs.com>
9594
9595 * MAINTAINERS (write after approval): Add myself.
9596
9597 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9598 second and third arguments.
9599 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9600 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9601
96022003-05-13 Andrew Cagney <cagney@redhat.com>
9603
9604 * defs.h (store_address): Delete declaration.
9605 findvar.c (store_address): Delete function.
9606 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9607 store_unsigned_integer.
9608 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9609 * v850-tdep.c (v850_push_arguments): Ditto.
9610 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9611 * sh-tdep.c (sh64_get_saved_register): Ditto.
9612 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9613 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9614 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9615 (mips_get_saved_register): Ditto.
9616 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9617 (find_func_descr, ia64_push_arguments): Ditto.
9618 * i386-tdep.c (i386_push_arguments): Ditto.
9619 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9620 * frv-tdep.c (frv_push_arguments): Ditto.
9621 * frame.c (legacy_saved_regs_prev_register): Ditto.
9622 (deprecated_generic_get_saved_register): Ditto.
9623 * findvar.c (unsigned_address_to_pointer): Ditto.
9624 * dwarf2read.c (dwarf2_const_value): Ditto.
9625 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9626 * alpha-tdep.c (alpha_push_arguments): Ditto.
9627
96282003-05-12 J. Brobecker <brobecker@gnat.com>
9629
9630 * NEWS: Mention that the hppa-hpux port has been partially
9631 multiarched (32bit ABIT only, so far).
9632
96332003-05-11 Andrew Cagney <cagney@redhat.com>
9634
9635 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9636 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9637 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9638 sim/testsuite/sim/arm/misaligned2.ms, and
9639 sim/testsuite/sim/arm/misaligned3.ms.
9640 * disasm.h (struct ui_file): Add opaque struct declaration.
9641 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9642 * frame.h (struct ui_file): Ditto.
9643
96442003-05-11 Mark Kettenis <kettenis@gnu.org>
9645
9646 * value.h: Pretty print.
9647
96482003-05-10 Mark Kettenis <kettenis@gnu.org>
9649
9650 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9651
96522003-05-08 Andrew Cagney <cagney@redhat.com>
9653
9654 * regcache.h (max_register_size): Delete declaration.
9655 * regcache.c (max_register_size): Delete function.
9656 (struct regcache_descr): Delete field "max_register_size".
9657 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9658 registers fit in MAX_REGISTER_SIZE.
9659 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9660 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9661 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9662 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9663 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9664 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9665 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9666 * dve3900-rom.c, hppa-tdep.c: Ditto.
9667
96682003-05-08 David Carlton <carlton@math.stanford.edu>
9669
9670 * valops.c (push_word): Fix typo.
9671
96722003-05-08 Andrew Cagney <cagney@redhat.com>
9673
9674 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9675 * gdbarch.h: Re-generate.
9676 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9677 (legacy_max_register_raw_size): Delete declaration.
9678 * regcache.c (legacy_max_register_raw_size): Delete function.
9679 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9680 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9681 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9682 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9683 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9684 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9685 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9686 * findvar.c, dwarf2cfi.c: Ditto.
9687
96882003-05-08 Andrew Cagney <cagney@redhat.com>
9689
9690 * mips-tdep.c (read_signed_register): New function, moved to here
9691 from "regcache.c".
9692 (read_signed_register_pid): Ditto.
9693 * regcache.c (read_signed_register_pid): Delete function, moved to
9694 "mips-tdep.c".
9695 (read_signed_register): Ditto.
9696 * regcache.h (read_signed_register): Delete declaration.
9697 (read_signed_register_pid): Delete declaration.
9698
96992003-05-08 Andrew Cagney <cagney@redhat.com>
9700
9701 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9702 * gdbarch.h: Re-generate.
9703 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9704 (legacy_max_register_virtual_size): Delete declaration.
9705 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9706 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9707 * tracepoint.c (memrange_sortmerge): Ditto.
9708 * sparc-tdep.c (sparc_print_registers): Ditto.
9709 * regcache.c (legacy_max_register_virtual_size): Delete function.
9710
97112002-05-08 J. Brobecker <brobecker@gnat.com>
9712
9713 * fork-child.c (escape_bang_in_quoted_argument): New function.
9714 (fork_inferior): Escape '!' characters in quoted arguments
9715 only when needed.
9716
97172003-05-08 J. Brobecker <brobecker@gnat.com>
9718
9719 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9720 the language of the CU is not currently supported by GDB.
9721
97222003-05-08 J. Brobecker <brobecker@gnat.com>
9723
9724 * defs.h (language): Add language_minimal enum value.
9725 * c-lang.c (minimal_language_defn): New language definition.
9726 (_initialize_c_language): Add the new minimal language to the list
9727 of languages known to GDB.
9728
97292003-05-08 Kevin Buettner <kevinb@redhat.com>
9730
9731 * frame.c (get_frame_type): Don't attempt to lazily initialize
9732 frame's unwinder for legacy frames.
9733
97342003-05-07 Andrew Cagney <cagney@redhat.com>
9735
9736 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9737 and "regcache" parameters.
9738 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9739
97402003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9741
9742 * dwarf2read.c (dwarf_decode_lines): Only use output of
9743 check_cu_functions() when calling record_line(). Do not update
9744 the current address.
9745
97462003-05-07 Andrew Cagney <cagney@redhat.com>
9747
9748 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9749 code.
9750
97512003-05-07 Jim Blandy <jimb@redhat.com>
9752
9753 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9754 'maint info symtabs' and 'maint info psymtabs'.
9755 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9756 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9757 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9758 Declarations updated.
9759 * maint.c (maintenance_list_command): Delete.
9760 (_initialize_maint_cmds): Update calls to add_cmd.
9761 * gdbcmd.h (maintenancelistlist): Delete declaration.
9762 * cli/cli-cmds.c (maintenancelistlist): Delete.
9763 (init_cmd_lists): Don't initialize it.
9764 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9765
97662003-05-07 Andrew Cagney <cagney@redhat.com>
9767
9768 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9769 "regcache".
9770 (d10v_print_registers_info): Update.
9771 (d10v_dmap_register, d10v_imap_register): Delete functions.
9772 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9773 and "imap_register".
9774 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9775 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9776 * arch-utils.c (generic_remote_translate_xfer_address): Add
9777 "regcache" and "gdbarch" parameters.
9778 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9779 parameter. Change class to multi-arch.
9780 * gdbarch.h, gdbarch.c: Re-generate.
9781 * remote.c (remote_xfer_memory): Use
9782 gdbarch_remote_translate_xfer_address.
9783
97842003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9785
9786 * infrun.c (prev_pc): Move declaration ahead of proceed().
9787 (proceed): Refresh prev_pc value before resuming.
9788 (stop_stepping): Remove code to refresh prev_pc.
9789
97902003-05-06 Kris Warkentin <kewarken@qnx.com>
9791
9792 * nto-tdep.c: Removed stray comment.
9793
97942003-05-06 Kris Warkentin <kewarken@qnx.com>
9795
9796 * i386-nto-tdep.c: Fix old K&R function definitions.
9797 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9798 Also change add_show_from_set() call to add_setshow_cmd().
9799 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9800
98012003-05-05 Andrew Cagney <cagney@redhat.com>
9802
9803 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9804 (fprint_dummy_frames): New function.
9805 (maintenance_print_dummy_frames): New function.
9806 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9807 * frame.c (fprint_frame_id): Make global.
9808 * frame.h (fprint_frame_id): Declare.
9809 * Makefile.in (dummy-frame.o): Update dependencies.
9810
98112003-05-05 Andrew Cagney <cagney@redhat.com>
9812
9813 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9814 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9815 SIZEOF_CALL_DUMMY_WORDS.
9816 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9817 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9818 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9819 CALL_DUMMY_BREAKPOINT_OFFSET.
9820 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9821 CALL_DUMMY_START_OFFSET.
9822 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9823 * gdbarch.h, gdbarch.c: Re-generate.
9824 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9825 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9826 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9827 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9828 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9829 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9830 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9831 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9832 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9833 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9834 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9835 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9836 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9837 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9838 * config/sparc/tm-sparc.h: Update.
9839
98402003-05-05 Kris Warkentin <kewarken@qnx.com>
9841
9842 * configure.tgt: Add i[3456]86-*-nto*.
9843 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9844 * nto-tdep.c: New file. Neutrino target support routines.
9845 * nto-tdep.h: New file. Neutrino target header.
9846 * config/tm-qnxnto.h: New file.
9847 * config/i386/i386nto.mt: New file.
9848 * config/i386/tm-i386nto.h: New file.
9849
98502003-05-04 Andrew Cagney <cagney@redhat.com>
9851
9852 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9853 (load_infrun_state): Ditto.
9854 (struct thread_info): Drop "prev_func_name" field.
9855 * thread.c (load_infrun_state): Update.
9856 (save_infrun_state): Update.
9857 * infrun.c (prev_func_name): Delete variable.
9858 (init_wait_for_inferior): Do not clear prev_func_name.
9859 (stop_stepping, keep_going, context_switch): Do not swap
9860 prev_func_name.
9861 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9862 instead of PC_IN_SIGTRAMP.
9863
98642003-05-04 Andrew Cagney <cagney@redhat.com>
9865
9866 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9867 REGISTER_BYTE with register_offset_hack.
9868 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9869 that REGISTER_BYTE is consistent with the regcache.
9870 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9871 * gdbarch.h, gdbarch.c: Regenerate.
9872
98732003-05-04 Mark Kettenis <kettenis@gnu.org>
9874
9875 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9876 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9877
9878 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9879
98802003-05-03 J. Brobecker <brobecker@gnat.com>
9881
9882 From Thierry Schneider <tpschneider1@yahoo.com>
9883 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9884 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9885 (mi-cmd-symbol.o): Add rule.
9886
98872003-05-03 Andrew Cagney <cagney@redhat.com>
9888
9889 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9890 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9891 * gdbarch.h, gdbarch.c: Re-generate.
9892 * d10v-tdep.c (d10v_push_dummy_code): New function.
9893 (d10v_gdbarch_init): Set push_dummy_code.
9894 * infcall.c (legacy_push_dummy_code): New function.
9895 (generic_push_dummy_code): New function.
9896 (push_dummy_code): New function.
9897 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9898 instead of dummy_addr, to push_dummy_call. Move call to
9899 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9900 switch.
9901 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9902
99032003-05-03 Andrew Cagney <cagney@redhat.com>
9904
9905 * disasm.h (print_insn): Declare.
9906 * disasm.c (init_gdb_disassemble_info): New function.
9907 (gdb_disassembly): Call init_gdb_disassemble_info.
9908 (gdb_print_insn): New function.
9909 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9910 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9911 * mcore-tdep.c: Include "disasm.h"
9912 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9913 * d10v-tdep.c: Include "disasm.h".
9914 (display_trace): Call gdb_print_insn, instead of print_insn.
9915 (print_insn): Delete function.
9916 * printcmd.c: Include "disasm.h".
9917 (print_insn): Delete function.
9918 (print_formatted): Call gdb_print_insn, instead of print_insn.
9919 * Makefile.in (printcmd.o): Update dependencies.
9920 (mcore-tdep.o, d10v-tdep.o): Ditto.
9921
99222003-05-02 Andrew Cagney <cagney@redhat.com>
9923
9924 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9925 PC_REGNUM, re-indent.
9926 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9927 PC_REGNUM isn't set.
9928
9929 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9930 * gdbarch.h, gdbarch.c: Re-generate.
9931 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9932 register_virtual_size, pc_regnum, or register_bytes.
9933 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9934 (d10v_register_type): Use D10V_PC_REGNUM.
9935 (d10v_print_registers_info, d10v_read_pc): Ditto.
9936 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9937 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9938
99392003-05-02 David Carlton <carlton@bactrian.org>
9940
9941 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9942 the name with mstrsave.
9943
99442003-05-02 Elena Zannoni <ezannoni@redhat.com>
9945
9946 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9947 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9948 (host_charset_name, target_charset_name): New vars for use by
9949 set/show commands.
9950 (host_charset_enum, target_charset_enum): New enums for set/show
9951 commands.
9952 (set_charset_sfunc, set_host_charset_sfunc,
9953 set_target_charset_sfunc): New functions.
9954 (set_host_charset, set_target_charset): Make static.
9955 (list_charsets, set_host_charset_command,
9956 set_target_charset_command): Delete functions.
9957 (show_charset_command): Rewrite as....
9958 (show_charset): Hook this up with the set/show command mechanism.
9959 (_initialize_charset): Change names of charsets to match the
9960 set/show enums. Use host_charset_name and target_charset_name.
9961 Use set/show mechanism for charset, host-charset, target-charset
9962 commands. Do not make 'show host-charset' and 'show
9963 target-charset' be aliases of 'show charset'.
9964
9965 * charset.h (set_host_charset, set_target_charset): Don't export,
9966 they are not used outside the file.
9967
99682003-05-01 Andrew Cagney <cagney@redhat.com>
9969
9970 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9971 (gdb_disassembly): Make "di" non static, always initialize and
9972 cleanup. Always use dis_asm_read_memory.
9973 (gdb_dis_asm_read_memory): Delete function.
9974
99752003-05-01 Andrew Cagney <cagney@redhat.com>
9976
9977 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9978 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9979
99802003-04-30 Andrew Cagney <cagney@redhat.com>
9981
9982 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9983 "tm_print_insn_info".
9984 (TARGET_PRINT_INSN_INFO): Delete macro.
9985 (dis_asm_read_memory): Delete function declaration.
9986 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9987 (tm_print_insn_info): Delete variable definition.
9988 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9989 * gdbarch.h, gdbarch.c: Re-generate.
9990 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9991 "deprecated_tm_print_insn_info".
9992 * mcore-tdep.c (mcore_dump_insn): Ditto.
9993 * mips-tdep.c (mips_gdbarch_init): Ditto.
9994 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9995 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9996 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9997 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9998 instead of TARGET_PRINT_INSN_INFO, add comment.
9999 * s390-tdep.c (s390_get_frame_info): Instead of
10000 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
10001 (s390_check_function_end, s390_is_sigreturn): Ditto.
10002 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
10003 (dis_asm_memory_error, dis_asm_print_address): Ditto.
10004 * disasm.c: Include "gdbcore.h".
10005 (_initialize_disasm): New function, initialize
10006 "deprecated_tm_print_insn_info".
10007 (deprecated_tm_print_insn_info): New variable.
10008 (dis_asm_read_memory): Moved from "corefile.c", made static.
10009 (dis_asm_print_address, dis_asm_memory_error): Ditto.
10010 * Makefile.in (disasm.o): Update dependencies.
10011
100122003-04-30 Andrew Cagney <cagney@redhat.com>
10013
10014 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
10015
100162003-04-29 Adam Fedor <fedor@gnu.org>
10017
10018 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
10019 * infcall.c (find_function_addr): Make non-static.
10020 * infcall.h (find_function_addr): Declare.
10021 * Makefile.in (eval.o): Update dependencies.
10022
100232003-04-28 Adam Fedor <fedor@gnu.org>
10024
10025 * symtab.c (symbol_find_demangled_name): Check for and demangle
10026 ObjC symbols.
10027 (symbol_init_demangled_name): Init for language_objc as well.
10028
100292003-04-28 Andrew Cagney <cagney@redhat.com>
10030
10031 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
10032 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
10033 * gdbarch.h, gdbarch.c: Re-generate.
10034 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
10035 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
10036 * inferior.h (deprecated_read_fp): Rename read_fp.
10037 (generic_target_read_fp): Delete declaration.
10038 * regcache.c (generic_target_read_fp): Delete function.
10039 (deprecated_read_fp): Replace read_fp, use
10040 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
10041 * d10v-tdep.c (d10v_read_fp): Delete function.
10042 (d10v_gdbarch_init): Do not set deprecated_read_fp.
10043
10044 * sparc-tdep.c (sparc_gdbarch_init): Do not set
10045 deprecated_target_read_fp to generic_target_read_fp.
10046 * sh-tdep.c (sh_gdbarch_init): Ditto.
10047 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10048 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10049 * frv-tdep.c (frv_gdbarch_init): Ditto.
10050
10051 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
10052 deprecated_fp_regnum.
10053 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10054 * vax-tdep.c (vax_gdbarch_init): Ditto.
10055 * v850-tdep.c (v850_gdbarch_init): Ditto.
10056 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10057 * sh-tdep.c (sh_gdbarch_init): Ditto.
10058 * s390-tdep.c (s390_gdbarch_init): Ditto.
10059 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10060 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10061 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10062 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10063 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10064 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10065 * i386-tdep.c (i386_gdbarch_init): Ditto.
10066 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10067 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10068 * frv-tdep.c (frv_gdbarch_init): Ditto.
10069 * cris-tdep.c (cris_gdbarch_init): Ditto.
10070 * avr-tdep.c (avr_gdbarch_init): Ditto.
10071 * arm-tdep.c (arm_gdbarch_init): Ditto.
10072 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10073
10074 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
10075 * v850-tdep.c (v850_gdbarch_init): Ditto.
10076 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10077 * sh-tdep.c (sh_gdbarch_init): Ditto.
10078 * s390-tdep.c (s390_gdbarch_init): Ditto.
10079 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10080 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10081 * mips-tdep.c (mips_gdbarch_init): Ditto.
10082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10083 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10084 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10085 * frv-tdep.c (frv_gdbarch_init): Ditto.
10086 * avr-tdep.c (avr_gdbarch_init): Ditto.
10087 * arm-tdep.c (arm_gdbarch_init): Ditto.
10088
10089 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
10090 DEPRECATED_FP_REGNUM.
10091 (vax_push_dummy_frame, vax_pop_frame): Ditto.
10092 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
10093 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10094 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
10095 (sparc32_register_virtual_type): Ditto.
10096 * sh-tdep.c (sh64_frame_chain): Ditto.
10097 (sh64_get_saved_register, sh64_pop_frame): Ditto.
10098 (sh_nofp_frame_init_saved_regs): Ditto.
10099 (sh64_nofp_frame_init_saved_regs): Ditto.
10100 (sh_fp_frame_init_saved_regs): Ditto.
10101 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
10102 * remote-e7000.c (fetch_regs_from_dump): Ditto.
10103 * procfs.c (procfs_fetch_registers): Ditto.
10104 (procfs_store_registers): Ditto.
10105 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
10106 (store_inferior_registers, fetch_core_registers): Ditto.
10107 (fetch_kcore_registers, clear_regs): Ditto.
10108 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
10109 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
10110 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
10111 * nlm/i386.c (do_status): Ditto.
10112 * mipsv4-nat.c (supply_gregset): Ditto.
10113 * mips-tdep.c: Ditto for comments.
10114 * mips-nat.c (fetch_inferior_registers): Ditto.
10115 (store_inferior_registers, fetch_core_registers): Ditto.
10116 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
10117 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
10118 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
10119 (i386_do_pop_frame, i386_register_type): Ditto.
10120 * hppa-tdep.c (hppa_frame_chain): Ditto.
10121 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
10122 (hppa_pop_frame, hppa_read_fp): Ditto.
10123 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
10124 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
10125 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
10126 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
10127 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
10128 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
10129 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
10130 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
10131 * blockframe.c: Ditto for comments.
10132 * arch-utils.h: Ditto for comments.
10133 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
10134 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
10135 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
10136 * alpha-tdep.h: Ditto for comments.
10137 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
10138 (alpha_cannot_store_register): Ditto.
10139 (alpha_push_dummy_frame): Ditto.
10140 * alpha-nat.c (supply_gregset): Ditto.
10141
10142 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
10143 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
10144 * config/sparc/tm-sparc.h: Update comment.
10145
10146 * hppa-tdep.c (hppa_init_extra_frame_info): Use
10147 deprecated_read_fp instead of TARGET_READ_FP.
10148 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
10149 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
10150 * sparc-tdep.c (sparc_init_extra_frame_info): Use
10151 deprecated_read_fp instead of read_fp.
10152 * s390-tdep.c (s390_push_arguments): Ditto.
10153 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10154 * frame.h: Ditto in comments.
10155 * frame.c (legacy_get_prev_frame): Ditto.
10156 * dummy-frame.c (dummy_frame_this_id): Ditto.
10157 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10158
101592003-04-28 Andrew Cagney <cagney@redhat.com>
10160
10161 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
10162 * gdbarch.h, gdbarch.c: Re-generate.
10163 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
10164 * vax-tdep.c (_initialize_vax_tdep): Update.
10165 * v850-tdep.c (_initialize_v850_tdep): Update.
10166 * sparc-tdep.c (_initialize_sparc_tdep): Update.
10167 * s390-tdep.c (_initialize_s390_tdep): Update.
10168 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
10169 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
10170 * mips-tdep.c (_initialize_mips_tdep): Update.
10171 * mcore-tdep.c (_initialize_mcore_tdep): Update.
10172 * m68k-tdep.c (_initialize_m68k_tdep): Update.
10173 * ia64-tdep.c (_initialize_ia64_tdep): Update.
10174 * hppa-tdep.c (_initialize_hppa_tdep): Update.
10175 * h8300-tdep.c (_initialize_h8300_tdep): Update.
10176 * frv-tdep.c (_initialize_frv_tdep): Update.
10177 * cris-tdep.c (cris_delayed_get_disassembler): Update.
10178 (_initialize_cris_tdep): Update.
10179 * arch-utils.c (legacy_print_insn): Update.
10180 * alpha-tdep.c (_initialize_alpha_tdep): Update.
10181
101822003-04-26 Adam Fedor <fedor@gnu.org>
10183
10184 * linespec.c (decode_objc): New function to decode ObjC calls
10185 (decode_line_1): Check for ObjC calls (using decode_objc)
10186 * Makefile (linespec.o): Update dependencies.
10187
101882003-04-26 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * breakpoint.h (struct breakpoint_ops): New.
10191 (struct breakpoint): Add ops member.
10192
10193 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
10194 (mention): Use new breakpoint ops member.
10195 (set_raw_breakpoint): Initialize ops field to NULL.
10196 (print_exception_catchpoint, print_one_exception_catchpoint)
10197 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
10198 (gnu_v3_exception_catchpoint_ops): New.
10199 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
10200
102012003-04-25 Adam Fedor <fedor@gnu.org>
10202
10203 * Makefile.in (COMMON_OBS): Add objc-lang.o
10204
102052003-04-25 Andrew Cagney <cagney@redhat.com>
10206
10207 * d10v-tdep.c (print_insn): Delete function.
10208 (display_trace): Use TARGET_PRINT_INSN.
10209 (_initialize_d10v_tdep): Do not set tm_print_insn.
10210 (d10v_gdbarch_init): Set print_insn.
10211
102122003-04-25 Andrew Cagney <cagney@redhat.com>
10213
10214 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
10215 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
10216 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
10217 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
10218 (nr_dmap_regs, a0_regnum): ... new functions.
10219 (d10v_print_registers_info): Use a0_regnum, use register_size.
10220 (d10v_register_byte): Delete function.
10221 (d10v_register_raw_size): Delete function.
10222 (d10v_register_type): Use a0_regnum.
10223 (d10v_print_registers_info): Use a0_regnum.
10224 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
10225 (d10v_gdbarch_init): Do not set register_byte or
10226 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
10227 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
10228 extract_address.
10229 (trace_command): Use XCALLOC.
10230 (print_insn): Delete reference to tm_print_insn.
10231 (saved_regs_unwinder): Use store_unsigned_integer instead of
10232 store_address.
10233 * frame.h (FRAME_OBSTACK_CALLOC): Define
10234
102352003-04-25 David Carlton <carlton@bactrian.org>
10236
10237 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
10238
102392003-04-24 Adam Fedor <fedor@gnu.org>
10240
10241 * objc-lang.c: Include "valprint.h"
10242 * Makefile.in (objc-lang.o): Update dependencies.
10243
102442003-04-24 Adam Fedor <fedor@gnu.org>
10245
10246 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
10247 architecture dependant compilation and mark as unimplemented
10248 (until they get put in the gdbarch vector).
10249
102502003-04-23 David Carlton <carlton@bactrian.org>
10251
10252 * cp-support.c (cp_find_first_component): Accept 'operator' in
10253 more locations.
10254
102552003-04-23 Andrew Cagney <cagney@redhat.com>
10256
10257 * infcall.c (call_function_by_hand): Eliminate redundant
10258 indentation. Move "saved_async" and "old_cleanups" to where they
10259 are needed.
10260
102612003-04-23 Andrew Cagney <cagney@redhat.com>
10262
10263 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
10264 and "buffer". Move the "name" code to where it is needed.
10265
102662003-04-23 Andrew Cagney <cagney@redhat.com>
10267
10268 * infcall.c (call_function_by_hand): Move variables "start_sp",
10269 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
10270 code to ON_STACK switch branch.
10271
102722003-04-23 Andrew Cagney <cagney@redhat.com>
10273
10274 * infcall.c (call_function_by_hand): Make declaration of "i",
10275 "sal", "bpt" and "old_sp" more local to their use. Delete #if
10276 lint.
10277
102782003-04-23 Andrew Cagney <cagney@redhat.com>
10279
10280 * infcall.c (call_function_by_hand): Delete variable
10281 "n_method_args". Localize "param_type"'s declaration to the loop
10282 that it is used. Reinstate code assigning to said variable -
10283 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
10284 Rationalize code using "param_type".
10285
102862003-04-22 Andrew Cagney <cagney@redhat.com>
10287
10288 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
10289 compute the breakpoint address. Only call FIX_CALL_DUMMY when
10290 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
10291 to DEPRECATED_PUSH_RETURN_ADDRESS.
10292
102932003-04-22 Kevin Buettner <kevinb@redhat.com>
10294
10295 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
10296 on the DWARF2 register number prior to fetching a register.
10297
102982003-04-22 J. Brobecker <brobecker@gnat.com>
10299
10300 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
10301 Update all the tests using SOFT_FLOAT considering the fact that
10302 this macro was always set to 0.
10303 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
10304 considering the fact that this macro was always set to 0.
10305 * hppa-tdep.h (hppa_store_return_value): Likewise.
10306 (hppa_extract_return_value): Likewise.
10307
103082003-04-22 J. Brobecker <brobecker@gnat.com>
10309
10310 * config/pa/tm-hppa.h: Remove obsolete code, was used by
10311 the hppa-pro target only.
10312
103132003-04-21 J. Brobecker <brobecker@gnat.com>
10314
10315 Ongoing multi-arch conversion effort for HP/UX:
10316 * config/pa/tm-hppa.h: Move all macro that are no longer
10317 defined now that GDB_MULTI_ARCH is now set to 1 from here...
10318 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
10319
103202003-04-21 J. Brobecker <brobecker@gnat.com>
10321
10322 * config/pa/tm-hppa.h: Obsolete a section that was only used
10323 for hppa-pro.
10324
103252003-04-21 J. Brobecker <brobecker@gnat.com>
10326
10327 Ongoing multi-arch conversion for HP/UX.
10328 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
10329 if already defined (allows hppa64 to stay non-multiarched for now).
10330 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
10331
103322003-04-21 Andrew Cagney <cagney@redhat.com>
10333
10334 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
10335
103362003-04-21 Andrew Cagney <cagney@redhat.com>
10337
10338 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
10339 "i386_num_mmx_regs".
10340
103412003-04-21 Andrew Cagney <cagney@redhat.com>
10342
10343 * infcall.c: New file.
10344 * infcall.h: New file.
10345 * valarith.c: Include "infcall.h".
10346 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
10347 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
10348 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
10349 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
10350 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
10351 (SFILES): Add "infcall.c"
10352 (COMMON_OBS): Add "infcall.o".
10353 (infcall.o): Specify dependencies.
10354 * value.h (call_function_by_hand): Delete declaration.
10355 * inferior.h (run_stack_dummy): Delete declaration.
10356 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
10357 (run_stack_dummy): Move to "infcall.c", merged into
10358 call_function_by_hand.
10359 * valops.c (call_function_by_hand): Moved to "infcall.c".
10360 (find_function_addr, value_arg_coerce): Ditto.
10361 (unwindonsignal_p, coerce_float_to_double): Ditto.
10362 (_initialize_valops): Move "set/show coerce-float-to-double", and
10363 "set/show unwindonsignal" commands to "infcall.c".
10364 * v850-tdep.c, target.h: Update comments.
10365 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
10366 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
10367 (sh64_init_extra_frame_info): Update comments.
10368 * mn10300-tdep.c: Update comments.
10369 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
10370 * config/sparc/tm-sparc.h: Update comments.
10371 * breakpoint.h: Update comments.
10372 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
10373 * arm-tdep.c: Update comment.
10374
103752003-04-19 Mark Kettenis <kettenis@gnu.org>
10376
10377 * i386-tdep.c (i386_num_register_names): New variable.
10378 (i386_num_mmx_regs): Renamed from mmx_num_regs.
10379 (MM0_REGNUM): Remove redundant parentheses in define.
10380 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
10381 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
10382 i386_mxcsr_regnum_p): Remove redundant parentheses.
10383 (i386_register_name): Use i386_num_register_names.
10384
10385 * i386-tdep.c (i386_extract_return_value,
10386 i386_store_return_value): Correct check for availability of
10387 floating-point registers.
10388
10389 * i386-tdep.c (i386_frame_num_args): Remove function.
10390 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
10391
10392 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
10393 mmx_regnum_to_fp_regnum. Adjust all callers.
10394
10395 * i386-tdep.c (i386_get_longjmp_target): Use
10396 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
10397 and TARGET_CHAR_BIT. Use extract_typed_address instead of
10398 extract_address.
10399
104002003-04-19 Mark Kettenis <kettenis@gnu.org>
10401
10402 * core-regset.c: Update comments to reflect reality. Re-order
10403 includes.
10404 (fetch_core_registers): Use switch instead of if. Remove
10405 redundant prototype.
10406
104072003-04-18 Jim Blandy <jimb@redhat.com>
10408
10409 * s390-tdep.c (s390_frame_align): New function.
10410 (s390_gdbarch_init): Register it with the gdbarch object.
10411
104122003-04-17 Richard Henderson <rth@redhat.com>
10413
10414 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
10415
104162003-04-17 Michael Snyder <msnyder@redhat.com>
10417 Karen Bennet <bennet@redhat.com>
10418
10419 Committed by Elena Zannoni <ezannoni@redhat.com>
10420 * gdb_gcore.sh: New script to create a core dump of a process.
10421
104222003-04-17 Elena Zannoni <ezannoni@redhat.com>
10423
10424 * values.c (value_being_returned): Don't fetch the return
10425 value if the return type is void.
10426
104272003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10428
10429 * thread-db.c: Reindented.
10430
104312003-04-17 Jeff Johnston <jjohnstn@redhat.com>
10432
10433 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
10434 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
10435 as types.
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
104612003-04-16 Kevin Buettner <kevinb@redhat.com>
10462
10463 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
10464 the size of ``long double'' to 16, instead of 8.
10465
104662003-04-16 Mark Kettenis <kettenis@gnu.org>
10467
10468 * i386-linux-nat.c: Add some whitespace to make things more
10469 readable.
10470 (fetch_register, store_register, fetch_inferior_registers,
10471 store_inferior_registers): Get rid of assignment in if-statement.
10472 (store_register): Fix typo in error message.
10473
104742003-04-16 Andrew Cagney <cagney@redhat.com>
10475
10476 * utils.c (xmmalloc): Always allocate something, matches
10477 libiberty/xmalloc's semantics.
10478 (xmrealloc, xmcalloc): Ditto.
10479
104802003-04-16 Andrew Cagney <cagney@redhat.com>
10481
10482 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
10483 update comments.
10484 (get_frame_type): Initialize unwind and type when needed.
10485 (get_frame_id, frame_register_unwind): Ditto.
10486
104872003-04-16 Andrew Cagney <cagney@redhat.com>
10488
10489 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
10490 obsolete.
10491 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
10492 * sparcl-stub.c: Obsolete file.
10493 * config/sparc/tm-sparclet.h: Obsolete file.
10494 * sparclet-stub.c: Obsolete file.
10495 * sparclet-rom.c: Obsolete file.
10496 * sparcl-tdep.c: Obsolete file.
10497 * config/sparc/tm-sparclite.h: Obsolete file.
10498 * config/sparc/sparclite.mt: Obsolete file.
10499 * config/sparc/sparclet.mt: Obsolete file.
10500 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10501 sparc86x-*-* obsolete.
10502
105032003-04-15 David Carlton <carlton@math.stanford.edu>
10504
10505 * Makefile.in (SFILES): Add cp-namespace.c.
10506 (COMMON_OBS): Add cp-namespace.o.
10507 (block.o): Depend on gdb_obstack_h and cp_support_h.
10508 (buildsym.o): Depend on cp_support_h.
10509 (cp-namespace.o): New.
10510 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10511 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10512 (dwarf2read.o): Depend on cp_support_h.
10513 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10514 * dwarf2read.c (process_die): Set processing_has_namespace_info,
10515 processing_current_namespace.
10516 (read_namespace): Update processing_current_namespace; check for
10517 anonymous namespaces.
10518 (dwarf2_name): New function.
10519 (dwarf2_extension): Ditto.
10520 * cp-support.h: Update copyright, contributors.
10521 Add inclusion guards.
10522 Add opaque declaration for structs obstack, block, symbol.
10523 (struct using_direct): New struct.
10524 Add declarations for cp_find_first_component,
10525 cp_entire_prefix_len, processing_has_namespace_info,
10526 processing_current_namespace, cp_is_anonymous,
10527 cp_add_using_directive, cp_initialize_namespace,
10528 cp_finalize_namespace, cp_set_block_scope,
10529 cp_scan_for_anonymous_namespaces.
10530 * cp-namespace.c: New file.
10531 * cp-support.c: Update copyright.
10532 Include ctype.h, gdb_assert.h, gdbcmd.h.
10533 New variable maint_cplus_cmd_list.
10534 (cp_find_first_component): New function.
10535 (cp_entire_prefix_len, maint_cplus_command)
10536 (first_component_command, _initialize_cp_support): Ditto.
10537 * buildsym.c: Include cp-support.h.
10538 New variable using_list.
10539 (add_symbol_to_list): Check for anonymous namespaces.
10540 (finish_block): Set block's scope.
10541 (start_symtab): Initialize C++ namespace support.
10542 (end_symtab): Finalize C++ namespace support.
10543 * block.h: Add opaque declarations for structs
10544 block_namespace_info, using_direct, and obstack.
10545 Add declarations for block_set_scope and block_set_using.
10546 (struct block): Add 'language_specific' member.
10547 (BLOCK_NAMESPACE): New macro.
10548 * block.c: Include gdb_obstack.h and cp-support.h.
10549 (struct block_namespace_info): New struct.
10550 (block_set_scope): New function.
10551 (block_set_using, block_initialize_namespace): Ditto.
10552
105532003-04-14 Kevin Buettner <kevinb@redhat.com>
10554
10555 * solib-svr4.c (svr4_have_link_map_offsets): New function.
10556 (locate_base): Return early if there aren't any link map offsets.
10557 (svr4_solib_create_inferior_hook): Warn if shared library support
10558 is unavailable.
10559
105602003-04-14 David Carlton <carlton@math.stanford.edu>
10561
10562 * symtab.c (symbol_set_names): Add prefix when storing Java names
10563 in hash table. Fix for PR java/1039.
10564
105652003-04-14 David Carlton <carlton@math.stanford.edu>
10566
10567 * symtab.c (symbol_set_names): Rename 'name' arg to
10568 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10569 * symtab.h: Change 'name' argument in declaration of
10570 symbol_set_names to 'linkage_name'.
10571 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10572
105732003-04-14 Andrew Cagney <cagney@redhat.com>
10574
10575 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10576 return the fully sign-extended register value.
10577 (get_frame_pointer): Ditto.
10578 (mips_pop_frame): Initialize "proc_desc" after checking for a
10579 dummy frame.
10580
105812003-04-14 Andrew Cagney <cagney@redhat.com>
10582
10583 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10584 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10585 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10586 (mips_push_register): Delete function.
10587 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10588 PUSH_FP_REGNUM.
10589
105902003-04-14 Jim Blandy <jimb@redhat.com>
10591
10592 * symmisc.c: #include "gdb_regex.h".
10593 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10594 functions.
10595 * maint.c (maintenance_list_command): New function.
10596 (_initialize_maint_cmds): Register the above as commands.
10597 * symtab.h (maintenance_list_symtabs,
10598 maintenance_list_psymtabs): New declarations.
10599 * cli/cli-cmds.c (maintenancelistlist): New variable.
10600 (init_cmd_lists): Initialize it.
10601 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10602 * gdbcmd.h (maintenancelistlist): New declaration.
10603 * Makefile.in (symmisc.o): Update dependencies.
10604
106052003-04-14 Elena Zannoni <ezannoni@redhat.com>
10606
10607 * s390-nat.c: Include asm/types.h for addr_t.
10608
106092003-04-14 Corinna Vinschen <vinschen@redhat.com>
10610
10611 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10612 actually incoming type.
10613
106142003-04-13 Andrew Cagney <cagney@redhat.com>
10615
10616 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10617 get_next_frame and get_frame_saved_regs.
10618
106192003-04-13 Andrew Cagney <cagney@redhat.com>
10620
10621 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10622 of gdbarch_num_regs.
10623
106242003-04-13 Andrew Cagney <cagney@redhat.com>
10625
10626 * frame.h: Mention what replaced what in "struct frame_info".
10627 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10628 deprecated_update_frame_base_hack and
10629 deprecated_update_frame_pc_hack.
10630 * hppa-tdep.c: Ditto.
10631
106322003-04-13 Daniel Jacobowitz <drow@mvista.com>
10633
10634 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10635 to read_reg and update its comment. Remove regnum member.
10636 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10637 Don't call read_reg when setting in_reg. Call read_reg to get
10638 the frame base if it's in a register. Return the register number
10639 on the stack instead of in the context. Remove extra arguments
10640 to read_reg.
10641 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10642 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10643 the register number on the expression stack.
10644 (needs_frame_read_reg): Remove extra arguments.
10645
106462003-04-13 Daniel Jacobowitz <drow@mvista.com>
10647
10648 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10649 made non-static.
10650 (execute_stack_op): All callers updated.
10651 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10652 * dwarf2loc.c (find_location_expression): New function.
10653 (dwarf_expr_frame_base): Call it.
10654 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10655 (dwarf2_tracepoint_var_ref): New function, broken out from
10656 locexpr_tracepoint_var_ref.
10657 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10658 Make static.
10659 (loclist_read_variable, loclist_read_needs_frame): New functions.
10660 (loclist_describe_location, loclist_tracepoint_var_ref): New
10661 functions.
10662 (dwarf2_loclist_funcs): New struct location_funcs.
10663 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10664 (struct dwarf2_locexpr_baton): Add comments.
10665 (dwarf2_loclist_funcs): New extern.
10666 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10667 base_address and base_known.
10668 (dwarf_loc_buffer): New variable.
10669 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10670 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10671 (dwarf2_has_info): Initialize dwarf_loc_offset.
10672 (dwarf2_build_psymtabs): Read in .debug_loc.
10673 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10674 DWARF_LOC_SIZE.
10675 (psymtab_to_symtab_1): Likewise. Move base address calculation
10676 here, from...
10677 (dwarf2_get_pc_bounds): ... here. Use the base address from
10678 cu_header.
10679 (dwarf2_symbol_mark_computed): Handle location lists.
10680
106812003-04-13 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10684 if the linkage name demangled successfully.
10685
106862003-04-13 Mark Kettenis <kettenis@gnu.org>
10687
10688 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10689 disassmbly_flavour): Removed.
10690
10691 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10692
106932003-04-13 Mark Kettenis <kettenis@gnu.org>
10694
10695 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10696
106972003-04-12 Andrew Cagney <cagney@redhat.com>
10698
10699 * frame.h (struct frame_info): Move definition from here ...
10700 * frame.c (struct frame_info): ... to here.
10701
107022003-04-12 Andrew Cagney <cagney@redhat.com>
10703
10704 * gdbthread.h (save_infrun_state): Delete parameter
10705 "prev_func_start".
10706 (struct thread_info): Delete field "prev_func_start".
10707 (load_infrun_state): Ditto.
10708 * thread.c (load_infrun_state, save_infrun_state): Update.
10709 * infrun.c (prev_func_start): Delete variable.
10710 (context_switch, init_wait_for_inferior): Update.
10711 (stop_stepping, keep_going): Update.
10712
107132003-04-12 Andrew Cagney <cagney@redhat.com>
10714
10715 * gdbarch.sh: Add missing opaque declarations.
10716 * gdbarch.h: Regnerate.
10717 * symtab.h: Add missing opaque declarations.
10718 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10719 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10720 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10721 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10722 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10723 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10724 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10725 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10726 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10727 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10728 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10729 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10730 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10731
107322003-04-11 Andrew Cagney <cagney@redhat.com>
10733
10734 * frame.c (get_frame_id): Return this frame's "id".
10735 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10736 function start.
10737 (legacy_saved_regs_this_id): Replace function body with
10738 internal-error.
10739 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10740 FRAME_OBSTACK_ZALLOC.
10741 (create_new_frame): Mark the frame ID as valid.
10742
107432003-04-11 Alexandre Oliva <aoliva@redhat.com>
10744
10745 * Makefile.in (libbfd_h): Added missing setting.
10746 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10747 according to the selected ABI.
10748
107492003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10750
10751 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10752
107532003-04-11 Andrew Cagney <cagney@redhat.com>
10754
10755 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10756 SAVED_PC_AFTER_CALL.
10757 * gdbarch.h, gdbarch.c: Regenerate.
10758 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10759 * x86-64-tdep.c (x86_64_init_abi): Update.
10760 * vax-tdep.c (vax_gdbarch_init): Update.
10761 * v850-tdep.c (v850_gdbarch_init): Update.
10762 * sparc-tdep.c (sparc_gdbarch_init): Update.
10763 * sh-tdep.c (sh_gdbarch_init): Update.
10764 * s390-tdep.c (s390_gdbarch_init): Update.
10765 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10766 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10767 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10768 * mips-tdep.c (mips_gdbarch_init): Update.
10769 * mcore-tdep.c (mcore_gdbarch_init): Update.
10770 * m68k-tdep.c (m68k_gdbarch_init): Update.
10771 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10772 * ia64-tdep.c (ia64_gdbarch_init): Update.
10773 (ia64_saved_pc_after_call): Update declaration.
10774 * i386ly-tdep.c (i386lynx_init_abi): Update.
10775 * i386-tdep.c (i386_gdbarch_init): Update.
10776 * hppa-tdep.c (hppa_gdbarch_init): Update.
10777 * h8300-tdep.c (h8300_gdbarch_init): Update.
10778 * frv-tdep.c (frv_gdbarch_init): Update.
10779 * cris-tdep.c (cris_gdbarch_init): Update.
10780 * avr-tdep.c (avr_gdbarch_init): Update.
10781 * arm-tdep.c (arm_gdbarch_init): Update.
10782 * alpha-tdep.c (alpha_gdbarch_init): Update.
10783 * ns32knbsd-nat.c (frame_num_args): Update.
10784 * ns32k-tdep.c (umax_frame_num_args): Update.
10785 * mips-tdep.c (mips_init_frame_pc_first): Update.
10786 * infrun.c (step_over_function): Update.
10787 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10788 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10789 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10790 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10791 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10792 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10793 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10794 * arch-utils.c (init_frame_pc_default): Update.
10795 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10796 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10797 declaration.
10798
107992003-04-11 Andrew Cagney <cagney@redhat.com>
10800
10801 * i387-tdep.c: Update copyright.
10802 (i387_to_double): Delete function.
10803 (double_to_i387): Delete function.
10804
108052003-04-10 Andrew Cagney <cagney@redhat.com>
10806
10807 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10808 frame's function's address. Simplify.
10809 (d10v_frame_unwind_cache): Check that the frame's function is
10810 non-zero.
10811
108122003-04-10 Jim Blandy <jimb@redhat.com>
10813
10814 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10815 call to set_gdbarch_deprecated_push_arguments.
10816
108172003-04-10 Andrew Cagney <cagney@redhat.com>
10818
10819 * frame.c (fprint_frame_id): New function.
10820 (fprint_frame_type, fprint_frame): New function.
10821 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10822 (create_sentinel_frame, get_frame_id): Ditto.
10823 (frame_id_p, frame_id_eq): Ditto.
10824 (frame_id_inner, create_new_frame): Ditto.
10825 (legacy_get_prev_frame, get_prev_frame): Ditto.
10826 (deprecated_update_frame_pc_hack): Ditto.
10827 (frame_register_unwind): Ditto.
10828 (deprecated_update_frame_base_hack): Ditto.
10829
108302003-04-10 Corinna Vinschen <vinschen@redhat.com>
10831
10832 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10833 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10834 frame_chain function.
10835 * Makefile.in: Add dependencies due to above change.
10836
108372003-04-10 Corinna Vinschen <vinschen@redhat.com>
10838
10839 * blockframe.c (legacy_frame_chain_valid): Move call to
10840 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10841 inside_entry_file.
10842
108432003-04-09 Andrew Cagney <cagney@redhat.com>
10844
10845 * frame.h (struct frame_id): Replace "pc" and "base" with
10846 "stack_addr" and "code_addr". Update comments.
10847 (frame_id_build): Update parameter names and comment.
10848 (struct frame_info): Replace "id_p" and "id" with "this_id".
10849 * dummy-frame.c (dummy_frame_this_id): Update.
10850 * breakpoint.c (print_one_breakpoint): Update.
10851 * frame.c (get_frame_id): Update.
10852 (get_frame_base, frame_id_build): Update.
10853 (create_sentinel_frame, legacy_get_prev_frame): Update.
10854 (deprecated_update_frame_base_hack): Update.
10855 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10856 (frame_id_inner): Ditto.
10857
108582003-04-09 Andrew Cagney <cagney@redhat.com>
10859
10860 * defs.h (gdb_print_host_address): Make "addr" parameter a
10861 pointer constant.
10862 * utils.c (gdb_print_host_address): Update.
10863
108642003-04-09 Kevin Buettner <kevinb@redhat.com>
10865
10866 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10867 register number for R0 is 0.
10868
108692003-04-09 J. Brobecker <brobecker@gnat.com>
10870
10871 * frame.h (struct gdbarch): Add opaque structure definition
10872 to avoid a compilation warning on LynxOS 4.0.
10873
108742003-04-09 Andrew Cagney <cagney@redhat.com>
10875
10876 * frame.h (struct frame_info): Delete field "pc". Replace
10877 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10878 structure.
10879 * frame.c (frame_pc_unwind): Update.
10880 (create_sentinel_frame): Do not set "pc".
10881 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10882 (get_frame_pc): Call frame_pc_unwind.
10883 (deprecated_update_frame_pc_hack): Update.
10884 (create_new_frame): Use "pc" not "->pc".
10885
108862003-04-09 Andrew Cagney <cagney@redhat.com>
10887
10888 * frame.c (get_frame_id): Eliminate code updating "frame".
10889 (legacy_get_prev_frame): Ditto.
10890 (get_frame_base): Return id.base directly.
10891 (deprecated_update_frame_base_hack): Update "id.base".
10892 * frame.h (struct frame_info): Delete field "frame".
10893
108942003-04-09 Andrew Cagney <cagney@redhat.com>
10895
10896 * NEWS: Mention that the "Sequent family" is obsolete.
10897 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10898 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10899 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10900 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10901 * config/i386/tm-ptx4.h: Obsolete file.
10902 * config/i386/tm-ptx.h: Obsolete file.
10903 * symm-tdep.c: Obsolete file.
10904 * config/i386/symmetry.mt: Obsolete file.
10905 * config/i386/tm-symmetry.h: Obsolete file.
10906 * symm-nat.c: Obsolete file.
10907 * config/i386/nm-symmetry.h: Obsolete file.
10908 * config/i386/xm-symmetry.h: Obsolete file.
10909 * config/i386/symmetry.mh: Obsolete file.
10910 * config/i386/nm-ptx4.h: Obsolete file.
10911 * config/i386/ptx4.mh: Obsolete file.
10912 * config/i386/ptx.mt: Obsolete file.
10913 * config/i386/ptx.mh: Obsolete file.
10914 * config/i386/xm-ptx4.h: Obsolete file.
10915 * config/i386/xm-ptx.h: Obsolete file.
10916
109172003-04-09 Andrew Cagney <cagney@redhat.com>
10918
10919 Obsolete mips*-*-mach3*.
10920 * NEWS: Mention that mips*-*-mach3* is obsolete.
10921 * m3-nat.c: Obsolete file.
10922 * config/nm-m3.h: Obsolete file.
10923 * config/mips/tm-mipsm3.h: Obsolete file.
10924 * config/mips/mipsm3.mt: Obsolete file.
10925 * config/mips/mipsm3.mh: Obsolete file.
10926 * config/mips/xm-mipsm3.h: Obsolete file.
10927 * mipsm3-nat.c: Obsolete file.
10928 * configure.host: Obsolete mips-dec-mach3*.
10929 * configure.tgt: Obsolete mips*-*-mach3*.
10930
109312003-04-09 Andrew Cagney <cagney@redhat.com>
10932
10933 * doublest.h: Update copyright.
10934 (deprecated_store_floating, deprecated_extract_floating): Rename
10935 store_floating and extract_floating. Update comments.
10936 * doublest.c: Update copyright.
10937 (extract_floating_by_length): Replace extract_floating.
10938 (store_floating_by_length): Replace store_floating.
10939 (deprecated_extract_floating): New function.
10940 (deprecated_store_floating): New function.
10941 (extract_typed_floating): Call extract_floating_by_length.
10942 (store_typed_floating): Call store_floating_by_length.
10943 * x86-64-tdep.c (x86_64_store_return_value): Update.
10944 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10945 (sh64_extract_return_value): Update.
10946 (sh_sh4_register_convert_to_virtual): Update.
10947 (sh_sh64_register_convert_to_virtual): Update.
10948 (sh_sh4_register_convert_to_raw): Update.
10949 (sh_sh64_register_convert_to_raw): Update.
10950 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10951 (rs6000_register_convert_to_raw): Update.
10952 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10953 (ia64_register_convert_to_raw): Update.
10954 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10955 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10956 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10957 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10958 (alpha_register_convert_to_raw): Update.
10959
109602003-04-08 Andrew Cagney <cagney@redhat.com>
10961
10962 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10963 * gdbarch.h, gdbarch.c: Re-generate.
10964 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10965 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10966 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10967 conditionally, use frame_pc_unwind as an alternative. Add
10968 comments.
10969 * arch-utils.c (init_frame_pc_default): Only call
10970 SAVED_PC_AFTER_CALL when available.
10971
109722003-04-08 Elena Zannoni <ezannoni@redhat.com>
10973
10974 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10975 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10976 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10977 (start_remote): Ditto.
10978 (handle_inferior_event): Ditto.
10979 (save_inferior_status): Ditto.
10980 (restore_inferior_status): Ditto.
10981 * infcmd.c (attach_command): Ditto.
10982 * fork-child.c (startup_inferior): Ditto.
10983 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10984 * alpha-tdep.c (heuristic_proc_start): Ditto.
10985 * mips-tdep.c (heuristic_proc_start): Ditto.
10986 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10987 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10988 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10989 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10990 * remote-vx.c (vx_create_inferior): Ditto.
10991
109922003-04-08 Elena Zannoni <ezannoni@redhat.com>
10993
10994 * infrun.c (stop_soon_quietly): Make it an enum, to better
10995 override the default behavior of handle_inferior_event.
10996 (clear_proceed_status): Update uses of stop_soon_quietly to
10997 reflect that it is now an enum.
10998 (start_remote): Ditto.
10999 (handle_inferior_event): Change logic a bit if stop_soon_quietly
11000 is set to handle the new GNU/Linux kernel behavior for
11001 attach/sigstop. Update uses of stop_soon_quietly.
11002 * inferior.h (enum stop_kind): New enum.
11003 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
11004 Reset normal handle_inferior_event behavior, afterwards.
11005 * fork-child.c (startup_inferior): Update.
11006 * alpha-tdep.c (heuristic_proc_start): Update.
11007 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
11008 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
11009 * solib-osf.c (osf_solib_create_inferior_hook): Update.
11010 * solib-irix.c (irix_solib_create_inferior_hook): Update.
11011 * remote-vx.c (vx_create_inferior): Update.
11012 * mips-tdep.c (heuristic_proc_start): Update.
11013
110142003-04-07 Elena Zannoni <ezannoni@redhat.com>
11015
11016 * disasm.c (dump_insns): Move variables inside loop, or they will
11017 be freed more than once, causing wild memory corruptions.
11018 (gdb_disassembly): Look for the substring "-thread",
11019 instead of "-threads" in the target name, to make sure to find
11020 the 'multi-thread' target. Also, make sure we do the right thing
11021 with the "core" target.
11022
110232003-04-07 Kevin Buettner <kevinb@redhat.com>
11024
11025 * mips-tdep.c (mips_print_fp_register): New function, created from
11026 do_fp_register_row(). Registers are now (also) printed as hex.
11027 Only one register is printed per row.
11028 (mips_print_register, do_fp_register_row): Print floating point
11029 registers with mips_print_fp_register().
11030
110312003-04-06 Andrew Cagney <cagney@redhat.com>
11032
11033 * valprint.h (inspect_it): Add extern declaration.
11034 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
11035 (selectors_info, classes_info): Ditto.
11036 (find_objc_msgcall): Fix indentation.
11037 (objc_printstr): Delete extern declarations.
11038
11039 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
11040
110412003-04-06 Andrew Cagney <cagney@redhat.com>
11042
11043 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
11044 Update comment.
11045 * frame.c (legacy_saved_regs_this_id): Update.
11046 (legacy_get_prev_frame): Update.
11047 * xstormy16-tdep.c: Update comment.
11048 * sparc-tdep.c (sparc_frame_chain): Update comment.
11049 * blockframe.c (legacy_frame_chain_valid): Update.
11050
110512003-04-06 Andrew Cagney <cagney@redhat.com>
11052
11053 * valprint.c (val_print_type_code_int): Delete #ifdef
11054 PRINT_TYPELESS_INTEGER code.
11055
11056 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
11057 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
11058 multi-arch definition.
11059 * gdbarch.h: Re-generate.
11060
110612003-04-05 Andrew Cagney <cagney@redhat.com>
11062
11063 Eliminate FRAME_FIND_SAVED_REGS.
11064 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
11065 Change FSR parameter to a pointer.
11066 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
11067 Assume FSR parameter is a pointer.
11068 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
11069 Make fsr a pointer.
11070 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
11071 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
11072 saved_regs a pointer.
11073 (hppa_frame_saved_pc): Ditto.
11074 (find_dummy_frame_regs): Make frame_saved_regs a pointer
11075 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
11076 pointer.
11077 (restore_pc_queue): Make fsr a pointer.
11078 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
11079 (hppa_frame_chain): Make saved_regs a pointer, call
11080 hppa_frame_init_saved_regs.
11081 * sparc-tdep.c: Include "gdb_assert.h".
11082 (sparc_frame_find_saved_regs): Replace internal_error with
11083 gdb_assert.
11084 * remote-vxsparc.c (vx_read_register): Delete reference to
11085 FRAME_FIND_SAVED_REGS.
11086 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
11087 * gdbarch.h: Regenerate.
11088 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11089 (deprecated_get_frame_saved_regs): Delete declaration.
11090 (struct frame_saved_regs): Delete definition.
11091 * frame.c (deprecated_get_frame_saved_regs): Delete function.
11092 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
11093 (hppa_frame_find_saved_regs): Delete declaration.
11094 (FRAME_FIND_SAVED_REGS): Delete macro.
11095 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
11096 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
11097 FRAME_FIND_SAVED_REGS in comment.
11098
110992003-04-05 Andrew Cagney <cagney@redhat.com>
11100
11101 * frame.c (frame_func_unwind, get_frame_func): New functions.
11102 * frame.h (get_frame_func, frame_func_unwind): Declare.
11103 (struct frame_info): Add field "prev_func" for caching the
11104 previous frame's function address.
11105 * arm-tdep.c (arm_frameless_function_invocation): Combine
11106 get_pc_function_start and get_frame_pc into get_frame_func.
11107 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11108 (sh64_nofp_frame_init_saved_regs): Ditto.
11109 * s390-tdep.c (s390_function_start): Ditto.
11110 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
11111 (rs6000_frameless_function_invocation): Ditto.
11112 (rs6000_frame_saved_pc): Ditto.
11113 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
11114 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
11115 * i386-tdep.c (i386_frameless_signal_p): Ditto.
11116 (i386_frame_init_saved_regs): Ditto.
11117 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
11118 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
11119 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
11120 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
11121 * blockframe.c (frameless_look_for_prologue): Ditto.
11122
111232003-04-05 Andrew Cagney <cagney@redhat.com>
11124
11125 * frame.c (legacy_get_prev_frame): Link prev to next at the
11126 function start. Update comments.
11127
111282003-04-05 Andrew Cagney <cagney@redhat.com>
11129
11130 * frame.c (get_frame_id): Update comment.
11131 (legacy_get_prev_frame): Update comment.
11132 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
11133 * gdbarch.h: Regenerate.
11134 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
11135 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
11136
111372003-04-05 Andrew Cagney <cagney@redhat.com>
11138
11139 * stack.c (print_frame_info): Use get_frame_pc.
11140
111412003-04-04 Andrew Cagney <cagney@redhat.com>
11142
11143 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
11144 the frame's type from the unwinder.
11145 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
11146 (create_new_frame, legacy_get_prev_frame): When the unwinder's
11147 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
11148 (get_frame_base_address): Use get_frame_type.
11149 (get_frame_locals_address, get_frame_args_address): Ditto.
11150 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
11151 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
11152 (struct frame_info): Add comment explaining why the frame contains
11153 a "type" field.
11154 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
11155 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
11156 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
11157 NORMAL_FRAME.
11158 * frame-unwind.h: Include "frame.h".
11159 (struct frame_unwind): Add "type" field.
11160 * Makefile.in (frame_unwind_h): Add $(frame_h).
11161
111622003-04-04 Andrew Cagney <cagney@redhat.com>
11163
11164 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
11165 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
11166 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
11167 get_frame_base.
11168 (d10v_unwind_dummy_id): Use frame_id_build.
11169 * frame.c (find_frame_sal): Use get_frame_pc.
11170 (create_new_frame): Use deprecated_update_frame_pc_hack and
11171 deprecated_update_frame_base_hack.
11172 (create_sentinel_frame): Add comment about ->pc going away.
11173 (get_prev_frame): Add comment about ->pc going away.
11174 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
11175 frame_id_build, deprecated_update_frame_pc_hack and
11176 deprecated_update_frame_base_hack.
11177 (select_frame): Use get_frame_pc.
11178 (legacy_saved_regs_this_id): Use frame_id_build.
11179
111802003-04-04 Elena Zannoni <ezannoni@redhat.com>
11181
11182 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
11183 signed integer case.
11184 (classify_argument): Handle enumerations and references.
11185
111862003-04-04 Andrew Cagney <cagney@redhat.com>
11187
11188 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
11189 ID to NULL.
11190
111912003-04-01 Adam Fedor <fedor@gnu.org>
11192
11193 * gdb/objc-lang.c (selectors_info): Replace calls to
11194 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
11195 SYMBOL_NATURAL_NAME.
11196 (classes_info, find_methods): Likewise.
11197
111982003-04-03 Kevin Buettner <kevinb@redhat.com>
11199
11200 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
11201 ``mach'' to the value determined by bfd_default_set_arch_mach().
11202
112032003-04-02 Bob Rossi <bob_rossi@cox.net>
11204
11205 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
11206 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
11207 (mi-cmd-file.o): Update dependencies.
11208
112092003-04-01 Kevin Buettner <kevinb@redhat.com>
11210
11211 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
11212 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
11213
112142003-04-01 Adam Fedor <fedor@gnu.org>
11215
11216 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
11217 * language.h (struct language_defn): Add la_demangle.
11218 (language_demangle): Declare.
11219 * language.c (language_demangle): New function.
11220 (unk_lang_demangle): Likewise.
11221 (unknown_language_defn, auto_language_defn, local_language_defn):
11222 Add ukn_lang_demangle.
11223 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
11224 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
11225 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
11226 (cplus_language_defn): Add cplus_demangle for la_demangle element.
11227 * jv-lang.c (java_demangle): New function
11228 (java_language_defn): Use it for la_demangle element.
11229 * objc-lang.c (objc_demangle): Add options argument
11230 (objc_language_defn): Use objc_demangle for la_demangle element.
11231 * maint.c (maintenance_demangle): Replace switch with
11232 call to language_demangle.
11233 * utils.c (fprintf_symbol_filtered): Likewise.
11234
112352003-04-01 Andrew Cagney <cagney@redhat.com>
11236
11237 * printcmd.c (print_frame_nameless_args): Delete #ifdef
11238 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
11239 PRINT_TYPELESS_INTEGER.
11240 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
11241 PUSH_RETURN_ADDRESS.
11242
112432003-04-01 Andrew Cagney <cagney@redhat.com>
11244
11245 * Makefile.in (d10v-tdep.o): Update dependencies.
11246 * d10v-tdep.c: Include "frame-base.h".
11247 (d10v_frame_unwind): Make constant.
11248 (d10v_frame_base_address): New function.
11249 (d10v_frame_base): New variable.
11250 (d10v_gdbarch_init): Set frame_base default.
11251 (struct d10v_unwind_cache): Add the field "prev_sp". Update
11252 comment for base.
11253 (d10v_frame_unwind_cache): Set and use "prev_sp".
11254 (d10v_frame_this_id): Use the previous frame's inner most stack
11255 address and this frame's func address for the frame ID. Use
11256 frame_id_build. Don't analyze beyond the current instruction.
11257
112582003-04-01 Andrew Cagney <cagney@redhat.com>
11259
11260 * frame.h (get_frame_locals_address, get_frame_args_address):
11261 Refer to the base address, instead of the address of the first
11262 local or parameter.
11263
112642003-04-01 Andrew Cagney <cagney@redhat.com>
11265
11266 Add frame debug info addresses:
11267 * frame-base.c: New file.
11268 * frame-base.h: New file.
11269 * frame.h (struct frame_base): Add opaque declaration.
11270 (get_frame_base): Update comment.
11271 (get_frame_base_address): Declare.
11272 (get_frame_locals_address): Declare.
11273 (get_frame_args_address): Declare.
11274 (struct frame_info): Add "base" and "base_cache". Update
11275 comments on the unwinder.
11276 * frame.c: Include "frame-base.h".
11277 (get_frame_locals_address): New function.
11278 (get_frame_base_address): New function.
11279 (get_frame_args_address): New function.
11280 * findvar.c (read_var_value): Use get_frame_locals_address and
11281 get_frame_args_address.
11282 * stack.c (frame_info): Use get_frame_locals_address and
11283 get_frame_args_address.
11284 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
11285 moved to "frame-base.c".
11286 * printcmd.c (print_frame_nameless_args): Ditto.
11287 * symtab.h (address_class): Update comments.
11288 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
11289 get_frame_base_address.
11290 * dwarf2expr.c (execute_stack_op): Ditto.
11291 * Makefile.in (frame_base_h): Define.
11292 (frame.o): Update dependencies.
11293 (frame-base.o): Add dependencies.
11294 (SFILES): Add frame-base.c.
11295 (COMMON_OBS): Add frame-base.o.
11296
112972003-04-01 Andrew Cagney <cagney@redhat.com>
11298
11299 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
11300 CALL_DUMMY_LENGTH): Ditto.
11301 * gdbarch.c: Re-generate.
11302 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
11303 (CALL_DUMMY_LENGTH): Delete macro.
11304 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
11305 * arm-tdep.c (arm_gdbarch_init): Ditto.
11306 * avr-tdep.c (avr_gdbarch_init): Ditto.
11307 * cris-tdep.c (cris_gdbarch_init): Ditto.
11308 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11309 * frv-tdep.c (frv_gdbarch_init): Ditto.
11310 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11311 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11312 * i386-tdep.c (i386_gdbarch_init): Ditto.
11313 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11314 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11315 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11316 * mips-tdep.c (mips_gdbarch_init): Ditto.
11317 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11318 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11319 * s390-tdep.c (s390_gdbarch_init): Ditto.
11320 * sh-tdep.c (sh_gdbarch_init): Ditto.
11321 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11322 * v850-tdep.c (v850_gdbarch_init): Ditto.
11323 * vax-tdep.c (vax_gdbarch_init): Ditto.
11324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11325
113262003-04-01 Corinna Vinschen <vinschen@redhat.com>
11327
11328 * frame.c (get_prev_frame): Disable call to inside_entry_file().
11329
113302003-04-01 Andrew Cagney <cagney@redhat.com>
11331
11332 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
11333 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11334 * gdbarch.h, gdbarch.c: Re-generate.
11335 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11336 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11337 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11338 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11339 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11340 * infcmd.c (run_stack_dummy): Simplify assuming
11341 CALL_DUMMY_BREAKPOINT_OFFSET_P.
11342 * infrun.c (handle_inferior_event): Ditto.
11343 * alpha-tdep.c (alpha_gdbarch_init): Do not set
11344 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
11345 * arm-tdep.c (arm_gdbarch_init): Ditto.
11346 * avr-tdep.c (avr_gdbarch_init): Ditto.
11347 * cris-tdep.c (cris_gdbarch_init): Ditto.
11348 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11349 * frv-tdep.c (frv_gdbarch_init): Ditto.
11350 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11351 * i386-tdep.c (i386_gdbarch_init): Ditto.
11352 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11353 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11354 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11355 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11356 * mips-tdep.c (mips_gdbarch_init): Ditto.
11357 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11358 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11359 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11360 * s390-tdep.c (s390_gdbarch_init): Ditto.
11361 * sh-tdep.c (sh_gdbarch_init): Ditto.
11362 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11363 * v850-tdep.c (v850_gdbarch_init): Ditto.
11364 * vax-tdep.c (vax_gdbarch_init): Ditto.
11365 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11366
113672003-04-01 Daniel Jacobowitz <drow@mvista.com>
11368
11369 * symfile.c (symfile_relocate_debug_section): Update call to
11370 bfd_simple_get_relocated_section_contents.
11371
113722003-03-31 Andrew Cagney <cagney@redhat.com>
11373
11374 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
11375 * gdbarch.h, gdbarch.c: Regenerate.
11376 * inferior.h (FIX_CALL_DUMMY): Delete macro.
11377 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
11378 available.
11379 * frame.h (generic_fix_call_dummy): Delete declaration.
11380 * dummy-frame.h: Update comment.
11381 * dummy-frame.c (generic_fix_call_dummy): Delete function.
11382 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11383 fix_call_dummy.
11384 * sh-tdep.c (sh_gdbarch_init): Ditto.
11385 * s390-tdep.c (s390_gdbarch_init): Ditto.
11386 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11387 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11388 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11389 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11390 * i386-tdep.c (i386_gdbarch_init): Ditto.
11391 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11392 * frv-tdep.c (frv_gdbarch_init): Ditto.
11393 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11394 * cris-tdep.c (cris_gdbarch_init): Ditto.
11395 * avr-tdep.c (avr_gdbarch_init): Ditto.
11396 * arm-tdep.c (arm_gdbarch_init): Ditto.
11397
113982003-03-31 J. Brobecker <brobecker@gnat.com>
11399
11400 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
11401 (INIT_FRAME_AP): Likewise.
11402 (EXTRA_FRAME_INFO): Likewise.
11403
114042003-03-31 Andrew Cagney <cagney@redhat.com>
11405
11406 * gdbarch.sh: Include "symfile.h".
11407 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
11408 * gdbarch.h, gdbarch.c: Re-generate.
11409 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
11410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11411 call_dummy_address, the default is at entry_point_address.
11412 * v850-tdep.c (v850_gdbarch_init): Ditto.
11413 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11414 * sh-tdep.c (sh_gdbarch_init): Ditto.
11415 * s390-tdep.c (s390_gdbarch_init): Ditto.
11416 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11417 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11418 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11419 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11420 * i386-tdep.c (i386_gdbarch_init): Ditto.
11421 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11422 * frv-tdep.c (frv_gdbarch_init): Ditto.
11423 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11424 * cris-tdep.c (cris_gdbarch_init): Ditto.
11425 * arm-tdep.c (arm_gdbarch_init): Ditto.
11426
114272003-03-31 Andrew Cagney <cagney@redhat.com>
11428
11429 * gdbarch.sh (CALL_DUMMY_P): Delete.
11430 * gdbarch.h, gdbarch.c: Re-generate.
11431 * inferior.h (CALL_DUMMY_P): Delete macro.
11432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11433 * vax-tdep.c (vax_gdbarch_init): Update.
11434 * v850-tdep.c (v850_gdbarch_init): Update.
11435 * sparc-tdep.c (sparc_gdbarch_init): Update.
11436 * sh-tdep.c (sh_gdbarch_init): Update.
11437 * s390-tdep.c (s390_gdbarch_init): Update.
11438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11439 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11440 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11441 * mips-tdep.c (mips_gdbarch_init): Update.
11442 * mcore-tdep.c (mcore_gdbarch_init): Update.
11443 * m68k-tdep.c (m68k_gdbarch_init): Update.
11444 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11445 * ia64-tdep.c (ia64_gdbarch_init): Update.
11446 * i386-tdep.c (i386_gdbarch_init): Update.
11447 * h8300-tdep.c (h8300_gdbarch_init): Update.
11448 * frv-tdep.c (frv_gdbarch_init): Update.
11449 * d10v-tdep.c (d10v_gdbarch_init): Update.
11450 * cris-tdep.c (cris_gdbarch_init): Update.
11451 * breakpoint.c (deprecated_frame_in_dummy): Update.
11452 * avr-tdep.c (avr_gdbarch_init): Update.
11453 * alpha-tdep.c (alpha_gdbarch_init): Update.
11454 * arm-tdep.c (arm_gdbarch_init): Update.
11455 * dummy-frame.c (dummy_frame_this_id): Update comments.
11456 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
11457 * frame.c (legacy_get_prev_frame): Ditto.
11458 * valops.c (call_function_by_hand): Delete function.
11459 (hand_function_call): Rename to call_function_by_hand
11460
114612003-03-30 Andrew Cagney <cagney@redhat.com>
11462
11463 2002-11-10 Klee Dienes <kdienes@apple.com>
11464 * value.h (struct value): Update comment.
11465
114662003-03-30 Andrew Cagney <cagney@redhat.com>
11467
11468 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
11469 D10V_FP_REGNUM.
11470 (d10v_gdbarch_init): Do not set fp_regnum.
11471
11472 * frame.c (get_frame_base): Force ID initialization.
11473 (get_prev_frame): Move computation of the frame ID from here ...
11474 (get_frame_id): ... to here.
11475 (legacy_get_prev_frame): Mark the frame ID as valid.
11476 * frame.h (struct frame_info): Add field "id_p".
11477
114782003-03-30 Mark Kettenis <kettenis@gnu.org>
11479
11480 * i386-tdep.c (i386_store_struct_return): Removed.
11481 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
11482
114832003-03-30 Andrew Cagney <cagney@redhat.com>
11484
11485 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
11486 * gdbarch.h, gdbarch.c: Regenerate.
11487 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11488 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11489 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11490 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11491 * i386-tdep.c (i386_gdbarch_init): Ditto.
11492 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11493 * cris-tdep.c (cris_gdbarch_init): Ditto.
11494 * vax-tdep.c (vax_gdbarch_init): Ditto.
11495 * s390-tdep.c (s390_gdbarch_init): Ditto.
11496 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11497 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11498 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11499 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11500 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11501 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11502 * sparc-tdep.c (sparc_gdbarch_init): Update.
11503 * sh-tdep.c (sh_gdbarch_init): Update.
11504 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11505 * mips-tdep.c (mips_gdbarch_init): Update.
11506 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11507 * ia64-tdep.c (ia64_gdbarch_init): Update.
11508 * frv-tdep.c (frv_gdbarch_init): Update.
11509 * avr-tdep.c (avr_gdbarch_init): Update.
11510 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11511 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
11512 instead of when push_dummy_call is not available.
11513
115142003-03-30 Andrew Cagney <cagney@redhat.com>
11515
11516 * infttrace.c: Include "gdbthread.h".
11517 (parent_attach_all): Fix function signature.
11518 (call_ptrace): Update call.
11519 * Makefile.in (infttrace.o): Update dependencies.
11520
115212003-03-30 Andrew Cagney <cagney@redhat.com>
11522
11523 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11524 PUSH_RETURN_ADDRESS.
11525 * gdbarch.h, gdbarch.c: Regenerate.
11526 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11527 * x86-64-tdep.c (x86_64_init_abi): Update.
11528 * v850-tdep.c (v850_gdbarch_init): Update.
11529 * sparc-tdep.c (sparc_gdbarch_init): Update.
11530 * sh-tdep.c (sh_gdbarch_init): Update.
11531 * s390-tdep.c (s390_gdbarch_init): Update.
11532 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11533 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11534 * mips-tdep.c (mips_gdbarch_init): Update.
11535 * mcore-tdep.c (mcore_gdbarch_init): Update.
11536 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11537 * ia64-tdep.c (ia64_gdbarch_init): Update.
11538 * i386-tdep.c (i386_gdbarch_init): Update.
11539 * h8300-tdep.c (h8300_gdbarch_init): Update.
11540 * frv-tdep.c (frv_gdbarch_init): Update.
11541 * cris-tdep.c (cris_gdbarch_init): Update.
11542 * avr-tdep.c (avr_gdbarch_init): Update.
11543 * arm-tdep.c (arm_gdbarch_init): Update.
11544 * valops.c (hand_function_call): Update.
11545
115462003-03-29 Andrew Cagney <cagney@redhat.com>
11547
11548 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11549 sizeof_call_dummy_words.
11550 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11551 define.
11552 * gdbarch.h: Regenerate.
11553
115542003-03-29 Andrew Cagney <cagney@redhat.com>
11555
11556 * infttrace.h: New file.
11557 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11558 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11559 (hpread_read_doc_function_type): Detect an initialized type1.
11560 (hpread_quick_traverse): Initialize mod_name_string.
11561 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11562 (som_solib_get_solib_by_pc): Declare.
11563 (so_lib_thread_start_addr): Declare.
11564 (no_shared_libraries): Declare.
11565 * somread.c (init_import_symbols): Make static. Add forward
11566 declaration.
11567 * config/pa/nm-hppah.h: Include "infttrace.h" for
11568 parent_attach_all.
11569 (hppa_insert_hw_watchpoint): Declare.
11570 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11571 * hppah-nat.c: Include "gdb_string.h".
11572 (parent_attach_all): Delete extern declaration, moved to
11573 "infttrace.h".
11574 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11575 int.
11576 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11577 * Makefile.in (infttrace_h): Define.
11578 (hpread.o): Update dependencies.
11579 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11580 * hppa-hpux-tdep.c: Include "gdb_string.h".
11581 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11582 * infrun.c (handle_inferior_event): Always initialize
11583 stepped_after_stopped_by_watchpoint. Add default and remove
11584 fallthrough in switch statement.
11585 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11586 parameter to int.
11587 (hppa_remove_hw_watchpoint): Ditto.
11588
115892003-03-29 Andrew Cagney <cagney@redhat.com>
11590
11591 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11592 offset.
11593
115942003-03-29 Richard Earnshaw <rearnsha@arm.com>
11595
11596 * arm-tdep.c (arm_push_arguments): Delete.
11597 (struct stack_item): New type.
11598 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11599 (arm_store_struct_return): Delte.
11600 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11601 arm_push_arguments or arm_store_struct_return.
11602
116032003-03-28 Andrew Cagney <cagney@redhat.com>
11604
11605 * Makefile.in (d10v-tdep.o): Update dependencies.
11606 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11607 * d10v-tdep.c: Include "remote.h".
11608 (target_resume_hook): Delete extern declaration.
11609 (target_wait_loop_hook): Ditto.
11610 (tdisassemble_command): Eliminate assignment in "if" conditional.
11611 (d10v_ts2_register_sim_regno): Eliminate call to
11612 legacy_register_sim_regno.
11613 (d10v_ts3_register_sim_regno): Ditto.
11614
116152003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11616
11617 * thread.c: Reindented.
11618 * lin-lwp.c: Ditto.
11619 * linux-proc.c: Ditto.
11620
116212003-03-28 Bob Rossi <bob_rossi@cox.net>
11622
11623 * MAINTAINERS (write after approval): Add myself.
11624
116252003-03-27 Theodore A. Roth <troth@openavr.org>
11626
11627 * objc-exp.y: Add missing semi-colons.
11628
116292003-03-27 Andrew Cagney <cagney@redhat.com>
11630
11631 * regcache.c (write_sp): Delete function and references.
11632 * inferior.h (write_sp): Delete declaration.
11633 * valops.c (hand_function_call): Replace write_sp with
11634 TARGET_WRITE_SP.
11635 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11636 (sparc_pop_frame): Ditto.
11637
116382003-03-27 Andrew Cagney <cagney@redhat.com>
11639
11640 * NEWS: Mention removal of support for hppa*-*-bsd* and
11641 hppa*-*-osf* natives, and hppa*-*-pro* target.
11642 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11643 * config/pa/xm-pa.h: Obsolete file.
11644 * config/pa/xm-hppab.h: Obsolete file.
11645 * config/pa/nm-hppab.h: Obsolete file.
11646 * config/pa/tm-hppab.h: Obsolete file.
11647 * config/pa/tm-hppao.h: Obsolete file.
11648 * config/pa/nm-hppao.h: Obsolete file.
11649 * config/pa/tm-pro.h: Obsolete file.
11650 * config/pa/hppaosf.mt: Obsolete file.
11651 * config/pa/hppaosf.mh: Obsolete file.
11652 * config/pa/hppapro.mt: Obsolete file.
11653 * config/pa/hppabsd.mt: Obsolete file.
11654 * config/pa/hppabsd.mh: Obsolete file.
11655 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11656 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11657 hppa*-*-osf*.
11658
116592003-03-27 Andrew Cagney <cagney@redhat.com>
11660
11661 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11662 push_arguments. Don't set push_return_address or write_sp.
11663 (d10v_push_dummy_call): Replace d10v_push_arguments.
11664 (d10v_push_return_address, d10v_write_sp): Delete function,
11665 handled by push_dummy_call.
11666
116672003-03-26 Andrew Cagney <cagney@redhat.com>
11668
11669 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11670 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11671 regcache and dummy_addr parameters.
11672 * gdbarch.h, gdbarch.c: Re-generate.
11673 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11674 available; assume it will handle stack alignment and return
11675 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11676 legacy_push_arguments.
11677 (legacy_push_arguments): Rename default_push_arguments.
11678 * value.h (legacy_push_arguments): Rename default_push_arguments.
11679 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11680 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11681 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11682 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11683 * config/i386/tm-symmetry.h: Update.
11684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11685 * x86-64-tdep.c (x86_64_init_abi): Update.
11686 * v850-tdep.c (v850_gdbarch_init): Update.
11687 * sparc-tdep.c (sparc_gdbarch_init): Update.
11688 * sh-tdep.c (sh_gdbarch_init): Update.
11689 * s390-tdep.c (s390_gdbarch_init): Update.
11690 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11691 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11692 * mips-tdep.c (mips_gdbarch_init): Update.
11693 * mcore-tdep.c (mcore_gdbarch_init): Update.
11694 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11695 * ia64-tdep.c (ia64_gdbarch_init): Update.
11696 * i386-tdep.c (i386_gdbarch_init): Update.
11697 * hppa-tdep.c (hppa_gdbarch_init): Update.
11698 * h8300-tdep.c (h8300_gdbarch_init): Update.
11699 * frv-tdep.c (frv_gdbarch_init): Update.
11700 * d10v-tdep.c (d10v_gdbarch_init): Update.
11701 * cris-tdep.c (cris_gdbarch_init): Update.
11702 * avr-tdep.c (avr_gdbarch_init): Update.
11703 * arm-tdep.c (arm_gdbarch_init): Update.
11704 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11705 * alpha-tdep.c (alpha_gdbarch_init): Update.
11706
117072003-03-26 Daniel Jacobowitz <drow@mvista.com>
11708
11709 * signals/signals.c (do_target_signal_to_host): Correct realtime
11710 signal range test.
11711
117122003-03-26 Daniel Jacobowitz <drow@mvista.com>
11713
11714 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11715 (struct sal_chain, map_catch_names): Remove.
11716 (catch_exception_command_1): Don't call
11717 handle_gnu_4_16_catch_command.
11718
117192003-03-26 Daniel Jacobowitz <drow@mvista.com>
11720
11721 From Mark Dettinger <dettinge@de.ibm.com>:
11722 * dwarf2cfi.c (read_2u): Increment pointer by two.
11723
117242003-03-26 Daniel Jacobowitz <drow@mvista.com>
11725
11726 * signals/signals.c: Fix typos in last change.
11727
117282003-03-26 Daniel Jacobowitz <drow@mvista.com>
11729
11730 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11731 not already defined. Use __SIGRTMIN if available.
11732 (target_signal_from_host): Remove SIGRTMIN block.
11733 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11734 the signal is within the realtime range.
11735
117362003-03-25 Adam Fedor <fedor@gnu.org>
11737
11738 * Makefile.in (infrun.o): Add $(language_h)
11739 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11740 for language specific trampolines.
11741 * language.h (struct language_defn): Add skip_trampoline.
11742 (skip_language_trampoline): Declare.
11743 * language.c (unk_lang_trampoline, skip_language_trampoline):
11744 New functions.
11745 (unknown_language_defn, auto_language_defn, local_language_defn):
11746 Add ukn_lang_trampoline.
11747 * ada-lang.c (ada_language_defn): Add NULL for language
11748 specific skip_trampoline.
11749 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11750 scm-lang.c: Likewise.
11751 * objc-lang.c (objc_skip_trampoline): New function.
11752 (objc_language_defn): Add objc_skip_trampoline.
11753
117542003-03-25 Andrew Cagney <cagney@redhat.com>
11755
11756 * frame.c (get_prev_frame): Delay validating a frame's ID -
11757 non-NULL, didn't go backwards - until an attempt to unwind it to
11758 the previous frame.
11759
117602003-03-25 Andrew Cagney <cagney@redhat.com>
11761
11762 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11763 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11764 * gdbarch.h, gdbarch.c: Re-generate.
11765 * config/sparc/tm-sparc.h
11766 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11767 * sparc-tdep.c (sparc_gdbarch_init): Set
11768 deprecated_extra_stack_alignment_needed.
11769 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11770 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11771 extra_stack_alignment_needed.
11772 * v850-tdep.c (v850_gdbarch_init): Ditto.
11773 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11774 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11775 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11776 * cris-tdep.c (cris_gdbarch_init): Ditto.
11777 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11778 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11779
117802003-03-25 Andrew Cagney <cagney@redhat.com>
11781
11782 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11783 STORE_STRUCT_RETURN.
11784 * gdbarch.h, gdbarch.c: Regenerate.
11785 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11786 (d10v_push_arguments): Set the struct return register.
11787 (d10v_gdbarch_init): Update.
11788 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11789 * x86-64-tdep.c (x86_64_init_abi): Update.
11790 * vax-tdep.c (vax_gdbarch_init): Update.
11791 * v850-tdep.c (v850_gdbarch_init): Update.
11792 * sparc-tdep.c (sparc_gdbarch_init): Update.
11793 * sh-tdep.c (sh_gdbarch_init): Update.
11794 * s390-tdep.c (s390_gdbarch_init): Update.
11795 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11796 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11797 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11798 * mips-tdep.c (mips_gdbarch_init): Update.
11799 * mcore-tdep.c (mcore_gdbarch_init): Update.
11800 * m68k-tdep.c (m68k_gdbarch_init): Update.
11801 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11802 * ia64-tdep.c (ia64_gdbarch_init): Update.
11803 * i386-tdep.c (i386_gdbarch_init): Update.
11804 * hppa-tdep.c (hppa_gdbarch_init): Update.
11805 * h8300-tdep.c (h8300_gdbarch_init): Update.
11806 * frv-tdep.c (frv_gdbarch_init): Update.
11807 * cris-tdep.c (cris_gdbarch_init): Update.
11808 * avr-tdep.c (avr_gdbarch_init): Update.
11809 * arm-tdep.c (arm_gdbarch_init): Update.
11810 * alpha-tdep.c (alpha_gdbarch_init): Update.
11811
118122003-03-25 Andrew Cagney <cagney@redhat.com>
11813
11814 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11815 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11816 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11817 * gdbarch.h, gdbarch.c: Regenerate.
11818 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11819 call_dummy_stack_adjust_p.
11820 * vax-tdep.c (vax_gdbarch_init): Ditto.
11821 * v850-tdep.c (v850_gdbarch_init): Ditto.
11822 * sh-tdep.c (sh_gdbarch_init): Ditto.
11823 * s390-tdep.c (s390_gdbarch_init): Ditto.
11824 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11825 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11826 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11827 * mips-tdep.c (mips_gdbarch_init): Ditto.
11828 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11829 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11830 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11831 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11832 * i386-tdep.c (i386_gdbarch_init): Ditto.
11833 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11834 * frv-tdep.c (frv_gdbarch_init): Ditto.
11835 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11836 * cris-tdep.c (cris_gdbarch_init): Ditto.
11837 * avr-tdep.c (avr_gdbarch_init): Ditto.
11838 * arm-tdep.c (arm_gdbarch_init): Ditto.
11839 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11840 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11841 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11842 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11843 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11844 call_dummy_stack_adjust_p.
11845 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11846 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11847 * sparc-tdep.c (sparc32_push_arguments): Update.
11848 * valops.c (hand_function_call): Update.
11849
118502003-03-25 Corinna Vinschen <vinschen@redhat.com>
11851
11852 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11853 set_gdbarch_char_signed.
11854
118552003-03-25 Richard Earnshaw <rearnsha@arm.com>
11856
11857 PR cli/548
11858 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11859
118602003-03-25 Richard Earnshaw <rearnsha@arm.com>
11861
11862 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11863 (_initialize_arm_tdep): Don't set tm_print_insn.
11864
118652003-03-24 Adam Fedor <fedor@gnu.org>
11866
11867 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11868 * objc-lang.h: Add multiple inclusion protection.
11869 (start_msglist, add_msglist, end_msglist): Additional declarations.
11870
118712003-03-24 Richard Earnshaw <rearnsha@arm.com>
11872
11873 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11874 value was renamed to ARM_FLOAT_SOFT_FPA.
11875
118762003-03-23 Andrew Cagney <cagney@redhat.com>
11877
11878 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11879 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11880 * gdbarch.h, gdbarch.c: Regenerate.
11881 * valops.c (hand_function_call): Update.
11882 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11883 * frame.c (legacy_saved_regs_this_id): Update.
11884 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11885 * dummy-frame.h: Update.
11886 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11887 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11888 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11889 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11890 * config/m68k/tm-sun3.h: Update.
11891 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11893 * x86-64-tdep.c (x86_64_init_abi): Update.
11894 * vax-tdep.c (vax_gdbarch_init): Update.
11895 * v850-tdep.c (v850_gdbarch_init): Update.
11896 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11897 * sh-tdep.c (sh_gdbarch_init): Update.
11898 * s390-tdep.c (s390_gdbarch_init): Update.
11899 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11900 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11901 (frame_get_saved_regs): Update.
11902 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11903 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11904 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11905 * mips-tdep.c (mips_gdbarch_init): Update.
11906 * mcore-tdep.c (mcore_gdbarch_init): Update.
11907 * m68k-tdep.c (m68k_gdbarch_init): Update.
11908 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11909 * ia64-tdep.c (ia64_gdbarch_init): Update.
11910 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11911 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11912 (i386_interix_back_one_frame): Update.
11913 * hppa-tdep.c (hppa_gdbarch_init): Update.
11914 (hppa_init_extra_frame_info): Update.
11915 * h8300-tdep.c (h8300_gdbarch_init): Update.
11916 * frv-tdep.c (frv_gdbarch_init): Update.
11917 * cris-tdep.c (cris_gdbarch_init): Update.
11918 * avr-tdep.c (avr_gdbarch_init): Update.
11919 * arm-tdep.c (arm_gdbarch_init): Update.
11920 * alpha-tdep.c (alpha_gdbarch_init): Update.
11921
119222003-03-22 Richard Earnshaw <rearnsha@arm.com>
11923
11924 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11925 (arm_get_fp_model): Declare.
11926 * arm-tdep.c (fp_model_strings): New string array.
11927 (arm_fp_model, current_fp_model): New variables.
11928 (arm_get_fp_model): New function.
11929 (arm_set_fp): New function.
11930 (set_fp_model_sfunc): New function.
11931 (show_fp_model): New function.
11932 (_initialize_arm_tdep): Add new command to set/show the FPU.
11933 (arm_extract_return_value): Use arm_get_fp_model.
11934 (arm_store_return_value): Likewise.
11935 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11936 to initialize the floating-point data types.
11937 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11938 model is FPA.
11939
119402003-03-22 Richard Earnshaw <rearnsha@arm.com>
11941
11942 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11943 the current setting of each value.
11944 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11945 new_set and new_show. Use add_setshow_cmd_full and
11946 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11947 commands and add new version as subcommands of "set/show arm".
11948
119492003-03-22 Richard Earnshaw <rearnsha@arm.com>
11950
11951 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11952 (set_arm_command, show_arm_command): New functions.
11953 (_initialize_arm_tdep): Add them.
11954 (num_disassembly_options): Renamed from num_flavor_options.
11955 (valid_disassembly_styles): Renamed from valid_flavors.
11956 (disassembly_style): Renamed from disassembly_flavor.
11957 (set_disassembly_style_sfunc): Renamed from
11958 set_disassembly_flavor_sfunc.
11959 (set_disassembly_style): Renamed from set_disassembly_flavor.
11960 (arm_othernames): Updated.
11961 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11962 command. Add "set/show arm disassembly" commands. Deprecate
11963 "othernames" command.
11964
119652003-03-22 Richard Earnshaw <rearnsha@arm.com>
11966
11967 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11968 (arm-tdep.o): Depend on elf_arm_h.
11969
119702003-03-22 Richard Earnshaw <rearnsha@arm.com>
11971
11972 * Makefile.in (coff_internal_h): Define.
11973 (arm-tdep.o): Update dependencies.
11974
119752003-03-22 Richard Earnshaw <rearnsha@arm.com>
11976
11977 * arm-tdep.c (prologue_cache): Delete.
11978 (check_prologue_cache, save_prologue_cache): Delete.
11979 (arm_scan_prologue): Don't check or update the prologue_cache.
11980 (arm_gdb_arch_init): Don't initialize it.
11981 (_initialize_arm_tdep): Likewise.
11982
119832003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11984
11985 * MAINTAINERS (tui): Maintainer of tui code.
11986
119872003-03-21 Corinna Vinschen <vinschen@redhat.com>
11988
11989 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11990 (i386-cygwin-tdep.o): Add dependencies.
11991 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11992 * i386-cygwin-tdep.c: New file.
11993 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11994 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11995
119962003-03-20 Andrew Cagney <cagney@redhat.com>
11997
11998 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11999 (handle_inferior_event): Remove code calling
12000 DYNAMIC_TRAMPOLINE_NEXTPC.
12001
12002 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
12003 already has a full path.
12004
12005 * main.c (gdb_main): Return 1.
12006 (captured_main): Call error to report an invalid interpreter.
12007
12008 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
12009 * alpha-osf1-tdep.c: Include "gdb_string.h".
12010
120112003-03-19 J. Brobecker <brobecker@gnat.com>
12012
12013 Continuing work to convert the hppa targets to multiarch partial.
12014
12015 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
12016 method, now that hppa_push_dummy_frame has a conformant prototype.
12017 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
12018 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
12019 for the switch to multiarch partial.
12020
120212003-03-19 Kevin Buettner <kevinb@redhat.com>
12022
12023 * mdebugread.c (parse_symbol): For stEnd, we're done counting
12024 when iss is issNull.
12025
120262003-03-18 Kevin Buettner <kevinb@redhat.com>
12027
12028 * mips-tdep.c (mips_register_name): Fix fencepost error involving
12029 NUM_REGS bounds check.
12030
120312003-03-18 Kevin Buettner <kevinb@redhat.com>
12032
12033 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
12034 * mips-tdep.c (gdb_assert.h): Include.
12035 (mips_generic_reg_names, mips_processor_reg_names): Make static.
12036 (mips_register_name): Handle integer registers explicitly. Add
12037 bounds checking.
12038 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
12039 (mips_lsi33k_reg_names): Don't list integer registers; they're
12040 handled by mips_register_name() now.
12041 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
12042 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
12043 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
12044 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
12045 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
12046
120472003-03-18 Andrew Cagney <cagney@redhat.com>
12048
12049 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
12050 a void pointer.
12051 * gdbtypes.h (print_scalar_formatted): Update declaration.
12052 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
12053
120542003-03-18 J. Brobecker <brobecker@gnat.com>
12055
12056 * infrun.c (observer.h): Add #include.
12057 (normal_stop): Add call to observer_notify_normal_stop.
12058 * Makefile.in (infrun.o): Add dependency on observer.h.
12059
120602003-03-18 J. Brobecker <brobecker@gnat.com>
12061
12062 Continuing work to convert the hppa targets to multiarch partial.
12063 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
12064 parameter. Reformat comment.
12065 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
12066 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
12067 to match new profile.
12068
120692003-03-18 J. Brobecker <brobecker@gnat.com>
12070
12071 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
12072 appear to be working in any case.
12073
120742003-03-18 J. Brobecker <brobecker@gnat.com>
12075
12076 * observer.c (observer_test_first_observer): New static variable.
12077 (observer_test_second_observer): Likewise.
12078 (observer_test_third_observer): Likewise.
12079 (observer_test_first_notification_function): New static function.
12080 (observer_test_second_notification_function): Likewise.
12081 (observer_test_third_notification_function): Likewise.
12082
120832003-03-17 J. Brobecker <brobecker@gnat.com>
12084
12085 * hppa-tdep.c (gdb_assert.h): Add missing #include.
12086 * somsolib.c (gdb_assert.h): Likewise.
12087 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
12088 (somsolib.o): Likewise.
12089
120902003-03-17 Andrew Cagney <cagney@redhat.com>
12091
12092 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
12093 BFD. Simplify setting of di.endian.
12094
120952003-03-17 Andrew Cagney <cagney@redhat.com>
12096
12097 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
12098 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
12099
12100 From Elena Zannoni <ezannoni@redhat.com>
12101 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
12102 vector and floating-point parameters.
12103 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
12104 convention.
12105 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
12106
121072003-03-17 Fernando Nasser <fnasser@redhat.com>
12108
12109 * MAINTAINERS: Remove my name from several maintainership roles.
12110
121112003-03-17 Andrew Cagney <cagney@redhat.com>
12112
12113 Fix frame off-by-one bug.
12114 * frame-unwind.h (frame_this_id_ftype): Replace
12115 frame_unwind_id_ftype.
12116 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
12117 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
12118 with "prev_register".
12119 * frame-unwind.c (frame_unwind_find_by_pc): Return
12120 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
12121 comment.
12122 * dummy-frame.c (cached_find_dummy_frame): Delete function.
12123 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
12124 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
12125 (dummy_frame_unwind): Update.
12126 * sentinel-frame.c (sentinel_frame_prev_register): Replace
12127 sentinel_frame_register_unwind.
12128 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
12129 (sentinel_frame_unwinder): Update.
12130 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12131 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
12132 * frame.c (create_sentinel_frame): Update. Initialize
12133 "prologue_cache" instead of "unwind_cache".
12134 (frame_register_unwind): Call this frame's prev_register with the
12135 next frame and this frame's prologue cache.
12136 (get_prev_frame): Simplify. Always call prev frame's this_id with
12137 this frame and prev frame's prologue cache. Document that this
12138 call is shifted one to the left when compared to the
12139 frame_register_unwind call.
12140 (legacy_saved_regs_prev_register): Replace
12141 frame_saved_regs_register_unwind.
12142 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
12143 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
12144 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12145 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
12146 (d10v_frame_unwind): Update.
12147 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
12148 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
12149 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
12150 "saved_regs" with "this_saved_regs".
12151
121522003-03-16 Andrew Cagney <cagney@redhat.com>
12153
12154 * frame.c (frame_pop): Don't call target_store_registers. Fix
12155 problem reported by Mark Kettenis.
12156
121572003-03-16 Mark Kettenis <kettenis@gnu.org>
12158
12159 * i386-tdep.c (i386_register_type): Renamed from
12160 i386_register_virtual_type. Adjust function signature.
12161 (i386_gdbarch_init): Set register_type instead of
12162 deprecated_max_register_raw_size,
12163 deprecated_max_register_virtual_size and register_virtual_type.
12164
121652003-03-14 Andrew Cagney <cagney@redhat.com>
12166
12167 * frame.c (get_prev_frame): When a legacy frame, always call
12168 legacy_get_prev_frame. Simplify unwind code using assumption that
12169 the unwinder is new.
12170 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
12171 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
12172 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
12173
121742003-03-14 Andrew Cagney <cagney@redhat.com>
12175
12176 * frame.c (get_saved_register): Delete function.
12177 * frame.h (get_saved_register): Delete declaration.
12178 * xstormy16-tdep.c: Update comment.
12179 * regcache.h: Update comments.
12180 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
12181 get_saved_register and extract_address, use
12182 frame_read_unsigned_register.
12183 (sparc_frame_saved_pc): Ditto.
12184 (sparc_get_saved_register): Instead of get_saved_register, use
12185 frame_register.
12186 (sparc_pop_frame): Ditto.
12187 * findvar.c: Update comments.
12188 (value_of_register): Call frame_register instead of
12189 get_saved_register.
12190 (value_from_register): Ditto.
12191 * config/sparc/tm-sparc.h: Update comment.
12192 * breakpoint.c: Update comment.
12193
121942003-03-14 Andrew Cagney <cagney@redhat.com>
12195
12196 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
12197 GET_SAVED_REGISTER.
12198 * gdbarch.h, gdbarch.c: Re-generate.
12199 * frame.h: Update comments.
12200 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12201 * x86-64-tdep.c (x86_64_init_abi): Update.
12202 * sparc-tdep.c (sparc_gdbarch_init): Update.
12203 * sh-tdep.c (sh_gdbarch_init): Update.
12204 * mips-tdep.c (mips_gdbarch_init): Update.
12205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12206 * cris-tdep.c (cris_gdbarch_init): Update.
12207 * ia64-tdep.c (ia64_gdbarch_init): Update.
12208 * frame.c (frame_register): Update.
12209 (get_saved_register): Update.
12210 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
12211
122122003-03-13 Andrew Cagney <cagney@redhat.com>
12213
12214 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
12215 * gdbarch.h, gdbarch.c: Regenerate.
12216 * valops.c (hand_function_call): Update comment.
12217 * stack.c (return_command): Update comment.
12218 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
12219 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
12220 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12221 * x86-64-tdep.c (x86_64_init_abi): Update.
12222 * vax-tdep.c (vax_gdbarch_init): Update.
12223 * v850-tdep.c (v850_gdbarch_init): Update.
12224 * sparc-tdep.c (sparc_gdbarch_init): Update.
12225 * sh-tdep.c (sh_gdbarch_init): Update.
12226 * s390-tdep.c (s390_gdbarch_init): Update.
12227 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12228 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12229 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12230 * mips-tdep.c (mips_gdbarch_init): Update.
12231 * mcore-tdep.c (mcore_gdbarch_init): Update.
12232 * m68k-tdep.c (m68k_gdbarch_init): Update.
12233 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12234 * ia64-tdep.c (ia64_gdbarch_init): Update.
12235 * i386-tdep.c (i386_gdbarch_init): Update.
12236 * hppa-tdep.c (hppa_gdbarch_init): Update.
12237 * h8300-tdep.c (h8300_gdbarch_init): Update.
12238 * frv-tdep.c (frv_gdbarch_init): Update.
12239 * cris-tdep.c (cris_gdbarch_init): Update.
12240 * avr-tdep.c (avr_gdbarch_init): Update.
12241 * arm-tdep.c (arm_gdbarch_init): Update.
12242 * alpha-tdep.c (alpha_gdbarch_init): Update.
12243
122442003-03-13 Andrew Cagney <cagney@redhat.com>
12245
12246 * frame.c (legacy_frame_p): New function.
12247 (get_prev_frame): Use legacy_frame_p.
12248 * frame.h (legacy_frame_p): Declare.
12249
122502003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12251
12252 * MAINTAINERS (write after approval): Alphabetically
12253 listing corrected.
12254
122552003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12256
12257 * MAINTAINERS (write after approval): Add myself.
12258
122592003-03-12 Andrew Cagney <cagney@redhat.com>
12260
12261 * frame.c (get_prev_frame): Rename the frame parameter to
12262 "this_frame".
12263 (get_next_frame, legacy_get_prev_frame): Ditto.
12264
122652003-03-12 Andrew Cagney <cagney@redhat.com>
12266
12267 * frame.c (get_current_frame): Check target_has_registers before
12268 checking target_has_stack.
12269 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
12270 instead of deprecated_selected_frame.
12271 * findvar.c (value_of_register): Pass "frame", not
12272 deprecated_selected_frame, to value_of_builtin_reg.
12273
122742003-03-12 Andrew Cagney <cagney@redhat.com>
12275
12276 * regcache.c (regcache_cooked_write_signed): New function.
12277 (regcache_cooked_write_unsigned): New function.
12278 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
12279 (regcache_cooked_read_signed): Fix regnum in range assertion.
12280 * regcache.h (regcache_cooked_write_signed): Declare.
12281 (regcache_cooked_write_unsigned): Declare.
12282
122832003-03-12 Andrew Cagney <cagney@redhat.com>
12284
12285 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12286 * gdbarch.h, gdbarch.c: Re-generate.
12287 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12288 * x86-64-tdep.h: Update.
12289 * x86-64-tdep.c (x86_64_init_abi): Update.
12290 * v850-tdep.c (v850_gdbarch_init): Update.
12291 * sparc-tdep.c (sparc_gdbarch_init): Update.
12292 * sh-tdep.c (sh_gdbarch_init): Update.
12293 * s390-tdep.c (s390_gdbarch_init): Update.
12294 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12295 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12296 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12297 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12298 * mips-tdep.c (mips_gdbarch_init): Update.
12299 * mcore-tdep.c (mcore_gdbarch_init): Update.
12300 * m68k-tdep.c (m68k_gdbarch_init): Update.
12301 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12302 * ia64-tdep.c (ia64_gdbarch_init): Update.
12303 * i386-tdep.c (i386_gdbarch_init): Update.
12304 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12305 * hppa-tdep.c (hppa_gdbarch_init): Update.
12306 * h8300-tdep.c (h8300_gdbarch_init): Update.
12307 * frv-tdep.c (frv_gdbarch_init): Update.
12308 * cris-tdep.c (cris_gdbarch_init): Update.
12309 * avr-tdep.c (avr_gdbarch_init): Update.
12310 * arm-tdep.c (arm_gdbarch_init): Update.
12311 * alpha-tdep.c (alpha_gdbarch_init): Update.
12312 * sh-tdep.c (sh_init_extra_frame_info): Update.
12313 (sh64_init_extra_frame_info): Update.
12314 * ns32knbsd-nat.c (frame_num_args): Update.
12315 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12316 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12317 (xstormy16_frame_chain_valid): Update.
12318 * vax-tdep.c (vax_saved_pc_after_call): Update.
12319 * v850-tdep.c (v850_frame_chain): Update.
12320 (v850_pop_frame): Update.
12321 (v850_init_extra_frame_info): Update.
12322 * sparc-tdep.c (setup_arbitrary_frame): Update.
12323 * ns32k-tdep.c (umax_frame_num_args): Update.
12324 * s390-tdep.c (s390_pop_frame_regular): Update.
12325 * mn10300-tdep.c (mn10300_frame_chain): Update.
12326 (mn10300_pop_frame_regular): Update.
12327 (mn10300_init_extra_frame_info): Update.
12328 * mips-tdep.c (mips_init_frame_pc_first): Update.
12329 (mips_frame_chain): Update.
12330 (mips_pop_frame): Update.
12331 * mcore-tdep.c (mcore_frame_chain): Update.
12332 (mcore_pop_frame): Update.
12333 (mcore_init_extra_frame_info): Update.
12334 * arch-utils.c (init_frame_pc_default): Update.
12335 * m68k-tdep.c (isi_frame_num_args): Update.
12336 (delta68_frame_num_args): Update.
12337 (news_frame_num_args): Update.
12338 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12339 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12340 (alpha_frame_chain): Update.
12341 (alpha_pop_frame): Update.
12342 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12343 (hppa_init_extra_frame_info): Update.
12344 (hppa_frame_chain): Update.
12345 (hppa_frame_chain_valid): Update.
12346 * cris-tdep.c (cris_init_extra_frame_info): Update.
12347 * avr-tdep.c (avr_init_extra_frame_info): Update.
12348 * arm-tdep.c (arm_frame_chain_valid): Update.
12349 (arm_init_extra_frame_info): Update.
12350 (arm_pop_frame): Update.
12351 * frame.c (frame_pc_unwind): Update.
12352 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12353 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12354 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12355 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12356 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12357 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12358
123592003-03-12 Andrew Cagney <cagney@redhat.com>
12360
12361 Eliminate the need for POP_FRAME.
12362 * frame.c (do_frame_unwind_register): New function.
12363 (frame_pop): When no POP_FRAME, pop the frame using register
12364 unwind and a scratch regcache.
12365 (frame_saved_regs_pop): Delete function.
12366 (trad_frame_unwinder): Update.
12367 * d10v-tdep.c (d10v_frame_pop): Delete function.
12368 (d10v_frame_unwind): Update.
12369 * sentinel-frame.c (sentinel_frame_pop): Delete function.
12370 (sentinel_frame_unwinder): Update.
12371 * dummy-frame.c (dummy_frame_pop): Delete function.
12372 (dummy_frame_unwind): Update.
12373 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
12374 (struct frame_unwind): Update.
12375
123762003-03-11 Kevin Buettner <kevinb@redhat.com>
12377
12378 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
12379 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
12380 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
12381 Do range checks on register number obtained from debugging info.
12382 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
12383 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
12384 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
12385 mapping function.
12386 (do_fp_register_row): Fix typo which caused double type to be
12387 used when attempting to unpack a float.
12388
123892003-03-11 J. Brobecker <brobecker@gnat.com>
12390
12391 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
12392
123932003-03-11 Andrew Cagney <cagney@redhat.com>
12394
12395 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
12396 frame. Problem found by Corinna Vinschen.
12397
123982003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
12399
12400 * doublest.c (floatformat_from_length): Accept also
12401 the real size of 'long double' type.
12402
124032003-03-10 Daniel Jacobowitz <drow@mvista.com>
12404
12405 From Klee Dienes <kdienes@apple.com>:
12406 * breakpoint.c (bpstat_copy): Copy the command lines as well
12407 as the old value, to match what is freed in bpstat_clear.
12408
124092003-03-10 David Carlton <carlton@math.stanford.edu>
12410
12411 * minsyms.c (add_minsym_to_hash_table): Replace
12412 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
12413 (compare_minimal_symbols, compact_minimal_symbols)
12414 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
12415 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
12416 of DEPRECATED_SYMBOL_MATCHES_NAME.
12417 (lookup_minimal_symbol_solib_trampoline): Ditto.
12418
124192003-03-10 Andrew Cagney <cagney@redhat.com>
12420
12421 * regcache.h (regcache_cooked_read_ftype): Define.
12422 (regcache_save, regcache_restore): Add a cooked_read parameter.
12423 * regcache.c (regcache_save, regcache_restore): Update.
12424 (do_cooked_read): New function.
12425 (regcache_cpy): Pass do_cooked_read to regcache_save and
12426 regcache_restore.
12427
124282003-03-10 Andrew Cagney <cagney@redhat.com>
12429
12430 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12431 * gdbarch.h, gdbarch.c: Re-generate.
12432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12433 * x86-64-tdep.h: Update.
12434 * x86-64-tdep.c (x86_64_init_abi): Update.
12435 * v850-tdep.c (v850_gdbarch_init): Update.
12436 * sparc-tdep.c (sparc_gdbarch_init): Update.
12437 * sh-tdep.c (sh_gdbarch_init): Update.
12438 * s390-tdep.c (s390_gdbarch_init): Update.
12439 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12440 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12441 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12442 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12443 * mips-tdep.c (mips_gdbarch_init): Update.
12444 * mcore-tdep.c (mcore_gdbarch_init): Update.
12445 * m68k-tdep.c (m68k_gdbarch_init): Update.
12446 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12447 * ia64-tdep.c (ia64_gdbarch_init): Update.
12448 * i386-tdep.c (i386_gdbarch_init): Update.
12449 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12450 * hppa-tdep.c (hppa_gdbarch_init): Update.
12451 * h8300-tdep.c (h8300_gdbarch_init): Update.
12452 * frv-tdep.c (frv_gdbarch_init): Update.
12453 * cris-tdep.c (cris_gdbarch_init): Update.
12454 * avr-tdep.c (avr_gdbarch_init): Update.
12455 * arm-tdep.c (arm_gdbarch_init): Update.
12456 * alpha-tdep.c (alpha_gdbarch_init): Update.
12457 * sh-tdep.c (sh_init_extra_frame_info): Update.
12458 (sh64_init_extra_frame_info): Update.
12459 * ns32knbsd-nat.c (frame_num_args): Update.
12460 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12461 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12462 (xstormy16_frame_chain_valid): Update.
12463 * vax-tdep.c (vax_saved_pc_after_call): Update.
12464 * v850-tdep.c (v850_frame_chain): Update.
12465 (v850_pop_frame): Update.
12466 (v850_init_extra_frame_info): Update.
12467 * sparc-tdep.c (setup_arbitrary_frame): Update.
12468 * ns32k-tdep.c (umax_frame_num_args): Update.
12469 * s390-tdep.c (s390_pop_frame_regular): Update.
12470 * mn10300-tdep.c (mn10300_frame_chain): Update.
12471 (mn10300_pop_frame_regular): Update.
12472 (mn10300_init_extra_frame_info): Update.
12473 * mips-tdep.c (mips_init_frame_pc_first): Update.
12474 (mips_frame_chain): Update.
12475 (mips_pop_frame): Update.
12476 * mcore-tdep.c (mcore_frame_chain): Update.
12477 (mcore_pop_frame): Update.
12478 (mcore_init_extra_frame_info): Update.
12479 * arch-utils.c (init_frame_pc_default): Update.
12480 * m68k-tdep.c (isi_frame_num_args): Update.
12481 (delta68_frame_num_args): Update.
12482 (news_frame_num_args): Update.
12483 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12484 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12485 (alpha_frame_chain): Update.
12486 (alpha_pop_frame): Update.
12487 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12488 (hppa_init_extra_frame_info): Update.
12489 (hppa_frame_chain): Update.
12490 (hppa_frame_chain_valid): Update.
12491 * cris-tdep.c (cris_init_extra_frame_info): Update.
12492 * avr-tdep.c (avr_init_extra_frame_info): Update.
12493 * arm-tdep.c (arm_frame_chain_valid): Update.
12494 (arm_init_extra_frame_info): Update.
12495 (arm_pop_frame): Update.
12496 * frame.c (frame_pc_unwind): Update.
12497 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12498 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12499 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12500 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12501 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12502 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12503
125042003-03-10 Andrew Cagney <cagney@redhat.com>
12505
12506 * gdbarch.sh (gdbarch_unwind_pc): New method.
12507 * gdbarch.h, gdbarch.c: Regenerate.
12508 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
12509 but use read_pc and FRAME_SAVED_PC as fall backs.
12510 (frame_saved_regs_pc_unwind): Delete function.
12511 (trad_frame_unwinder): Update.
12512 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12513 (struct frame_unwind): Update.
12514 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12515 (dummy_frame_unwind): Update.
12516 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12517 (sentinel_frame_unwinder): Update.
12518 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12519 (d10v_frame_unwind): Update.
12520 (d10v_unwind_pc): New function.
12521 (d10v_gdbarch_init): Set unwind_pc.
12522
125232003-03-10 Andrew Cagney <cagney@redhat.com>
12524
12525 * gdbarch.h: Re-generate.
12526
12527 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12528 PC.
12529 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12530 the PC register.
12531
125322003-03-08 Mark Kettenis <kettenis@gnu.org>
12533
12534 * gdbarch.sh (save_dummy_frame_tos): Add comment.
12535
125362003-03-08 Andrew Cagney <cagney@redhat.com>
12537
12538 * cli-out.c: Update copyright.
12539 (cli_out_data): Define typedef. Use instead of ui_out_data.
12540
125412003-03-08 Andrew Cagney <cagney@redhat.com>
12542
12543 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12544 the result.
12545
125462003-03-07 Andrew Cagney <cagney@redhat.com>
12547
12548 * gdbarch.sh: Don't generate two macro definitions when an
12549 undefined macro taking no arguments.
12550 * gdbarch.h: Regenerate.
12551
125522002-03-07 Michal Ludvig <mludvig@suse.cz>
12553
12554 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12555 (x86_64_unwind_dummy_id): New functions.
12556 (x86_64_init_abi): Register these two new functions.
12557
125582003-03-07 Michal Ludvig <mludvig@suse.cz>
12559
12560 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12561 (x86_64_skip_prologue): Move prologue detection to
12562 separate function.
12563 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12564
125652003-03-05 Andrew Cagney <cagney@redhat.com>
12566
12567 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12568 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12569 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12570 to use unwind_dummy_id when a dummy frame.
12571 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12572 predicate.
12573 * gdbarch.h, gdbarch.c: Regneerate.
12574
125752003-03-05 Andrew Cagney <cagney@redhat.com>
12576
12577 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12578 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12579 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12580 values.
12581
125822003-03-05 Andrew Cagney <cagney@redhat.com>
12583
12584 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12585 (struct d10v_unwind_cache): Delete field "frameless". Replace
12586 "next_addr" with "sp_offset". Add "r11_offset".
12587 (d10v_frame_unwind_cache): Update.
12588 (prologue_find_regs): Update. When "mv r11, sp", save the
12589 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12590 RN was saved in r11_offset.
12591
125922003-03-05 Andrew Cagney <cagney@redhat.com>
12593
12594 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12595 cached PC value in the next frame.
12596
125972003-03-05 Andrew Cagney <cagney@redhat.com>
12598
12599 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12600 "id_unwind_cache" with "id".
12601 (frame_id_unwind): Delete declaration.
12602 * frame.c (frame_id_unwind): Delete function.
12603 (get_prev_frame): Call the frame id unwind method directly. Store
12604 the returned next frame's ID value in NEXT_FRAME. Note that there
12605 is a problem with the wrong unwind ID being called with the wrong
12606 unwind cache.
12607
126082003-03-05 Daniel Jacobowitz <drow@mvista.com>
12609
12610 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12611
126122003-03-05 James Ingham <jingham@apple.com>
12613 Daniel Jacobowitz <drow@mvista.com>
12614
12615 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12616 (auto_cp_abi): New variable.
12617 (current_cp_abi, num_cp_abis): Make static.
12618 (CP_ABI_MAX): Define.
12619 (cp_abis): Turn into an array.
12620 (value_virtual_fn_field): Fix formatting.
12621 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12622 takes a pointer.
12623 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12624 (list_cp_abis, _initialize_cp_abi): New functions.
12625 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12626 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12627 switch_to_cp_abi. Update prototype for register_cp_abi.
12628 * Makefile.in (cp-abi.o): Update dependencies.
12629 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12630 instead of switch_to_cp_abi.
12631 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12632 register_cp_abi.
12633 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12634 register_cp_abi.
12635 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12636
126372003-03-05 Daniel Jacobowitz <drow@mvista.com>
12638
12639 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12640 * dwarf2loc.c: Include "regcache.h".
12641 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12642 register_size.
12643 * Makefile.in (dwarf2loc.o): Update dependencies.
12644
126452003-03-04 Theodore A. Roth <troth@openavr.org>
12646
12647 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12648 number of io registers reported by remote target is not a multiple of
12649 step.
12650
126512003-03-04 David Carlton <carlton@math.stanford.edu>
12652
12653 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12654 (lookup_symbol_aux_psymtabs): Update call to
12655 lookup_partial_symbol.
12656 (lookup_transparent_type, find_main_psymtab)
12657 (make_symbol_overload_list): Ditto.
12658
126592003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12660
12661 * MAINTAINERS (Write after approval): Update my email address.
12662
126632003-03-03 Andrew Cagney <cagney@redhat.com>
12664
12665 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12666 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12667 predicate. Replace MAX_REGISTER_RAW_SIZE.
12668 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12669 MAX_REGISTER_VIRTUAL_SIZE.
12670 * regcache.c (legacy_max_register_raw_size): New function.
12671 (legacy_max_register_virtual_size): New function.
12672 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12673 (MAX_REGISTER_RAW_SIZE): Define.
12674 (legacy_max_register_raw_size): Declare.
12675 (legacy_max_register_virtual_size): Declare.
12676 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12677 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12678 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12679 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12680 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12681 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12682 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12683 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12684 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12685 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12686 * vax-tdep.c (vax_gdbarch_init): Update.
12687 * v850-tdep.c (v850_gdbarch_init): Update.
12688 * sparc-tdep.c (sparc_gdbarch_init): Update.
12689 * sh-tdep.c (sh_gdbarch_init): Update.
12690 * s390-tdep.c (s390_gdbarch_init): Update.
12691 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12692 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12693 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12694 * mips-tdep.c (mips_gdbarch_init): Update.
12695 * mcore-tdep.c (mcore_gdbarch_init): Update.
12696 * m68k-tdep.c (m68k_gdbarch_init): Update.
12697 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12698 * ia64-tdep.c (ia64_gdbarch_init): Update.
12699 * i386-tdep.c (i386_gdbarch_init): Update.
12700 * hppa-tdep.c (hppa_gdbarch_init): Update.
12701 * h8300-tdep.c (h8300_gdbarch_init): Update.
12702 * frv-tdep.c (frv_gdbarch_init): Update.
12703 * cris-tdep.c (cris_gdbarch_init): Update.
12704 * avr-tdep.c (avr_gdbarch_init): Update.
12705 * arm-tdep.c (arm_gdbarch_init): Update.
12706 * alpha-tdep.c (alpha_gdbarch_init): Update.
12707 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12708 max_register_raw_size or max_register_virtual_size.
12709
127102003-03-03 David Carlton <carlton@math.stanford.edu>
12711
12712 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12713 SYMBOL_MATCHES_NAME, add comment.
12714 (SYMBOL_MATCHES_NATURAL_NAME): New.
12715 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12716 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12717 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12718 * symtab.c (lookup_partial_symbol): Use
12719 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12720 unhelpful comment.
12721 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12722 SYMBOL_MATCHES_NAME.
12723 Fix for PR c++/33.
12724
127252003-03-03 David Carlton <carlton@math.stanford.edu>
12726
12727 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12728 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12729 by regexp matching against SYMBOL_NATURAL_NAME.
12730
127312003-03-03 David Carlton <carlton@math.stanford.edu>
12732
12733 * linespec.c (find_method): Extract code into collect_methods.
12734 (collect_methods): New.
12735
127362003-03-02 Mark Kettenis <kettenis@gnu.org>
12737
12738 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12739 get_frame_base.
12740
12741 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12742 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12743
127442003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12745
12746 * arch-utils.c (generic_register_byte): Fix to use the loop index
12747 and not regnum when summing the size of all registers up to regnum.
12748
127492003-03-01 Andrew Cagney <cagney@redhat.com>
12750
12751 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12752 FRAME_INIT_SAVED_REGS.
12753 * gdbarch.h, gdbarch.c: Regenerate.
12754 * stack.c (frame_info): Update.
12755 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12756 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12757 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12758 * ns32k-tdep.c (ns32k_pop_frame): Update.
12759 * mips-tdep.c (mips_pop_frame): Update.
12760 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12761 * ia64-tdep.c (ia64_frame_chain): Update.
12762 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12763 (ia64_frameless_function_invocation): Update.
12764 (ia64_init_extra_frame_info): Update.
12765 (ia64_pop_frame_regular): Update.
12766 * frame.h (struct frame_info): Update comment.
12767 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12768 * frame.c (frame_saved_regs_register_unwind): Update.
12769 (frame_saved_regs_register_unwind): Update.
12770 (deprecated_generic_get_saved_register): Update.
12771 * cris-tdep.c: Update comment.
12772 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12773 Rename macro.
12774 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12775 * x86-64-tdep.c (x86_64_init_abi): Update.
12776 * vax-tdep.c (vax_gdbarch_init): Update.
12777 * v850-tdep.c (v850_gdbarch_init): Update.
12778 * sparc-tdep.c (sparc_gdbarch_init): Update.
12779 * sh-tdep.c (sh_gdbarch_init): Update.
12780 * s390-tdep.c (s390_gdbarch_init): Update.
12781 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12782 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12783 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12784 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12785 * mips-tdep.c (mips_gdbarch_init): Update.
12786 * mcore-tdep.c (mcore_gdbarch_init): Update.
12787 * m68k-tdep.c (m68k_gdbarch_init): Update.
12788 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12789 * ia64-tdep.c (ia64_gdbarch_init): Update.
12790 * i386-tdep.c (i386_gdbarch_init): Update.
12791 * frv-tdep.c (frv_gdbarch_init): Update.
12792 * avr-tdep.c (avr_gdbarch_init): Update.
12793 * arm-tdep.c (arm_gdbarch_init): Update.
12794 * alpha-tdep.c (alpha_gdbarch_init): Update.
12795
127962003-03-01 Andrew Cagney <cagney@redhat.com>
12797
12798 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12799 option enum and switch. When no windows, set the interpreter to
12800 INTERP_CONSOLE.
12801
128022003-03-01 Andrew Cagney <cagney@redhat.com>
12803
12804 * main.c (captured_main): Replace magic option characters with an
12805 enum.
12806
128072003-03-01 Andrew Cagney <cagney@redhat.com>
12808
12809 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12810 INIT_EXTRA_FRAME_INFO.
12811 * gdbarch.h, gdbarch.c: Regenerate.
12812 * arm-tdep.c: Update comments.
12813 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12814 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12815 * frame.h, avr-tdep.c: Ditto.
12816 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12817 (create_new_frame, legacy_get_prev_frame): Ditto.
12818 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12819 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12820 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12821 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12822 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12823 * v850-tdep.c (v850_gdbarch_init): Ditto.
12824 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12825 * sh-tdep.c (sh_gdbarch_init): Ditto.
12826 * s390-tdep.c (s390_gdbarch_init): Ditto.
12827 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12828 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12829 * mips-tdep.c (mips_gdbarch_init): Ditto.
12830 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12832 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12833 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12834 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12835 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12836 * frv-tdep.c (frv_gdbarch_init): Ditto.
12837 * cris-tdep.c (cris_gdbarch_init): Ditto.
12838 * avr-tdep.c (avr_gdbarch_init): Ditto.
12839 * arm-tdep.c (arm_gdbarch_init): Ditto.
12840 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12841 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12842
128432003-03-01 Andrew Cagney <cagney@redhat.com>
12844
12845 * gdbarch.sh (register_type): New function with predicate.
12846 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12847 * gdbarch.h, gdbarch.c: Re-generate.
12848 * arch-utils.c (generic_register_byte): Use generic_register_size.
12849 (generic_register_size): When available, use
12850 gdbarch_register_type.
12851 * regcache.c (init_regcache_descr): When available, initialize the
12852 register type array using gdbarch_register_type. If the
12853 architecture supplies gdbarch_register_type, do not use the legacy
12854 regcache layout.
12855 * d10v-tdep.c (d10v_register_type): Replace
12856 d10v_register_virtual_type.
12857 (d10v_gdbarch_init): Set register_type instead of
12858 register_virtual_type.
12859
128602003-03-01 Andrew Cagney <cagney@redhat.com>
12861
12862 * Makefile.in (ax-gdb.o): Update dependencies.
12863 * ax-gdb.c: Include "regcache.h".
12864 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12865 * findvar.c (value_of_register): Ditto.
12866 * infcmd.c (default_print_registers_info): Ditto.
12867
128682003-03-01 Mark Kettenis <kettenis@gnu.org>
12869
12870 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12871 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12872
128732003-03-01 Mark Kettenis <kettenis@gnu.org>
12874
12875 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12876 of STREQ.
12877
128782003-02-28 Daniel Jacobowitz <drow@mvista.com>
12879
12880 * Makefile.in (dwarf2loc.o): Update dependencies.
12881 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12882 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12883 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12884 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12885 (locexpr_tracepoint_var_ref): New function.
12886 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12887
128882003-02-28 Andrew Cagney <cagney@redhat.com>
12889
12890 * regcache.c (register_size): New function.
12891 * regcache.h (register_size): Declare
12892 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12893 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12894
128952003-02-28 David Carlton <carlton@math.stanford.edu>
12896
12897 * linespec.c (decode_compound): Extract code into find_method.
12898 (find_method): New.
12899
129002003-02-28 J. Brobecker <brobecker@gnat.com>
12901
12902 * Makefile.in: Add rules to build and link in observer.o.
12903
129042003-02-27 J. Brobecker <brobecker@gnat.com>
12905
12906 * observer.c: Minor comments edits.
12907
129082003-02-27 J. Brobecker <brobecker@gnat.com>
12909
12910 * observer.h, observer.c: New file.
12911
129122003-02-27 Andrew Cagney <cagney@redhat.com>
12913
12914 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12915
129162003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12917
12918 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12919 (M6812_OP_STS_EXT): Likewise.
12920 (m6811_prologue): Use the above to recognize prologue.
12921 (m6812_prologue): Likewise.
12922
129232003-02-27 David Carlton <carlton@math.stanford.edu>
12924
12925 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12926 SYMBOL_PRINT_NAME.
12927 (compare_psymbols): Ditto.
12928 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12929
129302003-02-27 Michael Snyder <msnyder@redhat.com>
12931
12932 * f-lang.c (build_fortran_types): New function.
12933 (_initialize_f_language): Gdbarch-register built-in fortran types.
12934 * doublest.c (extract_floating): Fix warning text.
12935
129362003-02-27 Andrew Cagney <cagney@redhat.com>
12937
12938 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12939 predicate. Replaces PUSH_DUMMY_FRAME.
12940 * gdbarch.h, gdbarch.c: Regnerate.
12941 * valops.c (hand_function_call): Update. Call
12942 generic_push_dummy_frame directly.
12943 * vax-tdep.c (vax_gdbarch_init): Update.
12944 * sparc-tdep.c (sparc_gdbarch_init): Update.
12945 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12946 * m68k-tdep.c (m68k_gdbarch_init): Update.
12947 * hppa-tdep.c (hppa_gdbarch_init): Update.
12948 * alpha-tdep.c (alpha_gdbarch_init): Update.
12949 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12950 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12951 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12953 push_dummy_frame to generic_push_dummy_frame.
12954 * v850-tdep.c (v850_gdbarch_init): Ditto.
12955 * sh-tdep.c (sh_gdbarch_init): Ditto.
12956 * s390-tdep.c (s390_gdbarch_init): Ditto.
12957 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12958 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12959 * mips-tdep.c (mips_gdbarch_init): Ditto.
12960 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12961 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12962 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12963 * i386-tdep.c (i386_gdbarch_init): Ditto.
12964 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12965 * frv-tdep.c (frv_gdbarch_init): Ditto.
12966 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12967 * cris-tdep.c (cris_gdbarch_init): Ditto.
12968 * avr-tdep.c (avr_gdbarch_init): Ditto.
12969 * arm-tdep.c (arm_gdbarch_init): Ditto.
12970
129712003-02-26 Kevin Buettner <kevinb@redhat.com>
12972
12973 * mips-tdep.c (show_mips_abi): New function.
12974 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12975 command ``show mips abi''.
12976
129772003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12978
12979 From Elena Zannoni <ezannoni@redhat.com>
12980 * dbxread.c (process_one_symbol): Only record line 0 if one or
12981 more sline entries have been seen for the function.
12982
129832003-02-26 Michael Chastain <mec@shout.net>
12984
12985 * configure: Regenerate with autoconf 000227.
12986
129872003-02-26 Michael Chastain <mec@shout.net>
12988
12989 Close PR build/660.
12990 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12991 for old libc5/glibc.
12992 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12993
129942003-02-26 Kris Warkentin <kewarken@qnx.com>
12995
12996 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12997 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12998
129992003-02-26 Michael Chastain <mec@shout.net>
13000
13001 * configure.in: New variable HAVE_UINTPTR_T.
13002 * configure, config.in: Regenerated.
13003
130042003-02-26 Daniel Jacobowitz <drow@mvista.com>
13005
13006 Fix PR build/1097.
13007 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
13008
130092003-02-25 Andrew Cagney <cagney@redhat.com>
13010
13011 * frame.c (get_prev_frame): Add comment on check for
13012 inside_entry_func. Only check for inside_entry_file when not a
13013 dummy and not a sentinel. Check that the new frame is not inner
13014 to the old frame.
13015
130162003-02-25 Andrew Cagney <cagney@redhat.com>
13017
13018 * frame.c (frame_debug): New variable.
13019 (_initialize_frame): Add "set/show debug frame" command.
13020 (get_prev_frame): When frame_debug, print reason why unwind
13021 failed.
13022
130232003-02-25 Michael Chastain <mec@shout.net>
13024
13025 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
13026 to avoid uintptr_t definition problems.
13027
130282003-02-25 David Carlton <carlton@math.stanford.edu>
13029
13030 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
13031 (SYMBOL_LINKAGE_NAME): Ditto.
13032 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
13033 SYMBOL_LINKAGE_NAME.
13034 (struct general_symbol_info): Expand comment.
13035 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
13036 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
13037 (SYMBOL_MATCHES_REGEXP): Ditto.
13038 * symtab.c (symbol_natural_name): New function.
13039 * objfiles.h: Replace all uses of SYMBOL_NAME by
13040 DEPRECATED_SYMBOL_NAME.
13041 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
13042 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
13043 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
13044 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
13045 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
13046 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
13047 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
13048 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
13049 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
13050 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
13051 * ada-exp.y: Ditto.
13052 * ada-exp.y: Update copyright.
13053 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
13054 * cp-valprint.c: Ditto.
13055
130562003-02-25 Jeff Johnston <jjohnstn@redhat.com>
13057
13058 * infptrace.c (detach): Do not flag error if ptrace detach fails
13059 and errno is set to ESRCH.
13060
130612003-02-24 Andrew Cagney <cagney@redhat.com>
13062
13063 * infptrace.c (udot_info): Change type of udot_off to long. Use
13064 paddr when printing udot_off's value.
13065
130662003-02-24 David Carlton <carlton@math.stanford.edu>
13067
13068 * symtab.c (make_symbol_overload_list): Only read in partial
13069 symtabs containing a matching partial symbol.
13070
130712003-02-24 David Carlton <carlton@math.stanford.edu>
13072
13073 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
13074 do the comparison, not strcmp.
13075 * symfile.c (compare_psymbols): Ditto.
13076 * defs.h: Declare strcmp_iw_ordered.
13077 * utils.c (strcmp_iw_ordered): New function.
13078
130792003-02-24 Jim Blandy <jimb@redhat.com>
13080
13081 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
13082 support, shared libs): Remove my name from here, to better reflect
13083 reality.
13084
130852003-02-24 Kris Warkentin <kewarken@qnx.com>
13086
13087 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
13088 (target_ops): Add to_have_continuable_watchpoint.
13089 * target.c (update_current_target): Add INHERIT line for
13090 to_have_continuable_watchpoint.
13091 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
13092 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
13093 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
13094 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
13095
130962003-02-24 Elena Zannoni <ezannoni@redhat.com>
13097
13098 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
13099 maintainership.
13100
131012003-02-24 Kris Warkentin <kewarken@qnx.com>
13102
13103 * solib.c (solib_open): Call target defined search function after
13104 failing with solib-search-path.
13105 * solist.h (target_so_ops): Add find_and_open_solib function hook and
13106 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
13107
131082003-02-24 Kris Warkentin <kewarken@qnx.com>
13109
13110 * MAINTAINERS: Add myself to Write After section.
13111
131122003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13113
13114 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
13115
131162003-02-22 Stephane Carrez <stcarrez@nerim.fr>
13117
13118 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
13119 (m68hc11_add_reggroups): New function.
13120 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
13121 (m68hc11_gdbarch_init): Install the reggroups.
13122 (_initialize_m68hc11_tdep): Initialize them.
13123
131242003-02-21 James E Wilson <wilson@tuliptree.org>
13125
13126 * MAINTAINERS: Update my email address.
13127
131282003-02-21 David Carlton <carlton@math.stanford.edu>
13129
13130 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
13131
131322003-02-21 Daniel Jacobowitz <drow@mvista.com>
13133
13134 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
13135 * symtab.h: Add opaque declarations of struct axs_value and
13136 struct agent_expr.
13137 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
13138 (struct location_funcs): New type.
13139 (struct symbol): Add "loc" to aux_value.
13140 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
13141 * dwarf2read.c: Include "dwarf2expr.h".
13142 (dwarf2_symbol_mark_computed): New function.
13143 (read_func_scope): Use it.
13144 (var_decode_location): New function.
13145 (new_symbol): Use it.
13146 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
13147
13148 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
13149 (dwarf2expr_h, dwarf2loc_h): New variables.
13150 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
13151 (dwarf2expr.o, dwarf2loc.o): New rules.
13152 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
13153 * buildsym.c (finish_block): Handle LOC_COMPUTED and
13154 LOC_COMPUTED_ARG.
13155 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
13156 * m2-exp.y (yylex): Likewise.
13157 * printcmd.c (address_info, print_frame_args): Likewise.
13158 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
13159 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
13160 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
13161 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
13162 * symtab.c (lookup_block_symbol): Likewise.
13163
131642003-02-20 Adam Fedor <fedor@gnu.org>
13165
13166 * symtab.h: Remove objc_specific struct
13167 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
13168 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
13169 Have language_objc use cplus_specific struct.
13170
131712003-02-20 Tom Tromey <tromey@redhat.com>
13172
13173 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
13174 TYPE_NAME, when printing a String value. PR java/1075.
13175
131762003-02-20 Adam Fedor <fedor@gnu.org>
13177
13178 * objc-lang.h (find_methods): Remove declaration.
13179 * objc-lang.c (find_methods): Make static.
13180
131812003-02-20 Christopher Faylor <cgf@redhat.com>
13182
13183 * win32-nat.c (get_image_name): Check return value from
13184 ReadProcessMemory.
13185 (child_xfer_memory): Ditto.
13186
131872003-02-20 Alexandre Oliva <aoliva@redhat.com>
13188
13189 * configure.in (TARGET_SYSTEM_ROOT): Set default to
13190 ${exec_prefix}/${target_alias}/sys-root. Match explicit
13191 '${exec_prefix}' (in addition to the expansion thereof) as
13192 relocatable.
13193 * configure: Rebuilt.
13194
131952003-02-20 David Carlton <carlton@math.stanford.edu>
13196
13197 * symtab.c (search_symbols): Revert the search_symbols part of my
13198 2002-12-23 patch. Add comment.
13199
132002002-02-20 Daniel Jacobowitz <drow@mvista.com>
13201
13202 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
13203 * dbxread.c (elfstab_build_psymtabs): Don't call
13204 install_minimal_symbols.
13205 (stabsect_build_psymtabs): Likewise.
13206 * elfread.c (elf_symfile_read): Call install_minimal_symbols
13207 earlier.
13208 * somread.c (som_symfile_read): Call install_minimal_symbols
13209 and do_cleanups earlier.
13210 * nlmread.c (nlm_symfile_read): Likewise.
13211 * mdebugread.c (elfmdebug_build_psymtabs): Call
13212 install_minimal_symbols and make appropriate cleanups.
13213
132142003-02-20 Kevin Buettner <kevinb@redhat.com>
13215
13216 * solib.c (reload_shared_libraries): New function.
13217 (_initialize_solib): Add callbacks for ``set solib-search-path''
13218 and ``set solib-absolute-prefix''.
13219
132202003-02-20 David Carlton <carlton@math.stanford.edu>
13221
13222 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
13223 expand comment.
13224 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
13225 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
13226 * ada-typeprint.c (ada_typedef_print): Ditto.
13227 * ax-gdb.c (gen_var_ref): Ditto.
13228 * breakpoint.c (print_one_breakpoint): Ditto.
13229 * buildsym.c (finish_block): Ditto.
13230 * c-valprint.c (c_val_print): Ditto.
13231 * expprint.c (print_subexp): Ditto.
13232 * findvar.c (locate_var_value): Ditto.
13233 * infcmd.c (jump_command): Ditto.
13234 * linespec.c (decode_line_2, decode_compound): Ditto.
13235 * maint.c (maintenance_translate_address): Ditto.
13236 * objc-lang.c (compare_selectors, compare_classes): Ditto.
13237 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
13238 Ditto.
13239 * p-valprint.c (pascal_val_print): Ditto.
13240 * stabsread.c (define_symbol): Ditto.
13241 * stack.c (print_frame, frame_info, print_block_frame_locals)
13242 (print_frame_arg_vars, return_command): Ditto.
13243 * symfile.c (compare_symbols, compare_psymbols): Ditto.
13244 * symmisc.c (print_symbol): Ditto.
13245 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
13246 (compare_search_syms, print_symbol_info, print_msymbol_info)
13247 (rbreak_command): Ditto.
13248 * tracepoint.c (tracepoints_info): Ditto.
13249 * typeprint.c (typedef_print): Ditto.
13250 * valops.c (value_of_variable, hand_function_call): Ditto.
13251 * cli/cli-cmds.c (edit_command, list_command): Ditto.
13252 * ada-typeprint.c: Update Copyright.
13253 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
13254 * tracepoint.c, cli/cli-cmds.c: Ditto.
13255
132562003-02-20 Kevin Buettner <kevinb@redhat.com>
13257
13258 * frame.c (generic_unwind_get_saved_register): Make non-static.
13259 * frame.h (generic_unwind_get_saved_register): Declare.
13260 * mips-tdep.c (read_next_frame_reg): Fetch register from
13261 current regcache when frame is NULL.
13262 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
13263 that must be NULL.
13264 (mips_get_saved_register): Call generic_unwind_get_saved_register()
13265 instead of frame_register_unwind().
13266
132672003-02-20 Andrew Cagney <ac131313@redhat.com>
13268
13269 * remote-sim.c (gdbsim_insert_breakpoint)
13270 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
13271 code.
13272
132732003-02-20 Andrew Cagney <ac131313@redhat.com>
13274
13275 * remote.c (_initialize_remote): Add commands "set/show remote
13276 hardware-watchpoint-limit" and "set/show remote
13277 hardware-breakpoint-limit".
13278 (remote_hw_watchpoint_limit): Initialize to -1.
13279 (remote_hw_breakpoint_limit): Ditto.
13280 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
13281
132822003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
13283
13284 * coff-pe-read.c: New file - support reading of minimal symbols from a
13285 portable executable using the export table.
13286 * coff-pe-read.h: New file.
13287 * coffread.c: Include coff-pe-read.h.
13288 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
13289 debugging symbols found.
13290 * Makefile.in (SFILES): Add coff-pe-read.o.
13291 (coff_pe_read_h): Define.
13292 (COMMON_OBS): Add coff-pe-read.o.
13293 (coffread.o): Add coff_pe_read_h dependency.
13294 (coff-pe-read.o): New target.
13295
132962003-02-19 David Carlton <carlton@math.stanford.edu>
13297
13298 * Makefile.in (SFILES): Add block.c.
13299 (block_h): New.
13300 (COMMON_OBS): Add block.o.
13301 (block.o): New.
13302 (x86-64-tdep.o): Add $(block_h).
13303 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
13304 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
13305 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
13306 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
13307 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
13308 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
13309 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
13310 * value.h: Add opaque declaration for struct block.
13311 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
13312 * ada-lang.h: Ditto.
13313 * x86-64-tdep.c: #include "block.h"
13314 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
13315 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
13316 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
13317 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
13318 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
13319 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
13320 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
13321 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
13322 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
13323 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
13324 * symtab.c (block_function): Ditto.
13325 (contained_in): Ditto.
13326 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
13327 block.h. Add opaque declaration for struct block.
13328 * symtab.h: Move block_function and contained_in declarations to
13329 block.h. Add opaque declarations for struct block, struct
13330 blockvector.
13331 (struct block): Move to block.h.
13332 (struct blockvector): Ditto.
13333 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
13334 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
13335 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
13336 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
13337 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
13338 Ditto.
13339 * block.c: New file.
13340 * block.h: New file.
13341
133422003-02-19 Theodore A. Roth <troth@openavr.org>
13343
13344 * avr-tdep.c (avr_extract_return_value): Remove function.
13345 (avr_store_return_value): Remove function.
13346 (avr_extract_struct_value_address): Remove function.
13347 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
13348
133492003-02-19 Andrew Cagney <ac131313@redhat.com>
13350
13351 * rs6000-tdep.c: Include "gdb_assert.h".
13352 (registers_e500): Add "acc" and "spefscr".
13353 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
13354 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
13355 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
13356 really is "r0".
13357 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
13358
133592003-02-18 Keith Seitz <keiths@redhat.com>
13360
13361 * Makefile.in: Add gdbtk-interps.c.
13362
133632003-02-18 Kevin Buettner <kevinb@redhat.com>
13364
13365 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
13366 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
13367
133682003-02-18 Andrew Cagney <cagney@redhat.com>
13369
13370 * symtab.h (struct objfile): Add opaque declaration.
13371
133722003-02-18 Elena Zannoni <ezannoni@redhat.com>
13373
13374 From Jim Ingham <jingham@apple.com>:
13375 * dbxread.c (process_one_symbol): Use last_function_start rather
13376 than function_start_offset to find the real beginning of the
13377 current function. The latter is just the text section offset on
13378 some systems, the former is always the real function start.
13379
133802003-02-17 Andrew Cagney <cagney@redhat.com>
13381
13382 * configure.in: Revert ${target} != ${host}.
13383
133842003-02-17 Andrew Cagney <ac131313@redhat.com>
13385
13386 * configure.in (Makefile): Use the test ${target} != ${host},
13387 instead of the absence of the "nm.h" file, to determine of the
13388 configuration non-native.
13389 * configure: Regenerate.
13390
133912003-02-14 Elena Zannoni <ezannoni@redhat.com>
13392
13393 From Brian Ford <ford@vss.fsi.com>
13394
13395 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
13396 conditionalize tui_active test.
13397 (lookup_cmd_1): Ditto.
13398
133992003-02-14 Mark Kettenis <kettenis@gnu.org>
13400
13401 * configure.in: Add check for _etext.
13402 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
13403 available.
13404 * config.in, configure: regenerated.
13405
134062003-02-14 Daniel Jacobowitz <drow@mvista.com>
13407
13408 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
13409
134102003-02-14 Andrew Cagney <ac131313@redhat.com>
13411
13412 * main.c (tui_version): Delete variable.
13413 (captured_main): When --tui, set interpreter_p to "tui" instead of
13414 enabling tui_version.
13415 * printcmd.c (display_command) [TUI]: Test tui_active instead of
13416 tui_version.
13417 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
13418 * cli/cli-cmds.c (disassemble_command): Ditto.
13419 * defs.h (tui_version): Delete declaration.
13420 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
13421 (tui-interp.o): Add rules.
13422 (SUBDIR_TUI_OBS): Add "tui-interp.o".
13423
134242003-02-14 Christopher Faylor <cgf@redhat.com>
13425
13426 * win32-nat.c (register_loaded_dll): Correctly set address range for
13427 just-loaded dll.
13428
134292003-02-12 Jason Molenda (jmolenda@apple.com)
13430
13431 * symmisc.c (print_objfile_statistics): Include information about
13432 the number of psymtabs and symtabs in each object file.
13433
134342003-02-13 Keith R Seitz <keiths@redhat.com>
13435
13436 * main.h (struct captured_main_args): Add interpreter_p.
13437 * main.c (captured_main): Initialize interpreter_p from context.
13438 * gdb.c (main): Set interpreter_p argument.
13439 * Makefile.in (gdb.o): Add dependency for interps.h.
13440
134412003-02-12 Andrew Cagney <ac131313@redhat.com>
13442
13443 * event-top.c (cli_command_loop): Delete declaration.
13444 (_initialize_event_loop): Delete function setting event_loop_hook.
13445 * event-top.h (cli_command_loop): Declare. Update copyright.
13446 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
13447 * interps.c (current_interp_command_loop): When event_loop_p, call
13448 cli_command_loop.
13449
134502003-02-12 Andrew Cagney <ac131313@redhat.com>
13451
13452 * interps.h (interp_command_loop_ftype): Change return type to
13453 void.
13454
134552003-02-12 Michal Ludvig <mludvig@suse.cz>
13456
13457 * x86-64-tdep.c (x86_64_extract_return_value)
13458 (x86_64_store_return_value): Use regcache instead of regbuf.
13459 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
13460 * x86-64-linux-nat.c (fill_gregset): Use regcache.
13461
134622003-02-11 Andrew Cagney <ac131313@redhat.com>
13463
13464 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
13465 * aclocal.m4: Regenerate.
13466 * configure: Regenerate.
13467
13468 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
13469 TCL_LD_SEARCH_FLAGS.
13470
134712003-02-10 Michal Ludvig <mludvig@suse.cz>
13472
13473 * dwarf2cfi.c: Reindented.
13474
134752003-02-09 Andrew Cagney <ac131313@redhat.com>
13476
13477 * interps.c (clear_interpreter_hooks): Convert function definition
13478 to ISO C.
13479
134802003-02-07 David Carlton <carlton@math.stanford.edu>
13481
13482 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13483
134842003-02-07 Kevin Buettner <kevinb@redhat.com>
13485
13486 * gdbtypes.h (struct main_type): Move ``length'' field from here...
13487 (struct type): ...to here.
13488 (TYPE_LENGTH): Adjust to reflect different location of ``length''
13489 field.
13490 * gdbtypes.c (make_qualified_type): Set length on newly created type.
13491 (replace_type): Set length on all type variants for a given type.
13492
134932003-02-07 Andrew Cagney <ac131313@redhat.com>
13494
13495 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13496 <sys/stat.h>.
13497 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13498
134992003-02-06 Andrew Cagney <ac131313@redhat.com>
13500
13501 * Makefile.in (symm-nat.o): Update dependencies.
13502 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13503 (lynx-nat.o, ia64-linux-nat.): Ditto.
13504 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13505 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13506 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13507
13508 * Makefile.in (inflow_h): Define.
13509 (procfs.o, inflow.o, procfs.o): Update dependencies.
13510 * inftarg.c (child_stop): Delete extern declaration of
13511 inferior_process_group. Include "inflow.h".
13512 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
13513 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13514 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
13515 (our_process_group, inferior_process_group): Extern declarations.
13516
13517 * procfs.c: Include "gdb_assert.h".
13518
13519 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13520 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13521 * jv-typeprint.c (java_type_print_base): Ditto.
13522 * typeprint.c (typedef_print): Eliminate STREQ.
13523 * cli/cli-script.c (define_command, define_command): Ditto.
13524 * main.c (captured_main): Ditto.
13525 * values.c (lookup_internalvar): Ditto.
13526 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13527 within `if' conditional.
13528 * linespec.c (decode_line_2): Ditto.
13529 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13530 (bfd_openw_with_cleanup): Ditto.
13531
135322003-02-07 Mark Kettenis <kettenis@gnu.org>
13533
13534 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13535 legacy_extract_return_value and store_return_value to
13536 legacy_return_value.
13537
135382003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
13539
13540 * win32-nat.c (get_relocated_section_addrs): New function. Find
13541 section load addresses for symbol handling in relocated DLLs.
13542 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13543
135442003-02-05 Fred Fish <fnf@intrinsity.com>
13545
13546 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13547 '=' and '!='.
13548 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13549 with '&' and '=='.
13550 (angel_RDI_info): Ditto.
13551 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13552 with '&' and '!='.
13553 (threads_continue_all_with_signals): Ditto.
13554
135552003-02-05 Jim Ingham <jingham@apple.com>
13556 Keith Seitz <keiths@redhat.com>
13557 Elena Zannoni <ezannoni@redhat.com>
13558 Andrew Cagney <ac131313@redhat.com>
13559
13560 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13561 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13562 (SUBDIR_MI_OBS): Add "mi-interp.o".
13563 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13564 (SFILES): Add "interps.c".
13565 (COMMON_OBS): Add "interps.o".
13566 (interps_h, mi_main_h): Define.
13567 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13568 (mi-main.o, main.o, event-top.o): Update dependencies.
13569 * cli/cli-interp.c: New file.
13570 * interps.h, interps.c: New files.
13571 * top.c: (gdb_init): Don't install the default interpreter, handed
13572 by captured_main.
13573 * main.c: Include "interps.h".
13574 (interpreter_p): Note that it should malloc'ed.
13575 (captured_command_loop): Call current_interp_command_loop.
13576 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13577 xfree and xstrdup when updating interpreter_p. Install the
13578 default interpreter. Add hack to stop mi1's copyright notice
13579 being encoded.
13580 * event-top.h (gdb_setup_readline): Declare.
13581 (gdb_disable_readline): Declare.
13582 * event-top.c: Include "interps.h".
13583 (display_gdb_prompt): Call current_interp_display_prompt_p.
13584 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13585 gdb_stdlog, and gdb_stdtarg.
13586 (_initialize_event_loop): Don't call gdb_setup_readline.
13587 * cli-out.c (cli_out_set_stream): New function.
13588 * cli-out.h (cli_out_set_stream): Declare.
13589
135902003-02-06 Mark Kettenis <kettenis@gnu.org>
13591
13592 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13593 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13594 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13595 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13596 config/i386/i386v42mp.mt: Removed.
13597
135982003-02-05 Mark Kettenis <kettenis@gnu.org>
13599
13600 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13601 GDB_OSABI_SOLARIS.
13602
136032003-02-05 Michael Chastain <mec@shout.net>
13604
13605 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13606 2.12.1 and earlier versions.
13607
136082003-02-05 Andrew Cagney <ac131313@redhat.com>
13609
13610 Remove orphaned hosts, targets and files.
13611 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13612 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13613 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13614 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13615 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13616 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13617 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13618 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13619 * config/sparc/tm-sp64sim.h: Delete.
13620 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13621 hosts.
13622 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13623 mips*-dec-mach3* targets.
13624
136252003-02-04 Michael Chastain <mec@shout.net>
13626
13627 * NEWS: Fix typo: sepcifying -> specifying.
13628
136292003-02-04 Michael Chastain <mec@shout.net>
13630
13631 * dwarfread.c: Add documentation on the state of dwarf-1,
13632 looking towards obsoletion.
13633
136342003-02-03 Michael Chastain <mec@shout.net>
13635
13636 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13637 gdb/testsuite/gdb.c++/pr-1023.exp.
13638
136392003-02-04 Andrew Cagney <ac131313@redhat.com>
13640
13641 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13642 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13643
13644 * utils.c (init_page_info): Delete reference to MPW in comments.
13645 * main.c (captured_main): Delete #ifdef MPW.
13646
136472003-02-04 Andrew Cagney <ac131313@redhat.com>
13648
13649 * NEWS: Note that the m32r-*-elf* is obsolete.
13650 * monitor.c (monitor_expect): Obsolete reference to m32r.
13651 * configure.tgt: Mark m32r-*-elf* as obsolete.
13652 * MAINTAINERS: Mark m32k as obsolete.
13653 * m32r-rom.c: Obsolete file.
13654 * config/m32r/m32r.mt: Obsolete file.
13655 * config/m32r/tm-m32r.h: Obsolete file.
13656 * m32r-stub.c: Obsolete file.
13657 * m32r-tdep.c: Obsolete file.
13658
136592003-02-04 Andrew Cagney <ac131313@redhat.com>
13660
13661 * NEWS: Mention that the z8k-zilog-none is obsolete.
13662 * MAINTAINERS: Mark z8k as obsolete.
13663 * configure.tgt: Obsolete the z8k-*-coff* target.
13664 * config/z8k/z8k.mt: Obsolete file.
13665 * config/z8k/tm-z8k.h: Obsolete file.
13666 * z8k-tdep.c: Obsolete file.
13667
136682003-02-04 Andrew Cagney <ac131313@redhat.com>
13669
13670 * NEWS: Mention that the mn10200-elf is obsolete.
13671 * configure.tgt: Obsolete mn10200-*-* target.
13672 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13673 mention that the mn10200 is obsolete.
13674 * breakpoint.h: Ditto.
13675 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13676 * config/mn10200/mn10200.mt: Obsolete file.
13677 * config/mn10200/tm-mn10200.h: Obsolete file.
13678 * mn10200-tdep.c: Obsolete file.
13679
136802003-02-04 Andrew Cagney <ac131313@redhat.com>
13681
13682 * MAINTAINERS: Mark h8500 as obsolete.
13683 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13684 * findvar.c (value_from_register): Ditto.
13685 * h8500-tdep.c: Mark file as obsolete.
13686 * config/h8500/h8500.mt: Ditto.
13687 * config/h8500/tm-h8500.h: Ditto.
13688 * NEWS: Mention that h8500 is obsolete.
13689
136902003-02-04 David Carlton <carlton@math.stanford.edu>
13691
13692 * objfiles.c (allocate_objfile): Always set name. Add comment at
13693 start of function.
13694 * jv-lang.c (get_dynamics_objfile): Add comment.
13695
136962003-02-04 David Carlton <carlton@math.stanford.edu>
13697
13698 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13699 * printcmd.c (build_address_symbolic): Replace uses of
13700 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13701 SYMBOL_NAME, and asm_demangle.
13702 Update copyright.
13703
137042003-02-04 David Carlton <carlton@math.stanford.edu>
13705
13706 * linespec.c (decode_compound): Extract code into
13707 lookup_prefix_sym.
13708 (lookup_prefix_sym): New function.
13709
137102003-02-04 David Carlton <carlton@math.stanford.edu>
13711
13712 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13713 FLOAT_COERCION_BADNESS.
13714 * gdbtypes.c (rank_one_type): Replace all uses of
13715 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13716
137172003-02-04 Jim Blandy <jimb@redhat.com>
13718
13719 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13720 section, let dwarf_macinfo_section point to it, not
13721 dwarf_loc_section.
13722
137232003-02-04 Daniel Jacobowitz <drow@mvista.com>
13724
13725 Pointed out by Anton Blanchard <anton@samba.org>.
13726 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13727 (ppc_linux_at_sigtramp_return_path): Use it.
13728
137292003-02-04 Daniel Jacobowitz <drow@mvista.com>
13730
13731 * defs.h (streq): Add prototype.
13732 * utils.c (streq): New function.
13733
13734 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13735 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13736 * mdebugread.c (new_symbol): Likewise.
13737 * stabsread.c (define_symbol): Likewise.
13738 * coffread.c (process_coff_symbol): Likewise.
13739 * dwarfread.c (new_symbol): Likewise.
13740
13741 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13742 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13743 here.
13744 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13745 SYMBOL_INIT_DEMANGLED_NAME.
13746 * objfiles.c: Include "hashtab.h".
13747 (allocate_objfile): Call htab_set_functions_ex for the
13748 demangled_names_hash.
13749 (free_objfile): Call htab_delete for the demangled_names_hash.
13750 * objfiles.h (struct htab): Add declaration.
13751 (struct objfile): Add demangled_names_hash.
13752 * symfile.c: Include "hashtab.h".
13753 (reread_symbols): Call htab_delete for the demangled_names_hash.
13754 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13755 SYMBOL_NAME in the bcache.
13756 * symtab.c: Include "hashtab.h". Update comments.
13757 (create_demangled_names_hash, symbol_set_names): New functions.
13758 (symbol_find_demangled_name): New function, broken out from
13759 symbol_init_demangled_names.
13760 (symbol_init_demangled_names): Use it.
13761 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13762 (SYMBOL_SET_NAMES): New macro.
13763 (symbol_set_names): Add prototype.
13764
137652003-02-03 Jim Blandy <jimb@redhat.com>
13766
13767 Use a single, consistent representation for an empty minimal
13768 symbol table in an objfile.
13769 * objfiles.c (terminate_minimal_symbol_table): New function.
13770 (allocate_objfile): Call it.
13771 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13772 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13773 non-NULL.
13774 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13775 objfile has minimal symbols, compare minimal_symbol_count to zero,
13776 instead of comparing msymbols with NULL.
13777 * objfiles.c (have_minimal_symbols): Same.
13778 * solib-sunos.c (solib_add_common_symbols): Call
13779 terminate_minimal_symbol_table.
13780 * symfile.c (reread_symbols): Same.
13781
137822003-02-03 Kevin Buettner <kevinb@redhat.com>
13783
13784 * s390-tdep.c (s390_address_class_type_flags)
13785 (s390_address_class_type_flags_to_name)
13786 (s390_address_class_name_to_type_flags): New functions.
13787 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13788 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13789
137902003-02-03 Michael Snyder <msnyder@redhat.com>
13791
13792 * arm-tdep.c: Fix spell-o in comment.
13793
137942003-02-03 Michal Ludvig <mludvig@suse.cz>
13795
13796 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13797 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13798 error messages to contain BFD filename.
13799
138002003-02-02 Elena Zannoni <ezannoni@redhat.com>
13801
13802 Fix PR gdb/742 gdb/743 gdb/877
13803 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13804 (do_mixed_source_and_assembly): Use
13805 make_cleanup_ui_out_tuple_begin_end and
13806 make_cleanup_ui_out_tuple_begin_end.
13807 (do_mixed_source_and_assembly): Ditto.
13808 * thread.c (do_captured_list_thread_ids): Ditto.
13809 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13810 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13811 ui_out_tuple_end): Delete prototypes.
13812 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13813 ui_out_list_end, ui_out_tuple_end): Delete.
13814
13815 From Kevin Buettner <kevinb@redhat.com>:
13816 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13817 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13818 (do_cleanup_table_end): New functions.
13819 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13820 Use cleanups to invoke_ui_out_tuple_end().
13821 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13822 * cli/cli-setshow.c (cmd_show_list): Use
13823 make_cleanup_ui_out_tuple_begin_end.
13824
138252003-02-02 Andrew Cagney <ac131313@redhat.com>
13826
13827 * frame.c (frame_unwind_register): New function.
13828 (frame_unwind_unsigned_register): Use.
13829 (frame_unwind_signed_register): Use.
13830 (frame_read_register): New function.
13831 * frame.h (frame_unwind_register): Declare.
13832 (frame_read_register): Declare.
13833
13834 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13835 and frame_unwind_register instead of read_memory, write_register
13836 and deprecated_write_register_bytes.
13837
138382003-02-02 Andrew Cagney <ac131313@redhat.com>
13839
13840 * frame.h: Note that namelen can be negative.
13841 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13842 NAME's length.
13843
13844 * NEWS: Mention that the d10v's `regs' command is deprecated.
13845 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13846 (d10v_print_registers_info): New function.
13847 (show_regs): Call d10v_print_registers_info.
13848 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13849
138502003-02-02 Mark Kettenis <kettenis@gnu.org>
13851
13852 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13853 lost in the previous patch.
13854
138552003-02-01 Andrew Cagney <ac131313@redhat.com>
13856
13857 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13858 * stack.c (print_frame_info_base): Output complete FRAME tuple
13859 for synthesized frames.
13860
138612003-02-02 Andrew Cagney <ac131313@redhat.com>
13862
13863 * mips-nat.c (zerobuf): Delete.
13864 (fetch_inferior_registers): Alloc local zerobuf.
13865 (fetch_core_registers): Alloc local zerobuf.
13866 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13867 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13868 * thread-db.c (thread_db_store_registers): Ditto.
13869 * sh-tdep.c (sh_do_register): Ditto.
13870 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13871 * remote-sim.c (gdbsim_store_register): Ditto.
13872 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13873 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13874 * monitor.c (monitor_supply_register): Ditto.
13875 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13876 * mips-nat.c (fetch_inferior_registers): Ditto.
13877 * m68klinux-nat.c (fetch_register): Ditto.
13878 * lynx-nat.c (fetch_inferior_registers): Ditto.
13879 (fetch_inferior_registers): Ditto.
13880 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13881 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13882 (hpux_thread_store_registers): Ditto.
13883 * hppah-nat.c (fetch_register): Ditto.
13884 * hppab-nat.c (fetch_register): Ditto.
13885 * hppa-tdep.c (pa_register_look_aside): Ditto.
13886 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13887 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13888
138892003-02-01 Andrew Cagney <ac131313@redhat.com>
13890
13891 * gdbarch.sh: Explictly specify all method levels. When a
13892 variable with an empty level, provide a non-multi-arch default.
13893 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13894 * gdbarch.h: Re-generate.
13895 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13896 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13897
138982003-02-01 Andrew Cagney <ac131313@redhat.com>
13899
13900 * defs.h (host_pointer_to_address): Delete declaration.
13901 (address_to_host_pointer): Delete declaration.
13902 * utils.c (host_pointer_to_address): Delete function.
13903 (address_to_host_pointer): Delete function.
13904 * procfs.c (procfs_address_to_host_pointer): New function.
13905 * procfs.c (proc_set_watchpoint): Use.
13906 (procfs_can_use_hw_breakpoint): Update comments.
13907 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13908 (som_solib_add): Use.
13909 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13910 * hppa-tdep.c (unwind_command): Use.
13911
139122003-02-01 Andrew Cagney <ac131313@redhat.com>
13913
13914 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13915 strlen d_name.
13916
13917 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13918 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13919 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13920 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13921 (define_symbol): Update.
13922 * symfile.c (generic_load): Remove references to nindy.
13923 * symtab.c: Remove references to nindy.
13924
139252003-02-01 Andrew Cagney <ac131313@redhat.com>
13926
13927 * infcmd.c (print_float_info): Delete code conditional on
13928 FLOAT_INFO.
13929 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13930 * config/m68k/nm-apollo68b.h: Ditto.
13931 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13932 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13933 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13934
139352003-02-01 Mark Kettenis <kettenis@gnu.org>
13936
13937 * config/i386/tm-i386os9k.h: Removed.
13938
13939 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13940 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13941 they're identical to i[3456]86-*-sysv* now.
13942 * config/i386/i386v32.mh: Removed.
13943 * config/i386/xm-i386v32.h: Removed.
13944 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13945
13946 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13947
13948 * config/i386/i386dgux.mh: Removed.
13949 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13950
13951 * configure.in: Fix typo.
13952 * configure: Regenerated.
13953
139542003-01-31 David Carlton <carlton@math.stanford.edu>
13955
13956 * dwarf2read.c (dwarf2_locate_sections): Set
13957 dwarf_ranges_section.
13958
139592003-01-31 Andrew Cagney <ac131313@redhat.com>
13960
13961 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13962 * utils.c: Update comments documenting legitimate uses of PTR.
13963
13964 * utils.c: Re-indent.
13965
13966 * config/djgpp/fnchange.lst: Delete nindy files.
13967 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13968 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13969 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13970 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13971 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13972 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13973 * Makefile.in (init.c): Remove nindy references.
13974 (saber_gdb): Delete rule.
13975 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13976 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13977 and a68v-nat.c.
13978 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13979 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13980 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13981 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13982 nindy-share/stop.h.
13983 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13984 * saber.suppress: Delete file.
13985
139862003-01-31 Daniel Jacobowitz <drow@mvista.com>
13987
13988 * dbxread.c (stabs_data): New static variable.
13989 (fill_symbuf): Support an in-memory buffer for stabs data.
13990 (stabs_seek): New function.
13991 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13992 (read_ofile_symtab): Use stabs_seek.
13993 (elfstab_build_psymtabs): Take an asection* instead of
13994 an offset and size. Relocate the stabs data if necessary.
13995 Save the section* for dbx_psymtab_to_symtab.
13996 * dwarf2read.c: Add section variables for each debug section.
13997 (dwarf2_locate_sections): Fill them in.
13998 (dwarf2_read_section): Take an asection* argument.
13999 Relocate the section contents if necessary.
14000 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
14001 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
14002 it to dwarf2_read_section.
14003 (dwarf2_build_frame_info): Update callers.
14004 * elfread.c (elf_symfile_read): Update call to
14005 elfstab_build_psymtabs.
14006 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
14007 (DBX_STAB_SECTION): New macro.
14008 * stabsread.h (elfstab_build_psymtabs): Update prototype.
14009 * symfile.c (symfile_dummy_outputs): New function.
14010 (symfile_relocate_debug_section): New function.
14011 * symfile.h (symfile_relocate_debug_section): Add prototype.
14012
140132003-01-31 Richard Henderson <rth@redhat.com>
14014
14015 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
14016 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
14017 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
14018 * alpha-tdep.c (alpha_register_name): Add "unique".
14019 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
14020 (ALPHA_UNIQUE_REGNUM): New.
14021 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
14022
140232003-01-31 Andrew Cagney <ac131313@redhat.com>
14024
14025 * README: Remove reference to Ericsson 1800 monitor.
14026 * Makefile.in (remote-es.o): Delete rule.
14027 (ALLDEPFILES): Delete remote-es.c.
14028 * remote-es.c: Delete file.
14029 * config/m68k/es1800.mt: Delete file.
14030 * config/djgpp/fnchange.lst: Update.
14031 * configure.tgt: Delete m68*-ericsson-* target.
14032
140332003-01-31 Adam Fedor <fedor@gnu.org>
14034
14035 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
14036 Remove duplicate/shadowing variable of same name.
14037
140382003-01-30 Jim Blandy <jimb@redhat.com>
14039
14040 * symfile.c (find_separate_debug_file): Assert that the objfile's
14041 directory name we compute ends with a slash, and then assume that
14042 that's so everywhere we use it.
14043
140442003-01-30 Daniel Jacobowitz <drow@mvista.com>
14045
14046 * valops.c (value_assign): Flush frame cache after stores to memory
14047 also.
14048
140492003-01-30 Andrew Cagney <ac131313@redhat.com>
14050
14051 * Makefile.in (mon960-rom.o): Delete rule.
14052 * mon960-rom.c: Delete file.
14053
140542003-01-30 Andrew Cagney <ac131313@redhat.com>
14055
14056 * d10v-tdep.c: Include "frame-unwind.h".
14057 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
14058 list.
14059 (next_addr, uses_frame): Delete.
14060 (struct d10v_unwind_cache): Define.
14061 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
14062 Use info instead of next_addr and uses_frame globals.
14063 (d10v_frame_init_saved_regs): Delete function.
14064 (d10v_init_extra_frame_info): Delete function.
14065 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
14066 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
14067 init_frame_pc or frame_saved_pc.
14068 (d10v_pop_frame): Delete function.
14069 (do_d10v_pop_frame): Delete function.
14070 (d10v_frame_chain): Delete function.
14071 (d10v_frame_chain_valid): Delete function.
14072 (d10v_frame_pc_unwind): New function.
14073 (d10v_frame_id_unwind): New function.
14074 (saved_regs_unwinder): New function.
14075 (d10v_frame_register_unwind): New function.
14076 (d10v_frame_pop): New function.
14077 (d10v_frame_unwind): New variable.
14078 (d10v_frame_p): New function.
14079 (d10v_frame_saved_pc): Delete function.
14080 * Makefile.in (d10v-tdep.o): Update dependencies.
14081
140822003-01-30 J. Brobecker <brobecker@gnat.com>
14083
14084 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
14085 causing some regressions due to a change in the default value
14086 for this macro.
14087
140882003-01-29 Richard Henderson <rth@redhat.com>
14089 Elena Zannoni <ezannoni@redhat.com>
14090 Daniel Jacobowitz <drow@mvista.com>
14091
14092 Fix PR gdb/961.
14093 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
14094 variables.
14095 (RANGES_SECTION): New.
14096 (dwarf_ranges_buffer): New variable.
14097 (struct comp_unit_head): Add member "die".
14098 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
14099 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
14100 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
14101 (dwarf2_locate_sections): Likewise.
14102 (dwarf2_build_psymtabs): Read .debug_ranges.
14103 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
14104 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
14105 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
14106 Look for DW_AT_ranges and return the bounding box.
14107
141082003-01-29 Brian Ford <ford@vss.fsi.com>
14109
14110 * win32-nat.c (cygwin_pid): Removed as unused.
14111 (child_attach): Try fall back to Cygwin pid.
14112
141132003-01-29 Jim Blandy <jimb@redhat.com>
14114
14115 * objfiles.h (struct objfile): Doc fix.
14116
141172003-01-29 Andrew Cagney <ac131313@redhat.com>
14118
14119 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
14120 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
14121 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
14122 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
14123 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
14124 (FRAME_SAVED_PC): Change to a function with predicate.
14125 * gdbarch.h, gdbarch.c: Re-generate.
14126
141272003-01-28 Andrew Cagney <ac131313@redhat.com>
14128
14129 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
14130
14131 * complaints.c (complain): Delete function.
14132 * complaints.h (struct deprecated_complaint): Delete definition.
14133 (complain): Delete declaration.
14134
141352003-01-28 Kevin Buettner <kevinb@redhat.com>
14136
14137 * mips-tdep.c (mips_init_extra_frame_info): Return early for
14138 dummy frames.
14139
141402003-01-27 Andrew Cagney <ac131313@redhat.com>
14141
14142 * sentinel-frame.h, sentinel-frame.c: New files.
14143 * Makefile.in (frame.o): Update dependencies.
14144 (SFILES): Add sentinel-frame.c.
14145 (sentinel_frame_h): Define.
14146 (COMMON_OBS): Add sentinel-frame.o.
14147 (sentinel-frame.o): Specify dependencies.
14148 * frame.c: Include "sentinel-frame.h".
14149 (frame_register_unwind): Rewrite assuming that there is always a a
14150 ->next frame.
14151 (frame_register, generic_unwind_get_saved_register): Ditto.
14152 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
14153 (create_sentinel_frame, unwind_to_current_frame): New functions.
14154 (get_current_frame): Rewrite using create_sentinel_frame and
14155 unwind_to_current_frame. When possible, always create a frame.
14156 (create_new_frame): Set next to the sentinel frame.
14157 (get_next_frame): Rewrite. Don't go below the level 0 frame.
14158 (deprecated_update_frame_pc_hack): Update the next frame's PC and
14159 ID cache when necessary.
14160 (frame_saved_regs_id_unwind): Use frame_relative_level.
14161 (deprecated_generic_get_saved_register): Use frame_relative_level,
14162 get_frame_saved_regs, get_frame_pc, get_frame_base and
14163 get_next_frame.
14164 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
14165 frame_register.
14166
141672003-01-27 Daniel Jacobowitz <drow@mvista.com>
14168
14169 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
14170
141712003-01-27 Daniel Jacobowitz <drow@mvista.com>
14172
14173 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
14174 (maintenance_set_profile_cmd): Use error () instead of warning ().
14175
141762003-01-27 Daniel Jacobowitz <drow@mvista.com>
14177
14178 * configure.in: Check that -pg works if using --enable-profiling.
14179 Check for monstartup and _mcleanup regardless of --enable-profiling.
14180 * maint.c: Check for monstartup and _mcleanup before using them.
14181 * config.in: Regenerated.
14182 * configure: Regenerated.
14183
141842003-01-24 Nick Clifton <nickc@redhat.com>
14185
14186 * Add sh2e support:
14187
14188 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
14189
14190 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
14191 (sh2e_show_regs): New.
14192 (sh_gdbarch_init): Handle bfd_mach_sh2e.
14193 * config/sh/tm-sh.h: Added sh2e to comments.
14194
141952003-01-23 Jim Blandy <jimb@redhat.com>
14196
14197 * symfile.c (syms_from_objfile): Don't print the "(no debugging
14198 symbols found)" message here; we haven't checked for a separate
14199 debug info file yet, so we don't know yet.
14200 (symbol_file_add_with_addrs_or_offsets): Print it here, after
14201 we've looked everywhere. Also, there's no need to print a special
14202 message when we're loading the separate debug info file: the one
14203 symbol_file_add prints is fine.
14204
142052003-01-23 Alexander Larsson <alexl@redhat.com>
14206 Jim Blandy <jimb@redhat.com>
14207
14208 Add support for executables whose debug info has been separated
14209 out into a separate file, leaving only a link behind.
14210 * objfiles.h (struct objfile): New fields: separate_debug_objfile
14211 and separate_debug_objfile_backlink.
14212 (put_objfile_before): New declaration.
14213 * symfile.c: #include "filenames.h".
14214 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
14215 debug info in a separate file, read that, too. Save the addrs
14216 argument, so we can use it again to read the separated debug info;
14217 syms_from_objfile modifies the table we pass it.
14218 (reread_symbols): After re-reading an objfile, call
14219 reread_separate_symbols to refresh its separate debug info
14220 objfile, if it has one.
14221 (reread_separate_symbols, find_separate_debug_file,
14222 get_debug_link_info, separate_debug_file_exists): New functions.
14223 (debug_file_directory): New global var.
14224 (_initialize_symfile): Initialize debug_file_directory, and
14225 provide the new `set debug-file-directory' command to let the user
14226 change it.
14227 * objfiles.c (free_objfile): If this objfile has its debug info in
14228 a separate objfile, free that one too. If this is itself a
14229 separate debug info objfile, clear our parent's backlink.
14230 (put_objfile_before): New function.
14231 * utils.c (gnu_debuglink_crc32): New function.
14232 * defs.h (gnu_debuglink_crc32): New declaration.
14233 * Makefile.in (symfile.o): Note dependency on "filenames.h".
14234 * configure.in: Handle --with-separate-debug-dir config option.
14235 * acinclude.m4 (AC_DEFINE_DIR): New macro.
14236 * acconfig.h (DEBUGDIR): New macro.
14237 * configure, aclocal.m4, config.in: Regenerated.
14238
142392003-01-22 Jim Blandy <jimb@redhat.com>
14240
14241 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
14242 like the old symbol_file_add, but taking new arguments: you can
14243 now pass in either a `struct section_addr_info' list to say where
14244 each section is loaded, or a `struct section_offsets' table. Pass
14245 these new arguments through to syms_from_objfile as appropriate.
14246 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
14247 with the appropriate quiescent values for the new arguments.
14248
14249 * symfile.c: #include "gdb_assert.h".
14250 (syms_from_objfile): Add the ability to pass in a section offset
14251 table directly, as an alternative to the section_addr_info table.
14252 Document arguments better.
14253 (symbol_file_add): Pass extra arguments to syms_from_objfile.
14254 * symfile.h (syms_from_objfile): Update declaration.
14255 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
14256 syms_from_objfile.
14257 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
14258
142592003-01-22 Daniel Jacobowitz <drow@mvista.com>
14260
14261 Original patch by Tom Tromey <tromey@cygnus.com> and
14262 Jason Molenda <jmolenda@apple.com>.
14263 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
14264 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
14265 * NEWS: Mention profiling.
14266 * configure.in (--enable-gdbtk): Fix typo.
14267 (--enable-profiling): New. Set PROFILE_CFLAGS.
14268 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
14269 Fill in function.
14270 (profiling_state): New variable.
14271 (mcleanup_wrapper): New function.
14272 (_initialize_maint): Remove NOTYET, fix call to
14273 add_setshow_boolean_cmd for "maint set profile".
14274 * configure: Regenerated.
14275
142762003-01-21 Martin M. Hunt <hunt@redhat.com>
14277
14278 * Makefile.in (install-gdbtk): Install PNG images too.
14279
142802003-01-21 Andrew Cagney <ac131313@redhat.com>
14281
14282 * exec.c (text_start): Delete global variable.
14283 (exec_file_attach): Make text_start local to the function.
14284 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
14285 * valops.c (hand_function_call): Delete code that handles
14286 BEFORE_TEXT_END and AFTER_TEXT_END.
14287 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
14288 of CALL_DUMMY_LOCATION.
14289 * gdbarch.c: Regenerate.
14290 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
14291 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
14292 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
14293 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
14294 (text_end): Delete extern declaration.
14295
142962003-01-21 Andrew Cagney <ac131313@redhat.com>
14297
14298 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
14299 * blockframe.c (backtrace_below_main): Move to "frame.c".
14300 (frame_chain_valid): Delete check for backtrace_below_main.
14301 (_initialize_blockframe): Delete initialization, move ``set
14302 backtrace-below-main'' command to "frame.c".
14303 (do_flush_frames_sfunc): Delete function.
14304 * frame.c: Include "command.h" and "gdbcmd.h".
14305 (frame_type_from_pc): New function.
14306 (create_new_frame): Use frame_type_from_pc.
14307 (legacy_get_prev_frame): New function.
14308 (get_prev_frame): Rewrite. When an old style frame, call
14309 legacy_get_prev_frame. Otherwize, unwind the PC first.
14310 (_initialize_frame): Add ``set backtrace-below-main'' command.
14311 * Makefile.in (frame.o): Update dependencies.
14312
143132003-01-19 Andrew Cagney <ac131313@redhat.com>
14314
14315 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
14316 DEPRECATED_REGISTERS_INFO.
14317
143182003-01-19 Andrew Cagney <ac131313@redhat.com>
14319
14320 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
14321 Maintainers'. Update `Various Maintainers'.
14322
143232003-01-19 Andrew Cagney <ac131313@redhat.com>
14324
14325 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
14326 * gdbarch.sh (POP_FRAME): Change to function with predicate.
14327 Suppress actual parameters when `-'.
14328 * gdbarch.h, gdbarch.c: Regenerate.
14329
143302003-01-19 Andrew Cagney <ac131313@redhat.com>
14331
14332 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
14333 code handling dummy frames.
14334
143352003-01-19 Andrew Cagney <ac131313@redhat.com>
14336
14337 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
14338 (struct frame_unwind): Add field pop.
14339 * frame.h (frame_pop): Declare.
14340 * frame.c (frame_saved_regs_pop): New function.
14341 (trad_frame_unwinder): Add frame_saved_regs_pop.
14342 (frame_pop): New function.
14343 * dummy-frame.c (dummy_frame_pop): New function.
14344 (discard_innermost_dummy): New function.
14345 (generic_pop_dummy_frame): Use discard_innermost_dummy.
14346 (dummy_frame_unwind): Add dummy_frame_pop.
14347 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
14348 * valops.c (hand_function_call): Ditto.
14349 * stack.c (return_command): Ditto.
14350
143512003-01-18 Andrew Cagney <ac131313@redhat.com>
14352
14353 * cris-tdep.c: Fix function declaration indentation.
14354 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
14355 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
14356 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
14357 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
14358 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
14359 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
14360
143612003-01-18 Michael Chastain <mec@shout.net>
14362
14363 * README (Unpacking and Installation -- quick overview):
14364 Warn against ".../gdb-5.3/gdb/configure".
14365
143662003-01-18 Andrew Cagney <ac131313@redhat.com>
14367
14368 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
14369 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14370 (struct frame_unwind): Declare opaque.
14371 (dummy_frame_p): Declare function.
14372 * dummy-frame.c (dummy_frame_id_unwind): Make static.
14373 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14374 * dummy-frame.c: Include "frame-unwind.h".
14375 (dummy_frame_p): New function.
14376 (dummy_frame_unwind): New variable.
14377 * frame.c: Include "frame-unwind.h".
14378 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
14379 to use the new unwind field.
14380 (set_unwind_by_pc): Delete function.
14381 (create_new_frame, get_prev_frame): Set unwind field using
14382 frame_unwind_find_by_pc.
14383 (trad_frame_unwind, trad_frame_unwinder): New variables.
14384 * frame.h (trad_frame_unwind): Declare variable.
14385 (frame_id_unwind_ftype): Delete declaration.
14386 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
14387 (struct frame_unwind): Declare opaque.
14388 (struct frame_info): Replace the fields id_unwind, pc_unwind and
14389 register_unwind with a single unwind pointer.
14390 * frame-unwind.h, frame-unwind.c: New files.
14391 * Makefile.in (SFILES): Add frame-unwind.c.
14392 (frame_unwind_h): Define.
14393 (COMMON_OBS): Add frame-unwind.o.
14394 (frame-unwind.o): Specify dependencies.
14395 (frame.o, dummy-frame.o): Update dependencies.
14396
143972003-01-18 Andrew Cagney <ac131313@redhat.com>
14398
14399 * ada-valprint.c: Eliminate PTR.
14400 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
14401 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
14402 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
14403 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
14404 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
14405 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
14406 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
14407
144082003-01-17 Andrew Cagney <ac131313@redhat.com>
14409
14410 * main.c (captured_main): Don't use PTR.
14411 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
14412 * gdbtypes.c (lookup_primitive_typename): Ditto.
14413 (lookup_struct_elt_type): Ditto.
14414 * f-valprint.c (info_common_command): Ditto.
14415 (list_all_visible_commons): Ditto.
14416 * jv-typeprint.c (java_type_print_base): Ditto.
14417
14418 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
14419 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
14420 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
14421 i386-interix-nat.c and i386-interix-tdep.c. Rename
14422 m68klinux-nat.c and m68klinux-tdep.c. Rename
14423 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
14424 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
14425 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
14426 * main.c (captured_main): Use xfree, not free.
14427
144282003-01-16 Andrew Cagney <ac131313@redhat.com>
14429
14430 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
14431 ID back using a parameter.
14432 * frame.c (frame_id_unwind): Update call.
14433 (frame_saved_regs_id_unwind): Update.
14434 * dummy-frame.c (dummy_frame_id_unwind): Update function.
14435 * dummy-frame.h (struct frame_id): Add opaque declaration.
14436 (dummy_frame_id_unwind): Update declaration.
14437
144382003-01-15 Andrew Cagney <ac131313@redhat.com>
14439
14440 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
14441
144422003-01-15 Stephen P. Smith <ischis2@cox.net>
14443
14444 * MAINTAINERS (Stephen P. Smith): Updated email address.
14445
144462003-01-14 Elena Zannoni <ezannoni@redhat.com>
14447
14448 Fix PR gdb/898
14449 * breakpoint.c (until_break_command): Add new argument. Use it to
14450 decide whether to stop only at the current frame or not.
14451 * breakpoint.h (until_break_command): Update prototype.
14452 * infcmd.c (until_command): Add new argument to until_break_command
14453 call.
14454 (advance_command): New function.
14455 (_initialize_infcmd): Update help string for 'until' command.
14456 Add new 'advance' command.
14457
144582003-01-14 David Carlton <carlton@math.stanford.edu>
14459
14460 * linespec.c (decode_line_1): Normalize comments.
14461 (set_flags): Ditto.
14462 (locate_first_half): Ditto.
14463 (decode_compound): Ditto.
14464 (symtab_from_filename): Ditto.
14465 (decode_all_digits): Ditto.
14466 (decode_dollar): Ditto.
14467 (find_methods): Ditto.
14468 (find_toplevel_char): Ditto.
14469
144702003-01-13 Andrew Cagney <ac131313@redhat.com>
14471
14472 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
14473 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
14474 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
14475 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
14476 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
14477 * language.c, language.h, m32r-tdep.c: Update copyright.
14478 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
14479 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
14480 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
14481 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
14482 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
14483 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
14484
144852003-01-13 Elena Zannoni <ezannoni@redhat.com>
14486
14487 * stabsread.h (process_later, resolve_cfront_continuation):
14488 Obsolete.
14489 Update copyright years.
14490 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
14491 Update copyright year.
14492 * dbxread.c(struct cont_elem): Obsolete.
14493 (process_later, process_now): Obsolete functions.
14494 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
14495 Update copyright year.
14496 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14497 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14498 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14499 (parse_partial_symbols): Obsolete cfront support.
14500 * stabsread.c
14501 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14502 macros.
14503 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14504 read_cfront_baseclasses, read_cfront_member_functions,
14505 resolve_cfront_continuation,read_cfront_static_fields,
14506 copy_cfront_struct_fields): Obsolete functions.
14507 (define_symbol, read_one_struct_field): Obsolete cfront support.
14508 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14509 Update Copyright year.
14510
145112003-01-13 Elena Zannoni <ezannoni@redhat.com>
14512
14513 * stack.c (print_frame_info, print_stack_frame_base_stub,
14514 print_stack_frame_base, show_and_print_stack_frame_stub,
14515 show_and_print_stack_frame, print_only_stack_frame_stub,
14516 print_only_stack_frame): Delete functions.
14517 (print_stack_frame_stub): Call print_frame_info instead of
14518 print_frame_info_base.
14519 (print_frame_info_base): Rename to print_frame_info.
14520 (backtrace_command_1): Call print_frame_info, instead of
14521 print_frame_info_base.
14522 (current_frame_command): Call print_stack_frame, instead of
14523 print_only_stack_frame.
14524 (frame_command): Call print_stack_frame, instead of
14525 show_and_print_stack_frame.
14526 (up_command): Ditto.
14527 (down_command): Ditto.
14528 * frame.h (print_only_stack_frame): Delete prototype.
14529 * infrun.c (normal_stop): Call print_stack_frame, instead of
14530 show_and_print_stack_frame.
14531 * thread.c (info_threads_command): Call print_stack_frame, instead
14532 of print_only_stack_frame.
14533
145342003-01-13 Andrew Cagney <ac131313@redhat.com>
14535
14536 * README (Graphical interface to GDB): Update URL. Point at
14537 gdb/links/.
14538
14539 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
14540 version match.
14541
145422003-01-13 Daniel Jacobowitz <drow@mvista.com>
14543
14544 * symtab.c (find_pc_sect_line): Don't consider end-of-function
14545 lines.
14546
145472003-01-13 Daniel Jacobowitz <drow@mvista.com>
14548
14549 * thread-db.c (attach_thread): Prototype.
14550 (struct private_thread_info): Remove lwpid. Add thread handle (th),
14551 thread information (ti), and valid flags (th_valid, ti_valid).
14552 (attach_thread): Move target_pid_to_str call to after the thread
14553 is added to GDB's list. Initialize the cache.
14554 (thread_get_info_callback, thread_db_map_id2thr)
14555 (thread_db_get_info): New functions.
14556 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14557 (thread_db_store_registers, thread_db_thread_alive)
14558 (thread_db_get_thread_local_address): Use them.
14559 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14560 of calling error() for threads in unknown state.
14561
14562 (clear_lwpid_callback): New function.
14563 (thread_db_resume): Use it to clear the cache.
14564
145652003-01-13 Daniel Jacobowitz <drow@mvista.com>
14566
14567 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14568 (resume_callback): Remove dead code.
14569
145702003-01-13 Andrew Cagney <ac131313@redhat.com>
14571
14572 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14573 predicate.
14574 * gdbarch.h, gdbarch.c: Regenerate.
14575 * stack.c (frame_info): Only initialize the saved registers when
14576 FRAME_INIT_SAVED_REGS_P.
14577 * frame.c (frame_saved_regs_register_unwind): Assert
14578 FRAME_INIT_SAVED_REGS_P.
14579 (deprecated_generic_get_saved_register): Ditto.
14580
145812003-01-13 Daniel Jacobowitz <drow@mvista.com>
14582
14583 * source.c (openp): Squelch warning about "filename".
14584
145852003-01-13 Daniel Jacobowitz <drow@mvista.com>
14586
14587 * source.c (openp): If the file does not exist don't necessarily
14588 search the path.
14589
145902003-01-13 Daniel Jacobowitz <drow@mvista.com>
14591
14592 Fix PR gdb/872.
14593 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14594 (integer_types_same_name_p): New function.
14595 (rank_one_type): Use it.
14596 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14597
145982003-01-13 Daniel Jacobowitz <drow@mvista.com>
14599
14600 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14601 variables.
14602 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14603 * configure.in: Add --with-sysroot.
14604 * configure: Regenerated.
14605 * main.c (gdb_sysroot): New variable.
14606 (captured_main): Initialize gdb_sysroot.
14607 * defs.h (gdb_sysroot): New extern declaration.
14608 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14609
146102003-01-12 Michael Chastain <mec@shout.net>
14611
14612 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14613
146142003-01-12 Michael Chastain <mec@shout.net>
14615
14616 * top.c (print_gdb_version): Bump copyright year to 2003.
14617
146182003-01-12 David Carlton <carlton@bactrian.org>
14619
14620 * linespec.c (symtab_from_filename): Rename variable 's' to
14621 'file_symtab'.
14622
146232003-01-12 Andrew Cagney <ac131313@redhat.com>
14624
14625 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14626 dummy frame.
14627 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14628
146292003-01-12 Andrew Cagney <ac131313@redhat.com>
14630
14631 * d10v-tdep.c: Include "gdb_assert.h".
14632 (d10v_store_return_value): Rewrite to match current interface.
14633 (d10v_extract_struct_value_address): Ditto.
14634 (d10v_extract_return_value): Ditto.
14635 (d10v_gdbarch_init): Set store_restore_value,
14636 extract_struct_value_address and extract_return_value.
14637
146382003-01-12 J. Brobecker <brobecker@gnat.com>
14639
14640 * hpread.c (set_namestring): New procedure replacing the
14641 SET_NAMESTRING macro.
14642 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14643 by calls to set_namestring.
14644
146452003-01-11 J. Brobecker <brobecker@gnat.com>
14646
14647 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14648 a compilation warning.
14649 (hpread_process_one_debug_symbol): Likewise.
14650
146512003-01-10 David Carlton <carlton@math.stanford.edu>
14652
14653 * linespec.c (decode_line_1): Rename variable 's' to
14654 'file_symtab'.
14655 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14656 (decode_dollar): Ditto.
14657 (decode_variable): Ditto.
14658 (symbol_found): Ditto.
14659
146602003-01-09 Michael Chastain <mec@shout.net>
14661
14662 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14663
146642003-01-07 Corinna Vinschen <vinschen@redhat.com>
14665
14666 * win32-nat.c (set_process_privilege): New function.
14667 (child_attach): Call set_process_privilege() to enable the
14668 SE_DEBUG_NAME user privilege if available in process token.
14669
146702003-01-10 J. Brobecker <brobecker@gnat.com>
14671
14672 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14673 compilation error in the previous revision.
14674
146752003-01-09 David Carlton <carlton@math.stanford.edu>
14676
14677 * linespec.c: Update copyright.
14678
146792003-01-09 Daniel Jacobowitz <drow@mvista.com>
14680
14681 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14682 than inferior_ptid.
14683 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14684
146852003-01-09 Andrew Cagney <ac131313@redhat.com>
14686
14687 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14688 Update comments.
14689 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14690 (frame_saved_regs_zalloc): Update.
14691 (frame_saved_regs_register_unwind): Update.
14692 (create_new_frame): Update.
14693 (get_prev_frame): Update.
14694 (frame_extra_info_zalloc): Update.
14695 (deprecated_get_frame_saved_regs): Update.
14696 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14697 * cris-tdep.c: Update comment.
14698
14699 * somsolib.h: Fix function indentation.
14700 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14701 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14702 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14703 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14704 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14705
14706 * infrun.c (follow_fork): Use ISO C definition.
14707 * expprint.c (print_subexp): Use xfree instead of free.
14708 * charset.c: Include "gdb_string.h" instead of <string.h>.
14709 (register_iconv_charsets): Use ISO C definition.
14710 (host_charset, target_charset): Ditto.
14711 * Makefile.in (charset.o): Update dependencies.
14712 (mi-cmd-env.o): Update dependencies.
14713
147142003-01-08 Andrew Cagney <cagney@redhat.com>
14715
14716 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14717 get_frame_base.
14718
147192003-01-08 Andrew Cagney <ac131313@redhat.com>
14720
14721 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14722 build directories. Save edited gdb output in Mbuild.log. If a
14723 build fails, remove any final GDB executable.
14724
147252003-01-08 Andrew Cagney <ac131313@redhat.com>
14726
14727 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14728 replacing hex constants with function names and stripping leading
14729 file name directory prefixes.
14730
147312003-01-08 Andrew Cagney <cagney@redhat.com>
14732
14733 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14734 get_frame_base.
14735
147362003-01-08 David Carlton <carlton@math.stanford.edu>
14737
14738 * linespec.c (decode_line_1): Move code into decode_variable.
14739 (decode_variable): New function.
14740
147412003-01-08 Andrew Cagney <ac131313@redhat.com>
14742
14743 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14744
147452003-01-08 Andrew Cagney <cagney@redhat.com>
14746
14747 * cris-tdep.c (cris_frame_init_saved_regs): Use
14748 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14749 saved_regs buffer.
14750 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14751 (sh64_nofp_frame_init_saved_regs): Ditto.
14752 (sh_fp_frame_init_saved_regs): Ditto.
14753 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14754 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14755 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14756 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14757
147582003-01-08 Daniel Jacobowitz <drow@mvista.com>
14759
14760 * minsyms.c (lookup_minimal_symbol): Update comment.
14761 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14762 (lookup_minimal_symbol_solib_trampoline): Likewise.
14763
147642003-01-08 Andrew Cagney <cagney@redhat.com>
14765
14766 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14767 frame_relative_level.
14768
14769 * alpha-tdep.c: Use get_frame_extra_info.
14770 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14771 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14772 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14773 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14774
14775 * alpha-tdep.c: Use get_next_frame.
14776 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14777 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14778 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14779 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14780 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14781 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14782 * xstormy16-tdep.c: Ditto.
14783
147842003-01-07 Andrew Cagney <cagney@redhat.com>
14785
14786 * alpha-tdep.c: Use get_frame_base.
14787 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14788 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14789 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14790 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14791 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14792 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14793 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14794 * config/sparc/tm-sparc.h: Ditto.
14795
147962003-01-07 Andrew Cagney <cagney@redhat.com>
14797
14798 * frame.c (deprecated_get_frame_context): New function.
14799 (deprecated_set_frame_context): New function.
14800 * frame.h (deprecated_get_frame_context): Declare.
14801 (deprecated_set_frame_context): Declare.
14802 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14803 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14804
148052003-01-07 Andrew Cagney <cagney@redhat.com>
14806
14807 * frame.c (deprecated_set_frame_next_hack): New function.
14808 (deprecated_set_frame_prev_hack): New function.
14809 * frame.h (deprecated_set_frame_next_hack): Declare.
14810 (deprecated_set_frame_prev_hack): Declare.
14811 * mcore-tdep.c (analyze_dummy_frame): Use
14812 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14813 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14814
148152003-01-07 David Carlton <carlton@math.stanford.edu>
14816
14817 * linespec.c (decode_line_1): Move code into decode_dollar.
14818 (decode_dollar): New function.
14819
148202003-01-07 Andrew Cagney <cagney@redhat.com>
14821
14822 * arm-tdep.c (arm_init_extra_frame_info): Use
14823 deprecated_update_frame_base_hack.
14824 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14825 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14826 (fix_frame_pointer): Ditto.
14827 (mn10300_analyze_prologue): Ditto.
14828
148292003-01-07 Andrew Cagney <cagney@redhat.com>
14830
14831 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14832 extra_info using frame_extra_info_zalloc.
14833 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14834 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14835 (sh64_init_extra_frame_info): Ditto.
14836 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14837 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14838 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14839 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14840 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14841 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14842 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14843 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14844 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14845 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14846 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14847 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14848
14849 * mn10300-tdep.c (analyze_dummy_frame): Use
14850 deprecated_set_frame_extra_info_hack.
14851 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14852
148532003-01-07 J. Brobecker <brobecker@gnat.com>
14854
14855 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14856 class is not scText. These do not define "real" procedures.
14857 (parse_partial_symbols): Likewise.
14858
148592003-01-06 Michael Snyder <msnyder@redhat.com>
14860
14861 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14862
148632003-01-06 Andrew Cagney <ac131313@redhat.com>
14864
14865 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14866 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14867 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14868 deprecated_frame_xmalloc_with_cleanup.
14869 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14870 deprecated_frame_xmalloc.
14871 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14872 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14873
148742003-01-06 Andrew Cagney <cagney@redhat.com>
14875
14876 * x86-64-linux-tdep.c: Include "osabi.h".
14877 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14878
14879 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14880
148812003-01-06 Andrew Cagney <cagney@redhat.com>
14882
14883 * MAINTAINERS (Target Instruction Set Architectures): Update
14884 arm-elf. Can be built with -Werror, has been multiarched.
14885
14886 * value.h (unpack_long): Make buffer parameter constant.
14887 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14888 * scm-lang.h (scm_parse): Ditto.
14889 * defs.h (extract_typed_address, extract_address): Ditto.
14890 (extract_long_unsigned_integer): Ditto.
14891 * inferior.h (unsigned_pointer_to_address): Ditto.
14892 (signed_pointer_to_address): Ditto.
14893 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14894 * gdbarch.h, gdbarch.c: Regenerate.
14895 * findvar.c (extract_long_unsigned_integer): Update.
14896 (extract_address): Update.
14897 (extract_typed_address): Update.
14898 (unsigned_pointer_to_address): Update.
14899 * values.c (unpack_long): Update.
14900 (unpack_double): Update.
14901 (unpack_pointer): Update.
14902 (unpack_field_as_long): Update.
14903 * d10v-tdep.c (d10v_pointer_to_address): Update.
14904 * avr-tdep.c (avr_pointer_to_address): Update.
14905 * scm-lang.c (scm_unpack): Update.
14906 * findvar.c (signed_pointer_to_address): Update.
14907
149082003-01-06 Michal Ludvig <mludvig@suse.cz>
14909
14910 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14911 since it is in i386-tdep.c.
14912
149132003-01-06 J. Brobecker <brobecker@gnat.com>
14914
14915 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14916 failure introduced in the previous change.
14917
149182003-01-05 Michael Chastain <mec@shout.net>
14919
14920 * README: Remove references to deleted remote-*.c files:
14921 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14922 remote-nrom.c, remote-os9k.c, remote-udi.c.
14923
149242003-01-05 Mark Kettenis <kettenis@gnu.org>
14925
14926 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14927 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14928 i386_get_longjmp_target.
14929
149302003-01-05 Andrew Cagney <ac131313@redhat.com>
14931
14932 * arm-tdep.c (prologue_cache): Change to a pointer.
14933 (_initialize_arm_tdep): Allocate prologue_cache.
14934 (check_prologue_cache): Update.
14935 (save_prologue_cache): Update.
14936 (arm_gdbarch_init): Update.
14937
149382003-01-04 Daniel Jacobowitz <drow@mvista.com>
14939
14940 * stabsread.c (update_method_name_from_physname): Call complaint()
14941 instead of error.
14942
149432003-01-04 Daniel Jacobowitz <drow@mvista.com>
14944
14945 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14946 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14947 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14948
14949 * blockframe.c: Include "gdbcmd.h" and "command.h".
14950 (backtrace_below_main): New variable.
14951 (file_frame_chain_valid, func_frame_chain_valid)
14952 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14953 (generic_func_frame_chain_valid): Remove functions.
14954 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14955 (_initialize_blockframe): New function.
14956 * Makefile.in (blockframe.o): Update dependencies.
14957 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14958 comment. Call frame_chain_valid ().
14959 * frame.h: Remove old prototypes. Add prototype for
14960 frame_chain_valid and update comments to match.
14961 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14962 Remove old comment.
14963 * gdbarch.h: Regenerated.
14964 * gdbarch.c: Regenerated.
14965
14966 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14967 set_gdbarch_frame_chain_valid.
14968 * avr-tdep.c (avr_gdbarch_init): Likewise.
14969 * cris-tdep.c (cris_gdbarch_init): Likewise.
14970 * frv-tdep.c (frv_gdbarch_init): Likewise.
14971 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14972 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14973 (i386_nw_init_abi): Likewise.
14974 (i386_gdbarch_init): Likewise.
14975 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14976 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14977 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14978 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14979 * mips-tdep.c (mips_gdbarch_init): Likewise.
14980 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14981 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14982 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14983 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14984 * s390-tdep.c (s390_gdbarch_init): Likewise.
14985 * sh-tdep.c (sh_gdbarch_init): Likewise.
14986 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14987 * v850-tdep.c (v850_gdbarch_init): Likewise.
14988 * vax-tdep.c (vax_gdbarch_init): Likewise.
14989 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14990
14991 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14992 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14993 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14994 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14995 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14996 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14997 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14998 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14999
150002002-01-04 Daniel Jacobowitz <drow@mvista.com>
15001
15002 * Makefile.in (acconfig_h): Remove incorrect macro.
15003 (config_h): Define.
15004 (osabi.o): Update dependencies.
15005 * configure.tgt: Set gdb_osabi based on target triplet.
15006 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
15007 * configure: Regenerated.
15008 * config.in: Regenerated.
15009 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
15010 (GDB_OSABI_DEFAULT): Define if not already defined.
15011 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
15012 (set_osabi_string): New variables.
15013 (gdbarch_register_osabi): Add new OS ABI to
15014 gdb_osabi_available_names.
15015 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
15016 (set_osabi, show_osabi): New functions.
15017 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
15018
150192003-01-04 Daniel Jacobowitz <drow@mvista.com>
15020
15021 * arch-utils.c (gdbarch_info_init): Set osabi to
15022 GDB_OSABI_UNINITIALIZED.
15023 * gdbarch.sh: Add osabi to struct gdbarch and to struct
15024 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
15025 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
15026 * gdbarch.c: Regenerated.
15027 * gdbarch.h: Regenerated.
15028 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
15029 there's no BFD.
15030 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
15031 * osabi.h (enum gdb_osabi): Move to defs.h.
15032 (gdbarch_init_osabi): Update prototype.
15033 * defs.h (enum gdb_osabi): Moved here.
15034 * Makefile.in: Update dependencies.
15035
15036 * alpha-tdep.h: Don't include "osabi.h".
15037 (struct gdbarch_tdep): Remove osabi member.
15038 * alpha-tdep.c: Include "osabi.h".
15039 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15040 iterate over arches. Update call to gdbarch_init_osabi.
15041 (alpha_dump_tdep): Don't dump osabi.
15042 * alpha-linux-tdep.c: Include "osabi.h".
15043 * alpha-osf1-tdep.c: Include "osabi.h".
15044 * alphafbsd-tdep.c: Include "osabi.h".
15045 * alphanbsd-tdep.c: Include "osabi.h".
15046
15047 * arm-tdep.h: Don't include "osabi.h".
15048 (struct gdbarch_tdep): Remove osabi member.
15049 * arm-tdep.c: Include "osabi.h".
15050 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15051 iterate over arches. Update call to gdbarch_init_osabi.
15052 (arm_dump_tdep): Don't dump osabi.
15053 * arm-linux-tdep.c: Include "osabi.h".
15054 * armnbsd-tdep.c: Include "osabi.h".
15055
15056 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
15057 Update call to gdbarch_init_osabi.
15058
15059 * i386-tdep.h: Don't include "osabi.h".
15060 (struct gdbarch_tdep): Remove osabi member.
15061 * i386-tdep.c: Include "osabi.h".
15062 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15063 iterate over arches. Update call to gdbarch_init_osabi.
15064 (i386_dump_tdep): Don't dump osabi.
15065 * i386-linux-tdep.c: Include "osabi.h".
15066 * i386-sol2-tdep.c: Include "osabi.h".
15067 * i386bsd-tdep.c: Include "osabi.h".
15068 * i386gnu-tdep.c: Include "osabi.h".
15069 * i386ly-tdep.c: Include "osabi.h".
15070 * i386nbsd-tdep.c: Include "osabi.h".
15071 * i386obsd-tdep.c: Include "osabi.h".
15072
15073 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
15074 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15075 check osabi when iterating over arches. Update call to
15076 gdbarch_init_osabi.
15077 (mips_dump_tdep): Don't dump osabi.
15078
15079 * ns32k-tdep.h: Don't include "osabi.h".
15080 (struct gdbarch_tdep): Remove.
15081 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
15082 gdbarch_lookup_osabi. Don't iterate over arches. Don't
15083 allocate tdep. Update call to gdbarch_init_osabi.
15084 (ns32k_dump_tdep): Remove.
15085 (_initialize_ns32k_tdep): Update call to gdbarch_register.
15086 * ns32knbsd-tdep.c: Include "osabi.h".
15087
15088 * ppc-tdep.h: Don't include "osabi.h".
15089 (struct gdbarch_tdep): Remove osabi member.
15090 * rs6000-tdep.c: Include "osabi.h".
15091 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
15092 osabi when iterating over arches. Update call to
15093 gdbarch_init_osabi.
15094 (rs6000_dump_tdep): Don't dump osabi.
15095 * ppc-linux-tdep.c: Include "osabi.h".
15096 * ppcnbsd-tdep.c: Include "osabi.h".
15097
15098 * sh-tdep.h: Don't include "osabi.h".
15099 (struct gdbarch_tdep): Remove osabi member.
15100 * sh-tdep.c: Include "osabi.h".
15101 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15102 iterate over arches. Update call to gdbarch_init_osabi.
15103 (sh_dump_tdep): Don't dump osabi.
15104 * shnbsd-tdep.c: Include "osabi.h".
15105
15106 * sparc-tdep.c: Include "osabi.h".
15107 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15108 iterate over arches. Update call to gdbarch_init_osabi.
15109 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
15110 tdep structure.
15111
15112 * vax-tdep.h: Don't include "osabi.h".
15113 (struct gdbarch_tdep): Remove.
15114 * vax-tdep.c: Include "osabi.h".
15115 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
15116 iterate over arches. Don't allocate tdep. Update call
15117 to gdbarch_init_osabi.
15118 (vax_dump_tdep): Remove.
15119 (_initialize_vax_tdep): Update call to gdbarch_register.
15120
151212003-01-04 Daniel Jacobowitz <drow@mvista.com>
15122
15123 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
15124 entirely.
15125 (breakpoint_re_set_one): Don't fetch the value for a disabled
15126 watchpoint.
15127
151282003-01-04 Daniel Jacobowitz <drow@mvista.com>
15129
15130 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
15131 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
15132 (COERCE_FLOAT_TO_DOUBLE): Remove.
15133 * gdbarch.c: Regenerate.
15134 * gdbarch.h: Regenerate.
15135 * Makefile.in: Remove value_h from gdbarch_h.
15136 * valops.c (coerce_float_to_double): New variable.
15137 (default_coerce_float_to_double): Remove.
15138 (standard_coerce_float_to_double): Remove.
15139 (value_arg_coerce): Use coerce_float_to_double.
15140 (_initialize_valops): Add "set coerce-float-to-double".
15141 * value.h (default_coerce_float_to_double): Remove prototype.
15142 (standard_coerce_float_to_double): Remove prototype.
15143
15144 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
15145 prototyped.
15146 * mdebugread.c (parse_symbol): Likewise.
15147 * stabsread.c (define_symbol): Mark all functions as prototyped.
15148
15149 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
15150 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
15151 set_gdbarch_coerce_float_to_double.
15152 * arm-tdep.c (arm_gdbarch_init): Likewise.
15153 * frv-tdep.c (frv_gdbarch_init): Likewise.
15154 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
15155 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
15156 * mips-tdep.c (mips_gdbarch_init): Likewise.
15157 (mips_coerce_float_to_double): Remove.
15158 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
15159 (rs6000_coerce_float_to_double): Remove.
15160 * s390-tdep.c (s390_gdbarch_init): Likewise.
15161 * sh-tdep.c (sh_gdbarch_init): Likewise.
15162 (sh_coerce_float_to_double): Remove.
15163 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
15164 (sparc_coerce_float_to_double): Remove.
15165 * v850-tdep.c (v850_gdbarch_init): Likewise.
15166 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
15167 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15168 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
15169 (hppa_coerce_float_to_double): Remove prototype.
15170 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15171
151722003-01-04 Daniel Jacobowitz <drow@mvista.com>
15173
15174 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
15175
151762003-01-04 Daniel Jacobowitz <drow@mvista.com>
15177
15178 Suggested by Stewart Brown <sb24@avaya.com>:
15179 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
15180 in recursive calls. Handle TYPE_CODE_TYPEDEF.
15181 (c_type_print_varspec_suffix): Likewise.
15182
151832003-01-04 Mark Kettenis <kettenis@gnu.org>
15184
15185 * configure.in: Don't set and AC_SUBST SUBDIRS.
15186 * configure: Regenerated.
15187
15188 * configure.in: Remove code dealing with shared libraries.
15189 * Makefile.in: Remove HLDFLAGS and HLDENV.
15190 * configure: Regenerated.
15191
151922003-01-04 Andrew Cagney <ac131313@redhat.com>
15193
15194 * frame.c (deprecated_frame_xmalloc): New function.
15195 (deprecated_set_frame_saved_regs_hack): New function.
15196 (deprecated_set_frame_extra_info_hack): New function.
15197 * frame.h (deprecated_frame_xmalloc): Declare.
15198 (deprecated_set_frame_saved_regs_hack): Declare.
15199 (deprecated_set_frame_extra_info_hack): Declare.
15200
152012003-01-04 Mark Kettenis <kettenis@gnu.org>
15202
15203 * configure.in: Move code that provides the --enable-gdbtk option
15204 right after the code that handles the --enable-tui option, and
15205 polish it somewhat.
15206 * configure: Regenerated.
15207
15208 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
15209 AC_CHECK_FUNCS and remove the old check for pread64.
15210 * acinclude.m4 (AC_GNU_SOURCE): New macro.
15211 * acconfig.h (_GNU_SOURCE): Add.
15212 (HAVE_PREAD64): Remove.
15213 * configure, aclocal.m4, config.in: Regenerated.
15214
152152003-01-03 Andrew Cagney <ac131313@redhat.com>
15216
15217 * alpha-tdep.c: Use get_frame_saved_regs.
15218 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15219 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
15220 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
15221 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
15222 * vax-tdep.c, xstormy16-tdep.c: Ditto.
15223
152242003-01-03 Mark Kettenis <kettenis@gnu.org>
15225
15226 * configure.in: Remove all use of the SUBDIRS variable; add
15227 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
15228 code providing the --enable-multi-ice option, and move it right in
15229 front of the code that checks whether gdbserver is supported.
15230 Polish that too.
15231 * configure: Regenerated.
15232 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
15233 @SUBDIRS@.
15234
152352003-01-03 Andrew Cagney <cagney@redhat.com>
15236
15237 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
15238 * avr-tdep.c, cris-tdep.c: Ditto.
15239 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
15240 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15241
152422003-01-03 Mark Kettenis <kettenis@gnu.org>
15243
15244 * configure.in: Remove --enable-netrom option.
15245 * configure: Regenerated.
15246
152472003-01-03 Mark Kettenis <kettenis@gnu.org>
15248
15249 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
15250 declaration for `struct re_pattern_buffer' instead.
15251 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
15252
152532003-01-03 J. Brobecker <brobecker@gnat.com>
15254
15255 * mdebugread.c (parse_symbol): Count until the stEnd matching
15256 the structure name.
15257
152582003-01-02 Mark Kettenis <kettenis@gnu.org>
15259
15260 * configure.in: Remove --with-cpu option.
15261 subscripts. Remove evil changequotes here.
15262 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
15263 * config.in, configure: Regenerated.
15264
15265 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
15266 * configure.in: Cleanup section that sources GDB and BFD configure
15267 subscripts. Remove evil changequotes here.
15268 * config.in, configure: Regenerated.
15269
152702003-01-02 Andrew Cagney <ac131313@redhat.com>
15271
15272 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
15273 frame accessor methods.
15274 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15275 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
15276 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
15277 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
15278 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15279 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
15280 * z8k-tdep.c: Ditto.
15281
152822003-01-02 Mark Kettenis <kettenis@gnu.org>
15283
15284 * configure.in: Remove UI_OUT configuration code.
15285 * ada-lang.c: Update assuming UI_OUT is always true.
15286 * Makefile.in (UIOUT_CFLAGS): Remove.
15287 * configure: Regenerated.
15288 * TODO: Remove blurb about elimination of -DUI_OUT.
15289
15290 * configure.in: Move code that provides the --enable-gdbcli,
15291 --enable-gdbmi options right before the code that handles the
15292 --enable-tui option. Polish a bit.
15293 * configure: Regenerated.
15294
15295 * configure.in: Rewrite check for GNU regex and the
15296 --without-included regex option, and move it into the "Checks for
15297 library functions" section. This makes us use the system regex
15298 again by default on systems with version 2 of the GNU C library.
15299 This was apparently broken.
15300 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
15301 * acconfig.h (USE_INCLUDED_REGEX): Remove.
15302 * config.in, configure: Regenerated.
15303
15304 * configure.in: Move code that provides the --enable-tui option
15305 before the "Checks for libraries" section. Polish the code
15306 somewhat and set need_curses to yes if we build the TUI. Rewrite
15307 code that looks for a library providing termcap functionality to
15308 match more closely what's done in the Readline library, and move
15309 it into to the "Checks for libraries" section.
15310 * configure: Regenerated.
15311 * Makefile.in (TERMCAP): Remove variable.
15312 * config/i386/go32.mh (TERMCAP): Remove variable.
15313
153142003-01-02 Andrew Cagney <ac131313@redhat.com>
15315
15316 * MAINTAINERS: Mention gdb_mbuild.sh.
15317 * gdb_mbuild.sh: Rewrite.
15318
153192003-01-02 Mark Kettenis <kettenis@gnu.org>
15320
15321 * configure.in: Fix typo in last change.
15322 * config.in, configure: Regenerated.
15323
153242003-01-02 Andrew Cagney <ac131313@redhat.com>
15325
15326 * valarith.c (value_binop): Delete obsolete code and comments.
15327 * configure.host: Ditto.
15328 * buildsym.h (make_blockvector): Ditto.
15329 * buildsym.c (make_blockvector): Ditto.
15330 * defs.h (enum language): Ditto.
15331 (chill_demangle): Ditto.
15332 * elfread.c (elf_symtab_read): Ditto.
15333 * dwarfread.c (CHILL_PRODUCER): Ditto.
15334 (set_cu_language): Ditto.
15335 (handle_producer): Ditto.
15336 * expprint.c (print_subexp): Ditto.
15337 * gdbtypes.c (chill_varying_type): Ditto.
15338 * gdbtypes.h (builtin_type_chill_bool): Ditto.
15339 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
15340 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
15341 (chill_varying_type): Ditto.
15342 * language.h (_LANG_chill): Ditto.
15343 * language.c (binop_result_type, integral_type): Ditto.
15344 (character_type, string_type, structured_type): Ditto.
15345 (lang_bool_type, binop_type_check): Ditto.
15346 * stabsread.h (os9k_stabs): Ditto.
15347 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
15348 (define_symbol, read_type, read_struct_fields): Ditto.
15349 (read_array_type, read_enum_type, read_huge_number): Ditto.
15350 (read_range_type, start_stabs): Ditto.
15351 * symfile.c (init_filename_language_table): Ditto.
15352 (add_psymbol_with_dem_name_to_list): Ditto.
15353 * symtab.c (symbol_init_language_specific): Ditto.
15354 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
15355 * symtab.h (struct general_symbol_info): Ditto.
15356 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
15357 * typeprint.c (typedef_print): Ditto.
15358 * utils.c (fprintf_symbol_filtered): Ditto.
15359 * valops.c (value_cast, search_struct_field, value_slice): Delete
15360 obsolete code.
15361 (varying_to_slice): Delete function.
15362 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
15363 (varying_to_slice): Delete declaration.
15364 * MAINTAINERS: Update.
15365
153662003-01-02 Mark Kettenis <kettenis@gnu.org>
15367
15368 * configure.in: Reorganize "Checks for library functions section"
15369 a bit. Remove check for `btowc' and `isascii' functions.
15370 * configure: Regenerated.
15371
15372 * acconfig.h (_MSE_INT_H): Remove.
15373 * configure.in: Create "Checks for header files" section, and move
15374 appropriate tests there. Don't check for objlist.h, wchar.h,
15375 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
15376 misdetection fix. Also add "Checks for types", "Checks for
15377 compiler characteristics" and "Checks for library functions"
15378 sections.
15379 * config.in, configure: Regenerated.
15380
15381 * configure.in: Create "Checks for programs" section, and move
15382 appropriate tests there.
15383
153842003-01-01 Mark Kettenis <kettenis@gnu.org>
15385
15386 * configure.in: Create "Checks for libraries" section, and move
15387 appropriate tests there. Cleanup check for wctype in libw. Use
15388 AC_SEARCH_LIBS to see whether we need libsocket.
15389 * configure: Regenerated.
15390
15391For older changes see ChangeLog-2002
15392\f
15393Local Variables:
15394mode: change-log
15395left-margin: 8
15396fill-column: 74
15397version-control: never
15398End:
This page took 0.111368 seconds and 4 git commands to generate.