OSDN Git Service

2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
[pf3gnuchains/sourceware.git] / gdb / ChangeLog
1 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
2
3         * hppa-tdep.c (hppa_gdbarch_init): Set long double floating
4         point type to floatformat_ia64_quad_big.
5
6 2003-12-18  Kevin Buettner  <kevinb@redhat.com>
7
8         * frv-tdep.c (skip_prologue_using_sal): New function.  Taken verbatim
9         from mips-tdep.c.
10         (frv_analyze_prologue): Rework to account for intermixed prologue /
11         body instructions.
12
13 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
14
15         * hppa-tdep.c (hppa_gdbarch_init): Set sizeof(long_double) to 128.
16         Document type sizes for hppa*-*-hpux* compilers available to me.
17
18 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
19
20         * hppam3-nat.c: Delete obsolete file.
21         * hppab-nat.c: Delete obsolete file.
22         * Makefile.in: Remove references.
23
24 2003-12-17  Jeff Johnston  <jjohnstn@redhat.com>
25
26         * symtab.c (decode_line_spec): Change call to decode_line_1.
27
28 2003-12-17  Jeff Johnston  <jjohnstn@redhat.com>
29
30         * linespec.h (decode_line_1): Add new not_found_ptr parameter.
31         * linespec.c (decode_line_1): Add new parameter.  Pass on
32         new parameter to decode_variable and symtab_from_filename
33         functions.
34         (decode_variable): Add new not_found_ptr parameter.  Throw exception
35         rather than failing if the not_found_ptr is non-null and the
36         function is not found.
37         (symtab_from_filename): Add new not_found_ptr parametr.   Throw 
38         exception rather than failing if the not_found_ptr is non-null and 
39         the source file is not found.
40         * breakpoint.c: Change all callers of decode_line_1 to add default
41         extra parameter for decode_line_1 calls.
42         * tracepoint.c: Ditto.
43         * cli/cli-cmds.c: Ditto.
44
45 2003-12-16  J. Brobecker  <brobecker@gnat.com>
46
47         * irix5-nat.c: Include mips-tdep.h.
48
49 2003-12-16  Mark Kettenis  <kettenis@gnu.org>
50
51         * solib.h (SOLIB_CREATE_CATCH_LOAD_HOOK)
52         (SOLIB_CREATE_CATCH_UNLOAD_HOOK, SOLIB_LOADED_LIBRARY_PATHNAME)
53         (SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_HAVE_LOAD_EVENT)
54         (SOLIB_HAVE_UNLOAD_EVENT): Remove defines.
55
56         * blockframe.c (inside_main_func): Don't treat a zero PC specially.
57         Needed to fix PR backtrace/1476.
58
59 2003-12-16  David Carlton  <carlton@kealia.com>
60
61         * cp-support.c (class_name_from_physname): Add DMGL_PARAMS.
62         (method_name_from_physname): Ditto.
63
64 2003-12-15  Mark Kettenis  <kettenis@gnu.org>
65
66         * i386-sol2-tdep.c (i386_sol2_gregset_reg_offset): New variable.
67         (i386_sol2_init_abi): Initialize TDEP->gregset_reg_offset,
68         TDEP->gregset_num_regs, TDEP->sizeof_gregset and
69         TDEP->sizeof_fpregset.
70         * config/i386/i386sol2.mh (XM_FILE): Set to xm-i386.h.
71         (XM_CLIBS): Remove.
72         (NATDEPFILES): Remove core-regset.o and corelow.o.
73         * config/i386/i386sol2.mt (TDEPFILES): Add corelow.o.
74
75 2003-12-14  Mark Kettenis  <kettenis@gnu.org>
76
77         * proc-api.c (procfs_note): Add format string to fprintf call.
78
79         * i386-tdep.c (i386_analyze_frame_setup): Add missing encodings
80         for `subl' and `xorl' instructions.
81
82 2003-12-13  Jim Blandy  <jimb@redhat.com>
83
84         * dwarf2read.c (dwarf2_add_member_fn, read_structure_scope):
85         Replace uses of DEPRECATED_STREQ and DEPRECATED_STREQN with calls
86         to strcmp and strncmp.
87
88         * osabi.c (gdbarch_init_osabi): Reformat error message with better
89         line breaks.
90
91 2003-12-13  Mark Kettenis  <kettenis@gnu.org>
92
93         * blockframe.c (inside_main_func): Reformat.  Introduce new local
94         variables to prevent long lines.  Update comments to reflect
95         reality.
96
97 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
98
99         From David Mosberger  <davidm@hpl.hp.com>:
100         * libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments
101         with a single unw_dyn_info_t pointer.
102         (libunwind_find_dyn_list): Likewise.
103         * libunwind-frame.h: Likewise.
104         * ia64-tdep.c (ia64_find_unwind_table): Switch to using
105         UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the
106         entire unwind-table at once.  Support for this table format has
107         been added to libunwind v0.95.
108         (ia64_find_proc_info_x): Adjust for remote-unwind-table changes.
109         (ia64_get_dyn_info_list): Adjust for interface change for
110         libunwind_find_dyn_list().
111
112 2003-12-12  Jeff Johnston  <jjohnstn@redhat.com>
113
114         * breakpoint.c (breakpoint_enabled): New function to test whether
115         breakpoint is active and enabled.
116         (insert_bp_location, insert_breakpoints): Call new function to test
117         for enabled breakpoint.
118         (remove_breakpoint, breakpoint_here_p, breakpoint_thread_match)
119         (bpstat_should_step, bpstat_have_active_hw_watchpoints)
120         (disable_breakpoints_in_shlibs, hw_watchpoint_used_count)
121         (disable_watchpoints_before_interactive_call_start)
122         (breakpoint_re_set_one): Ditto.
123         (bpstat_stop_status): Use new function and simplify test.
124
125 2003-12-11  Mark Kettenis  <kettenis@gnu.org>
126
127         * observer.c (observer_test_first_observer)
128         (observer_test_second_observer, observer_test_third_observer):
129         Don't define as `static'.
130         (observer_test_first_notification_function)
131         (observer_test_second_notification_function)
132         (observer_test_third_notification_function): Likewise.
133
134 2003-12-10  Mark Kettenis  <kettenis@gnu.org>
135
136         * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
137         of (0).
138
139 2003-12-11  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
140
141         * MAINTAINERS (write after approval): Add myself.
142
143 2003-12-11  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
144
145         * config/h8300/tm-h8300.h (h8300hmode): Remove.
146         (h8300hmode): Likewise.
147         (h8300smode): Likewise.
148         (h8300sxmode): Likewise.
149         (h8300_normal_mode): Likewise.
150         (GDB_TARGET_IS_H8300): Likewise.
151         (NUM_REALREGS): Use TARGET_ARCHITECTURE->mach instead of global.
152         * h8300-tdep.c (is_h8300hmode): New function.
153         (is_h8300smode): New function.
154         (is_h8300sxmode): New function.
155         (is_h8300_normal_mode): New function.
156         (BINWORD): Use new functions.
157         (h8300_examine_prologue): Likewise.
158         (h8300_print_register): Likewise.
159         (h8300_print_registers_info): Likewise.
160         (h8300_register_type): Likewise.
161         (h8300_gdbarch_init): Remove use of globals like h8300hmode.
162         * remote-e7000.c (e7000_open): Remove use of GDB_TARGET_IS_H8300.
163         (e7000_fetch_registers): Use TARGET_ARCHITECTURE->mach instead.
164         (e7000_wait): Use TARGET_ARCHITECTURE->mach instead of global.
165
166 2003-12-10  J. Brobecker  <brobecker@gnat.com>
167
168         * frame.c (select_frame): Get the current frame PC using
169         get_frame_address_in_block() instead of get_frame_pc().
170         * stack.c (get_frame_language): Likewise.
171
172 2003-12-08  Kevin Buettner  <kevinb@redhat.com>
173
174         * remote.c (remote_open_1, remote_cisco_open): Avoid closing
175         remote_desc more than once.
176
177 2003-12-07  Andrew Cagney  <cagney@redhat.com>
178
179         * defs.h (DEPRECATED_STREQN, DEPRECATED_STREQ): Simplify by
180         directly calling strcmp equivalents.  Add disclaimer.
181
182 2003-12-06  Andrew Cagney  <cagney@redhat.com>
183
184         * remote.c (remote_fetch_registers): For short packets, explicitly
185         supply a zero value.  Use regcache_raw_supply.  Fix suggested by
186         Jonathan Larmour.
187
188 2003-12-05  Jeff Johnston  <jjohnstn@redhat.com>
189
190         * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double
191         format to be the i387 extended float format which is used for
192         long doubles stored in memory. 
193
194 2003-12-05  Mark Kettenis  <kettenis@gnu.org>
195
196         From Ulrich Weigand  <weigand@informatik.uni-erlangen.de>:
197         * dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA
198         column instead of translating it.
199
200 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
201
202         Partial fix for PR c++/1465.
203         Fix for PR c++/1377.
204         * cp-support.h (cp_lookup_rtti_type): New function.
205         * cp-support.c (cp_lookup_rtti_type): New function.
206         * gnu-v2-abi.c: Update copyright years.
207         (gnuv2_rtti_type): Call cp_lookup_rtti_type.
208         * gnu-v3-abi.c: Update copyright years.
209         (gnuv3_rtti_type): Call cp_lookup_rtti_type.
210
211 2003-12-04  J. Brobecker  <brobecker@gnat.com>
212
213         * stabsread.c (read_type): Save a reference to types that are defined
214         as cross references to other types.
215
216 2003-12-02  Roland McGrath  <roland@redhat.com>
217
218         * thread-db.c (enable_thread_event): Change return type to
219         td_err_e.  Return TD_OK or error code.
220         (enable_thread_event_reporting): Update callers.
221
222 2003-12-03  Ian Lance Taylor  <ian@wasabisystems.com>
223
224         * NEWS: Mention new C++ demangler code.
225
226 2003-12-03  Andrew Cagney  <cagney@redhat.com>
227
228         * ppc-linux-nat.c (store_register, fetch_register): Convert
229         between ptrace and regcache's wordsize.
230         (ppc_register_u_addr): Use the ptrace wordsize.
231
232 2003-12-02  Kevin Buettner  <kevinb@redhat.com>
233
234         * frv-tdep.c (frv_gdbarch_init): Add case for fr550.
235
236 2003-12-02  Daniel Jacobowitz  <drow@mvista.com>
237
238         * dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
239         (dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
240         (dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
241         (dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
242         Delete.
243         (dwarf2_read_section): Remove offset and size arguments.  Use
244         bfd_get_section_size_before_reloc and sectp->filepos.
245         (dwarf2_has_info): Clear section variables instead of offsets.
246         (dwarf2_locate_sections): Don't initialize the deleted variables.
247         (dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
248         (dwarf2_build_psymtabs_easy): Likewise.
249         * dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
250         (dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
251         declarations.
252         (dwarf2_read_section): Update prototype.
253         (dwarf2_build_frame_info): Update calls to dwarf2_read_section.
254         Use bfd_get_section_size_before_reloc instead of global size
255         variables.
256
257 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
258
259         * dwarfread.c: Update documentation on the state of dwarf-1.
260
261 2003-12-01  Andrew Cagney  <cagney@redhat.com>
262
263         Obsolete old MIPS SVr3 and SVr4 systems.
264         * NEWS: Mention obsoleted systems.
265         * configure.tgt: Mark mips*-*-sysv4* as obsolete.
266         * configure.host: Mark mips-dec-*, mips-little-*, mips-sony-*,
267         mips-*-sysv4*, mips-*-sysv*, mips-*-riscos* and mips-*-mach3* as
268         obsolete.
269         * config/mips/decstation.mh: Mark as obsolete.
270         * config/mips/littlemips.mh: Mark as obsolete.
271         * config/mips/nm-mips.h: Mark as obsolete.
272         * config/mips/xm-mips.h: Mark as obsolete.
273         * config/mips/news-mips.mh: Mark as obsolete.
274         * config/mips/nm-news-mips.h: Mark as obsolete.
275         * config/mips/riscos.mh: Mark as obsolete.
276         * config/mips/nm-riscos.h: Mark as obsolete.
277         * config/mips/xm-riscos.h: Mark as obsolete.
278         * config/mips/mipsv4.mt: Mark as obsolete.
279         * config/mips/tm-mipsv4.h: Mark as obsolete.
280         * config/mips/xm-mipsv4.h: Mark as obsolete.
281
282         Obsolete old m68k systems.
283         * configure.host: Mark m68*-sun-*, m68*-sun-sunos4*,
284         m68*-sun-sunos3*, m68*-motorola-*, m68*-*-sysv4*, m68*-*-lynxos*,
285         m68*-bull*-sysv*, m68*-att-*, m680[01]0-sun-sunos4*, and
286         m680[01]0-sun-sunos3* as obsolete.
287         * configure.tgt: Mark m68*-*-lynxos*, m68*-*-sunos3*,
288         m68*-*-sunos4*, m68*-*-sysv4*, m68000-*-sunos3*, m68000-*-sunos4*,
289         m68*-bull-sysv*, m68*-att-*, and m68*-motorola-*, as obsolete.
290         * config/m68k/sun3os4.mh: Mark file obsolete.
291         * config/m68k/xm-sun3os4.h: Mark file obsolete.
292         * config/m68k/sun3os3.mh: Mark file obsolete.
293         * config/m68k/nm-sun3.h: Mark file obsolete.
294         * config/m68k/xm-sun3.h: Mark file obsolete.
295         * config/m68k/sun2os4.mh: Mark file obsolete.
296         * config/m68k/sun2os3.mh: Mark file obsolete.
297         * config/m68k/nm-sun2.h: Mark file obsolete.
298         * config/m68k/xm-sun2.h: Mark file obsolete.
299         * config/m68k/m68kv4.mh: Mark file obsolete.
300         * config/m68k/nm-sysv4.h: Mark file obsolete.
301         * config/m68k/xm-m68kv4.h: Mark file obsolete.
302         * config/m68k/m68klynx.mh: Mark file obsolete.
303         * config/m68k/nm-m68klynx.h: Mark file obsolete.
304         * config/m68k/dpx2.mh: Mark file obsolete.
305         * config/m68k/xm-dpx2.h: Mark file obsolete.
306         * config/m68k/nm-dpx2.h: Mark file obsolete.
307         * config/m68k/delta68.mh: Mark file obsolete.
308         * config/m68k/xm-delta68.h: Mark file obsolete.
309         * config/m68k/nm-delta68.h: Mark file obsolete.
310         * config/m68k/3b1.mh: Mark file obsolete.
311         * config/m68k/xm-3b1.h: Mark file obsolete.
312         * config/m68k/sun3os4.mt: Mark file obsolete.
313         * config/m68k/tm-sun3os4.h: Mark file obsolete.
314         * config/m68k/sun3os3.mt: Mark file obsolete.
315         * config/m68k/tm-sun3.h: Mark file obsolete.
316         * config/m68k/sun2os4.mt: Mark file obsolete.
317         * config/m68k/tm-sun2os4.h: Mark file obsolete.
318         * config/m68k/sun2os3.mt: Mark file obsolete.
319         * config/m68k/tm-sun2.h: Mark file obsolete.
320         * config/m68k/m68kv4.mt: Mark file obsolete.
321         * config/m68k/tm-m68kv4.h: Mark file obsolete.
322         * config/m68k/m68klynx.mt: Mark file obsolete.
323         * config/m68k/tm-m68klynx.h: Mark file obsolete.
324         * config/m68k/dpx2.mt: Mark file obsolete.
325         * config/m68k/tm-dpx2.h: Mark file obsolete.
326         * config/m68k/delta68.mt: Mark file obsolete.
327         * config/m68k/tm-delta68.h: Mark file obsolete.
328         * config/m68k/3b1.mt: Mark file obsolete.
329         * config/m68k/tm-3b1.h: Mark file obsolete.
330
331 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
332
333         * x86-64-tdep.c (MAX_CLASSES): Remove macro.
334         (x86_64_reg_class): Remove enum.
335         (merge_classes, classify_argument, examine_argument): Remove
336         functions.
337         (INT_REGS, SSE_REGS): Remove macros.
338         (x86_64_push_arguments): Remove function.
339         (amd64_push_arguments): New function.
340         (x86_64_push_dummy_call): Call amd64_push_arguments instead of
341         x86_64_push_arguments.
342
343 2003-11-28  Mark Kettenis  <kettenis@gnu.org>
344
345         * x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
346         zero.  Reorganize code a bit.
347
348 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
349
350         * dwarf2-frame.c: Fix another comment.
351
352         * x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
353         (x86_64_use_struct_convention, x86_64_extract_return_value,
354         x86_64_store_return_value): Remove.
355         (amd64_reg_class): New enum.
356         (amd64_merge_classes, amd64_classify_aggregate, amd64_classify,
357         amd64_return_value): New functions.
358         (x86_64_init_abi): Don't set extract_return_value,
359         store_return_value and use_struct_convention.  Set return_value to
360         amd64_return_value.
361         * i387-tdep.h (i387_return_value): New prototype.
362         * i387-tdep.c (i387_return_value): New function.
363
364         * dwarf2-frame.c: Fix some comments and whitespace problems.
365
366         * i386nbsd-tdep.c: Don't include "gdbtypes.h".  Include
367         "gdb_assert.h" and "gdb_string.h".
368         (i386nbsd_r_reg_offset): Rename from regmap.
369         (SIZEOF_STRUCT_REG): Remove.
370         (i386nbsd_supply_reg, fetch_core_registers,
371         fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
372         Remove.
373         (i386nbsd_aout_supply_regset,
374         i386nbsd_aout_regset_from_core_section): New functions.
375         (i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
376         (i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
377         TDEP->gregset_num_regs amd sizeof_gregset.  Use ARRAY_SIZE to
378         initialize TDEP->sc_num_regs.
379         (i386nbsdaout_init_abi): New function.
380         (i386nbsdelf_init_abi): Remove initialization of
381         TDEP->num_xmm_regs.  Don't set num_regs here.
382         (_initialize_i386nbsd_tdep): Don't call add_core_fns.  Use
383         i386nbsd_aout_init to register NetBSD a.out OS/ABI.
384
385         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
386         .note.netbsdcore.procinfo section to recognize NetBSD core files.
387
388 2003-11-26  Michael Chastain  <mec.gnu@mindspring.com>
389
390         * cp-abi.c: Update copyright years.
391
392 2003-11-25  Andrew Cagney  <cagney@redhat.com>
393
394         * thread-db.c (enable_thread_event): New function.  Ensure that BP
395         is a code address.
396         (enable_thread_event_reporting): Use enable_thread_event.
397
398 2003-11-25  Michael Snyder  <msnyder@redhat.com>
399
400         * mips-tdep.c (mips_o64_extract_return_value): Correct for
401         NUM_REGS (see changes 2003-06-21).
402         (mips_eabi_extract_return_value): Ditto.
403
404 2003-11-25  Andrew Cagney  <cagney@redhat.com>
405
406         * infrun.c: Don't include "exec.h".
407         (handle_inferior_event): Pass current_target, instead of exec_ops,
408         to SOLIB_ADD.  Add comments.
409         * Makefile.in (infrun.o): Update dependencies.
410
411 2003-11-24  Daniel Jacobowitz  <drow@mvista.com>
412
413         * NEWS: Mention improved location expression support.
414
415 2003-11-23  Andrew Cagney  <cagney@redhat.com>
416
417         * Makefile.in (infrun.o): Update dependencies.
418         * infrun.c: Include "exec.h".
419         (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
420
421 2003-11-23  Andrew Cagney  <cagney@redhat.com>
422
423         * frame.c (frame_unwind_signed_register): Delete function.
424         * frame.h (frame_unwind_register_signed): Delete declaration.
425         * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
426
427         * arch-utils.h (generic_cannot_extract_struct_value_address):
428         Delete declaration.
429
430         * defs.h (DEPRECATED_STREQN): Rename STREQN.
431         (DEPRECATED_STREQ): Rename STREQ.
432         * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
433         * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
434         * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
435         * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
436         * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
437         * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
438         * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
439         * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
440         * source.c, sparc-tdep.c, stack.c, target.c: Update.
441
442         * symfile.c (symbol_file_command): Replace STREQ with strcmp.
443         * elfread.c (elf_symtab_read): Delete STREQ from comment.
444
445 2003-11-22  Andrew Cagney  <cagney@redhat.com>
446
447         * frame.c (deprecated_frame_xmalloc): Delete function.
448         (deprecated_set_frame_extra_info_hack): Delete function.
449         (deprecated_set_frame_saved_regs_hack): Delete function.
450         * frame.h (deprecated_frame_xmalloc): Delete declaration.
451         (deprecated_set_frame_extra_info_hack): Delete declaration.
452         (deprecated_set_frame_saved_regs_hack): Delete declaration.
453         * mcore-tdep.c (analyze_dummy_frame): Instead of
454         deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
455         and deprecated_set_frame_extra_info_hack use
456         deprecated_frame_xmalloc_with_cleanup.
457         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
458         * mips-tdep.c (mips_init_extra_frame_info): Delete call to
459         deprecated_set_frame_saved_regs_hack.
460
461         * mips-tdep.c (mips_frame_chain): Delete call to
462         deprecated_inside_entry_file.
463
464         * frame.h (deprecated_set_frame_next_hack): Delete declaration.
465         (deprecated_set_frame_prev_hack): Delete declaration.
466         * frame.c (deprecated_set_frame_next_hack): Delete function.
467         (deprecated_set_frame_prev_hack): Delete function.
468         * mcore-tdep.c (analyze_dummy_frame): Delete calls to
469         "deprecated_set_frame_next_hack" and
470         "deprecated_set_frame_prev_hack".
471         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
472
473         * mips-tdep.c (mips_register_convertible): Delete function.
474         (mips_register_convert_to_virtual): Delete function.
475         (mips_register_convert_to_raw): Delete function.
476         (mips_gdbarch_init): Do not set "deprecated_register_convertible",
477         "deprecated_register_convert_to_virtual", or
478         "deprecated_register_convert_to_raw".
479         (mips_pseudo_register_write, mips_pseudo_register_read): Handle
480         32/64 cooked to raw register conversions.
481
482         * frame.c (deprecated_get_frame_context): Delete function.
483         (deprecated_set_frame_context): Delete function.
484         (struct frame_info): Delete member "context".
485         * frame.h (deprecated_get_frame_context): Delete declaration.
486         (deprecated_set_frame_context): Delete declaration.
487
488         * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
489         * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
490         * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
491         * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
492
493         * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
494         (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
495         mips_regsize.
496         (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
497         * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
498         * config/mips/tm-irix5.h: Update copyright.
499         (SIGFRAME_REG_SIZE): Delete macro.
500
501         * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
502         * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
503         declaration.
504         (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
505         * infcall.c (call_function_by_hand): Delete #ifdef
506         DEPRECATED_VALUE_RETURNED_FROM_STACK code.
507         * infcmd.c (print_return_value): Ditto.
508
509         * mips-tdep.c (skip_prologue_using_sal): New function.
510         (mips32_skip_prologue, mips16_skip_prologue): Use
511         skip_prologue_using_sal to get an upper bound on the search.
512
513         * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
514         #if 0'ed macro.
515         * infrun.c (step_into_function): Delete #ifdef
516         PROLOGUE_FIRSTLINE_OVERLAP code.
517         * symtab.c (find_function_start_sal): Ditto.
518
519         * remote-rdp.c: Update copyright.
520         (rdp_init): #if 0 references to "target_byte_order".
521
522         * mips-tdep.c (mips_o32_store_return_value): Delete function.
523         (mips_o32_return_value): Replace mips_o32_xfer_return_value.
524         (mips_o32_extract_return_value): Delete function.
525         (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
526         (mips_n32n64_extract_return_value): Delete function.
527         (mips_n32n64_store_return_value): Delete function.
528         (mips_gdbarch_init): For o32 and n32n64, set "return_value"
529         instead of "store_return_value", "extract_return_value", and
530         "use_struct_convention".
531         (mips_n32n64_use_struct_convention): Delete function.
532
533 2003-11-21  Kevin Buettner  <kevinb@redhat.com>
534
535         * frv-tdep.c (frv_frame_this_id): Eliminate call to
536         inside_entry_func().
537
538 2003-11-20  Mark Kettenis  <kettenis@gnu.org>
539
540         * i386-tdep.c (i386_extract_return_value,
541         i386_store_return_value): Add gdbarch argument.  Use it instead of
542         determining it from REGCACHE.  Remove recursive call for
543         structures with a single member.
544         (i386_use_struct_convention): Remove.
545         (i386_reg_struct_return_p): New function.
546         (i386_return_value): New function.
547         (i386_gdbarch_init): Set return_value, don't set
548         extract_return_value, store_return_value and
549         use_struct_convention.
550         * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
551
552 2003-11-20  Jim Blandy  <jimb@redhat.com>
553
554         * osabi.c (_initialize_gdb_osabi): Don't return before registering
555         the 'set osabi' and 'show osabi' commands.
556
557 2003-11-19  Mark Kettenis  <kettenis@gnu.org>
558
559         * frame.c (get_prev_frame): Use result from
560         get_frame_address_in_block instead of get_frame_pc as argument to
561         inside_main_func.  Fixes PR backtrace/1435.
562
563 2003-11-19  Andrew Cagney  <cagney@redhat.com>
564
565         * stack.c (return_command): Handle "void", "legacy" and "unknown
566         location" return values separatly.
567         * values.c (using_struct_return): Return 0 for a "void" return
568         type.  Mention "register_value_being_returned".
569         (register_value_being_returned): Mention "using_struct_return".
570
571 2003-11-19  Daniel Jacobowitz  <drow@mvista.com>
572
573         * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
574         (frame_base_offset): Delete.
575         (read_func_scope): Delete call to decode_locdesc.
576         (decode_locdesc): Update comments.  Don't set the removed variables.
577         Complain for DW_OP_reg* not at the end.  Remove DW_OP_breg* and
578         DW_OP_fbreg support.
579
580 2003-11-18  Daniel Jacobowitz  <drow@mvista.com>
581
582         * dwarf2read.c (optimized_out, islocal): Remove.
583         (decode_locdesc): Update comments.  Don't set optimized_out
584         or islocal.
585
586 2003-11-17  Jeff Johnston  <jjohnstn@redhat.com>
587             David Mosberger  <davidm@hpl.hp.com>
588
589         * ia64-tdep.c: Include elf.h.
590         [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
591         libunwind-ia64.h.
592         (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
593         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
594         (ia64_is_fpreg, ia64_access_reg): Ditto.
595         (ia64_access_fpreg, ia64_access_mem): Ditto.
596         (get_kernel_table): Ditto.
597         (ia64_find_unwind_table): Ditto.
598         (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
599         (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
600         (ia64_libunwind_frame_prev_register): Ditto.
601         (ia64_libunwind_frame_sniffer): Ditto.
602         (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
603         sniffer.  Register libunwind functions needed by generic
604         libunwind frame code using libunwind_frame_set_descr().
605
606 2003-11-16  Daniel Jacobowitz  <drow@mvista.com>
607
608         * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
609         bp_shlib_disabled breakpoint if there is a shared library mapped
610         at its expected address.
611
612 2003-11-16  Andrew Cagney  <cagney@redhat.com>
613
614         * configure.tgt: Delete mips*tx39*-elf*.
615         * config/mips/tm-tx39.h: Delete file.
616         * config/mips/tx39.mt: Delete file.
617         * config/mips/tx39.mt: Delete file.
618
619         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
620         * remote-mips.c (common_open): Instead of
621         "mips_read_register_type" and "mips_set_processor_type_command"
622         call "deprecated_mips_set_processor_regs_hack".
623         * config/mips/tm-mips.h (mips_read_processor_type): Delete
624         declaration.
625         (mips_set_processor_type_command): Delete declaration.
626         * mips-tdep.c (mips_gdbarch_init): Update comment.
627         (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
628         (mips_set_processor_type): Delete function.
629         (NUM_MIPS_PROCESSOR_REGS): Define.
630         (mips_show_processor_type_command): Delete function.
631         (mips_set_processor_type_command): Delete function.
632         (tmp_mips_processor_type): Delete.
633         (mips_processor_type): Delete.
634         (mips_processor_type_table): Delete.
635         (mips_r3051_reg_names): Delete.
636         (mips_r3081_reg_names): Delete.
637         (mips_lsi33k_reg_names): Delete.
638         (mips_processor_reg_names): Delete.
639         (mips_read_processor_type): Delete function.
640         (deprecated_mips_set_processor_regs_hack): New function.
641         (struct gdbarch_tdep): Add member "mips_processor_reg_names".
642         (mips_register_name): Get the processor names from the tdep.
643         (mips_tx39_reg_names): New array.
644         (mips_generic_reg_names): Wire to a standard set of names.
645         (mips_gdbarch_init): Set "mips_processor_reg_names".
646         * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
647         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
648         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
649
650 2003-11-16  Andrew Cagney  <cagney@redhat.com>
651
652         * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
653         (mips_fpa0_regnum, mips_regnum): New function.
654         (mips_gdbarch_init): Fill in the "regnum" fields.
655         * mips-tdep.h (struct mips_regnum): Define.
656         (mips_regnum): Declare.
657         * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
658         (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
659         (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
660         (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
661         * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
662         (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
663         (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
664         * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
665         (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
666         (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
667         * remote-mips.c: Include "mips-tdep.h".  Update.
668         * mipsnbsd-tdep.c: Update.
669         * mipsv4-nat.c: Update.
670         * mips-tdep.c: Update.
671         * mips-nat.c: Update.
672         * mips-linux-tdep.c: Update.
673         * mips-linux-nat.c: Update.
674         * irix5-nat.c: Update.
675         * dve3900-rom.c: Include "mips-tdep.h".  Update.
676         (ignore_packet): Supress GCC warning.
677         * config/mips/nm-riscos.h: Update.
678
679 2003-11-16  Andrew Cagney  <cagney@redhat.com>
680
681         * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
682         register_size.
683         (mips_register_raw_size): Delete function.
684         (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
685         (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
686         Check and set "mips64_transfers_32bit_regs_p".
687         (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
688         (mips_register_convertible): Check the architecture's
689         "mips64_transfers_32bit_regs_p".
690         (set_mips64_transfers_32bit_regs): New function.
691         (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
692         "set remote-mips64-transfers-32bit-regs" command.  Specify
693         set_mips64_transfers_32bit_regs as the set function.
694         * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
695
696 2003-11-16  Mark Kettenis  <kettenis@gnu.org>
697
698         * i386-tdep.h (i386_supply_gregset): Provide prototype.
699         * i386-tdep.c (i386_supply_gregset): Make public.
700
701 2003-11-16  Andrew Cagney  <cagney@redhat.com>
702
703         * mips-tdep.c (mips_register_byte): Delete function.
704         (mips_gdbarch_init): Do not set "deprecated_register_byte".
705         * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
706         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
707         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
708
709 2003-11-16  Mark Kettenis  <kettenis@gnu.org>
710
711         * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
712
713 2003-11-16  Andrew Cagney  <cagney@redhat.com>
714
715         * config/mips/linux64.mt: Delete file.
716         * config/mips/tm-linux64.h: Delete file.
717         * config/mips/tm-mips64.h: Delete file.
718         * config/mips/embed64.mt: Delete file.
719         * config/djgpp/fnchange.lst: Update.
720         * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
721         mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
722         * config/mips/tm-irix6.h: Update copyright.  Include
723         "mips/tm-mips.h" instead of "mips/tm-mips64.h".
724         * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
725         "OP_LDGPR".
726
727 2003-11-15  Andrew Cagney  <cagney@redhat.com>
728
729         * mips-tdep.c (mips_register_type): Simplify.  Eliminate reference
730         to MIPS_REGISTER_TYPE.  Make integer registers signed.  Make IRIX
731         n32 registers 64 bit.
732         (mips_register_raw_size, mips_register_byte): For pseudo
733         registers, use the register's pseudo size and not the
734         corresponding raw register's size.
735         * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
736         * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
737         * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
738         * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
739
740 2003-11-15  Andrew Cagney  <cagney@redhat.com>
741
742         * mips-tdep.c (struct gdbarch_tdep): Delete member
743         gdb_target_is_mips64.
744         (GDB_TARGET_IS_MIPS64): Delete macro.
745         (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
746         (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
747         (mips_addr_bits_remove): Simplify.
748
749         * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
750         register_size.
751
752         Replace MIPS_REGSIZE with mips_regsize.
753         * mips-tdep.c (mips_regsize): New function.
754         * mips-tdep.h (mips_regsize): Declare.
755         * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
756         (SIZEOF_STRUCT_REG): Update.
757         * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
758         (mipsnbsd_fill_reg): Update.
759         (mipsnbsd_supply_fpreg): Update.
760         (mipsnbsd_fill_fpreg): Update.
761         (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
762         * mips-tdep.c (mips_register_raw_size): Update.
763         (mips_register_type): Update.
764         (SIGFRAME_BASE): Update.
765         (SIGFRAME_PC_OFF): Update.
766         (SIGFRAME_REGSAVE_OFF): Update.
767         (SIGFRAME_FPREGSAVE_OFF): Update.
768         (SIGFRAME_REG_SIZE): Update.
769         (mips32_heuristic_proc_desc): Update.
770         (print_gp_register_row): Update.
771         (mips_dump_tdep): Do not print MIPS_REGSIZE.
772         * irix5-nat.c (supply_gregset): Update.
773         (fetch_core_registers): Update.
774         * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
775         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
776         * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
777         (MIPS_REGISTER_BYTE): Update.
778         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
779
780 2003-11-15  Andrew Cagney  <cagney@redhat.com>
781
782         * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
783         USE_REGISTER_NOT_ARG.
784         * stabsread.c (define_symbol): Update.
785
786 2003-11-15  Andrew Cagney  <cagney@redhat.com>
787
788         * bcache.h (deprecated_bcache): Declare.
789         (bcache): Make returned buffer constant.
790         * bcache.c (deprecated_bcache): New function.
791         (bcache_data): New function.
792         (bcache): Call bcache data.
793         * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
794         (add_psymbol_with_dem_name_to_list): Ditto.
795
796 2003-11-15  Mark Kettenis  <kettenis@gnu.org>
797
798         * glibc-tdep.h (struct gdbarch): Declare opaque.
799         (glibc_skip_solib_resolver): Adjust prototype.
800         * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
801         * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
802         (arm_linux_init_abi): Set skip_solib_resolver.
803         * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
804         (i386_linux_init_abi): Set skip_solib_resolver.
805         * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
806         (arm_linux_skip_solib_resolver): Remove prototype.
807         * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
808         (i386_linux_skip_solib_resolver): Remove prototype.
809
810 2003-11-14  Mark Kettenis  <kettenis@gnu.org>
811
812         * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
813         function.
814         * gdbarch.c, gdbarch.h: Regenerate.
815         * infrun.c (handle_inferior_event): Call
816         gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
817         * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
818         definition.
819         * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
820         prototype.
821
822 2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>
823
824         * libunwind-frame.c: New file.
825         * libunwind-frame.h: New file.
826         * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
827         * configure.in: Add --with-libunwind option support.  Define
828         HAVE_LIBUNWIND if libunwind support selected / defaulted.
829         Also check for libunwind.h and libunwind-ia64.h headers.
830         * configure: Regenerated.
831         * Makefile.in: Add support for libunwind-frame.o.
832         * config.in: Regenerated.
833
834 2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>
835
836         * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
837         set up the ia64 linux native target method for getting the kernel
838         unwind table.
839         * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
840         * inftarg.c (child_xfer_partial): Enable section of code to
841         handle TARGET_OBJECT_UNWIND_TABLE.
842         * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
843
844 2003-11-14  Ian Lance Taylor  <ian@wasabisystems.com>
845
846         * config/arm/nbsd.mt (TM_FILE): Define.
847         * config/arm/tm-nbsd.h: New file.
848
849 2003-11-14  Andrew Cagney  <cagney@redhat.com>
850
851         * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
852         * ppc-sysv-tdep.c: Include "objfiles.h".
853         (ppc64_sysv_abi_push_dummy_call): Provide the
854         the FN's objfile when looking for the descriptor.
855
856         * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
857         "name_of_malloc" to ".malloc".
858
859 2003-11-13  Mark Kettenis  <kettenis@gnu.org>
860
861         * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
862
863 2003-11-13  David Carlton  <carlton@kealia.com>
864
865         * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
866
867 2003-11-13  Andrew Cagney  <cagney@redhat.com>
868
869         * arch-utils.h (selected_architecture_name): Declare.
870         (selected_byte_order): Declare.
871         * arch-utils.c (selected_byte_order): New function.
872         (selected_architecture_name): New function.
873         (target_architecture_auto): Make static.
874         (set_architecture_string): Make static.
875         (target_byte_order): Make static.
876         (target_byte_order_auto): Make static.
877         * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
878         non-multi-arch definition.
879         (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
880         (target_byte_order, target_architecture): Delete declaration.
881         (target_byte_order_auto, target_architecture_auto): Ditto.
882         * gdbarch.h: Re-generate.
883         * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
884         "selected_byte_order".
885
886 2003-11-13  Andrew Cagney  <cagney@redhat.com>
887
888         * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
889
890 2003-11-13  Jim Blandy  <jimb@redhat.com>
891
892         * cp-namespace.c: Doc fix.
893
894 2003-11-12  Michael Snyder  <msnyder@redhat.com>
895
896         * sh64_tdep.c: Regularize some names.
897         (sh_sh64_register_name): Rename to sh64_register_name.
898         (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
899         (sh_sh64_register_byte): Rename to sh64_register_byte.
900         (sh_sh64_build_float_register_type):
901         Rename to sh64_build_float_register_type.
902         (sh_sh64_register_convert_to_virtual):
903         Rename to sh64_register_convert_to_virtual.
904         (sh_sh64_register_convert_to_raw):
905         Rename to sh64_register_convert_to_raw.
906
907         * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
908         sh64_media_reg_base_num, sh64_compact_reg_base_num,
909         sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
910         sh64_extract_return_value, sh64_show_media_regs,
911         sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
912         sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
913         sh64_pseudo_register_read, sh64_pseudo_register_write,
914         sh64_do_pseudo_register, sh_compact_print_registers_info):
915         Delete unused variable 'tdep'.
916
917         * sh64-tdep.c: Coding standard and spelling comment fixes.
918         (sh64_extract_return_value): Replace deprecated_store_floating
919         with store_typed_floating.
920         (sh_sh64_register_convert_to_raw): Replace
921         deprecated_store_floating with store_typed_floating.
922         (sh_sh64_register_virtual_type): Convert to sh64_register_type.
923         (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
924         sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
925         sh64_extract_struct_value_address, sh64_pop_frame,
926         sh64_extract_return_value, sh64_store_return_value,
927         sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
928         sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
929         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
930         Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
931         (sh64_gdbarch_init): Don't set deprecated_register_bytes,
932         deprecated_register_virtual_type, deprecated_register_raw_size,
933         deprecated_max_register_raw_size, or
934         deprecated_max_register_virtual_size.  Instead, just set
935         gdbarch_register_type.
936         (sh_sh64_register_raw_size): Delete.
937         (sh_sh64_register_virtual_size): Delete.
938
939 2003-11-12  Daniel Jacobowitz <drow@mvista.com>
940
941         * dwarf2read.c (struct dwarf2_cu): New type.
942
943         (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
944         dwarf2_cu structure to pass down.
945
946         (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
947         (add_partial_enumeration, locate_pdi_sibling, process_die)
948         (read_file_scope, read_func_scope)
949         (read_lexical_block_scope, dwarf2_get_pc_bounds)
950         (dwarf2_add_field, dwarf2_attach_fields_to_type)
951         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
952         (read_structure_scope, read_enumeration, read_array_type)
953         (read_common_block, read_namespace, read_tag_pointer_type)
954         (read_tag_ptr_to_member_type, read_tag_reference_type)
955         (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
956         (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
957         (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
958         (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
959         (read_full_die. read_attribute_value, read_attribute)
960         (read_address, dwarf_decode_line_header, dwarf_decode_lines)
961         (var_decode_location, new_symbol, dwarf2_const_value, die_type)
962         (die_containing_type, type_at_offset, tag_type_to_type)
963         (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
964         (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
965
966 2003-11-12  Daniel Jacobowitz  <drow@mvista.com>
967
968         PR breakpoints/1450
969         * breakpoint.c (insert_bp_location): Fix a logic error by returning
970         0 after a catchpoint fails.
971
972 2003-11-11  Michael Chastain  <mec.gnu@mindspring.com>
973
974         * mips-tdep.c (msymbol_size): Delete.
975
976 2003-11-07  Michael Chastain  <mec@shout.net>
977
978         * symtab.h (struct minimal_symbol): Add size.
979         * dbxread.c: Use it.
980         * elfread.c: (record_minimal_symbol_and_info): Do not use info.
981         Rename to record_minimal_symbol.
982         (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
983         * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
984         (install_minimal_symbols): Ditto.
985         * objfiles.c (terminate_minimal_symbol_table): Ditto.
986         * arm-tdep.c: Delete unused MSYMBOL_SIZE.
987         * m68hc11-tdep.c: Ditto.
988         * mips-tdep.c: Ditto.
989         * sh64-tdep.c: Ditto.
990
991 2003-11-10  Michael Chastain  <mec.gnu@mindspring.com>
992
993         * MAINTAINERS: Change my e-mail address.
994
995 2003-11-10  Andrew Cagney  <cagney@redhat.com>
996
997         * gdbarch.sh (return_value): Replace "inval" and "outval" with
998         "readbuf" and "writebuf".
999         * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
1000         * d10v-tdep.c (d10v_return_value): Ditto.
1001         * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
1002         (ppc_sysv_abi_broken_return_value): Ditto.
1003         (ppc64_sysv_abi_return_value): Ditto.
1004         * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
1005         (ppc_sysv_abi_return_value): Ditto.
1006         (ppc_sysv_abi_broken_return_value): Ditto.
1007         (ppc64_sysv_abi_return_value): Ditto.
1008         * values.c (register_value_being_returned): Update call.
1009         * stack.c (return_command): Update call.
1010         * gdbarch.h, gdbarch.c: Re-generate.
1011
1012         * target.h (struct target_ops): Order xfer buffer parameters "read
1013         write" not "write read".
1014         * bfd-target.c (target_bfd_xfer_partial): Update.
1015         * remote.c (remote_xfer_partial): Update.
1016         * inftarg.c (child_xfer_partial): Update.
1017         * target.c (default_xfer_partial): Update.
1018         (target_read_partial, target_write_partial): Update.
1019         (debug_to_xfer_partial): Update.
1020
1021         * arch-utils.h, arch-utils.c: Fix typo in comment.
1022
1023         * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
1024         (gdbarch_from_bfd): Call gdbarch_find_by_info.
1025         (set_gdbarch_from_file): Call
1026         "deprecated_current_gdbarch_select_hack".
1027
1028 2003-11-09  Andrew Cagney  <cagney@redhat.com>
1029
1030         * arch-utils.c (gdbarch_update_p): New function.
1031         * gdbarch.sh (gdbarch_update_p): Delete function.
1032         (find_arch_by_info, gdbarch_find_by_info): New functions.
1033         (deprecated_current_gdbarch_select_hack): New function.
1034         * gdbarch.c: Re-generate.
1035
1036         * gdbarch.sh (clear_gdbarch_swap): Delete function.
1037         (swapout_gdbarch_swap): Delete function.
1038         (swapin_gdbarch_swap): Delete function.
1039         (init_gdbarch_swap): Delete function.
1040         (initialize_non_multiarch): Delete function.
1041         (current_gdbarch_swap_in_hack): New function.
1042         (current_gdbarch_swap_out_hack): New function.
1043         (current_gdbarch_swap_init_hack): New function.
1044         * gdbarch.c: Re-generate.
1045
1046         * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
1047         parameter to "current_gdbarch".  Add comment explaining why.
1048         (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
1049         (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
1050         * gdbarch.c: Re-generate.
1051
1052         * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
1053         * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
1054         * config/s390/xm-linux.h: Delete file.
1055         * config/m88k/xm-delta88v4.h: Delete stray.
1056
1057         * Makefile.in (arch-utils.o): Update dependencies.
1058         * arch-utils.c: Include "osabi.h".
1059         (gdbarch_info_fill): New function.
1060         * arch-utils.h (gdbarch_info_fill): Declare.
1061         * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
1062         * gdbarch.c: Re-generate.
1063
1064 2003-11-09  Mark Kettenis  <kettenis@gnu.org>
1065             David S. Miller  <davem@redhat.com>
1066
1067         * glibc-tdep.c, glibc-tdep.h: New files.
1068         * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
1069         * config/i386/linux.mt (TDEPFILES): Likewise.
1070         * i386-linux-tdep.c (glibc-tdep.h): Include.
1071         (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1072         (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1073         * arm-linux-tdep.c (glibc-tdep.h): Include.
1074         (find_minsym_and_objfile, skip_hurd_resolver): Delete.
1075         (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
1076         * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
1077         (glibc_tdep_h): Define.
1078         (glibc-tdep.o): Add dependencies.
1079         (arm-linux-tdep.o): Update dependencies.
1080         (i386-linux-tdep.o): Likewise.
1081
1082 2003-11-09  Andrew Cagney  <cagney@redhat.com>
1083
1084         * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
1085         * config/mips/nm-irix6.h: Delete file.
1086         * config/mips/nm-linux.h: Update copyright.
1087         (MIPS_GNULINUX_TARGET): Delete macro.
1088         * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
1089         * config/mips/xm-irix6.h: Delete file.
1090         * config/mips/linux.mh (XM_FILE): Delete definition.
1091         * config/mips/xm-linux.h: Delete file.
1092
1093 2003-11-09  Andrew Cagney  <cagney@redhat.com>
1094
1095         * d10v-tdep.c (d10v_return_value): New function.
1096         (d10v_use_struct_convention): Delete function.
1097         (d10v_store_return_value): Delete function.
1098         (d10v_extract_struct_value_address): Delete function.
1099         (d10v_gdbarch_init): Set "return_value" instead of
1100         "extract_return_value", "store_return_value",
1101         "extract_struct_value_address", and "use_struct_convention".
1102         (RET1_REGNUM): Delete const.
1103
1104 2003-11-09  Mark Kettenis  <kettenis@gnu.org>
1105
1106         From David S. Miller  <davem@redhat.com>:
1107         * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
1108         * gdbarch.c, gdbarch.h: Regenerated.
1109         * arch-utils.c (generic_skip_solib_resolver): New function.
1110         * arch-utils.h (generic_skip_solib_resolver): New prototype.
1111         * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
1112
1113 2003-11-07  Andrew Cagney  <cagney@redhat.com>
1114
1115         * top.c (print_gdb_version): Replace STREQ with strcmp.
1116         * valops.c (value_struct_elt_for_reference): Ditto.
1117         (value_struct_elt_for_reference): Ditto.
1118         * symtab.c (gdb_mangle_name): Ditto.
1119         (find_line_symtab): Ditto.
1120         * symmisc.c (maintenance_print_symbols): Ditto.
1121         * symfile.c (symbol_file_command): Ditto.
1122         * stabsread.c (define_symbol, read_type): Ditto.
1123         (cleanup_undefined_types, scan_file_globals): Ditto.
1124         * solib.c (solib_map_sections): Ditto.
1125         * solib-svr4.c (bfd_lookup_symbol): Ditto.
1126         * rs6000-tdep.c (skip_prologue): Ditto.
1127         * p-valprint.c (pascal_value_print): Ditto.
1128         (pascal_object_is_vtbl_ptr_type): Ditto.
1129         * objfiles.c (in_plt_section): Ditto.
1130         * minsyms.c (lookup_minimal_symbol): Ditto.
1131         (compact_minimal_symbols): Ditto.
1132         (find_solib_trampoline_target): Ditto.
1133         * mdebugread.c (parse_type): Ditto.
1134         * language.c (set_language_command): Ditto.
1135         (set_type_command, set_range_command): Ditto.
1136         * f-lang.c (add_common_block): Ditto.
1137         (add_common_block): Ditto.
1138         (find_first_common_named): Ditto.
1139         (patch_all_commons_by_name): Ditto.
1140         * elfread.c (elf_locate_sections): Ditto.
1141         (elf_locate_sections): Ditto.
1142         (elfstab_offset_sections): Ditto.
1143         * dwarf2read.c (dwarf2_locate_sections): Ditto.
1144         * dbxread.c (add_old_header_file): Ditto.
1145         (find_corresponding_bincl_psymtab): Ditto.
1146         (read_dbx_symtab, process_one_symbol): Ditto.
1147         * coffread.c (patch_opaque_types): Ditto.
1148         * cli/cli-decode.c (delete_cmd): Ditto.
1149         * cli/cli-cmds.c (pwd_command, list_command): Ditto.
1150         * c-typeprint.c (c_type_print_base): Ditto.
1151         * breakpoint.c (bpstat_stop_status): Ditto.
1152         (clear_command, breakpoint_re_set_one): Ditto.
1153
1154 2003-11-07  Andrew Cagney  <cagney@redhat.com>
1155
1156         * bcache.h: Update copyright.  Add comments on bcache VS hashtab.
1157         * bcache.c (struct bstring): Make "length" an unsigned short, add
1158         "half_hash".
1159         (struct bcache): Add "half_hash_error_count".
1160         (bcache): Compute and save the "half_hash".  Compare the
1161         "half_hash" before comparing the length.  Update
1162         half_hash_error_count.
1163
1164 2003-11-07  Andrew Cagney  <cagney@redhat.com>
1165
1166         * inftarg.c (child_xfer_partial): New function
1167         (init_child_ops): Set "to_xfer_partial".
1168
1169 2003-11-07  Andrew Cagney  <cagney@redhat.com>
1170
1171         * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
1172         set "return_value" instead of "use_struct_convention".
1173         (ppc_linux_use_struct_convention): Delete function.
1174         (ppc_linux_return_value): New function.
1175         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
1176         (ppc_sysv_abi_broken_return_value): New function.
1177         (do_ppc_sysv_return_value): Add "gdbarch" parameter.
1178         (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
1179         static.
1180         (ppc_sysv_abi_extract_return_value): Delete function.
1181         (ppc_sysv_abi_broken_extract_return_value): Delete function.
1182         (ppc_sysv_abi_store_return_value): Delete function.
1183         (ppc_sysv_abi_broken_store_return_value): Delete function.
1184         (ppc_sysv_abi_use_struct_convention): Delete function.
1185         (ppc64_sysv_abi_use_struct_convention): Delete function.
1186         (ppc64_sysv_abi_extract_return_value): Delete function.
1187         (ppc64_sysv_abi_store_return_value): Delete function.
1188         * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
1189         (ppcnbsd_init_abi): Set "return_value", instead of
1190         "use_struct_convention", "extract_return_value", and
1191         "store_return_value".
1192         (ppcnbsd_use_struct_convention): Delete function.
1193         * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
1194         (ppc_sysv_abi_return_value): Declare.
1195         (ppc_sysv_abi_broken_return_value): Declare.
1196         (ppc_sysv_abi_use_struct_convention): Delete.
1197         (ppc_sysv_abi_store_return_value): Delete.
1198         (ppc_sysv_abi_extract_return_value): Delete.
1199         (ppc_sysv_abi_broken_store_return_value): Delete.
1200         (ppc_sysv_abi_broken_extract_return_value): Delete.
1201         (ppc64_sysv_abi_use_struct_convention): Delete.
1202         (ppc64_sysv_abi_extract_return_value): Delete.
1203         (ppc64_sysv_abi_store_return_value): Delete.
1204         * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
1205         set "return_value" instead of "extract_return_value",
1206         "store_return_value", and "use_struct_convention".
1207
1208 2003-11-07  Mark Kettenis  <kettenis@gnu.org>
1209
1210         * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
1211
1212         * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
1213         fscanf.
1214
1215 2003-11-07  Mark Kettenis  <kettenis@gnu.org>
1216
1217         * fbsd-proc.c: Fix formatting.
1218
1219 2003-11-06  Kevin Buettner  <kevinb@redhat.com>
1220
1221         * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
1222         Define.
1223         (new_variant): Set name for iacc0_regnum.
1224         (frv_register_name): Accommodate pseudo-registers.
1225         (frv_register_type): Add case for iacc0_regnum.
1226         (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
1227         (frv_gdbarch_init): Set number of pseudo registers.  Establish
1228         pseudo-register read/write methods.
1229
1230 2003-11-06  Andrew Cagney  <cagney@redhat.com>
1231
1232         * valops.c (destructor_name_p): Replace STREQN with strncmp.
1233         * top.c (command_line_input): Ditto.
1234         * objc-exp.y (yylex): Ditto.
1235         * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1236         * jv-exp.y (yylex): Ditto.
1237         * f-exp.y (yylex): Ditto.
1238         * event-top.c (command_line_handler): Ditto.
1239         * environ.c (get_in_environ): Ditto.
1240         (set_in_environ): Ditto.
1241         * dwarfread.c (handle_producer): Ditto.
1242         * dbxread.c (process_one_symbol): Ditto.
1243         * c-typeprint.c (c_type_print_base): Ditto.
1244         * c-exp.y (yylex): Ditto.
1245
1246 2003-11-06  Andrew Cagney  <cagney@redhat.com>
1247             Jeff Johnston  <jjohnstn@redhat.com>
1248
1249         * target.c (add_target): Only set "to_xfer_partial" when NULL.
1250         (init_dummy_target): Set "to_xfer_partial".
1251
1252 2003-11-06  Andrew Cagney  <cagney@redhat.com>
1253
1254         * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
1255         REGISTER_CONVENTION.
1256
1257 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1258
1259         * breakpoint.c (insert_bp_location, allocate_bp_location): Make
1260         static.
1261
1262 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1263
1264         * breakpoint.c (remove_breakpoint): Take an bp_location
1265         instead of a breakpoint argument.  Check the bp_location's type.
1266         Fix a reversed condition for hardware breakpoints.
1267
1268         (insert_bp_location): Update call to remove_breakpoint.
1269         (remove_breakpoints): Likewise.  Use ALL_BP_LOCATIONS.
1270         (remove_hw_watchpoints): Likewise.
1271         (reattach_breakpoints): Likewise.
1272         (detach_breakpoints): Likewise.
1273         (delete_breakpoint): Likewise.
1274
1275 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1276
1277         * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
1278         (beakpoint_init_inferior): Likewise.
1279         (breakpoint_here_p): Likewise.  Only check addresses for software
1280         or hardware breakpoints.
1281         (breakpoint_inserted_here_p): Likewise.
1282         (breakpoint_thread_match): Likewise.  Correct comment.
1283         (bpstat_have_active_hw_watchpoints): Likewise.
1284         (check_duplicates): Likewise.
1285
1286 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1287
1288         * breakpoints.c (insert_bp_location): New function, broken out
1289         from insert_breakpoints.  Work on an bp_location instead of a
1290         breakpoint.
1291         (insert_breakpoints): Use it.
1292
1293 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1294
1295         * breakpoint.h (struct bp_location): Add section.
1296         (struct breakpoint): Remove section.
1297         * breakpoint.c (insert_breakpoints, remove_breakpoint)
1298         (breakpoint_here_p, breakpoint_inserted_here_p)
1299         (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
1300         (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
1301         (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
1302         section through loc.
1303
1304 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1305
1306         * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
1307         instead of ALL_BREAKPOINTS.  Check for software breakpoints only.
1308
1309 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1310
1311         * breakpoint.c (allocate_bp_location): Take bpt and bp_type
1312         arguments.  Initialize owner and type for the new breakpoint
1313         location item.
1314         (set_raw_breakpoint): Update call to allocate_bp_location.
1315
1316 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1317
1318         * breakpoint.h (struct bp_location): Add a chain pointer.
1319         * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
1320         macros.
1321         (bp_location_chain): New variable.
1322         (allocate_bp_location): New function.
1323         (set_raw_breakpoint): Use it.
1324         (delete_breakpoint): Remove ->loc from the bp_location_chain.
1325
1326 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
1327
1328         * breakpoint.h (enum bp_loc_type, struct bp_location): New.
1329         (struct breakpoint): Remove address, shadow_contents, inserted,
1330         requested_address, and duplicate.  Add a struct bp_location.
1331         * breakpoint.c (condition_command, read_memory_nobpt)
1332         (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
1333         (reattach_breakpoints, update_breakpoints_after_exec)
1334         (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
1335         (breakpoint_init_inferior, breakpoint_here_p)
1336         (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
1337         (breakpoint_thread_match, bpstat_stop_status)
1338         (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
1339         (describe_other_breakpoints, check_duplicates)
1340         (make_breakpoint_permanent, create_thread_event_breakpoint)
1341         (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
1342         (set_longjmp_resume_breakpoint, mention, create_breakpoints)
1343         (watch_command_1, print_one_exception_catchpoint)
1344         (clear_command, breakpoint_re_set_one): Adjust member accesses to
1345         use the breakpoint's ->loc.
1346         (set_raw_breakpoint): Likewise.  Initialize ->loc.
1347         (delete_breakpoint): Likewise.  Free ->loc.
1348
1349 2003-11-05  Andrew Cagney  <cagney@redhat.com>
1350
1351         * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
1352         macro.
1353         * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
1354         * config/i386/tm-cygwin.h
1355         (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
1356         * config/powerpc/tm-linux.h
1357         (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
1358         (at_subroutine_call_instruction_target): Delete declaration.
1359         * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
1360         * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
1361         * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
1362
1363         * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
1364         "struct bfd_section" and "struct bfd".
1365         * target.h (struct section_table): Ditto.
1366         * rs6000-nat.c (xcoff_relocate_core): Ditto.
1367         * solib-svr4.c (elf_locate_base): Ditto.
1368         * pa64solib.c (dld_cache_t): Ditto.
1369         * objfiles.h (struct obj_section): Ditto.
1370         * objfiles.c (add_to_objfile_sections): Ditto.
1371         * exec.c (bfdsec_to_vmap): Ditto.
1372         (add_to_section_table): Ditto.
1373         (build_section_table): Ditto.
1374         * corelow.c (get_core_register_section): Ditto.
1375         * coffread.c (find_linenos): Ditto.
1376         * elfread.c (elf_interpreter): Delete #if0'd function.
1377
1378         * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
1379         * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
1380         * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
1381         * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
1382
1383         * arch-utils.h (generic_cannot_extract_struct_value_address):
1384         Delete declaration.
1385         * wince.c (_initialize_wince): Fix multi-line string.
1386         * ia64-tdep.c (floatformat_valid): Convert to ISO C.
1387
1388 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
1389
1390         * top.c (execute_command): Fix broken logic for command execution
1391         while inferior is running in async mode.
1392
1393 2003-11-06  Mark Kettenis  <kettenis@gnu.org>
1394
1395         * dwarf2-frame.c (execute_cfa_program): Mark register as
1396         REG_SAVED_REG for DW_CFA_register opcode.
1397
1398 2003-11-05  Mark Kettenis  <kettenis@gnu.org>
1399
1400         * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
1401         %rsp, %rip and %eflags to match ABI-change.
1402
1403 2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>
1404
1405         * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
1406         (ia64_gdbarch_init): Don't bother calculating the os.
1407         Instead use the gdbarch_info struct and look at the osabi field.
1408         Also use gdbarch_list_lookup_by_info() to look for a
1409         candidate gdbarch.
1410
1411 2003-11-05  Kevin Buettner  <kevinb@redhat.com>
1412
1413         * frv-tdep.c (frv_register_byte): Delete.
1414         (frv_extract_return_value, frv_store_return_value)
1415         (frv_extract_struct_value_address): Don't call frv_register_byte().
1416         Convert to non-deprecated form.
1417         (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
1418         Convert calls to set_gdbarch_deprecated_extract_return_value(),
1419         set_gdbarch_deprecated_store_return_value(), and
1420         set_gdbarch_deprecated_extract_struct_value_address() into
1421         non-deprecated forms.
1422
1423 2003-11-05  Andrew Cagney  <cagney@redhat.com>
1424
1425         * mips-tdep.c (mips_dump_tdep): Do not print
1426         PRINT_EXTRA_FRAME_INFO.
1427         * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1428         Rename PRINT_EXTRA_FRAME_INFO.
1429         * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1430         * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1431         (mips_print_extra_frame_info): Delete declaration.
1432         * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1433
1434 2003-11-05 Elena Zannoni  <ezannoni@redhat.com>
1435
1436         * coffread.c (coff_symtab_read): Remove passing of info parameter
1437         to prim_record_minimal_symbol_and_info.
1438
1439 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
1440
1441         * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1442         (decode_base_type): Delete ifdeffed out code.
1443
1444 2003-11-04  Andrew Cagney  <cagney@redhat.com>
1445
1446         * symtab.c (find_active_alias): Delete function.
1447         (lookup_block_symbol): Delete alias code.
1448         * stabsread.c (resolve_live_range): Delete function.
1449         (add_live_range): Delete function.
1450         (resolve_symbol_reference): Delete function.
1451         (define_symbol): Delete live range and alias code.
1452         (scan_file_globals): Delete alias code.
1453         * symtab.h (SYMBOL_RANGES): Delete macro.
1454         (struct range_list): Delete structure.
1455         (struct symbol): Delete field "ranges".
1456         (SYMBOL_ALIASES): Delete macro.
1457         (struct alias_list): Delete structure.
1458         (struct symbol): Delete field "aliases".
1459
1460 2003-11-04  Michael Snyder  <msnyder@redhat.com>
1461
1462         * MAINTAINERS: Remove myself as owner of breakpoints and
1463         of sparc/solaris.
1464
1465 2003-11-03  Corinna Vinschen  <vinschen@redhat.com>
1466
1467         * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1468         (sh_sh4al_dsp_register_name): Ditto.
1469         (sh4_nofpu_show_regs): Ditto.
1470         (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1471         bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1472
1473 2003-11-03  Andrew Cagney  <cagney@redhat.com>
1474
1475         * bcache.c: Include "gdb_assert.h".
1476         (struct bcache): Add fields "expand_count" and
1477         "expand_hash_count".
1478         (expand_hash_table): Update the expand counts.
1479         (print_bcache_statistics): Use XCALLOC, not alloca.  Print stats
1480         on object sizes and hashes.
1481         * Makefile.in (bcache.o): Update dependencies.
1482
1483 2003-11-03  Andrew Cagney  <cagney@redhat.com>
1484
1485         * exec.c (xfer_memory): Eliminate xfer_fn.
1486
1487 2003-10-31  Kevin Buettner  <kevinb@redhat.com>
1488
1489         * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1490         (opcodes/frv-desc.h): Include.
1491         (iacc0h_regnum, iacc0l_regnum): Define.
1492         (last_spr_regnum, frv_num_regs): Update.
1493         (new_variant): Don't supply default names for holes in the SPRs.
1494         Supply names for iacc0h_regnum and iacc0l_regnum.
1495         (frv_register_type): Use symbolic constants first_fpr_regnum and
1496         last_fpr_regnum instead of hardcoded constants 64 and 127.  Use
1497         builtin_type_int instead of builtin_type_int32.
1498         (frv_register_sim_regno): New function.
1499         (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1500         * Makefile.in (gdb_sim_frv_h): Define.
1501         (frv-tdep.o): Update dependencies.
1502
1503 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1504
1505         * avr-tdep.c (avr_frame_this_id): Do not call
1506         deprecated_inside_entry_file.
1507         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1508         * m32r-tdep.c (m32r_frame_this_id): Ditto.
1509         * d10v-tdep.c (d10v_frame_this_id): Ditto.
1510         * arm-tdep.c (arm_prologue_this_id): Ditto.
1511         * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1512
1513 2003-10-31  Jim Blandy  <jimb@redhat.com>
1514
1515         * elfread.c (elf_symtab_read): Allocate correct number of tail
1516         elements to sectinfo structure.  (Fix from Woody LaRue.)
1517
1518 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1519
1520         * stack.c (return_command): Use get_frame_type, instead of
1521         CALL_DUMMY_HAS_COMPLETED.
1522         * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1523         * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1524
1525 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
1526
1527         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1528         explicitly specify size of array.
1529         (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1530         TDEP->sc_num_regs.
1531
1532 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1533
1534         * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1535         function.
1536         (s390_gdbarch_init): Set extract_struct_value_address.
1537         * arch-utils.c (generic_cannot_extract_struct_value_address):
1538         Delete function.
1539         * arch-utils.h (generic_cannot_extract_struct_value_address):
1540         Delete definition.
1541
1542 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
1543
1544         * i386-linux-nat.c (fetch_core_registers): Remove.
1545         (linux_elf_core_fns): Remove.
1546         (_initialize_i386_linux_nat): Remove.
1547
1548 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1549
1550         * solib-svr4.c: Update copyright.  Include "bfd-target.h" and
1551         "exec.h".
1552         (exec_entry_point): New function.
1553         (enable_break): Create a "tmp_bfd_target", use that and
1554         entry_point_address when computing the relocation offset.
1555         (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1556         * Makefile.in (solib-svr4.o): Update dependencies.
1557
1558 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1559
1560         * defs.h (XZALLOC): Define.
1561         * target.h (struct target_ops): Add "to_data";
1562         * bfd-target.h, bfd-target.c: New files.
1563         * Makefile.in (SFILES): Add "bfd-target.c".
1564         (COMMON_OBS): Add "bfd-target.o".
1565         (bfd-target.o): Specify dependencies.
1566         (bfd_target_h): Define.
1567         * defs.h (XZALLOC): Define.
1568
1569 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1570
1571         * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1572         adjust_breakpoint_address.
1573         * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1574         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1575         * ppc-sysv-tdep.c: Include "target.h".  Update copyright.
1576         (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1577
1578 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1579
1580         * target.h (struct target_ops): Replace "to_read_partial" and
1581         "to_write_partial" with "to_xfer_partial".  Update comments.
1582         * target.c (debug_to_write_partial): Delete function.
1583         (debug_to_xfer_partial): Replace debug_to_read_partial.
1584         (add_target, update_current_target, setup_target_debug): Set
1585         "to_xfer_partial" instead of "to_read_partial" and
1586         "to_write_partial".
1587         (default_xfer_partial): Replace "default_write_partial".
1588         (default_read_partial): Delete.
1589         (target_read_partial, target_write_partial): Call
1590         "to_xfer_partial".
1591         * remote.c (init_remote_ops): Set "to_xfer_partial".
1592         (init_remote_async_ops): Ditto.
1593         (remote_xfer_partial): Replace "remote_read_partial".
1594
1595 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
1596
1597         * i386-tdep.c (i386_supply_fpregset): Support floating-point
1598         registers in `fxsave' format.
1599         (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1600
1601 2003-10-30  Mark Kettenis  <kettenis@gnu.org>
1602
1603         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1604         (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1605         TDEP->gregset_num_regs and tdep->sizeof_gregset.
1606
1607         * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1608         specify size of array.
1609         (i386_linux_init_abi): Remove initialization of
1610         TDEP->num_xmm_regs.  Use I386_LINUX_NUM_REGS for number of
1611         registers.  Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1612
1613         * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1614         * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1615         core-regset.o.
1616
1617         * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1618         the ELF header.
1619
1620 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
1621
1622         * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1623         * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1624         core-regset.o.
1625
1626         * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1627
1628         * corelow.c: Include "arch-utils.h", "regset.h" and
1629         "gdb_assert.h".
1630         (core_gdbarch): New variable.
1631         (sniff_core_bfd): Don't sniff if we have support for register sets
1632         in CORE_GDBARCH.
1633         (core_close): Reset CORE_GDBARCH.
1634         (core_open): Initialize CORE_GDBARCH.
1635         (get_core_register_section): Use register sets if they are
1636         supported by CORE_GDBARCH.
1637         (get_core_registers): Don't print error message if we have support
1638         for register sets in CORE_GDBARCH.
1639
1640 2003-10-29  Andrew Cagney  <cagney@redhat.com>
1641
1642         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1643         default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1644
1645 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
1646
1647         * objfiles.h (clear_objfile_data): New prototype.
1648         * objfiles.c (clear_objfile_data): New function.
1649         * symfile.c (reread_symbols): Clear per-objfile data.
1650
1651 2003-10-28  Jeff Johnston  <jjohnstn@redhat.com>
1652
1653         * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1654         printf_unfiltered instead of printf_filtered for output messages.
1655         (add_symbol_file_command): Ditto.
1656         (reread_symbols): Ditto.
1657         (overlay_auto_command): Ditto.
1658         (overlay_manual_command): Ditto.
1659         (overlay_off_command): Ditto.
1660
1661 2003-10-27  Mark Kettenis  <kettenis@gnu.org>
1662
1663         * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1664         (gdbarch_from_bfd): New function.
1665         (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1666         deprecated_select_gdbarch_hack.
1667         * arch-utils.h (gdbarch_from_bfd): New prototype.
1668
1669 2003-10-27  Andrew Cagney  <cagney@redhat.com>
1670
1671         * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1672         arch_info.  Use warning instead of fprintf_filtered.  Do not use
1673         deprecated bfd_printable_arch_mach.
1674
1675 2003-10-26  Kevin Buettner  <kevinb@redhat.com>
1676
1677         * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1678         Delete.
1679         (frv_register_type): Rename from frv_register_virtual_type.  Add
1680         ``struct gdbarch *'' parameter.
1681         (frv_gdbarch_init): Delete calls to the following functions:
1682         set_gdbarch_deprecated_size(),
1683         set_gdbarch_deprecated_register_bytes(),
1684         set_gdbarch_deprecated_register_raw_size(),
1685         set_gdbarch_deprecated_max_register_raw_size(),
1686         set_gdbarch_deprecated_register_virtual_size(),
1687         set_gdbarch_deprecated_max_register_virtual_size(),
1688         set_gdbarch_deprecated_register_virtual_size(),
1689         set_gdbarch_deprecated_register_virtual_type().
1690         Add call to function set_gdbarch_register_type().
1691
1692 2003-10-26  Mark Kettenis  <kettenis@gnu.org>
1693
1694         * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1695         FDOFF_REGNUM): Remove defines.
1696         * win32-nat.c (do_child_fetch_inferior_registers): Include
1697         "i387-tdep.h".
1698         (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1699         I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM.  Define and
1700         undefine I387_ST0_REGNUM.
1701
1702         * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1703         * x86-64-tdep.c (x86_64_store_return_value): Use
1704         I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1705
1706         Change register numbers to enumartion values.
1707         * i386-tdep.h (enum i386_regnum): New.
1708         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1709         I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1710         I386_ST0_REGNUM): Remove defines.
1711         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1712         I386_EDI_REGNUM): Remove defines.
1713
1714 2003-10-24  Andrew Cagney  <cagney@redhat.com>
1715
1716         * target.c: Include "gdbcore.h".
1717         (get_target_memory, get_target_memory_unsigned): New functions.
1718         * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1719         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1720         Use get_target_memory_unsigned.
1721         * Makefile.in (target.o): Update dependencies.
1722
1723 2003-10-24  Andrew Cagney  <cagney@redhat.com>
1724
1725         * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1726         * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1727         * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1728         * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1729         * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1730
1731         * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1732         (can_run_code_for): Use the OO term "singleton".
1733
1734 2003-10-23  Andrew Cagney  <cagney@redhat.com>
1735
1736         * Makefile.in (stack.o): Add $(regcache_h).
1737         * stack.c: Include "regcache.h"
1738         (return_command): Rewrite.  Use get_frame_id and
1739         get_selected_frame.  Eliminate "deprecated_selected_frame".  Warn
1740         about unhandled return-values.
1741         * value.h (set_return_value): Delete declaration.
1742         * values.c (set_return_value): Delete function.
1743
1744 2003-10-23  Jeff Johnston  <jjohnstn@redhat.com>
1745
1746         * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1747         (pseudo_regs): Add comment regarding register stack registers.
1748         (ia64_alloc_frame_cache):  Initialize new prev_cfm field to 0.
1749         (floatformat_valid): New static routine.
1750         (floatformat_ia64_ext): Add name field and set up is_valid routine
1751         to floatformat_valid().
1752         (examine_prologue):  For the previous cfm, use
1753         frame_unwind_register()
1754         if the cfm is not stored in a register-stack register.  Save the
1755         previous cfm value in the prev_cfm field.  Add debug output.
1756         (ia64_frame_this_id): Use frame_id_build_special() to also register
1757         the bsp.  Add debug output.
1758         (ia64_sigtramp_frame_this_id): Ditto.
1759         (ia64_frame_prev_register):  Look at cache saved_regs for a few more
1760         registers and also add some checks for framelessness before accepting
1761         current register values for fields such as return address.  For cfm,
1762         use the cached prev_cfm field if available.  Add comment to explain
1763         PSR logic.  Add debug output.
1764         (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1765         as part of initialization.
1766         (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1767         calculated.  Cache the bsp and cfm values.
1768         (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1769         instead of using ia64_frame_prev_register() which doesn't expect most
1770         registers to be saved.  The saved values for bsp and sp
1771         can be taken from the cache.  Add debug output.
1772         (ia64_push_dummy_call): Use frame_id_build_special() to also register
1773         the bsp.
1774
1775 2003-10-23  Jim Blandy  <jimb@redhat.com>
1776
1777         * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1778         architecture the current arch can run code for --- but not if it's
1779         a superset.
1780         (can_run_code_for): New function.
1781
1782 2003-10-22  James E Wilson  <wilson@specifixinc.com>
1783
1784         * MAINTAINERS: Move myself from paper trail section back to write
1785         after approval section.
1786
1787 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1788
1789         * exec.h: New file.
1790         * win32-nat.c: Include "exec.h".
1791         * solib.c: Include "exec.h".
1792         * target.h (build_section_table): Delete declaration.
1793         * somsolib.c: Include "exec.h".
1794         (exec_ops): Delete extern declaration.
1795         * rs6000-nat.c: Update copyright.  Include "exec.h".
1796         (exec_ops): Delete extern declaration.
1797         * pa64solib.c: Update copyright.  Include "exec.h".
1798         (exec_ops): Delete extern declaration.
1799         * exec.c: Update copyright.  Include "exec.h".
1800         * corelow.c: Update dependencies.  Include "exec.h".
1801         * Makefile.in (exec_h): Define.
1802         (exec.o, somsolib.o): Update dependencies.
1803         (pa64solib.o, corelow.o): Update dependencies.
1804
1805 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1806
1807         * target.c: Include "gdb_assert.h" (target_read): Call
1808         "target_read_partial", not "target_write_partial".
1809         (default_read_partial, default_write_partial): New function.
1810         (target_read_partial, target_write_partial): Simplify, assume that
1811         there is always a read/write method.
1812         (update_current_target, add_target): Always set "to_read_partial"
1813         and "to_write_partial".
1814         (target_write, target_read): Fail on a zero byte transfer.
1815         * Makefile.in (target.o): Update dependencies.
1816         * target.h: Update copyright date.
1817         (target_object): Fix typo.
1818
1819 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1820
1821         * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1822         multi-arch method, add "targ" parameter.
1823         (struct target_ops): Declare.
1824         * gdbarch.h, gdbarch.c: Re-generate.
1825         * Makefile.in (c-valprint.o): Update dependencies.
1826         * arch-utils.h: Update copyright.
1827         (convert_from_func_ptr_addr_identity): Declare.
1828         * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1829         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1830         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1831         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1832         * infcall.c (find_function_addr, call_function_by_hand): Update.
1833         * c-valprint.c: Include "target.h".
1834         (print_function_pointer_address): Update.
1835
1836 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1837
1838         * target.c (target_close): New function.
1839         (debug_to_close): Use "target_close".
1840         (push_target): Use "target_close".
1841         (unpush_target): Use "target_close".
1842         (pop_target): Use "target_close".
1843         * target.h (struct target_ops): Add "to_xclose".
1844         (target_open): Delete macro.  Move comment to "to_open".
1845         (target_close): Replace macro with function that takes a target.
1846         * top.c (quit_target): Pass "current_target" to "target_close".
1847
1848 2003-10-21  Elena Zannoni  <ezannoni@redhat.com>
1849
1850         * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1851         Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1852         * symtab.h (lookup_minimal_symbol_text): Update.
1853         * breakpoint.c (create_overlay_event_breakpoint,
1854         create_longjmp_breakpoint): Update callers.
1855         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1856         * symtab.c (find_pc_sect_line): Ditto.
1857
1858 2003-10-21  Andrew Cagney  <cagney@redhat.com>
1859
1860         * target.c (errno): Delete extern declaration.
1861
1862 2003-10-20  Jeff Johnston  <jjohnstn@redhat.com>
1863
1864         * ia64-tdep.c: Change all occurrences of
1865         DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1866         (ia64_frame_prev_register): Minor whitespace change.
1867
1868 2003-10-20  Michael Chastain  <mec@shout.net>
1869
1870         * config/djgpp/fnchange.lst: Add lines for:
1871         sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1872         sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1873         sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1874         sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1875         sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1876         sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1877         sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1878
1879 2003-10-20  Andrew Cagney  <cagney@redhat.com>
1880
1881         * values.c (register_value_being_returned): Update comments.  Use
1882         "gdbarch_return_value" when available.
1883         (using_struct_return): Ditto.
1884         (set_return_value): Ditto.  Use "gdbarch_return_value" when
1885         available..  Print a warning, and not an error, when an unhandled
1886         return type is encountered.
1887         * infcmd.c: Include "gdb_assert.h".
1888         (print_return_value): When gdbarch_return_value_p, and using
1889         struct return, assume that the value is not available.
1890         * defs.h (return_value_convention): Define.
1891         * gdbarch.sh (gdbarch_return_value): New predicate method.
1892         * gdbarch.h, gdbarch.c: Re-generate
1893         * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1894
1895 2003-10-20  Andrew Cagney  <cagney@redhat.com>
1896
1897         * symtab.c: Replace "struct sec" with "struct bfd_section".
1898         * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1899
1900 2003-10-19  Michael Chastain  <mec@shout.net>
1901
1902         * config/djgpp/fnchange.lst: Add lines for:
1903         gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1904         gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1905         gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1906
1907 2003-10-19  Mark Kettenis  <kettenis@gnu.org>
1908
1909         * amd64fbsd-nat.c (fetch_inferior_registers,
1910         store_inferior_registers): Remove functions.
1911         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1912
1913 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
1914
1915         Add NetBSD/amd64 native configuration:
1916         * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1917         * amd64nbsd-tdep.c: New file.
1918         * amd64nbsd-nat.c: New file.
1919         * amd64bsd-nat.c: New file.
1920         * config/i386/nbsd64.mh: New file.
1921         * config/i386/nbsd64.mt: New file.
1922         * configure.host: Add x86_64-*-netbsd*.
1923         * configure.tgt: Add x86_64-*-netbsd*.
1924         * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1925         New targets.
1926         * NEWS (New native configurations): Mention NetBSD/amd64.
1927
1928 2003-10-17  Michael Chastain  <mec@shout.net>
1929
1930         * config/djgpp/fnchange.lst: Remove dead lines for:
1931         bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1932         bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1933         bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1934         gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1935         gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1936         gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1937         gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1938         gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1939         gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1940         gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1941         gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1942         gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1943         gdb/config/sparc/tm-sparclite.h,
1944         gdb/gdbtk/generic/ChangeLog-2001,
1945         gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1946         gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1947         gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1948         gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1949         gdb/testsuite/gdb.mi/mi0-var-block.exp,
1950         gdb/testsuite/gdb.mi/mi0-var-child.exp,
1951         gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1952         gdb/testsuite/gdb.mi/mi0-var-display.exp,
1953         itcl/iwidgets3.0.0/demos/extfileselectionbox,
1954         itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1955         itcl/iwidgets3.0.0/demos/fileselectionbox,
1956         itcl/iwidgets3.0.0/demos/fileselectiondialog,
1957         itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1958         itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1959         itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1960         itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1961         itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1962         itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1963         itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1964         itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1965         itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1966         itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1967         itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1968         itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1969         itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1970         itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1971         itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1972         itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1973         itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1974         itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1975         itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1976         itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1977         itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1978         itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1979         itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1980         itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1981         itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1982         itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1983         itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1984         itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1985         itcl/iwidgets3.0.0/demos/html/shell.n.html,
1986         itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1987         itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1988         itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1989         itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1990         itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1991         itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1992         itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1993         itcl/iwidgets3.0.0/demos/scrolledcanvas,
1994         itcl/iwidgets3.0.0/demos/scrolledframe,
1995         itcl/iwidgets3.0.0/demos/scrolledhtml,
1996         itcl/iwidgets3.0.0/demos/scrolledlistbox,
1997         itcl/iwidgets3.0.0/demos/scrolledtext,
1998         itcl/iwidgets3.0.0/demos/selectionbox,
1999         itcl/iwidgets3.0.0/demos/selectiondialog,
2000         itcl/iwidgets3.0.0/doc/canvasprintbox.n,
2001         itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
2002         itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
2003         itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
2004         itcl/iwidgets3.0.0/doc/fileselectionbox.n,
2005         itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
2006         itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
2007         itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
2008         itcl/iwidgets3.0.0/doc/scrolledframe.n,
2009         itcl/iwidgets3.0.0/doc/scrolledhtml.n,
2010         itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
2011         itcl/iwidgets3.0.0/doc/scrolledtext.n,
2012         itcl/iwidgets3.0.0/doc/selectionbox.n,
2013         itcl/iwidgets3.0.0/doc/selectiondialog.n,
2014         itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
2015         itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
2016         itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
2017         itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
2018         itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
2019         itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
2020         itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
2021         itcl/iwidgets3.0.0/generic/scrolledframe.itk,
2022         itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
2023         itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
2024         itcl/iwidgets3.0.0/generic/scrolledtext.itk,
2025         itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
2026         itcl/iwidgets3.0.0/generic/selectionbox.itk,
2027         itcl/iwidgets3.0.0/generic/selectiondialog.itk,
2028         itcl/iwidgets3.0.0/tests/canvasprintbox.test,
2029         itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
2030         itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
2031         itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
2032         itcl/iwidgets3.0.0/tests/fileselectionbox.test,
2033         itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
2034         itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
2035         itcl/iwidgets3.0.0/tests/scrolledframe.test,
2036         itcl/iwidgets3.0.0/tests/scrolledhtml.test,
2037         itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
2038         itcl/iwidgets3.0.0/tests/scrolledtext.test,
2039         itcl/iwidgets3.0.0/tests/selectionbox.test,
2040         itcl/iwidgets3.0.0/tests/selectiondialog.test,
2041         itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
2042         itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
2043         tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
2044         tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
2045         tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
2046         tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
2047         tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
2048         tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
2049         tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
2050         tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
2051         tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
2052         tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
2053         tk/mac/tkMacProjects.sit.hqx.
2054
2055 2003-10-17  Andrew Cagney  <cagney@redhat.com>
2056
2057         * target.c (target_section_by_addr): New function.
2058         (do_xfer_memory): Use "target_section_by_addr".
2059         * target.h (target_section_by_addr): Declare.
2060
2061         * target.h (struct target_ops): Add "to_read_partial" and
2062         "to_write_partial", delete "to_query".
2063         (target_read_partial, target_write_partial): Declare.
2064         (target_read, target_write): Declare.
2065         (target_query): Delete macro.
2066         * target.c (target_read_partial): New function.
2067         (target_write_partial, target_read, target_write): New function.
2068         (update_current_target): Delete inheritance of "to_query".  Add
2069         comments about "to_read_partial" and "to_write_partial".
2070         (debug_to_partial_read, debug_to_partial_write): New functions.
2071         (debug_to_query): Delete function.
2072         (setup_target_debug): Set "to_read_partial" and "to_write_partial"
2073         instead of "to_query".
2074         * remote.c (remote_read_partial): Replace "remote_query".
2075         (init_remote_ops): Set "to_read_partial" instead of "to_query".
2076         (init_remote_async_ops): Ditto.
2077         * kod.c (gdb_kod_query): Make "bufsize" a LONGEST.  Use
2078         "target_read_partial" instead of "target_query".
2079         * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
2080         Use "target_read_partial" instead of "target_query".
2081
2082 2003-10-17  Jeff Johnston  <jjohnstn@redhat.com>
2083
2084         * frame.h (struct frame_id): Add new field: special_addr.
2085         (frame_id_build_special): New prototype.
2086         * frame.c (frame_id_build_special): New function.
2087         (frame_id_build): Change to call frame_id_build_special().
2088         (frame_id_eq): Change to also test special_addr field.
2089         (frame_id_inner): Update comment.
2090
2091 2003-10-17  Andrew Cagney  <cagney@redhat.com>
2092
2093         * target.c (update_current_target): Perform the target cleanup.
2094         Put the target stack beneath the squashed "current_target".
2095         (add_target): Delete disabled call to "cleanup_target".
2096         (cleanup_target): Delete function.
2097         (push_target, unpush_target): Do not call "cleanup_target".
2098
2099 2003-10-17  Andrew Cagney  <cagney@redhat.com>
2100
2101         * target.c (target_stack): Change to a static target_ops.
2102         (update_current_target): Walk the "struct target_ops" stack.
2103         (pop_target, do_xfer_memory, target_info): Ditto.
2104         (find_target_beneath): Ditto.
2105         (push_target): Rewrite to use the "struct target_ops" stack.
2106         (unpush_target): Ditto.
2107         * target.h (struct target_stack_item): Delete definition.
2108         (target_stack): Delete declaration.
2109         (struct target_ops): Add field "beneath".
2110
2111 2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
2112
2113         * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
2114         declaration.
2115         * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
2116         (h8300_examine_prologue): Use h8300_normal_mode flag
2117         (h8300_gdbarch_init): Set architecture info for normal mode
2118
2119 2003-10-16  Daniel Jacobowitz  <drow@mvista.com>
2120
2121         * remote.c (remote_protocol_vcont): New variable.
2122         (set_remote_protocol_vcont_packet_cmd): New function.
2123         (show_remote_protocol_vcont_packet_cmd): New function.
2124         (init_all_packet_configs): Handle remote_protocol_vcont.
2125         (remote_vcont_probe): New function.
2126         (remote_vcont_resume): New function.
2127         (remote_resume): Use it.
2128         (remote_async_resume): Call remote_resume.
2129         (_initialize_remote): Add verbose-resume packet commands.
2130
2131 2003-10-16  Andrew Cagney  <cagney@redhat.com>
2132
2133         * infrun.c (handle_inferior_event): Add comment about
2134         "frame_id_inner" being too weak.
2135
2136 2003-10-16  Elena Zannoni  <ezannoni@redhat.com>
2137
2138         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2139         second parameter, which is always null. Remove
2140         SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
2141         * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
2142         accordingly.
2143         * somsolib.c (som_solib_create_inferior_hook,
2144         som_solib_desire_dynamic_linker_symbols): Update callers.
2145         * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
2146
2147 2003-10-16  Kei Sakamoto  <sakamoto.kei@renesas.com>
2148
2149         * remote-m32r-sdi.c : New file, interface to m32r on-chip
2150         debug interface, SDI (Scalable Debug Interface).
2151         * NEWS: Mention m32r SDI protocol was supported.
2152         * Makefile.in (remote-m32r-sdi.o): Add build rule.
2153         * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
2154
2155 2003-10-15  Jeff Johnston  <jjohnstn@redhat.com>
2156
2157         * ia64-linux-tdep.c: Include gdbcore.h.
2158         (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
2159         (ia64_linux_sigcontext_register_addr): Find the address of the
2160         sigcontext area stored in the sigframe instead of using
2161         a magic offset constant.
2162
2163 2003-10-15  Andrew Cagney  <cagney@redhat.com>
2164
2165         * remote.c (remote_search): Delete function.
2166         * target.h (target_search): Delete disabled macro.
2167         (struct target_ops): Delete disabled field "to_search".
2168
2169 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
2170
2171         * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
2172         instead of deprecated_inside_entry_file().
2173
2174 2003-10-14  Corinna Vinschen  <vinschen@redhat.com>
2175
2176         * sh-tdep.c: Fix copy/paste hangover in comment.
2177         (sh_push_dummy_call_fpu): Accomodate double passing in little endian
2178         mode.
2179         (sh3e_sh4_extract_return_value): Ditto.
2180
2181 2003-10-13  Richard Henderson  <rth@redhat.com>
2182
2183         * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
2184         * f-valprint.c (f_val_print): Likewise.  Tweak TYPE_CODE_PTR to
2185         match c_val_print a bit closer.
2186
2187 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
2188
2189         * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
2190         (frv_gdbarch_adjust_breakpoint_address): New function.
2191         (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
2192         method.
2193
2194 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
2195
2196         * breakpoint.h (struct breakpoint): Add new member
2197         ``requested_address''.
2198         * breakpoint.c (breakpoint_adjustment_warning)
2199         (adjust_breakpoint_address): New static functions.
2200         (print_it_typical): Issue warning if breakpoint's address is different
2201         from its requested address.
2202         (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
2203         (breakpoint_re_set_one):  Set breakpoint's
2204         ``requested_address'' field.  Set ``address'' field to the
2205         result of calling adjust_breakpoint_address() on the requested
2206         address.
2207
2208 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
2209
2210         * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
2211         * gdbarch.h, gdbarch.c: Regenerate.
2212
2213 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
2214
2215         * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
2216         TDEP->sc_num_regs.
2217
2218         * i386fbsd-tdep.c: New file.
2219         (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2220         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2221         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
2222         i386bsd-tdep.c.
2223         (_initialize_i386fbsd_tdep): New function.
2224         (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
2225         (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
2226         TDEP->gregset_num_regs, TDEP->sizeof_gregset and
2227         TDEP->sizeof_fpregset.  Use ARRAY_SIZE to initialize
2228         TDEP->sc_num_regs.
2229         (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
2230         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
2231         to initialize TDEP->sc_num_regs.
2232         * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2233         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
2234         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
2235         (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
2236         FreeBSD ELF OS/ABI's here.
2237         * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
2238         (i386fbsd-tdep.o): New target.
2239         * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
2240         * config/i386/fbsd64.mt (TDEPFILES):  Add i386fbsd-tdep.o.
2241
2242         * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
2243         (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
2244         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
2245         in initialization of TDEP->sc_num_regs.
2246
2247         * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
2248         (x86_64_init_abi): Initialize regset_from_core_section if
2249         appropriate.
2250
2251         * i386-tdep.c (i386_regset_from_core_section): New function.
2252         (i386_gdbarch_init): Initialize regset_from_core_section if
2253         appropriate.
2254         * i386-tdep.h (i386_regset_from_core_section): New declaration.
2255
2256         * i386-tdep.h (struct regset): Declare opaque.
2257
2258         * gdbarch.sh (regset_from_core_section): New method.
2259         (struct regset): Declare opaque.
2260         * gdbarch.c, gdbarch.h: Regenerated.
2261
2262 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
2263
2264         * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
2265         _cooked_size and vma;  Use bfd_section_size and bfd_get_section_vma.
2266         Correct test for pc within section.
2267
2268 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
2269
2270         * gdbarch.sh: Remove trailing whitepsace from comments.
2271
2272 2003-10-08  Roland McGrath  <roland@redhat.com>
2273
2274         * gcore.c (make_mem_sec): Function removed, folded into ...
2275         (gcore_create_callback): ... here.  To omit a section, clear its
2276         SEC_LOAD bit rather than zeroing its size.
2277         Omit read-only sections only if they correspond to a known disk file.
2278         (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
2279
2280 2003-10-10  Michael Snyder  <msnyder@redhat.com>
2281
2282         * d10v-tdep.c: Fix typo in comment.
2283
2284 2003-10-10  Andrew Cagney  <cagney@redhat.com>
2285
2286         * rs6000-tdep.c (e500_store_return_value): Delete function.
2287         (e500_extract_return_value): Delete function.
2288         (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
2289         "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
2290         "ppc_sysv_abi_restore_return_value" where applicable.
2291         * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
2292         (ppc_sysv_abi_extract_return_value): Declare.
2293         (ppc_sysv_abi_broken_store_return_value): Declare.
2294         (ppc_sysv_abi_broken_extract_return_value): Declare.
2295         (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
2296         * ppc-sysv-tdep.c (return_value_convention): Move definition to
2297         start of file.
2298         (do_ppc_sysv_return_value): New function.
2299         (ppc_sysv_abi_extract_return_value): New function.
2300         (ppc_sysv_abi_store_return_value): New function.
2301         (ppc_sysv_abi_broken_extract_return_value): New function.
2302         (ppc_sysv_abi_broken_store_return_value): New function.
2303         (ppc_sysv_abi_use_struct_convention): Call
2304         do_ppc_sysv_return_value.
2305
2306 2003-10-10  J. Brobecker  <brobecker@gnat.com>
2307
2308         * blockframe.c (inside_main_func): No longer use symbol_lookup()
2309         to lookup the main function symbol.
2310
2311 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
2312
2313         * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
2314         types correctly.
2315         (sh_push_dummy_call_fpu): Fix argument passing rules.
2316         (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
2317         float types.
2318         (sh3e_sh4_store_return_value): Ditto.
2319
2320 2003-10-10  Elena Zannoni  <ezannoni@redhat.com>
2321
2322         * sh-tdep.c (sh_use_struct_convention): Clarify one case in
2323         comment.
2324
2325 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
2326
2327         * sh-tdep.c (sh_use_struct_convention): Clean up to have a
2328         more readable code.  Accomodate passing of bitfields.
2329
2330 2003-10-10  Andrew Cagney  <cagney@redhat.com>
2331
2332         * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
2333         * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
2334         push_dummy_call to ppc64_sysv_abi_push_dummy_call.
2335         * ppc-sysv-tdep.c: Include "gdb_assert.h".
2336         (ppc64_sysv_abi_push_dummy_call): New function.
2337         (ppc64_sysv_abi_broken_push_dummy_call): New function.
2338         * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
2339         (ppc64_sysv_abi_broken_push_dummy_call): Declare.
2340
2341 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
2342
2343         * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2344         * README: Ditto.
2345         * d10v-tdep.c: Ditto.
2346         * h8300-tdep.c: Ditto.
2347         * remote-e7000.c: Ditto.
2348         * remote-hms.c: Ditto.
2349         * ser-e7kpc.c: Ditto.
2350         * sh-stub.c: Ditto.
2351         * sh-tdep.c: Ditto.
2352         * sh-tdep.h: Ditto.
2353         * sh3-rom.c: Ditto.
2354         * sh64-tdep.c: Ditto.
2355         * top.c: Ditto.
2356         * wince.c: Ditto.
2357         * config/d10v/d10v.mt: Ditto.
2358         * config/sh/embed.mt: Ditto.
2359         * config/sh/linux.mt: Ditto.
2360         * config/sh/tm-linux.h: Ditto.
2361         * config/sh/tm-sh.h: Ditto.
2362         * config/sh/wince.mt: Ditto.
2363
2364 2003-10-09  Andrew Cagney  <cagney@redhat.com>
2365
2366         * ppc-tdep.h (struct type): Declare opaque.
2367         * x86-64-tdep.h (struct regcache): Declare opaque.
2368         * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
2369         coding style.
2370
2371 2003-10-09  Andrew Cagney  <cagney@redhat.com>
2372
2373         Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
2374         * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
2375         (SOFTWARE_SINGLE_STEP_P): Ditto.
2376         * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2377         * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
2378         (SOFTWARE_SINGLE_STEP_P): Ditto.
2379         * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
2380         software_single_step to rs6000_software_single_step.
2381
2382 2003-10-09  Andrew Cagney  <cagney@redhat.com>
2383
2384         * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2385
2386 2003-10-09  Michael Snyder  <msnyder@redhat.com>
2387
2388         * frame.h: Fix typo in comment.
2389         * dummy-frame.c: Fix typo in comment.
2390         * d10v-tdep.c: Random whitespace/comment tweaks.
2391
2392 2003-10-09  Elena Zannoni  <ezannoni@redhat.com>
2393
2394         * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
2395         (sh_push_dummy_code): Delete function, it's only used for dummy calls
2396         on stack.
2397
2398         Based on input by Stephen Clarke (stephen.clarke@superh.com):
2399         * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
2400         in detail.
2401
2402 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
2403
2404         * remote-mips.c (mips_initialize): Remove unneeded call to
2405         get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2406
2407 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
2408
2409         * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
2410         a memory pointer.
2411
2412 2003-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2413
2414         * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
2415         for any lwp we resume.
2416         (running_callback): Add lwps that have pending status events
2417         against them to be considered running.
2418
2419 2003-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
2420
2421         * m32r-tdep.c : Include "dis-asm.h".
2422         * Makefile.in (m32r-tdep.o): Update dependencies.
2423
2424 2003-10-06  J. Brobecker  <brobecker@gnat.com>
2425
2426         * completer.h (get_gdb_completer_word_break_characters): Delete.
2427         * completer.c: include language.h.
2428         (gdb_completer_word_break_characters): Delete.
2429         (get_gdb_completer_word_break_characters): Delete.
2430         (location_completer): Use the word break characters of the current
2431         language.
2432         (complete_line): Likewise.
2433         (line_completion_function): Likewise.
2434         (skip_quoted_chars): Likewise.
2435         * Makefile.in (completer.o): Add dependency on language.h.
2436         * top.c (init_main): Set the readline word break characters
2437         to GDB's default word break characters.
2438
2439 2003-10-06  J. Brobecker  <brobecker@gnat.com>
2440
2441         * language.h (language_defn): new field, la_word_break_characters.
2442         * language.c (unknown_language_defn): Set new field to
2443         default_word_break_characters.
2444         (auto_language_defn): Likewise.
2445         (local_language_defn): Likewise.
2446         * ada-lang.c (ada_language_defn): Likewise.
2447         * c-lang.c (c_language_defn): Likewise.
2448         (cplus_language_defn): Likewise.
2449         (asm_language_defn): Likewise.
2450         (minimal_language_defn): Likewise.
2451         * f-lang.c (f_language_defn): Likewise.
2452         * jv-lang.c (java_language_defn): Likewise.
2453         * m2-lang.c (m2_language_defn): Likewise.
2454         * objc-lang.c (objc_language_defn): Likewise.
2455         * p-lang.c (pascal_language_defn): Likewise.
2456         * scm-lang.c (scm_language_defn): Likewise.
2457
2458 2003-10-06  Andrew Cagney  <cagney@redhat.com>
2459
2460         * ppc-sysv-tdep.c: Re-indent.
2461
2462 2003-10-06  J. Brobecker  <brobecker@gnat.com>
2463
2464         * language.h (default_word_break_characters): Add prototype.
2465         * language.c (default_word_break_characters): New function.
2466
2467 2003-10-06  Andreas Schwab  <schwab@suse.de>
2468
2469         * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2470         with %eax.
2471
2472 2003-10-06  Andrew Cagney  <cagney@redhat.com>
2473
2474         * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2475         "h8500-tdep.c".
2476         (z8k-tdep.o): Delete custom build rule.
2477
2478 2003-10-06  Andrew Cagney  <cagney@redhat.com>
2479
2480         * Makefile.in: Update all dependencies.
2481
2482         * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2483         No longer list PA as as obsolete candidate.  List m32r as
2484         broken instead of obsolete.
2485
2486         * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2487         * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2488         * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2489         * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2490         * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2491         * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2492         * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2493         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2494         * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2495         * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2496         * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2497         * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2498         * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2499         * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2500         * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2501         * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2502         * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2503         * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2504         * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2505         * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2506         * config/z8k/z8k.mt: Ditto.
2507
2508         * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2509         h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2510         mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2511         i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2512         sparclite were removed.
2513         * configure.host, configure.tgt: Remove corresponding tuples.
2514
2515         * breakpoint.c, breakpoint.h: Remove obsolete code.
2516         * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2517         * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2518         * stabsread.h, xcoffread.c: Ditto.
2519
2520         * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2521         * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2522         * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2523         * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2524
2525 2003-10-06  David Lecomber  <dsl@sources.redhat.com>
2526
2527         * f-valprint.c: Reformatting
2528
2529 2003-10-06  Mark Kettenis  <kettenis@gnu.org>
2530
2531         * x86-64-tdep.c: Remove duplicate comment.
2532
2533         * x86-64-tdep.c (x86_64_store_return_value): Don't use
2534         DEPRECATED_REGISTER_RAW_SIZE.  Use symbolic names for register
2535         names for return values.  This fixes a bug since we looked at %rbx
2536         instead of %rdx.
2537
2538 2003-10-05  Mark Kettenis  <kettenis@gnu.org>
2539
2540         * x86-64-tdep.c: Include "regset.h".
2541
2542         * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2543         gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2544         sizeof_fpregset.
2545         * i386-tdep.c: Include "regset.h".
2546         (i386_supply_gregset): New function.
2547         (i386_supply_fpregset): New function.
2548         (i386_gdbarch_init): Initialze register set-related members of
2549         TDEP.
2550         * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2551         (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2552
2553 2003-10-03  Andrew Cagney  <cagney@redhat.com>
2554
2555         * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2556         set extract_return_value, store_return_value and
2557         use_struct_convention to ppc64_sysv_abi_extract_return_value,
2558         ppc64_sysv_abi_store_return_value and
2559         ppc64_sysv_abi_use_struct_convention.
2560         * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2561         (ppc64_sysv_abi_store_return_value): Declare.
2562         (ppc64_sysv_abi_use_struct_convention): Declare.
2563         * ppc-sysv-tdep.c (enum return_value_convention): Define.
2564         (ppc64_sysv_abi_extract_return_value): New function.
2565         (ppc64_sysv_abi_store_return_value): New function.
2566         (ppc64_sysv_abi_use_struct_convention): New function.
2567         (ppc64_sysv_abi_return_value): New function.
2568
2569 2003-10-03  Andrew Cagney  <cagney@redhat.com>
2570
2571         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2572         convert a descriptor to a function when it's in the ".opd"
2573         section.
2574
2575 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
2576
2577         * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2578         reg_size to keep GCC silent.
2579
2580 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
2581
2582         * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2583         base for DW_EH_PE_textrel encodings.
2584         (read_encoded_value): Add a DW_EH_PE_textrel case.
2585         (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2586         section.
2587
2588 2003-10-03  Mark Kettenis  <kettenis@gnu.org>
2589
2590         * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2591
2592 2003-10-02  Andrew Cagney  <cagney@redhat.com>
2593
2594         * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2595         REGISTER_RAW_SIZE.
2596         * gdbarch.h, gdbarch.c: Re-generate.
2597         * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2598         * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2599         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2600         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2601         * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2602         * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2603         * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2604         * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2605         * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2606         * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2607         * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2608         * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2609         * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2610         * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2611         * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2612         * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2613
2614 2003-10-02  Jim Blandy  <jimb@redhat.com>
2615
2616         * dwarf2read.c (struct die_info): Doc fix.
2617
2618 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
2619
2620         * sh-tdep.c: Running thru gdb_indent.sh.
2621
2622 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
2623
2624         * sh-tdep.c (sh_justify_value_in_reg): New function.
2625         (sh_stack_allocsize): Ditto.
2626         (flt_argreg_array): New array used for floating point argument
2627         passing.
2628         (sh_init_flt_argreg): New function.
2629         (sh_next_flt_argreg): Ditto.
2630         (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2631         "pass_on_stack". Use new helper functions.  Accomodate Renesas ABI.
2632         Fix argument passing strategy.
2633         (sh_push_dummy_call_nofpu): Ditto.
2634
2635 2003-10-01  Andrew Cagney  <cagney@redhat.com>
2636
2637         * value.h (register_value_being_returned): Declare.  Replace
2638         "value_being_returned".
2639         * infcall.c (call_function_by_hand): Use
2640         register_value_being_returned.
2641         * infcmd.c (print_return_value): Call
2642         "register_value_being_returned", handle struct return locally.
2643         * values.c (register_value_being_returned): New function.  Replace
2644         "value_being_returned".
2645
2646 2003-09-30  Elena Zannoni  <ezannoni@redhat.com>
2647
2648         * linux-proc.c (linux_do_registers): New function.
2649         (linux_make_note_section): Use linux_do_registers in case of
2650         single threaded inferior programs.
2651
2652 2003-10-01  Andrew Cagney  <cagney@redhat.com>
2653
2654         * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2655         use STRUCT_ADDR.  When not using "struct return convention", pass
2656         "0" to "value_being_returned".  Add FIXMEs.
2657         * infcmd.c (print_return_value): Pass an explicit 0/1 to
2658         value_being_returned.  Add comments.
2659         * values.c (value_being_returned): Add fixme.
2660         * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2661         (hppa_value_returned_from_stack): Add FIXME.
2662
2663 2003-09-30  David Carlton  <carlton@kealia.com>
2664
2665         * dwarf2read.c (struct die_info): Add 'parent' field; replace
2666         'has_children' and 'next' by 'child' and 'sibling'.
2667         (read_comp_unit): Rework algorithm, breaking body into
2668         read_die_and_children and read_die_and_siblings.
2669         (read_die_and_children, read_die_and_siblings): New.
2670         (read_full_die): Add 'has_children' argument; set it instead of
2671         the die's 'has_children' field.  Minor formatting cleanup.
2672         (free_die_list): Use die->child and die->sibling instead of
2673         die->next.
2674         (dump_die_list): Ditto.
2675         (sibling_die): Use die->sibling.
2676         (psymtab_to_symtab_1): Use die's 'child' field in place of its
2677         'has_children' and 'next' fields.
2678         (process_die, read_file_scope, read_func_scope)
2679         (read_lexical_block_scope, read_structure_scope)
2680         (read_enumeration, read_array_type, read_common_block)
2681         (read_namespace, read_subroutine_type, dump_die): Ditto.
2682
2683 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2684
2685         * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2686         to 224, not 220.
2687
2688 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2689
2690         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2691         REGISTER_VIRTUAL_SIZE.
2692         * gdbarch.h, gdbarch.c: Regenerate.
2693         * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2694         * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2695         * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2696
2697 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2698
2699         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2700         REGISTER_VIRTUAL_TYPE.
2701         * gdbarch.h, gdbarch.c: Regenerate.
2702         * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2703         * sh64-tdep.c, sparc-tdep.c: Update.
2704
2705         * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2706         * remote-vxmips.c (vx_read_register): Ditto.
2707         * remote-vx68.c (vx_read_register): Ditto.
2708         * gnu-nat.c (inf_validate_procs): Ditto.
2709
2710 2003-09-29  J. Brobecker  <brobecker@gnat.com>
2711
2712         * infcall.c (call_function_by_hand): Fix build failure
2713         introduced in the previous change to this file.
2714
2715 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2716
2717         * NEWS: Mention Objective-C.
2718
2719 2003-09-29  Jerome Guitton  <guitton@act-europe.fr>
2720
2721         * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2722         test if the register has been saved on the stack.
2723         (arm_scan_prologue_cache): When analysing the instruction
2724         "str lr, [sp, #-4]", save the address where lr has been stored.
2725
2726 2003-09-28  Andrew Cagney  <cagney@redhat.com>
2727
2728         * frame.c (frame_read_unsigned_register): Delete function.
2729         * frame.h (frame_read_unsigned_register): Delete declaration.
2730         * sparc-tdep.c (sparc_init_extra_frame_info): Use
2731         get_frame_register_unsigned.
2732         (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2733         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2734         * d10v-tdep.c (d10v_print_registers_info): Ditto.
2735
2736         * frame.h (frame_read_register): Delete declaration.
2737         * frame.c (frame_read_register): Delete function.
2738         * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2739         * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2740         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2741         * mips-tdep.c (mips_register_to_value): Ditto.
2742         * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2743         * d10v-tdep.c (d10v_print_registers_info): Ditto.
2744
2745         * frame.c (frame_read_signed_register): Delete function.
2746         (frame_read_unsigned_register): Update comments.
2747         * frame.h (frame_read_signed_register): Delete declaration.
2748         * h8300-tdep.c (h8300_print_register): Use
2749         get_frame_register_signed.
2750         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2751
2752         * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2753         Rename VALUE_RETURNED_FROM_STACK.
2754         * infcmd.c (print_return_value): Update.
2755         * infcall.c (call_function_by_hand): Update.
2756
2757 2003-09-28  Mark Kettenis  <kettenis@gnu.org>
2758
2759         * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2760         regcache argument and reverse the order of the other two
2761         arguments.  Remove local regcache variable.  Determine
2762         architecture from REGCACHE.  Update comments.
2763         * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2764         reverse the order of the other two arguments.  Remove local
2765         regcache variable.  Determine architecture from REGCACHE.  Update
2766         comments.
2767         * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2768         prototypes.  Update comments.
2769         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype.  Adjust
2770         comment.
2771         * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2772         Update.
2773         * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2774         * i386-interix-nat.c (supply_fpregset): Update.
2775         * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2776         * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2777         * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2778         * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2779         * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2780         Update.
2781         * i386obsd-tdep.c (fetch_core_registers): Update.
2782         * i386v4-nat.c (supply_fpregset): Update.
2783         * x86-64-linux-nat.c (supply_fpregset): Update.
2784         * x86-64-linux-tdep.c (fetch_core_registers): Update.
2785
2786 2003-09-27  Mark Kettenis  <kettenis@gnu.org>
2787
2788         * i386-tdep.h: Put opaque declarations in alphabetical
2789         order.  Remove spurious whitespace.
2790         (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2791         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2792         * i386-tdep.c (MM0_REGNUM): Remove define.
2793         (i386_mmx_regnum_p): Add gdbarch argument.
2794         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2795         Rewrite using new macro definitions for FPU/SSE registers.
2796         (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2797         definitions from i387-tdep.h.
2798         (i386_register_name): Update.
2799         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2800         new macro definitions for FPU/SSE registers.
2801         (i386_extract_return_value): Determine whether floating-point
2802         registers are present by examining REGCACHE's architecture.
2803         (i386_store_return_value): Likewise.  Use I386_MAX_REGISTER_SIZE
2804         instead of FPU_REG_RAW_SIZE.  Use new macro definitions for
2805         FPU/SSE registers.
2806         (i386_register_type): Update.
2807         (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2808         definitions for FPU registers.  Use REGCACHE's architecture to
2809         determine the appropriate register numbers.
2810         (i386_pseudo_register_read, i386_pseudo_register_write,
2811         i386_register_reggroup_p): Update.
2812         (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2813         TDEP->mm0_regnum.
2814         * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2815         I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2816         I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2817         I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2818         (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2819         i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2820         *' to `void *'.
2821         * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2822         i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2823         i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2824         definitions for FPU/SSE registers.
2825         (FXSAVE_MXCSR_ADDR): New define.
2826         * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2827         TDEP->mm0_regnum.
2828         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2829         (I387_ST0_REGNUM): Define.
2830
2831         * regcache.h (get_regcache_arch): New prototype.
2832         * regcache.c (get_regcache_arch): New function.
2833
2834         * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2835         whitespace.
2836
2837         * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2838         Initialize using ARRAY_SIZE.
2839
2840 2003-09-27  Andrew Cagney  <cagney@redhat.com>
2841
2842         * arch-utils.c (deprecated_init_frame_pc_default): Rename
2843         "init_frame_pc_default".
2844         * arch-utils.h (deprecated_init_frame_pc_default): Update.
2845         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2846         * vax-tdep.c (vax_gdbarch_init): Update.
2847         * v850-tdep.c (v850_gdbarch_init): Update.
2848         * sh64-tdep.c (sh64_gdbarch_init): Update.
2849         * s390-tdep.c (s390_gdbarch_init): Update.
2850         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2851         * mcore-tdep.c (mcore_gdbarch_init): Update.
2852         * h8300-tdep.c (h8300_gdbarch_init): Update.
2853         * cris-tdep.c (cris_gdbarch_init): Update.
2854         * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2855
2856 2003-09-26  Mark Kettenis  <kettenis@gnu.org>
2857
2858         * regset.h: New file.
2859         * Makefile.in (regset_h): Add.
2860
2861 2003-09-25  Andrew Cagney  <cagney@redhat.com>
2862
2863         * frame.h (deprecated_frame_saved_regs): Rename
2864         get_frame_saved_regs.
2865         * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2866         * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2867         * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2868         * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2869         * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2870
2871 2003-09-25  Andrew Cagney  <cagney@redhat.com>
2872
2873         * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2874         file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2875         and Java.
2876         * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2877         arm*-*-* do not use the new frame code.
2878
2879 2003-09-25  David Carlton  <carlton@kealia.com>
2880
2881         * c-exp.y: Remove 'register' declarations.
2882         * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2883
2884 2003-09-25  David Carlton  <carlton@kealia.com>
2885
2886         * c-exp.y: Include cp-support.h.  Add qualified_type.
2887         (yylex): Delete nested type hack; add comments.
2888         * cp-namespace.c (cp_lookup_nested_type): New function.
2889         * cp-support.h: Declare cp_lookup_nested_type.
2890         * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2891         instead of value_struct_elt_for_reference.
2892         * valops.c: Include cp-support.h.
2893         (value_aggregate_elt): New function.
2894         (value_namespace_elt): Ditto.
2895         (value_struct_elt_for_reference): Make static.
2896         * value.h: Delete declaration of value_struct_elt_for_reference;
2897         add declaration for value_aggregate_elt.
2898         * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2899         (valops.o): Ditto.
2900
2901 2003-09-25  Daniel Jacobowitz  <drow@mvista.com>
2902
2903         * stack.c: Include "reggroups.h".
2904         (frame_info): Only display registers in all_reggroup.
2905         * Makefile.in (stack.o): Update dependencies.
2906
2907 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
2908
2909         * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2910         "add ip, sp #n" in the prologue.
2911         (arm_scan_prologue): Ditto.
2912
2913 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
2914
2915         * MAINTAINERS (write after approval): Add myself.
2916
2917 2003-09-25  Andreas Schwab  <schwab@suse.de>
2918
2919         * m68k-tdep.c: Include "dwarf2-frame.h".
2920         (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2921         * Makefile.in (m68k-tdep.o): Update dependencies.
2922
2923 2003-09-25  Corinna Vinschen  <vinschen@redhat.com>
2924
2925         * sh-tdep.c (struct frame_extra_info): Remove.
2926         (struct sh_frame_cache): New structure.
2927         (GET_SOURCE_REG): New macro extracting source register of an opcode.
2928         (GET_TARGET_REG): Ditto but target register.
2929         (GET_PUSHED_REG): Remove.
2930         (IS_MOV_ARG_TO_REG): New macro.
2931         (IS_MOV_ARG_TO_IND_R14): New macro.
2932         (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2933         (IS_MOVW_PCREL_TO_REG): New macro.
2934         (IS_MOVL_PCREL_TO_REG): New macro.
2935         (IS_SUB_REG_FROM_SP): New macro.
2936         (IS_ARG_MOV): Remove.
2937         (IS_MOV_TO_R14): Remove.
2938         (IS_RESTORE_FP): New macro.
2939         (IS_RTS): New macro.
2940         (IS_LDS): New macro.
2941         (IS_MOV_FP_SP): New macro.
2942         (IS_ADD_REG_TO_FP): New macro.
2943         (IS_ADD_IMM_FP): New macro.
2944         (sh_skip_prologue_hard_way): Remove.
2945         (sh_saved_pc_after_call): Remove.
2946         (sh_frame_chain): Remove.
2947         (sh_find_callers_reg): Remove.
2948         (sh_nofp_frame_init_saved_regs): Remove.
2949         (sh_fp_frame_init_saved_regs): Remove.
2950         (sh_init_extra_frame_info): Remove.
2951         (sh_analyze_prologue): New function.
2952         (sh_skip_prologue): Remove deprecated code.  Rely on new function
2953         sh_analyze_prologue when after_prologue fails.
2954         (sh_frame_saved_pc): Remove.
2955         (sh_alloc_frame_cache): New function.
2956         (sh_frame_cache): Ditto.
2957         (sh_frame_prev_register): Ditto.
2958         (sh_frame_this_id): Ditto.
2959         (sh_frame_unwind): New structure defining the heuristic frame
2960         sniffer interface.
2961         (sh_frame_sniffer): New function.
2962         (sh_unwind_sp): Ditto.
2963         (sh_unwind_pc): Ditto.
2964         (sh_unwind_dummy_id): Ditto.
2965         (sh_frame_base_address): Ditto.
2966         (sh_frame_base): New structure defining new frame base code.
2967         (sh_in_function_epilogue_p): New function.
2968         (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2969         code and to call all new code instead.  Initialize dwarf2 and
2970         heuristic frame sniffer.
2971
2972 2003-09-24  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
2973
2974         * parser-defs.h (struct exp_descriptor): New definition, containing
2975         language-specific info for printing, prefixifying, dumping, and
2976         evaluating expressions.
2977         (exp_descriptor_standard): Declare new variable.
2978         (print_subexp): Make global and declare here (from expprint.c).
2979         (dump_subexp): Ditto.
2980         (dump_subexp_body_standard): Declare.
2981         (operator_length_standard): Declare.
2982         (op_name_standard): Declare.
2983         (print_subexp): Declare.
2984         (print_subexp_standard): Declare.
2985
2986         * language.h (struct language_defn): Add la_exp_desc field to hold
2987         pointer to table for language-specific operators.
2988         Remove evaluate_exp field, which is now in struct exp_descriptor.
2989
2990         * parse.c (operator_length): Move most code to new
2991         operator_length_standard function.  Use language-specific information.
2992         (operator_length_standard): New function taking most code from
2993         operator_length.
2994         (exp_descriptor_standard): New constant.
2995
2996         * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2997         and OP_EXTENDED_LAST.
2998
2999         * expprint.c (print_subexp): Use language-specific print_subexp.
3000         Make global; remove static declaration.
3001         Move most code to print_subexp_standard.
3002         (print_subexp_standard): New function, containing code formerly in
3003         print_subexp.
3004         (op_name): Add expression to argument signature.
3005         Use langauge-specific op_name.
3006         Move most code to op_name_standard.
3007         (op_name_standard): New function, containing code formerly in op_name.
3008         (dump_subexp):  Use new version of op_name function.
3009         Use language-specific dump_subexp_body, and move most existing code to
3010         dump_subexp_body_standard.
3011         (dump_raw_expression): Use new op_name interface.
3012         (dump_subexp_body): Move most code to dump_subexp_body_standard.
3013         (dump_subexp_body_standard): New function, containing code formerly
3014         in dump_subexp_body.
3015
3016         * language.c (unknown_language): Add default la_exp_desc field and
3017         remove evaluate_exp field.
3018         (auto_language): Ditto.
3019         (local_language): Ditto.
3020         * f-lang.c (f_language_defn): Ditto.
3021         * c-lang.c (c_language_defn): Ditto.
3022         (cplus_language_defn): Ditto.
3023         (asm_language_defn): Ditto.
3024         (minimal_language_defn): Ditto.
3025         * p-lang.c (pascal_language_defn): Ditto.
3026         * m2-lang.c (m2_language_defn): Ditto.
3027         * objc-lang.c (objc_language_defn): Ditto.
3028
3029         * jv-lang.c (exp_descriptor_java): New variable, containing
3030         Java-specific expression evaluator.
3031         (java_language_defn): Add la_exp_desc field and remove evaluate_exp
3032         field.
3033         * scm-lang.c (exp_descriptor_scm): New variable, containing
3034         Scheme-specific expression evaluator.
3035         (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
3036         field.
3037         * objc-lang.c (print_object_command): Take evaluate_exp from the
3038         la_exp_desc field.
3039
3040         * Makefile.in (eval.o): Add dependency on parser-defs.h.
3041
3042         * eval.c: Include parser-defs.h for the full declaration of
3043         la_exp_desc's type.
3044         (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
3045
3046 2003-09-23  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
3047
3048         * parser-defs.h (operator_length): Declare.
3049
3050         * parse.c (length_of_subexp): Use operator_length to get operator
3051         lengths and arities for operators.
3052         Move most code to new operator_length function.
3053         (operator_length): New function absorbing most code from
3054         length_of_subexp.
3055         (prefixify_subexp): Remove large case and use operator_length instead.
3056         (parse_exp_1): Use renamings:
3057         dump_prefix_expression => dump_raw_expression and
3058         dump_postfix_expression => dump_prefix_expression.
3059
3060         * expression.h (dump_prefix_expression): Rename to ...
3061         (dump_raw_expression): New name.
3062         (dump_postfix_expression): Rename to ...
3063         (dump_prefix_expression): New name.
3064
3065         * expprint.c (dump_subexp): Make global.  Add comment.
3066         Move most existing code to dump_subexp_body.
3067         (dump_subexp_body): New function.
3068         (dump_prefix_expression): Rename to dump_raw_expression.
3069         Remove attempt to print the expression via print_expression: it can't
3070         work before the expression is prefixified.
3071         (dump_raw_expression): Renamed from dump_prefix_expression.
3072         (dump_postfix_expression): Rename to dump_prefix_expression, since
3073         that's what it does.
3074         Remove 'note' parameter, since this routine must be used on
3075         prefixified expression.
3076         (dump_prefix_expression): Renamed from dump_postfix_expression.
3077
3078 2003-09-22  Jim Blandy  <jimb@redhat.com>
3079
3080         * dwarf2read.c (read_array_type): When building the type for an
3081         array of unspecified length, make sure to choose the upper bound
3082         so that the array's total length comes out to be zero --- that's
3083         how we represent such arrays.
3084
3085 2003-09-22  Michael Chastain  <mec@shout.net>
3086
3087         * MAINTAINERS: Rename gdb.c++ to gdb.cp.
3088
3089 2003-09-22  Jeff Johnston  <jjohnstn@redhat.com>
3090
3091         * top.c (quit_force): Fix indirect call to quit_target so
3092         a struct qt_args pointer is passed.
3093
3094 2003-09-22  Andrew Cagney  <cagney@redhat.com>
3095
3096         * arch-utils.h (init_frame_pc_noop): Delete declaration.
3097         * arch-utils.c (init_frame_pc_noop): Delete function.
3098         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
3099         "init_frame_pc".
3100         * mips-tdep.c (mips_gdbarch_init): Ditto.
3101         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3102         * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
3103         declaration.
3104         (DEPRECATED_INIT_FRAME_PC): Delete macro.
3105         * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
3106         declaration.
3107         (DEPRECATED_INIT_FRAME_PC): Delete macro.
3108
3109 2003-09-22  Anthony Green  <green@redhat.com>
3110
3111         * monitor.c (monitor_expect): Delete unused conflicting targ_ops
3112         declaration.
3113
3114 2003-09-20  Andrew Cagney  <cagney@redhat.com>
3115
3116         * breakpoint.c: Eliminate ARGSUSED.
3117         * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
3118         * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
3119         * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
3120         * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
3121         * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
3122         * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
3123         * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
3124         * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
3125         * wince.c, remote-vx.c: Ditto.
3126
3127         * cli/cli-script.c: Remove "register" attributes.
3128         * config/pa/tm-hppa.h: Ditto.
3129         * cli/cli-decode.c: Ditto.
3130         * cli/cli-cmds.c: Ditto.
3131
3132 2003-09-19  Andrew Cagney  <cagney@redhat.com>
3133
3134         * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
3135         DEPRECATED_NPC_REGNUM.
3136         * sparc64nbsd-nat.c (getregs_supplies): Ditto.
3137
3138 2003-09-19  Christopher Faylor  <cgf@redhat.com>
3139
3140         * win32-nat.c (mappings): Remove HAVE_SSE conditional.
3141
3142 2003-09-19  Jim Blandy  <jimb@redhat.com>
3143
3144         * macrotab.c (macro_include): Use the correct comparison to find
3145         the appropriate place for this inclusion in the list.
3146
3147 2003-09-19  Andrew Cagney  <cagney@redhat.com>
3148
3149         * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
3150         (DEPRECATED_HPUX_TEXT_END): Define.
3151         (deprecated_hpux_text_end): Declare.
3152         (struct target_ops): Declare opaque.
3153         * hppah-nat.c (text_end): Make static.
3154         (deprecated_hpux_text_end): New function.
3155         * exec.c (text_end): Delete global variable.
3156         (NEED_TEXT_START_END): Do not define.
3157         (exec_file_attach): Replace code computing "text_end" code with
3158         call to DEPRECATED_HPUX_TEXT_END.
3159
3160 2003-09-19  Andrew Cagney  <cagney@redhat.com>
3161
3162         * utils.c (align_up, align_down): New functions.
3163         * defs.h (align_up, align_down): Declare.
3164         * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
3165         * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
3166         and "align_down".
3167         (round_up, round_down): Delete functions.
3168         * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3169         "align_down".
3170         (ROUND_DOWN, ROUND_UP): Delete macros.
3171         (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
3172         * h8300-tdep.c: Replace "round_up" and "round_down" with
3173         "align_up" and "align_down".
3174         (round_up, round_down): Delete macros.
3175         * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3176         "align_down".
3177         (ROUND_UP, ROUND_DOWN): Delete macros.
3178
3179 2003-09-18  J. Brobecker  <brobecker@gnat.com>
3180
3181         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
3182         hard-coded constant. Use the proper machine name instead.
3183
3184 2003-09-17  Andrew Cagney  <cagney@redhat.com>
3185
3186         * sparc-tdep.c (legacy_register_name): Delete function.
3187         * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
3188         (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
3189         * infcmd.c (gdb_register_name): Delete variable.
3190         * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
3191         REGISTER_NAME and "tm.h".
3192         * gdbarch.h, gdbarch.c: Regenerate.
3193         * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
3194         REGISTER_NAMES in comments.
3195         * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
3196         * m68klinux-nat.c (regmap): Ditto.
3197
3198 2003-09-17  Jim Blandy  <jimb@redhat.com>
3199
3200         * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
3201
3202 2003-09-17  Andrew Cagney  <cagney@redhat.com>
3203
3204         * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
3205         (ppcnbsd_init_abi): Set "use_struct_convention" to
3206         "ppcnbsd_use_struct_convention".
3207
3208 2003-09-17  Mark Kettenis  <kettenis@gnu.org>
3209
3210         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3211         * gdbarch.h, gdbarch.c: Regenerate.
3212         (stabs_argument_has_addr): New architecture method.
3213         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3214         * arch-utils.c: Include "buildsym.h".
3215         (default_stabs_argument_has_addr): New function.
3216         * stabsread.c (define_symbol): Use stabs_argument_has_addr
3217         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3218
3219 2003-09-17  Andrew Cagney  <cagney@redhat.com>
3220
3221         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
3222         * gdbarch.h, gdbarch.c: Regenerate.
3223         * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
3224         * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
3225         * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
3226         * sparcnbsd-tdep.c: Update.
3227
3228 2003-09-17  Andrew Cagney  <cagney@redhat.com>
3229
3230         * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
3231         * gdbarch.h, gdbarch.c: Regenerate.
3232         * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
3233         * d10v-tdep.c, frame.c: Update.
3234         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
3235         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
3236         * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
3237         * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
3238         * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3239         * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
3240         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
3241         * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
3242         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
3243         * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
3244         * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
3245         * config/pa/nm-hppah.h: Update.
3246
3247 2003-09-16  Andrew Cagney  <cagney@redhat.com>
3248
3249         * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
3250         "use_struct_convention" to "ppc_linux_use_struct_convention".
3251         (ppc_linux_use_struct_convention): New function.
3252         * rs6000-tdep.c (rs6000_use_struct_convention): New function.
3253         (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
3254         "rs6000_use_struct_convention".
3255         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
3256         declaration.
3257         * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3258         Delete function.
3259
3260 2003-09-16  Andrew Cagney  <cagney@redhat.com>
3261
3262         * buildsym.c: Remove more occurances of "register".
3263         * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
3264         * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
3265         * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
3266         * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
3267         * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
3268         * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
3269         * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
3270         * utils.c, valops.c, values.c, xcoffread.c: Ditto.
3271
3272 2003-09-16  Corinna Vinschen  <vinschen@redhat.com>
3273
3274         * sh-tdep.h (struct gdbarch_tdep): Remove.  Change all register
3275         numbers to enumeration values.
3276         * sh-tdep.c: Accomodate above change.
3277         (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
3278         (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
3279         (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
3280         (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
3281         (IS_FPUSH): Rename from IS_FMOV.
3282         (sh_extract_struct_value_address): Remove useless comment.
3283         (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
3284         instead of own local values.
3285         (sh_dump_tdep): Remove.
3286         (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
3287         * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
3288
3289 2003-09-15  Andrew Cagney  <cagney@redhat.com>
3290
3291         * doublest.c (convert_floatformat_to_doublest): No longer need to
3292         cast "exp_bias" to an int.  Reverts 2002-12-04 change.
3293
3294 2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
3295
3296         * values.c (unpack_double): Call floatformat_is_valid.
3297
3298 2003-09-15  Mark Kettenis  <kettenis@gnu.org>
3299
3300         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
3301         ps_strings into a long.
3302
3303         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
3304         _initialize_am64fbsd_nat.
3305
3306 2003-09-15  Kevin Buettner  <kevinb@redhat.com>
3307
3308         * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
3309         associated with DW_AT_ranges attribute is out of bounds.
3310
3311 2003-09-15  David Lecomber  <dsl@sources.redhat.com>
3312
3313         * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
3314
3315 2003-09-14  Michael Chastain  <mec@shout.net>
3316
3317         * config/m68k/nm-apollo68v.h: Delete.
3318         * config/m68k/xm-apollo68v.h: Delete.
3319
3320 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3321
3322         * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
3323         * dcache.c: Update copyrights and descriptions.
3324         * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
3325
3326 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3327
3328         * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
3329         "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
3330
3331 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3332
3333         * alpha-nat.c: Remove some occurances of "register".
3334         * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
3335         * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
3336         * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
3337         * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
3338         * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
3339         * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
3340         * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
3341         * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
3342         * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
3343         * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
3344         * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
3345         * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
3346         * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
3347         * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
3348         * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
3349         * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
3350         * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
3351         * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
3352         * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
3353         * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
3354         * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
3355         * values.c, vax-tdep.c, xcoffread.c: Ditto.
3356
3357 2003-09-13  Andrew Cagney  <cagney@redhat.com>
3358
3359         * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
3360         * ppc-tdep.h (struct regcache): Declare opaque.
3361         * objfiles.h (struct objfile_data): Declare opaque.
3362         * cp-support.h (struct objfile): Declare opaque.
3363         * linux-nat.h (target_waitstatus): Declare opaque.
3364
3365 2003-09-14  Mark Kettenis  <kettenis@gnu.org>
3366
3367         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3368         (stabs_argument_has_addr): New architecture method.
3369         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3370         * arch-utils.c: Include "buildsym.h".
3371         (default_stabs_argument_has_addr): New function.
3372         * stabsread.c (define_symbol): Use stabs_argument_has_addr
3373         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3374
3375         * cris-tdep.c (cris_gdbarch_init): Set
3376         deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
3377         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3378         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3379         * mips-tdep.c (mips_gdbarch_init): Likewise.
3380         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3381         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3382
3383 2003-09-13  Andrew Cagney  <cagney@redhat.com>
3384
3385         * values.c (using_struct_return): Delete "function" and "funcaddr"
3386         parameters.
3387         * value.h (using_struct_return): Update declaration.
3388         * infcmd.c (finish_command_continuation): Update.
3389         (finish_command): Update.
3390         * infcall.c (call_function_by_hand): Update.
3391         * eval.c (evaluate_subexp_standard): Update.
3392
3393 2003-09-13  Christopher Faylor  <cgf@redhat.com>
3394
3395         * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
3396         SSE registers since gdb will not operate correctly without this.
3397         Restore include file ordering munged in previous change.
3398         * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
3399
3400 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
3401
3402         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
3403         REG_STRUCT_HAS_ADDR.
3404         * gdbarch.c, gdbarch.h: Updated.
3405         * infcall.c (call_function_by_hand): Update.
3406         * stabsread.c (define_symbol): Updated.
3407
3408         * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
3409
3410 2003-09-12  Christopher Faylor  <cgf@redhat.com>
3411
3412         * win32-nat.c: Reorganize so that defines used by target headers are
3413         actually defined by the system headers.
3414         * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
3415         than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
3416
3417 2003-09-12  Jim Blandy  <jimb@redhat.com>
3418
3419         * dbxread.c (read_dbx_symtab): Don't report an internal error if
3420         the file has no .data, .bss, or .rodata sections.  Instead wait
3421         until we see a variable alleged to live in one of those sections.
3422
3423         * dbxread.c (read_dbx_symtab): If we have no .data section and no
3424         .bss section, presume that any variables we find live in the
3425         .rodata section.
3426
3427         * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3428         offsets for global and static variables.
3429
3430         * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3431         symbol types are, by definition, in the .data section, so it is
3432         correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3433         If there is no .data section, there should be no N_DATA or N_DATA
3434         | N_EXT symbols.
3435
3436 2003-09-12  Mark Kettenis  <kettenis@gnu.org>
3437
3438         * amd64fbsd-tdep.c: Fix sigtramp recognition.
3439         (amd64fbsd_sigcontext_addr): Rewrite.
3440         (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3441         with correct values.
3442         (amd64fbsd_sc_reg_offset): Initialize with correct values.
3443         (amd64fbsd_init_abi): Fix typo.
3444
3445 2003-09-12  Andrew Cagney  <cagney@redhat.com>
3446
3447         * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3448         (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3449
3450 2003-09-12  Andrew Cagney  <cagney@redhat.com>
3451
3452         * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3453         "entry_file_highpc".  Update comments.
3454         * defs.h (deprecated_inside_entry_file): Rename
3455         "inside_entry_file".
3456         * blockframe.c (deprecated_inside_entry_file): Rename
3457         "inside_entry_file".
3458         * frame.c (get_prev_frame): Update.  Use if 0 instead of #if 0.
3459         * vax-tdep.c (vax_frame_chain): Update.
3460         * sh64-tdep.c (sh64_frame_chain): Update.
3461         * sh-tdep.c (sh_frame_chain): Update.
3462         * rs6000-tdep.c (rs6000_frame_chain): Update.
3463         * ns32k-tdep.c (ns32k_frame_chain): Update.
3464         * mips-tdep.c (mips_frame_chain): Update.
3465         * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3466         * m32r-tdep.c (m32r_frame_this_id): Update.
3467         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3468         * frv-tdep.c (frv_frame_this_id): Update.
3469         * d10v-tdep.c (d10v_frame_this_id): Update.
3470         * cris-tdep.c (cris_frame_chain): Update.
3471         * blockframe.c (legacy_frame_chain_valid): Update.
3472         * avr-tdep.c (avr_frame_this_id): Update.
3473         * arm-tdep.c (arm_prologue_this_id): Update.
3474         * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3475         * objfiles.c (objfile_relocate): Update.
3476         * mipsread.c (mipscoff_symfile_read): Update.
3477         (mipscoff_symfile_read): Update.
3478         * mdebugread.c (parse_partial_symbols): Update.
3479         * dwarfread.c (read_file_scope): Update.
3480         * dwarf2read.c (read_file_scope): Update.
3481         * dbxread.c (read_dbx_symtab): Update.
3482         (read_dbx_symtab): Update.
3483         * coffread.c (complete_symtab): Update.
3484
3485 2003-09-12  Jeff Johnston  <jjohnstn@redhat.com>
3486
3487         * top.c (quit_target): New static helper function.
3488         (quit_force): Moved code to quit_target().  Call quit_target()
3489         via catch_errors() to catch errors during quit.
3490
3491 2003-09-11  David Carlton  <carlton@kealia.com>
3492
3493         * buildsym.c (finish_block): Use allocate_block to allocate the
3494         block.
3495         * mdebugread.c (new_block): Add FIXME.
3496
3497 2003-09-11  David Carlton  <carlton@kealia.com>
3498
3499         * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3500         * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3501         (recursive_dump_type): Ditto.
3502         * printcmd.c (print_formatted): Ditto.
3503         * typeprint.c (print_type_scalar): Ditto.
3504         * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3505         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3506         * cp-support.h: Declare cp_check_possible_namespace_symbols,
3507         maint_cplus_cmd_list.
3508         * cp-support.c: Make maint_cplus_cmd_list extern.
3509         * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3510         command.h.
3511         (lookup_symbol_file): Look in possible namespace blocks when
3512         appropriate.
3513         (initialize_namespace_symtab): New.
3514         (get_possible_namespace_block, free_namespace_block)
3515         (check_possible_namespace_symbols)
3516         (check_possible_namespace_symbols_loop)
3517         (check_one_possible_namespace_symbol)
3518         (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3519         (_initialize_cp_namespace): Ditto.
3520         * block.h: Declare allocate_block.
3521         * block.c (allocate_block): New.
3522         * jv-lang.c (get_java_class_symtab): Allocate blocks via
3523         allocate_block.
3524         * symfile.h: Update declaration of add_psymbol_to_list.
3525         * symfile.c (add_psymbol_to_list): Return the partial symbol in
3526         question.
3527         * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3528         scan_partial_symbols_call.
3529         (scan_partial_symbols): Add NAMESPACE argument; update calls to
3530         helper functions.
3531         (add_partial_symbol): If necessary, scan mangled names for names
3532         of namespaces.
3533         (add_partial_namespace): Add NAMESPACE argument; generate partial
3534         symbols associated  to namespaces.
3535         (add_partial_enumeration): Add NAMESPACE argument.
3536         (new_symbol): Allow namespace syms.
3537         (read_namespace): Generate namespace syms.
3538         * objfiles.h: Add opaque declaration of struct symtab.
3539         (struct objfile): Add cp_namespace_symtab member.
3540         * objfiles.c (allocate_objfile): Set
3541         objfile->cp_namespace_symtab.
3542         * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3543         dictionary_h, command_h.
3544
3545 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3546
3547         * rs6000-tdep.c (rs6000_push_dummy_call): Use
3548         regcache_raw_write_signed to set SP_REGNUM, move the operation to
3549         near the function's end.
3550         (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3551         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3552         regcache_raw_write_signed to set SP_REGNUM.
3553
3554 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
3555
3556         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3557         orig_addrs is set up properly.
3558
3559 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3560
3561         * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3562         * gdbarch.h, gdbarch.c: Re-generate.
3563         * infcall.c (call_function_by_hand): Update.
3564         * hppa-tdep.c (hppa_push_arguments): Update.
3565         * ada-lang.c (place_on_stack): Update.
3566         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3567         * sparc-tdep.c (sparc_gdbarch_init): Update.
3568         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3569         * hppa-tdep.c (hppa_gdbarch_init): Update.
3570         * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3571         stack_align.
3572
3573 2003-09-11  Daniel Jacobowitz  <drow@mvista.com>
3574
3575         * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3576         register do need a frame.
3577
3578 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3579
3580         Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3581         buildable since GDB 5.0.
3582         * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3583         * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3584         * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3585         * irix4-nat.c: Delete file.
3586         * config/mips/irix4.mh: Delete file.
3587         * config/mips/irix3.mh: Delete file.
3588         * config/mips/irix3.mt: Delete file.
3589         * config/mips/tm-irix3.h: Delete file.
3590         * config/mips/nm-irix3.h: Delete file.
3591         * config/mips/xm-irix3.h: Delete file.
3592         * config/mips/nm-irix4.h: Delete file.
3593         * config/mips/xm-irix4.h: Delete file.
3594         * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3595
3596 2003-09-10  J. Brobecker  <brobecker@gnat.com>
3597
3598         * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3599         * Makefile.in (hppa-tdep.o): Update dependencies.
3600
3601 2003-09-10  James E Wilson  <wilson@specifixinc.com>
3602
3603         * MAINTAINERS: Change my e-mail address.  Move to paper trail
3604         section.
3605
3606 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
3607
3608         * MAINTAINERS (frv): New ISA entry.
3609
3610 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
3611
3612         * frv-tdep.c (dis-asm.h): Include.
3613         * Makefile.in (frv-tdep.o): Update dependencies.
3614
3615 2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
3616
3617         * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3618         Fix typo for high range of floating registers.
3619
3620 2003-09-09  David Carlton  <carlton@kealia.com>
3621
3622         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3623         highpc initialization here out of scan_partial_symbols.
3624         (scan_partial_symbols): Restructure into a recursive version,
3625         calling add_partial_namespace and add_partial_enumeration when
3626         appropriate.
3627         (add_partial_namespace): New.
3628         (add_partial_enumeration, locate_pdi_sibling): Ditto.
3629
3630 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3631
3632         * rs6000-tdep.c (ppc_push_return_address): Delete function.
3633         (rs6000_push_dummy_call): Set LR to BP_ADDR.
3634         (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3635         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3636
3637         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3638         (rs6000_push_dummy_call): Set the "TOC" register.
3639
3640         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3641         methods "max_register_raw_size", "max_register_virtual_size" or
3642         "register_virtual_size".
3643
3644 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
3645
3646         * MAINTAINERS: Update my e-mail address.
3647
3648 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3649
3650         * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3651         (rs6000_push_dummy_call): Store the struct return address.
3652         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3653
3654 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3655
3656         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3657         "ppc_sysv_abi_push_arguments".
3658         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3659         "ppc_sysv_abi_push_arguments".
3660         * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3661         instead of "push_arguments".
3662         (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3663
3664 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3665
3666         * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3667         instead of CALL_DUMMY_ADDRESS.
3668
3669 2003-09-09  Paul N. Hilfinger  <hilfingr@gnat.com>
3670
3671         * p-lang.c: Eliminate "register".
3672         * c-lang.c: Ditto.
3673         * expprint.c: Ditto.
3674         * f-lang.c: Ditto.
3675         * jv-lang.c: Ditto.
3676         * language.c: Ditto.
3677         * m2-lang.c: Ditto.
3678         * parse.c: Ditto.
3679         * scm-lang.c: Ditto.
3680         * objc-lang.c: Ditto.
3681
3682 2003-09-09  Nick Clifton  <nickc@redhat.com>
3683
3684         * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3685
3686 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3687
3688         * avr-tdep.c: Include "dis-asm.h".
3689         * cris-tdep.c: Include "dis-asm.h".
3690         (cris_delayed_get_disassembler): Use "struct disassemble_info"
3691         instead of corresponding typedef.
3692         * h8300-tdep.c: Include "dis-asm.h".
3693         * ia64-tdep.c: Include "dis-asm.h".
3694         * i386-tdep.c: Include "dis-asm.h".
3695         (i386_print_insn): Use "struct disassemble_info" instead of
3696         corresponding typedef.
3697         * m68k-tdep.c: Include "dis-asm.h".
3698         * mcore-tdep.c: Include "dis-asm.h".
3699         * mips-tdep.c: Include "dis-asm.h".
3700         (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3701         instead of corresponding typedef.
3702         * ns32k-tdep.c: Include "dis-asm.h".
3703         * s390-tdep.c: Include "dis-asm.h".
3704         * sparc-tdep.c: Include "dis-asm.h".
3705         * vax-tdep.c: Include "dis-asm.h".
3706         * v850-tdep.c: Include "dis-asm.h".
3707         * mn10300-tdep.c: Include "dis-asm.h".
3708         * rs6000-tdep.c: Include "dis-asm.h".
3709         * xstormy16-tdep.c: Include "dis-asm.h".
3710         (_initialize_xstormy16_tdep): Delete "extern" declaration of
3711         print_insn_xstormy16.
3712         * Makefile.in (v850-tdep.o): Update dependencies.
3713         (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3714         (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3715         (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3716         (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3717         (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3718         (gdbarch_h): Remove $(dis_asm_h).
3719         * disasm.c: Include "dis-asm.h".
3720         (dis_asm_read_memory): Use "struct disassemble_info" instead of
3721         corresponding typedef.
3722         (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3723         (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3724         * gdbarch.sh: Do not include "dis-asm.h".
3725         (struct disassemble_info): Declare opaque.
3726         (TARGET_PRINT_INSN): Update declaration.
3727         * gdbarch.h, gdbarch.c: Re-generate.
3728
3729 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3730
3731         * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3732         CALL_DUMMY_ADDRESS, change to a predicate.
3733         * gdbarch.h, gdbarch.c: Re-generate.
3734         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3735         Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3736         * infcall.c (call_function_by_hand): Ditto.
3737         * sparc-tdep.c (sparc_push_return_address): Ditto.
3738         (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3739         * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3740         CALL_DUMMY_ADDRESS with entry_point_address.
3741         * v850-tdep.c (v850_push_return_address): Ditto.
3742         * s390-tdep.c (s390_push_return_address): Ditto.
3743         * rs6000-tdep.c (ppc_push_return_address): Ditto.
3744         * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3745         * mcore-tdep.c (mcore_push_return_address): Ditto.
3746         * cris-tdep.c (cris_push_return_address): Ditto.
3747         * arm-tdep.c (arm_push_return_address): Ditto.
3748
3749 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3750
3751         * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3752         enum.  Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3753         and REG_UNMODIFIED to REG_SAME_VALUE.
3754         (execute_cfa_program): Update.
3755         (dwarf2_frame_cache): Update.  Initialize table to
3756         REG_UNSPECIFIED, complain if CFI fails to specify a register's
3757         location.
3758         (dwarf2_frame_prev_register): Update.  Handle REG_UNSPECIFIED.
3759
3760 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3761
3762         * gnu-nat.c: Remove "inline" function attribute.
3763         * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3764
3765 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
3766
3767         * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3768         target.
3769
3770 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
3771
3772         * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3773         (frame_extra_info): Rename this struct to frv_unwind_cache.
3774         Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3775         Add fields ``prev_sp'' and ``base''.
3776         (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3777         (frv_saved_pc_after_call, frv_init_extra_frame_info)
3778         (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3779         Delete.
3780         (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3781         Revise all callers.  Fill in the unwind cache argument and make
3782         other adjustments to account for new frame mechanisms.
3783         (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3784         (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3785         (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3786         (frv_frame_unwind, frv_frame_base): New structs.
3787         (frv_push_arguments): Change name to frv_push_dummy_call().  Add
3788         additional arguments expected by this method and adjust function
3789         body accordingly.
3790         (frv_gdbarch_init): Remove calls to the following functions:
3791         set_gdbarch_deprecated_init_frame_pc(),
3792         set_gdbarch_deprecated_saved_pc_after_call(),
3793         set_gdbarch_deprecated_frame_chain(),
3794         set_gdbarch_deprecated_frame_saved_pc(),
3795         set_gdbarch_deprecated_frame_init_saved_regs(),
3796         set_gdbarch_deprecated_push_arguments(),
3797         set_gdbarch_deprecated_push_return_address(),
3798         set_gdbarch_deprecated_pop_frame(),
3799         set_gdbarch_deprecated_call_dummy_words(),
3800         set_gdbarch_deprecated_sizeof_call_dummy_words(),
3801         set_gdbarch_deprecated_init_extra_frame_info(),
3802         set_gdbarch_deprecated_dummy_write_sp(), and
3803         set_gdbarch_deprecated_pc_in_call_dummy().
3804         Add calls to the following functions:
3805         set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3806         set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3807         frame_base_set_default().
3808         * Makefile.in (frv-tdep.o): Update dependencies.
3809
3810 2003-09-09  Mark Kettenis  <kettenis@gnu.org>
3811
3812         * dwarf2-frame.c (read_encoded_value): Add support for
3813         DW_EH_PE_aligned encoding.
3814
3815 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
3816
3817         * infrun.c (normal_stop): Don't print a message if the inferior
3818         has exited.
3819
3820 2003-09-08  Jim Blandy  <jimb@redhat.com>
3821
3822         * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3823         * dbxread.c: #include "gdb_assert.h".
3824         (read_dbx_symtab): If the objfile has no .data section, use the
3825         section index for the .bss section instead.
3826
3827 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
3828
3829         * frame.c (deprecated_safe_get_selected_frame): New function.
3830         * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3831         * findvar.c (read_var_value): Call it.
3832
3833 2003-09-08  Corinna Vinschen  <vinschen@redhat.com>
3834
3835         * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3836         (sh64-tdep.o): Add dependencies.
3837         * configure.tgt: Add FIXME to sh-*-linux*.
3838         * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3839         (sh_gdbarch_init): Always set correct sh_show_regs function
3840         pointer.  Call sh64_gdbarch_init() if machine type is sh5.
3841         * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3842         * sh64-tdep.c: New file, containing all sh64 related code from
3843         sh-tdep.c.
3844         * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3845         * config/sh/linux.mt (TDEPFILES): Ditto.
3846         * config/sh/nbsd.mt (TDEPFILES): Ditto.
3847         * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3848         * config/sh/wince.mt (TDEPFILES): Ditto.
3849
3850 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
3851
3852         * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3853         (stop_wait_callback): Handle !lp->signalled also.
3854         (lin_lwp_has_pending, flush_callback): New functions.
3855         (lin_lwp_wait): Call flush_callback.
3856         * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3857         (linux_proc_pending_signals): New function.
3858         * linux-nat.h (linux_proc_pending_signals): Add prototype.
3859
3860 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
3861
3862         From Nick Kelsey <nickk@ubicom.com>:
3863         * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3864         when the stop PC is at the beginning of a function also.
3865
3866 2003-09-06  Daniel Jacobowitz  <drow@mvista.com>
3867
3868         * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3869         (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3870
3871 2003-09-06  Mark Kettenis  <kettenis@gnu.org>
3872
3873         * sol-thread.c: Include "gdb_string.h".
3874
3875 2003-09-03  Mark Kettenis  <m.kettenis@osp.nl>
3876
3877         * gcore.c: Reorder include files in alphabetical order.  Include
3878         "gdb_assert.h".  Various coding style fixes.
3879         (derive_stack_segment, derive_heap_segment): Replace check for
3880         non-null BOTTOM and TOP with gdb_assert.
3881         (derive_heap_segment): Replace check for successful creation of
3882         ZERO with gdb_assert.
3883         (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3884
3885 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3886
3887         * thread-db.c (verbose_dlsym): New function.
3888         (thread_db_load): Use verbose_dlsym
3889         (thread_db_new_objfile): Print that libthread_db was loaded, and
3890         that thread debugging was enabled.
3891
3892 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3893
3894         * configure.tgt: Add "mips64*-*-*" target.  Delete
3895         mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3896         mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3897         mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3898         mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3899         mips*-sony-*, and mips64*-*-elf* targets.
3900         * config/mips/embedl.mt: Delete file.
3901         * config/mips/embedl64.mt: Delete file.
3902         * config/mips/mips.mt: Delete file.
3903         * config/mips/mips64.mt: Delete file.
3904         * config/mips/tm-embed.h: Delete file.
3905         * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3906         * config/mips/embed64.mt: Delete out-of-date comment.
3907
3908 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3909
3910         * hppa-tdep.c (hppa_gdbarch_init): Set
3911         "have_nonsteppable_watchpoint".
3912         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3913         * mips-tdep.c (mips_dump_tdep): Do not print
3914         HAVE_NONSTEPPABLE_WATCHPOINT.
3915         (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3916         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3917         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3918         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3919
3920 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
3921
3922         * breakpoint.c (watchpoint_check): Remove accidentally checked in
3923         unused code.  Add comment.
3924
3925 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
3926
3927         * breakpoint.c (watchpoint_check): Check for pc being in an
3928         epilogue if watchpoint frame couldn't be found.
3929
3930 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3931
3932         * Makefile.in: Re-generate all dependencies.
3933
3934 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3935
3936         * arch-utils.h (legacy_print_insn): Delete declaration.
3937         * arch-utils.c (legacy_print_insn): Delete function.
3938         * disasm.c (deprecated_tm_print_insn_info): Delete.
3939         (_initialize_disasm): Delete function, contained code initializing
3940         deprecated_tm_print_insn_info.
3941         * gdbarch.sh (deprecated_tm_print_insn): Delete.
3942         (deprecated_tm_print_insn_info): Delete.
3943         (TARGET_PRINT_INSN): Do not provide a default.
3944         * gdbarch.h, gdbarch.c: Re-generate.
3945
3946 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3947
3948         * disasm.c (fprintf_disasm): New function.
3949         (gdb_disassemble_info): Call "init_disassemble_info", instead of
3950         INIT_DISASSEMBLE_INFO_NO_ARCH.  Do not initialize "insn_sets",
3951         reverts 2003-08-14 change.
3952         (_initialize_disasm): Call "init_disassemble_info", instead of
3953         INIT_DISASSEMBLE_INFO_NO_ARCH.
3954
3955 2003-09-03  Michael Snyder  <msnyder@redhat.com>
3956
3957         * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3958
3959 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3960
3961         * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3962         * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3963         * symfile.c (syms_from_objfile): Update.
3964         (reread_symbols): `Update
3965         * exec.c (exec_file_attach): Update.
3966         (exec_file_attach): Update.
3967         * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3968         2003-08-29 change.
3969         * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3970
3971 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
3972
3973         * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3974         trad-frame.h.
3975         (arm_get_cache): Delete macro.
3976         (struct arm_prologue_cache): Update comments.  Make saved_regs into
3977         a trad_frame_saved_reg pointer.  Remove unwound_pc; rename unwound_sp
3978         to prev_sp.
3979         (thumb_scan_prologue): Update for cache changes.  Don't call
3980         DEPRECATED_PC_IN_CALL_DUMMY.
3981         (arm_scan_prologue): Update for cache changes.  Take NEXT_FRAME
3982         argument and use it in desperation search for our prologue.  Do not
3983         search past the specified PC.
3984         (arm_make_prologue_cache): Simplify.
3985
3986         (arm_prologue_this_id, arm_prologue_prev_register)
3987         (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3988         (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3989         (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3990         (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3991         (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3992
3993         (arm_frame_chain_valid, arm_find_callers_reg)
3994         (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3995         (arm_pop_frame): Delete obsolete methods.
3996         (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3997
3998         (arm_gdbarch_init): Update for new frame methods.  Register prologue
3999         and sigtramp unwinders.  Set the default frame base method.
4000
4001         * Makefile.in (arm-tdep.o): Update dependencies.
4002         * varobj.c (find_frame_addr_in_frame_chain): Call
4003         get_frame_base_address.
4004         * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
4005
4006 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
4007
4008         * arm-tdep.c (arm_minimal_frame_chain): Renamed from
4009         arm_frame_chain.  Take NEXT_FRAME and CACHE arguments.
4010         Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
4011         (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
4012         Take NEXT_FRAME and CACHE arguments.  Call
4013         FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
4014         Set unwound_pc in CACHE instead of modifying the frame argument.
4015         Don't bother checking the frame type when looking for sigtramp
4016         frames.
4017         (arm_make_prologue_cache, arm_frame_chain)
4018         (arm_init_extra_frame_info): New functions.
4019
4020 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
4021
4022         * arm-tdep.c (arm_get_cache): Define.
4023         (struct arm_prologue_cache): Renamed from frame_extra_info.  Add
4024         unwound_sp, unwound_pc, and saved_regs.
4025         (thumb_scan_prologue): Take a cache instead of the frame.
4026         (arm_scan_prologue): Likewise.
4027         (arm_frame_chain): Create a temporary cache for arm_scan_prologue
4028         instead of a temporary frame.
4029         (arm_init_extra_frame_info): Allocate and use a cache.
4030         (arm_frame_saved_pc, arm_pop_frame): Use the cache.
4031
4032 2003-09-03  Andrew Cagney  <cagney@redhat.com>
4033
4034         * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
4035         * config/mips/wince.mt (TM_CLIBS): Ditto.
4036         * config/sh/wince.mt (TM_CLIBS): Ditto.
4037         * config/pa/hppa64.mt (TM_CLIBS): Delete.
4038         * config/sparc/sp64.mt (CC): Delete.
4039
4040 2003-09-03  Andrew Cagney  <cagney@redhat.com>
4041
4042         * defs.h: Do not include "arch-utils.h".
4043         (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
4044         GDB_MULTI_ARCH_PURE.
4045         * configure.in (GDB_MULTI_ARCH): Do not define.
4046         * configure, config.in: Regenerate.
4047         * configure.tgt: Do not set variable "gdb_multi_arch".
4048         * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
4049         * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
4050         * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
4051         * config/v850/v850.mt (TM_FILE): Delete disabled definition.
4052         * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
4053         * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
4054         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
4055         * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
4056         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
4057         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
4058         * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
4059         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
4060         * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
4061         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
4062         * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
4063         * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
4064         * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
4065         * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
4066
4067 2003-08-30  Michael Chastain  <mec@shout.net>
4068
4069         * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
4070         * config/m68k/nm-hp300hpux.h: Delete.
4071         * config/m68k/tm-hp300hpux.h: Delete.
4072         * config/m68k/xm-hp300hpux.h: Delete.
4073         * config/m68k/xm-hp300bsd.h: Delete.
4074         * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
4075         tm-hp300hpux.h, xm-hp300hpux.h.
4076         * somsolib.c: Remove comment about hp300 shared libraries.
4077
4078 2003-08-31  Mark Kettenis  <kettenis@gnu.org>
4079
4080         * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
4081         Only define PTRACE_GET_THREAD_AREA is not already defined.
4082         Various style fixes in code and comments and some additional
4083         spelling fixes in comments.  Move after functions dealing with
4084         debug registers.
4085         * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
4086         Fix coding-style.
4087
4088         * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
4089         frame_unwind_register_unsigned instead of
4090         frame_unwind_unsigned_register.
4091
4092 2003-08-30  Mark Kettenis  <kettenis@gnu.org>
4093
4094         * configure.in: Search for gethostbyname in libnsl.
4095         * configure: Regenerated.
4096
4097 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
4098
4099         * configure.in: Remove redundant AC_MSG_RESULT in check for
4100         uintptr_t in stdint.h.
4101         * configure: Regenerated.
4102
4103         * amd64-nat.h (struct regcache): Add opaque declaration.
4104
4105         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
4106         * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
4107         Change "register array" to "register cache" in comments.
4108         (x86_64_linux_gregset64_reg_offset): New variable.
4109         (GETREGS_SUPPLIES): Remove macro.
4110         (supply_gregset): Call amd64_supply_native_gregset instead of
4111         x86_64_linux_supply_gregset.
4112         (fill_gregset): Rename `regno' to `regnum'.  Call
4113         amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
4114         (store_regs): Rename `regno' to `regnum'.
4115         (store_fpregs): Rename `regno' to `regnum'.
4116         (fetch_inferior_registers): Rename `regno' to `regnum'.  Use
4117         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4118         Reorganize function a bit.
4119         (store_inferior_registers): Rename `regno' to `regnum'.  Use
4120         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
4121         Reorganize function a bit.
4122         (_initialize_x86_64_linux_nat): New function.
4123         * config/i386/x86-64linux.mh.
4124
4125 2003-08-29  Andrew Cagney  <cagney@redhat.com>
4126
4127         * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
4128         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
4129         (target_remove_watchpoint): Delete macro.
4130         (target_insert_watchpoint): Delete macro.
4131         (remote_mips_can_use_hardware_watchpoint): Delete declaration.
4132         (remote_mips_stopped_by_watchpoint): Delete declaration.
4133         (remote_mips_remove_watchpoint): Delete declaration.
4134         (remote_mips_set_watchpoint): Delete declaration.
4135         (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
4136         * remote-mips.c (_initialize_remote_mips): Set
4137         "to_insert_watchpoint", "to_stopped_by_watchpoint",
4138         "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
4139         (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
4140         (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
4141         (mips_stopped_by_watchpoint): Rename
4142         remote_mips_stopped_by_watchpoint.
4143         (mips_can_hardware_watchpoint): Rename
4144         remote_mips_can_use_hardware_watchpoint, update function
4145         signature.
4146
4147 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
4148
4149         * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
4150         USER_DS.  We haven't given them a register number yet.
4151
4152         * amd64-nat.h: New file.
4153         * amd64-nat.c: New file.
4154         * amd64fbsd-nat.c: Include "amd64-nat.h".
4155         (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
4156         (amd64fbsd32_r_reg_offset): New variable.
4157         (supply_gregset): Simply call amd64_supply_native_gregset.
4158         (fill_gregset): Rename `regno' to `regnum'.  Simply call
4159         amd64_collect_native_gregset.
4160         (fill_fpregset): Rename `regno' to `regnum'.
4161         (fetch_inferior_registers): Rename `regno' to `regnum'.  Replace
4162         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4163         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4164         `fpregset_t'.  Call amd64_supply_native_gregset instead of
4165         supply_gregset.  Call x86_64_supply_fxsave instead of
4166         supply_fpregset.
4167         (store_inferior_registers): Rename `regno' to `regnum'.  Replace
4168         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
4169         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
4170         `fpregset_t'.  Call amd64_collect_native_gregset instead of
4171         fill_gregset.  Call x86_64_collect_fxsave instead of
4172         fill_fpregset.
4173         (_initialize_am64fbsd_nat): Initialize
4174         amd64_native_gregset32_reg_offset and
4175         amd64_native_gregset64_reg_offset.
4176         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
4177
4178         * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
4179         null pointer.  Fix typo in comment.
4180
4181         * regcache.c (supply_register): Reimplement to call
4182         regcache_raw_supply.
4183         (regcache_collect): Reimplement by calling regcache_raw_collect.
4184
4185 2003-08-28  Mark Kettenis  <kettenis@gnu.org>
4186
4187         * regcache.c (register_buffer): Consitify first argument.
4188         (regcache_raw_supply, regcache_raw_collect): New
4189         functions.
4190
4191 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
4192
4193         * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET.  Suggested
4194         by Nathan J. Williams.
4195
4196 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
4197
4198         * lin-lwp.c (wait_lwp): New function, copied from
4199         stop_wait_callback.  Clean up.
4200         (stop_wait_callback): Use wait_lwp.
4201
4202 2003-08-28  Andrew Cagney  <cagney@redhat.com>
4203
4204         * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
4205         flavour and disassembler options.
4206         (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
4207         (mips_gdbarch_init): Set "print_insn".  Delete initialization of
4208         deprecated_tm_print_insn_info.
4209
4210 2003-08-27  Andrew Cagney  <cagney@redhat.com>
4211
4212         * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
4213         Use target_read_memory.
4214         (s390_get_frame_info): Update.  Do not reference
4215         deprecated_tm_print_insn_info.
4216         (s390_check_function_end, s390_is_sigreturn): Ditto.
4217
4218 2003-08-27  Andrew Cagney  <cagney@redhat.com>
4219
4220         * Makefile.in (cris-tdep.o): Update dependencies.
4221         * cris-tdep.c: Include "gdb_assert.h".
4222         (cris_gdbarch_init): Set print_insn.
4223         (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
4224         (cris_delayed_get_disassembler): Simplify, directly call the
4225         disassembler returned by cris_get_disassembler.
4226         * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
4227         (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
4228         * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
4229         (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
4230         * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
4231         (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
4232         * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
4233         (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
4234         * frv-tdep.c (frv_gdbarch_init): Set print_insn.
4235         (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
4236         * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
4237         (gdb_print_insn_sparc): Delete function.
4238         (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
4239         deprecated_tm_print_insn_info.
4240         * v850-tdep.c (v850_gdbarch_init): Set print_insn.
4241         (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
4242         (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
4243         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
4244         (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
4245         * s390-tdep.c (gdb_print_insn_s390): Delete function.
4246         (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
4247         (s390_gdbarch_init): Set print_insn.
4248
4249 2003-08-27  Andrew Cagney  <cagney@redhat.com>
4250
4251         * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
4252         (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
4253         * infcall.c (call_function_by_hand): Convert the entry point
4254         address into a code address.
4255
4256 2003-08-27  Andrew Cagney  <cagney@redhat.com>
4257
4258         * dsrec.c: Include "gdb_string.h".
4259         * Makefile.in (dsrec.o): Update dependencies.
4260
4261 2003-08-27  Michael Chastain  <mec@shout.net>
4262
4263         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
4264
4265 2003-08-27  Andrew Cagney  <cagney@redhat.com>
4266
4267         * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
4268         (alpha_osf1_init_abi): Do not set call_dummy_address.
4269
4270 2003-08-27  David Carlton  <carlton@kealia.com>
4271
4272         From Randolph Chung  <tausq@debian.org>:
4273         * linux-proc.c (linux_info_proc_cmd): rework the code so that it
4274         compiles with -Wformat-nonliteral -Werror.
4275
4276 2003-08-26  Jim Blandy  <jimb@redhat.com>
4277
4278         * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
4279         (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
4280         bfd_lookup_symbol, since we only want symbols in code sections.
4281         (look_for_base): Pass zero as the SECT_FLAGS argument to
4282         bfd_lookup_symbol, since we're not concerned about which section
4283         the symbol is in.
4284
4285 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
4286
4287         * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
4288         we are frameless or the return address register is already known.
4289
4290 2003-08-26  Andrew Cagney  <cagney@redhat.com>
4291
4292         * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
4293         in size.  Add comments.
4294
4295 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
4296
4297         * ia64-tdep.c (ia64_convert_from_func_addr): New function.
4298         (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
4299
4300 2003-08-26  Jason Merrill  <jason@redhat.com>
4301
4302         * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
4303         case out of #ifdef MIPS block.
4304
4305 2003-08-25  Daniel Jacobowitz  <drow@mvista.com>
4306
4307         PR java/1322
4308         * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
4309         available before calling SECT_OFF_TEXT.
4310         * PROBLEMS: Remove description of java/1322.
4311
4312 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
4313
4314         * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
4315         bof, and nat0-nat127 as pseudo-registers.
4316         (ia64_frame_cache): New struct used to cache frame info.
4317         (ia64_register_reggroup_p): New routine used to override default
4318         register grouping so registers without names are still saved and
4319         restored.
4320         (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
4321         pseudo values.
4322         (ia64_pseudo_register_read): New routine to read pseudo-registers.
4323         (ia64_pseudo_register_write): New routine to write pseudo-registers.
4324         (ia64_alloc_frame_cache): New routine to create a new
4325         ia64_frame_cache.
4326         (examine_prologue): Change prototype to add next_frame pointer.
4327         Assume frameless until otherwise proven.  Verify that the cfm for
4328         current frame matches the cfm that should occur for the prologues
4329         alloc insn and if equal, mark as not frameless.  At end of routine,
4330         if not frameless, calculate registers for the previous frame and store
4331         in the cache, if a cache is provided.
4332         (ia64_skip_prologue):  Use new prototype when calling examine_prologue
4333         and pass 0 for next_frame.
4334         (ia64_store_return_value): Change to use convert_typed_floating()
4335         instead of calling ia64_convert_to_raw().
4336         (ia64_extract_return_value): Change to use convert_typed_floating()
4337         instead of calling ia64_convert_to_virtual().
4338         (ia64_frame_cache): New routine to support new frame model.
4339         (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
4340         (ia64_frame_sniffer): Ditto.
4341         (ia64_sigtramp_frame_init_saved_regs): Ditto.
4342         (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
4343         (ia64_sigtramp_frame_prev_register): Ditto.
4344         (ia64_sigtramp_frame_sniffer): Ditto.
4345         (ia64_frame_base_address): Ditto.
4346         (ia64_extract_struct_value_address): Change to issue error message.
4347         (ia64_frame_align): New routine to align sp.
4348         (ia64_push_dummy_call): New routine based on ia64_push_arguments().
4349         (ia64_push_arguments): Removed.  Logic moved to
4350         ia64_push_dummy_call().
4351         (ia64_push_return_address): Ditto.
4352         (ia64_unwind_dummy_id): New function.
4353         (ia64_unwind_pc): Ditto.
4354         (ia64_convert_register_p): Ditto.
4355         (ia64_register_to_value): Ditto.
4356         (ia64_value_to_register): Ditto.
4357         (ia64_pop_frame, ia64_pop_frame_regular): Removed.
4358         (ia64_register_byte, ia64_register_raw_size): Ditto.
4359         (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
4360         (ia64_saved_pc_after_call): Ditto.
4361         (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
4362         (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
4363         (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
4364         (ia64_register_convert_to_raw): Ditto.
4365         (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
4366         (ia64_init_extra_frame_info): Ditto.
4367         (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
4368         (ia64_gdbarch_init): Remove registering of deprecated functions that
4369         are no longer used.  Add registration of new gdbarch functions.
4370         Remove registering deprecated_write_sp.  Replace
4371         set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
4372         Delete set_gdbarch_deprecated_register_convertible(),
4373         set_gdbarch_deprecated_register_convert_to_virtual(), and
4374         set_gdbarch_deprecated_register_convert_to_raw() calls.  Remove
4375         set_gdbarch_deprecated_register_size(),
4376         set_gdbarch_deprecated_register_bytes(),
4377         set_gdbarch_pcregnum(),
4378         set_gdbarch_deprecated_register_byte(),
4379         set_gdbarch_deprecated_register_raw_size(),
4380         set_gdbarch_deprecated_max_register_raw_size(),
4381         set_gdbarch_deprecated_register_virtual_size(),
4382         and set_gdbarch_deprecated_max_register_virtual_size() calls.
4383         Replace set_gdbarch_deprecated_extract_return_value() with
4384         set_gdbarch_extract_return_value().  Remove calls to:
4385         set_gdbarch_deprecated_saved_pc_after_call();
4386         set_gdbarch_deprecated_frame_chain(),
4387         set_gdbarch_deprecated_frame_saved_pc(),
4388         set_gdbarch_deprecated_frame_init_saved_regs(),
4389         set_gdbarch_deprecated_get_saved_register(),
4390         set_gdbarch_deprecated_call_dummy_words(),
4391         set_gdbarch_deprecated_sizeof_call_dummy_words(),
4392         set_gdbarch_deprecated_init_extra_frame_info(),
4393         set_gdbarch_deprecated_frame_args_address(),
4394         set_gdbarch_deprecated_frame_locals_address(),
4395         and set_gdbarch_deprecated_dummy_write_sp().
4396         Add set_gdbarch_convert_register_p(),
4397         set_gdbarch_register_to_value(),
4398         set_gdbarch_value_to_register(),
4399         set_gdbarch_push_dummy_call(),
4400         set_gdbarch_frame_align(),
4401         set_gdbarch_unwind_dummy_id(),
4402         set_gdbarch_unwind_pc(),
4403         frame_unwind_append_sniffer(),
4404         frame_unwind_append_sniffer(),
4405         and frame_base_set_default().
4406
4407 2003-08-25  Chris Demetriou  <cgd@broadcom.com>
4408
4409         * configure.tgt: Document need for special "mipsisa64" handling.
4410         (mipsisa64*-*-linux64): Handle as target linux64.
4411         (mipsisa64*-*-*): Handle as target embed64.
4412
4413 2003-08-18  Michael Chastain  <mec@shout.net>
4414
4415         * PROBLEMS: Document pr gdb/1322, the Java anonymous
4416         objfile bug.
4417
4418 2003-08-24  Mark Kettenis  <kettenis@gnu.org>
4419
4420         * i387-tdep.h: Update copyright date.
4421         (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
4422
4423         * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4424         CFLAGS games to reflect reality.
4425
4426 2003-08-24  Andrew Cagney  <cagney@redhat.com>
4427
4428         * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4429         GDB_MULTI_ARCH is always non-zero.
4430         * osabi.c (_initialize_gdb_osabi): Ditto.
4431         (gdbarch_init_osabi): Ditto.
4432         * sparc-tdep.c: Ditto for #if code.
4433
4434 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
4435
4436         * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4437         Update comments.
4438         * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype.  Update
4439         comments.
4440         * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4441         x86_64_supply_fxsave.
4442         * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4443         x86_64_supply_fxsave.
4444         * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4445         x86_64_supply_fxsave.
4446
4447 2003-08-23  Andreas Jaeger  <aj@suse.de>
4448
4449         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4450         i387_supply_fxsave.
4451
4452 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
4453
4454         * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4455         i387_supply_register.
4456         (go32_fetch_registers): Adjust call to i387_supply_fsave.
4457         * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4458         i387_supply_fsave.
4459         (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4460         i387_supply_fxsave.
4461         * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4462         i387_supply_fsave.
4463         * i386bsd-nat.c (supply_fpregset): Adjust call to
4464         i387_supply_fsave.
4465         (fetch_inferior_registers): Remove extraneous whitespace.  Adjust
4466         call to i387_supply_fxsave.  Call i387_supply_fsave instead of
4467         supply_fpregset.
4468         (store_inferior_registers): Remove extraneous whitespace.  Call
4469         i387_fill_fsave instead of fill_fpregset.
4470         * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4471         (supply_fpregset): Likewise.
4472         * i386v4-nat.c (supply_fpregset): Adjust call to
4473         i387_supply_fsave.
4474         * i386-interix-nat.c (supply_fpregset): Adjust call to
4475         i387_supply_fsave.
4476         * i386-linux-nat.c (supply_fpregset): Adjust call to
4477         i387_supply_fsave.
4478         (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4479         * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4480         i387supply_fsave and i387_supply_fxsave.
4481         * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4482         Incorporate code from `i387_supply_register.
4483         (i387_supply_register): Remove.
4484         (i387_supply_fxsave): Add `regnum' argument.
4485         Update comments.
4486         * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4487         prototype.
4488         (i387_supply_register): remove prototype.
4489         Update comments.
4490
4491 2003-08-22  Michael Chastain  <mec@shout.net>
4492
4493         * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4494         Add lines for files in gdb/testsuite/gdb.cp/* that are
4495         still not 8.3 unique.
4496
4497 2003-08-22  Daniel Jacobowitz  <drow@mvista.com>
4498
4499         * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4500         TYPE_VPTR_FIELDNO is valid.
4501
4502 2003-08-19  Mark Kettenis  <kettenis@gnu.org>
4503
4504         * utils.c (set_width_command): Remove prototypes.
4505         (set_screen_size): New prototype.
4506         (init_page_info): Simplify by fetching the screen size from
4507         Readline.  Call set_screen_size.
4508         (set_screen_size): New function.
4509         (set_width): Add missing whitespace in comment.
4510         (set_width_command): Call set_screen_size.
4511         (set_height_command): New function.
4512         (initialize_utils): Fix formatting.  Make "set height" command
4513         call set_height_command.  Remove redundant code that turns off
4514         pagination if output isn't a terminal.  Remove redundant call to
4515         set_width_command.
4516
4517 2003-08-22  Mark Kettenis  <kettenis@gnu.org>
4518
4519         * sparc64-tdep.h (sparc64_regnum): Fix comment.
4520         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4521         (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4522         * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4523         `case' keyword.
4524         (sparc64_register_info): Give the reister with number
4525         SPARC64_STATE_REGNUM a name.
4526         (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4527         %asi and %ccr.
4528         (sparc64_push_dummy_call): Take BIAS into account when checking
4529         stcak alignment.
4530         (sparc_software_single_step): Remove assertions that check whether
4531         NPC and NNPC were zero.
4532         (sparc_supply_rwindow): Make public.  Merge functionality with
4533         sparc64_supply_rwindow.
4534         (sparc_fill_rwindow): Make public.  Merge functionality with
4535         sparc64_fill_rwindow.
4536         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4537         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4538         SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4539         * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4540         sparc_supply_rwindow instead of sparc64_supply_rwindow.
4541
4542         * reggroups.c: Add whitespace after declarations of local
4543         variables in functions.
4544
4545 2003-08-21  Michael Chastain  <mec@shout.net>
4546
4547         * gdbtypes.h: Change array bound type from an int to enum.
4548
4549 2003-08-21  Andrew Cagney  <cagney@redhat.com>
4550
4551         * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4552         * config/sparc/tm-sparc.h: Ditto.
4553         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4554         unconditionally.
4555         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4556
4557 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
4558
4559         * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4560         (register_objfile_data, set_objfile_data, objfile_data): New
4561         prototypes.
4562         * objfiles.c (objfile_alloc_data, objfile_free_data): New
4563         prototypes.
4564         (allocate_objfile): Call objfile_alloc_data.
4565         (free_objfile): Call objfile_free_data.
4566         (struct objfile_data): New.
4567         (struct objfile_data_registration): New.
4568         (struct objfile_data_registry): New.
4569         (objfile_data_registry): New variable.
4570         (register_objfile_data): New function.
4571         (objfile_alloc_data, objfile_free_data): New functions.
4572         (set_objfile_data, objfile_data): New functions.
4573         * dwarf2-frame.c (dwarf2_frame_data): New variable.
4574         (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4575         (_initialize_dwarf2_frame): New function and prototype.
4576
4577 2003-08-21  Andrew Cagney  <cagney@redhat.com>
4578
4579         * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4580         a specific architecture.
4581         * arch-utils.h (set_architecture_from_arch_mach): Delete
4582         declaration.
4583         (target_architecture_hook): Delete declaration.
4584         * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4585         (default_float_format): Assume GDB_MULTI_ARCH.
4586         (default_double_format): Assume GDB_MULTI_ARCH.
4587         (set_endian_from_file): Delete function.
4588         (arch_ok): Delete function.
4589         (set_arch): Delete function.
4590         (set_architecture_from_arch_mach): Delete function.
4591         (set_architecture_from_file): Delete function.
4592         (set_architecture): Assume GDB_MULTI_ARCH.
4593         (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4594
4595 2003-08-21  Mark Kettenis  <kettenis@gnu.org>
4596
4597         Rewrite FreeBSD/sparc64 native configuration.
4598         * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4599         * sparc64fbsd-nat.c: New file.
4600         * sparc64fbsd-tdep.c: New file.
4601         * sparc64-tdep.c sparc64-tdep.h: New files.
4602         * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4603         sparc64fbsd-tdep.o): New dependencies.
4604         (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4605         and sparc64fbsd-tdep.c.
4606         (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4607         * config/sparc/fbsd.mh: Remove copyright notice.
4608         (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4609         sparcbsd-nat.o.
4610         * config/sparc/fbsd.mt: Remove copyright notice.
4611         (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4612         solib-legacy.o.  Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4613         * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4614         (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4615         PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4616         regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4617         fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4618         * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4619         "sparc/tm-sp64.h".
4620         (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4621         (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4622
4623 2003-08-21  Michael Chastain  <mec@shout.net>
4624
4625         * symtab.h: Add doco on the space critical structures and
4626         some measurements of space usage.
4627
4628 2003-08-21  Michael Snyder  <msnyder@redhat.com>
4629
4630         * tracepoint.c (trace_dump_command): Trace break address
4631         is subject to DECR_PC_AFTER_BREAK.
4632         (set_traceframe_context): Make "trace_line" an int.
4633         Fixes suggested by Mark Newman  <mark.newman@lmco.com>
4634
4635 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4636
4637         * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4638         * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4639         FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4640         argument passing.
4641         (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4642         functions, replace sh_push_dummy_call.
4643         (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4644
4645 2003-08-20  Michael Chastain  <mec@shout.net>
4646
4647         * gdbtypes.h (struct main_type): Rearrange to save space.
4648
4649 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4650
4651         * trad-frame.c: Comment typo fix.
4652
4653 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4654             Kevin Buettner  <kevinb@redhat.com>
4655
4656         * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4657         (frv_frame_init_saved_regs): Add declaration.
4658         (frame_extra_info): Add new field ``saved_regs''.
4659         (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4660         (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4661         Update frame related code.
4662         (frv_extract_struct_value_address): Adjust formatting.
4663         * Makefile.in (frv-tdep.o): Update dependencies.
4664         * config/frv/tm-frv.h (target_insert_watchpoint)
4665         (target_remove_watchpoint, target_insert_hw_breakpoint)
4666         (target_remove_hw_breakpoint): Delete these macros.
4667         (remote_insert_watchpoint, remote_remove_watchpoint)
4668         (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4669         these declarations.
4670
4671 2003-08-20  Michael Chastain  <mec@shout.net>
4672
4673         * defs.h (ENUM_BITFIELD): New macro.
4674         * symtab.h (ENUM_BITFIELD): Use it.
4675         (BYTE_BITFIELD): Remove old macro, which was already disabled.
4676
4677 2003-08-19  Shrinivas Atre <shrinivasa@kpitcummins.com>
4678
4679         * MAINTAINERS (write after approval): Add myself.
4680
4681 2003-08-18  Andrew Cagney  <cagney@redhat.com>
4682
4683         * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4684         * gdbarch.h, gdbarch.c: Re-generate.
4685         * infcall.c (call_function_by_hand): Adjust the SP by
4686         frame_red_zone_size before allocating any stack space.
4687         * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4688         * x86-64-tdep.c (x86_64_frame_align): New function.
4689         (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4690
4691         * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4692         Remove code adjusting SP so that it skips over the Red Zone.
4693
4694 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4695
4696         * NEWS (New native configurations): Mention FreeBSD/amd64.
4697
4698 2003-08-18  Andrew Cagney  <cagney@redhat.com>
4699
4700         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4701         "dwarf2_build_frame_info".  Append "m68k_frame_sniffer" instead of
4702         "m68k_frame_p".
4703         (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4704
4705 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4706
4707         * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4708
4709 2003-08-18  Michal Ludvig  <mludvig@suse.cz>
4710
4711         * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4712         Define.
4713         * i386-linux-nat.c: Include "linux-nat.h".
4714         (child_post_startup_inferior): New function.
4715
4716 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4717
4718         * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4719         at the start of a frameless function.  This probably fixes PR
4720         backtrace/1338.
4721
4722 2003-08-17  Michael Chastain  <mec@shout.net>
4723
4724         * symfile.c (find_sym_fns): Remove special case for apollo target.
4725
4726 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4727
4728         * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4729         (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4730         (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4731         (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4732         (linux_supports_tracevforkdone): New function.
4733         (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4734         TRACEVFORKDONE.
4735         (child_follow_fork): Handle vfork.
4736         (linux_handle_extended_wait): Likewise.  Also handle exec.
4737         (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4738         * NEWS: Mention fork tracing.
4739
4740 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4741
4742         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4743
4744 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4745
4746         * Makefile.in (i386-linux-nat.o): Update dependencies.
4747         * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4748         * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4749         (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4750         * i386-linux-nat.c: Include "linux-nat.h".
4751         (child_post_startup_inferior): New function.
4752         * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4753         * infptrace.c (kill_inferior): Wrap in #ifdef.
4754         * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4755         attaching to each LWP.
4756         (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4757         (init_lin_lwp_ops): Fill in some more operations.
4758         * linux-nat.h (linux_enable_event_reporting)
4759         (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4760         prototypes.
4761         * linux-nat.c (linux_enable_event_reporting): New function.
4762         (child_post_attach, linux_child_post_startup_inferior)
4763         (child_post_startup_inferior, child_follow_fork)
4764         (linux_handle_extended_wait, kill_inferior): New functions.
4765
4766 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4767
4768         * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4769         * gdbarch.h, gdbarch.c: Re-generate.
4770
4771 2003-08-16  Mark Kettenis  <kettenis@gnu.org>
4772
4773         * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4774
4775 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4776
4777         * NEWS: Mention that "set prompt-escape-char" was deleted.
4778         * top.c (get_prompt_1): Delete function.
4779         (gdb_prompt_escape):
4780         (init_main): Do not clear "gdb_prompt_escape".  Delete "set
4781         prompt-escape-char" command.
4782         (MAX_PROMPT_SIZE): Delete macro.
4783         (get_prompt): Simplify, do not call get_prompt_1.
4784
4785 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4786
4787         * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4788         -Werror.  -Wformat-nonliteral problems.
4789
4790 2003-08-15  J. Brobecker  <brobecker@gnat.com>
4791
4792         Further multiarching work mostly for hppa64-*-hpux11:
4793         * hppa-tdep.h: New file.
4794         * hppa-tdep.c: #include hppa-tdep.c.
4795         (hppa32_num_regs): Renamed from hppa_num_regs.
4796         (hppa64_num_regs): New constant.
4797         (hppa64_call_dummy_breakpoint_offset): New constant.
4798         (hppa32_call_dummy_length): New constant.
4799         (hppa64_call_dummy_length): New constant.
4800         (hppa32_stack_align): Make name 32bit explicit.
4801         (hppa32_register_virtual_type): Likewise.
4802         (hppa32_extract_return_value): Likewise.
4803         (hppa32_use_struct_convention): Likewise.
4804         (hppa32_store_return_value): Likewise.
4805         (hppa64_register_virtual_type): New function.
4806         (hppa64_extract_return_value): New function.
4807         (hppa64_use_struct_convention): New function.
4808         (hppa64_store_return_value): New function.
4809         (hppa_frame_locals_address): Remove declaration, function does
4810         not exist anymore.
4811         (hppa_register_byte): Add support for PA64 ABI.
4812         (hppa_gdbarch_init): Add support for PA64 ABI.
4813         * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4814         Make name 32bit explicit.
4815         (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4816         (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4817         (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4818         (hppa64_hpux_frame_base_before_sigtramp): New function.
4819         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4820         * config/pa/tm-hppa64.h: Remove macros that are no longer
4821         necessary now that the gdbarch vector is properly setup.
4822         Transform some macros into function calls. Some minor cleanup.
4823         * config/pa/tm-hppah.h: Update function calls in macros
4824         following the function renaming in hppa-hpux-tdep.c.
4825         * Makefile.in (hppa_tdep_h): New variable.
4826         (hppa-tdep.o): Add dependency over hppa_tdep_h.
4827
4828 2003-08-14  Michael Snyder  <msnyder@redhat.com>
4829
4830         * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4831
4832 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4833
4834         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4835         bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4836         routine.
4837
4838 2003-08-13  Michael Snyder  <msnyder@redhat.com>
4839
4840         * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4841         (frv_saved_pc_after_call): Use deprecated ftype.
4842         (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4843         (frv_remote_translate_xfer_address): Remove.
4844         (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4845
4846 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4847
4848         * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4849         initialization after the common gdbarch initialization, not before.
4850
4851 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4852
4853         * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4854         (ADDR_BITS_REMOVE): Remove, redundant.
4855
4856 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4857
4858         * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4859         gdbarch method to clear the 2 low bits of text addresses.
4860
4861 2003-08-12  Andrew Cagney  <cagney@redhat.com>
4862
4863         * Makefile.in (dsrec.o): Update dependencies.
4864         * dsrec.c: Include "gdb_assert.h".
4865         (make_srec): Use snprintf instead of sprintf, use a literal format
4866         string.
4867
4868 2003-08-12  Andrew Cagney  <cagney@redhat.com>
4869
4870         * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4871         FRAME_OBSTACK_ZALLOC.
4872
4873 2003-08-12  Kevin Buettner  <kevinb@redhat.com>
4874
4875         * i386-tdep.c (i386_gdbarch_init): Enable default support for
4876         SSE registers.
4877
4878 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4879
4880         * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4881         amd64fbsd_sc_reg_offset): Add extern declarations.
4882         * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4883         declarations.
4884
4885 2003-08-11  Ben Elliston  <bje@wasabisystems.com>
4886
4887         * MAINTAINERS (write after approval): Update my mail address.
4888
4889 2003-08-10  Andrew Cagney  <cagney@redhat.com>
4890
4891         * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4892
4893 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4894
4895         * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4896         i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4897         i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4898         i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4899         i386bsd_sc_reg_offset): Add extern declarations.
4900         * i386obsd-nat.c: Include "i386-tdep.h"
4901         (_initialize_i386obsd_nat): Remove extern declarations.
4902         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4903         declarations.
4904         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4905         declarations.
4906
4907         * i386-tdep.c (i386_register_to_value): Use get_frame_register
4908         instead of frame_read_register.
4909         (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4910         instead of frame_read_register.  Use I386_ESP_REGNUM instead of
4911         SP_REGNUM.
4912         (i386_frame_prev_register): Use frame_unwind_register_unsigned
4913         instead of frame_unwind_unsigned_register.  Use
4914         I386_EFLAGS_REGISTER instead of PS_REGNUM.
4915         (i386_get_longjmp_target): Use regcache_read_unsigned_register
4916         instead of read_register.  Use builtin_type_void_data_ptr instead
4917         of builtin_type_void_func_ptr when extracting the address of the
4918         jmp_buf.
4919         (i386_extract_return_value, i386_store_return_value,
4920         i386_pseudo_register_read, i386_pseudo_register_write): Use
4921         register_size instead REGISTER_RAW_SIZE.
4922
4923 2003-08-10  Andrew Cagney  <cagney@redhat.com>
4924
4925         * infcall.c (call_function_by_hand): Use xstrprintf instead of
4926         sprintf.  Make "name" constant.
4927
4928 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4929
4930         * i387-tdep.c (i387_register_to_value): Use get_frame_register
4931         instead of frame_read_register.
4932         (i387_print_float_info): Use get_frame_register and
4933         get_frame_register_unsigned instead of frame_register_read.
4934
4935         * i386fbsd-nat.c: Include "i386-tdep.h".
4936         (child_resume): Make `eflags' an ULONGEST.  Use
4937         regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4938         instead of register_read and register_write.
4939
4940         * i386bsd-nat.c (fetch_inferior_registers,
4941         store_inferior_registers): Don't use && at the end of a line.
4942         (_initialize_i386bsd_nat): Fix typo.
4943
4944         * frame.c (_initialize_frame): Add missing backslash.
4945
4946         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4947         * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4948         and supply_register instead of manipulating the register buffer
4949         directly.
4950
4951         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4952         * config/i386/nm-i386sol2.h
4953         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4954
4955         Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4956         * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4957         instructions that GCC likes to mingle into the prologue.  Fixes
4958         gdb/1253 and gdb/1255.
4959
4960 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4961
4962         Fix GDB PR cli/926.
4963         * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4964         * command.h (add_setshow_uinteger_cmd): Declare.
4965         * frame.c (set_backtrace_cmd): New function.
4966         (show_backtrace_cmd): New function.
4967         * frame.c (_initialize_frame): Replace "set/show
4968         backtrace-below-main" with "set/show backtrace past-main".  Add
4969         command "set/show backtrace limit".
4970         (backtrace_past_main): Rename "backtrace_below_main".
4971         (backtrace_limit): New variable.
4972         (get_prev_frame): Update.  Check the backtrace_limit.
4973
4974 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4975
4976         * defs.h (xstrprintf): Declare.
4977         * utils.c (xstrprintf): New function.
4978         * breakpoint.c (insert_breakpoints): Replace sprintf and
4979         non-literal format strings, with xstrprintf and cleanups.
4980         (delete_breakpoint,breakpoint_re_set): Ditto.
4981         (commands_command, insert_breakpoints): Ditto.
4982         (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4983         (break_at_finish_command_1): Ditto.
4984
4985 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4986
4987         * MAINTAINERS (language support): List Adam Fedor as Objective C
4988         maintainer.
4989
4990 2003-08-08  J. Brobecker  <brobecker@gnat.com>
4991
4992         * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4993         are now multiarched.
4994
4995 2003-08-08  J. Brobecker  <brobecker@gnat.com>
4996
4997         * config/pa/tm-hppa64.h: Remove lots of macros that are no
4998         longer necessary now that hppa64 is partially multiarch'ed.
4999
5000 2003-08-08  Andrew Cagney  <cagney@redhat.com>
5001
5002         * interps.c (interp_set): Check for a NULL "old_interp".
5003
5004 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
5005
5006         * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
5007         (install-only): Support DESTDIR.
5008         (uninstall): Likewise.
5009         (install-gdbtk): Likewise.
5010
5011 2003-08-08  Elena Zannoni  <ezannoni@redhat.com>
5012
5013         * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
5014         contains something meaningful at all times.
5015
5016 Fri Aug  8 00:28:46 UTC 2003  Brendan Conoboy  <blc@redhat.com>
5017
5018         * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
5019
5020 Fri Aug  8 00:28:38 UTC 2003  Brendan Conoboy  <blc@redhat.com>
5021
5022         * MAINTAINERS (write after approval): Added self.
5023
5024 2003-08-07  Andrew Cagney  <cagney@redhat.com>
5025
5026         * inferior.h (AT_SYMBOL): Define.
5027         * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
5028         * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
5029         * mips-tdep.c (mips_call_dummy_address): Delete function.
5030         (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
5031         set call_dummy_address.
5032
5033 2003-08-07  Andrew Cagney  <cagney@redhat.com>
5034
5035         * language.c (op_error): Delete function.
5036         (binop_type_check): Delete function.
5037         * language.h (type_op_error, range_op_error): Delete macros.
5038         (op_error): Delete declaration.
5039
5040 2003-08-07  Andrew Cagney  <cagney@redhat.com>
5041
5042         * interps.h (INTERP_MI2, INTERP_MI3): Define.
5043
5044 2003-08-07  Michal Ludvig  <mludvig@suse.cz>
5045
5046         * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
5047         (x86_64_push_arguments): Skip the red zone.
5048
5049 2003-08-05  Andrew Cagney  <cagney@redhat.com>
5050
5051         * reggroups.c (reggroup_next): Check for the final entry.
5052
5053 2003-08-04  Andrew Cagney  <cagney@redhat.com>
5054
5055         * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
5056         * cli/cli-script.c (define_command): Call query directly, instead
5057         of passing it a buffer.
5058         * ocd.c (ocd_error): Pass error a constant format string.
5059         * remote-mips.c (mips_error): Use fputs_filtered.
5060
5061         * solib-svr4.c (_initialize_svr4_solib): Update
5062         register_gdbarch_data call.
5063         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
5064
5065         * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
5066         (register_gdbarch_data): Delete "free" parameter.  Update
5067         comments.
5068         * gdbarch.h, gdbarch.c: Re-generate.
5069         * reggroups.c (_initialize_reggroup): Update.
5070         * gnu-v3-abi.c (init_gnuv3_ops): Update.
5071         * frame-base.c (_initialize_frame_base): Update.
5072         * frame-unwind.c (_initialize_frame_unwind): Update.
5073         * user-regs.c (_initialize_user_regs): Update.
5074         * remote.c (_initialize_remote): Update.
5075         * regcache.c (_initialize_regcache): Update.
5076
5077         * regcache.c (xfree_regcache_descr): Delete function.
5078         (_initialize_regcache): Update call to register_gdbarch_data.
5079         (init_regcache_descr, init_legacy_regcache_descr): Use
5080         GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
5081
5082         * remote.c (free_remote_state): Delete function.
5083         (_initialize_remote): Update register_gdbarch_data.
5084         (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
5085         GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
5086
5087 2003-08-04  Andrew Cagney  <cagney@redhat.com>
5088
5089         * reggroups.c (struct reggroup_el): Define.
5090         (struct reggroups): Delete field "nr_group".  Replace array
5091         "group" with a "first" to "last" linked list.
5092         (reggroups_init): Update.  Allocate using gdbarch's obstack.
5093         (reggroups_free): Delete function.
5094         (add_group): Update.  Add "el" parameter.
5095         (reggroup_add): Pass gdbarch obstack allocated space to add_group.
5096         (default_groups): Update.
5097         (reggroup_next): Replace reggroups.
5098         (reggroups_dump): Update.
5099         (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
5100         * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
5101         * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
5102
5103 2003-08-04  Daniel Jacobowitz  <drow@mvista.com>
5104
5105         * Makefile.in (tui-interp.o): Update dependencies.
5106
5107 2003-08-04  David Carlton  <carlton@kealia.com>
5108
5109         * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
5110         to internal_error call.
5111         * source.c (forward_search_command): Add "%s" format argument.
5112         (reverse_search_command): Ditto.
5113         * top.c (quit_confirm): Ditto.
5114         * cli/cli-setshow.c (do_setshow_command): Ditto.
5115         * cp-valprint.c (cp_print_class_method): Replace
5116         {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
5117         (cp_print_class_member): Ditto.
5118         * event-top.c (command_line_handler): Ditto.
5119         * linux-proc.c (linux_info_proc_cmd): Ditto.
5120         * p-typeprint.c (pascal_type_print_base): Ditto.
5121         * p-valprint.c (pascal_object_print_class_method): Ditto.
5122         (pascal_object_print_class_member): Ditto.
5123         * printcmd.c (print_scalar_formatted,printf_command): Ditto.
5124         * remote.c (remote_cisco_section_offsets): Ditto.
5125         * top.c (command_line_input): Ditto.
5126         * utils.c (vwarning,error_stream,quit): Ditto.
5127         * valprint.c (print_floating,print_binary_chars)
5128         (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
5129
5130 2003-08-04  Andrew Cagney  <cagney@redhat.com>
5131
5132         * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
5133
5134 2003-08-02  Andrew Cagney  <cagney@redhat.com>
5135
5136         * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
5137         gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
5138         amd64fbsd-nat.c.
5139
5140 2003-08-02  Andrew Cagney  <cagney@redhat.com>
5141
5142         * Makefile.in: Update all dependencies and definitions.
5143
5144 2003-08-02  Adam Fedor  <fedor@gnu.org>
5145
5146         * linespec.c (is_objc_method_format): New function
5147         (decode_line_1, locate_first_half): Use it.
5148         Fixes PR objc/1298
5149
5150 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5151
5152         * NEWS: Mention that m32r is multi-arch.
5153         From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
5154         * configure.tgt: Recognize m32r-*-*.
5155         * config/m32r/tm-m32r.h: Delete file.
5156         * config/m32r/m32r.mt: New file.
5157         * m32r-rom.c (m32r_upload_command): Use hostent only when
5158         gethostname succeeds, in order to avoid a compilation
5159         warning.
5160         * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
5161         compiler warning.
5162
5163 2003-08-01  Michael Snyder  <msnyder@redhat.com>
5164
5165         * sh-tdep.c (sh_frame_align): New gdbarch method.
5166         (sh_gdbarch_init): Set up frame_align method.
5167
5168 2003-07-31  Michael Snyder  <msnyder@redhat.com>
5169
5170         * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
5171         which is already covered by the new frames infrastructure.
5172
5173 2003-07-31  Andrew Cagney  <cagney@redhat.com>
5174
5175         * user-regs.c (struct user_reg): Add "next" link.
5176         (struct user_regs): Replace "user" with "first" and "last" links.
5177         (append_user_reg): Add pre-allocated "reg" parameter.
5178         (builtin_user_regs): Provide initial value for "last".
5179         (user_reg_add_builtin): XMALLOC memory for append_user_reg.
5180         (user_regs_init): Allocate memory from the gdbarch obstack.
5181         (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
5182         (user_reg_map_name_to_regnum): Rewrite to search the user_reg
5183         linked list.
5184         (usernum_to_user_reg): New function.
5185         (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
5186         (value_of_user_reg): Use usernum_to_user_reg.
5187         (user_regs_free): Delete function.
5188         (_initialize_user_regs): Update register_gdbarch_data call.
5189
5190 2003-07-31  Daniel Jacobowitz  <drow@mvista.com>
5191
5192         * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
5193
5194 2003-07-30  Michael Snyder  <msnyder@redhat.com>
5195
5196         * value.h (value_being_returned): Add a struct_addr argument.
5197         * infcall.c (call_function_by_hand): Pass struct_addr to
5198         value_being_returned.
5199         * infcmd.c (print_return_value): Pass zero as struct_addr.
5200         * values.c (value_being_returned): If struct_addr is passed,
5201         use it instead of trying to recover it from the inferior.
5202
5203 2003-07-30  Kevin Buettner  <kevinb@redhat.com>
5204
5205         * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
5206         the prologue analyzer won't need to attempt to extract the pc
5207         value from the woefully incomplete dummy frame.
5208         (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
5209         possible.  Disable code which modifies the frame.
5210
5211 2003-07-28  Andrew Cagney  <cagney@redhat.com>
5212
5213         * annotate.c (annotate_breakpoints_headers): Restrict annotation
5214         to level 2.
5215         (annotate_breakpoints_table, annotate_record): Ditto.
5216         (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
5217         (annotate_field_name_end, annotate_field_value): Ditto.
5218         (annotate_field_end, annotate_frame_source_begin): Ditto.
5219         (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
5220         (annotate_frame_source_line, annotate_frame_source_end): Ditto.
5221         (annotate_frame_begin, annotate_frame_function_name): Ditto.
5222         (annotate_frame_address_end, annotate_frame_address): Ditto.
5223         (annotate_frame_args, annotate_frame_end): Ditto.
5224         (annotate_frame_where, annotate_arg_begin): Ditto.
5225         (annotate_arg_name_end, annotate_arg_value): Ditto.
5226         (annotate_arg_end, annotate_signal_handler_caller): Ditto.
5227         (annotate_function_call, annotate_signal_name): Ditto.
5228         (annotate_signal_string, annotate_signal_name_end): Ditto.
5229         (annotate_signal_string_end, annotate_value_history_begin): Ditto.
5230         (annotate_value_begin, annotate_value_history_value): Ditto.
5231         (annotate_value_history_end, annotate_value_end): Ditto.
5232         (annotate_display_begin, annotate_display_number_end): Ditto.
5233         (annotate_display_format, annotate_display_expression): Ditto.
5234         (annotate_display_expression_end, annotate_display_value): Ditto.
5235         (annotate_display_end, annotate_array_section_begin): Ditto.
5236         (annotate_elt_rep, annotate_elt_rep_end): Ditto.
5237         (annotate_elt, annotate_array_section_end): Ditto.
5238
5239 2003-07-28  Andrew Cagney  <cagney@redhat.com>
5240
5241         * regcache.c (struct regcache_descr): Update comments on
5242         nr_raw_registers.
5243         (init_legacy_regcache_descr): Don't set nr_raw_registers or
5244         sizeof_raw_register_valid_p.
5245         (init_regcache_descr): Set nr_raw_registers and
5246         sizeof_raw_register_valid_p before calling
5247         init_legacy_regcache_descr.
5248
5249 2003-07-28  Andrew Cagney  <cagney@redhat.com>
5250
5251         * mips-tdep.c (print_gp_register_row): Print the GPR's register
5252         MOD NUM_REGS.
5253
5254 2003-07-28  Daniel Jacobowitz  <drow@mvista.com>
5255
5256         * thread.c (info_threads_command): Use get_selected_frame ().
5257         Check that there is at least one non-sentinel frame.
5258
5259 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
5260
5261         * m68hc11-tdep.c (struct frame_extra_info): Remove.
5262         (m68hc11_pop_frame): Remove.
5263         (m68hc11_frame_saved_pc): Remove.
5264         (m68hc11_frame_chain): Remove.
5265         (m68hc11_frame_init_saved_regs): Remove.
5266         (m68hc11_init_extra_frame_info): Remove.
5267         (m68hc11_store_struct_return): Remove.
5268         (m68hc11_saved_pc_after_call): Remove.
5269
5270 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
5271
5272         * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
5273         frame unwind information.
5274         (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
5275         and adapted for frame unwinding.
5276         (m68hc11_skip_prologue): Update to scan prologue in temporary object.
5277         (m68hc11_unwind_pc): New function.
5278         (m68hc11_frame_unwind_cache): New function to analyze frames.
5279         (m68hc11_frame_this_id): New function to create new frame struct.
5280         (m68hc11_frame_prev_register): New function to unwind a register from
5281         the frame.
5282         (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
5283         (m68hc11_frame_p): New function for the above.
5284         (m68hc11_frame_base_address): New function to return fp of frame.
5285         (m68hc11_frame_args_address): Update for frame.
5286         (m68hc11_frame_base): Default 68hc11/68hc12 frame.
5287         (m68hc11_unwind_sp): New function.
5288         (m68hc11_unwind_dummy_id): New function.
5289         (m68hc11_gdbarch_init): Install the above frames; remove deprecated
5290         calls.
5291
5292 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
5293
5294         * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
5295         (m68hc11_guess_from_prologue): Advance the pc and frame size only
5296         when we are beyond the current pc.
5297
5298 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
5299
5300         * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
5301         from m68hc11_push_arguments.
5302         (m68hc11_push_arguments): Remove.
5303         (m68hc11_push_return_address): Remove.
5304         (m68hc11_gdbarch_init): Install the above; remove above deprecated
5305         handlers; remove deprecated_extra_stack_alignment_needed.
5306
5307 2003-07-27  Andrew Cagney  <cagney@redhat.com>
5308
5309         * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
5310         * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
5311         REAL_PC and not the pointer.
5312         * hppa-hpux-tdep.c: Include frame.h
5313
5314 2003-07-27  Andrew Cagney  <cagney@redhat.com>
5315
5316         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
5317         GDB_MULTI_ACH_PARTIAL.
5318
5319 2003-07-27  Andrew Cagney  <cagney@redhat.com>
5320
5321         Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
5322         * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
5323         operator at start and not end of line.
5324         (decode_prologue): Ditto.
5325         (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
5326         frame_unwind_register_unsigned instead of
5327         frame_unwind_unsigned_register.
5328         (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
5329         read_register.
5330         (m32r_push_dummy_call): Use register_size instead of
5331         REGISTER_RAW_SIZE.
5332         (m32r_frame_sniffer): Replace m32r_frame_p.
5333         (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
5334         * m32r-rom.c (report_transfer_performance): Delete extern
5335         declaration.
5336         (m32r_load, m32r_upload_command): Use print_transfer_performance
5337         instead of report_transfer_performance.
5338         (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
5339         / add_show_from_set.
5340
5341 2003-07-26  Andrew Cagney  <cagney@redhat.com>
5342
5343         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
5344         store_return_value and extract_struct_value_address.
5345
5346 2003-07-26  Daniel Jacobowitz  <drow@mvista.com>
5347
5348         PR c++/1267
5349         * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
5350         NULL, default to the section containing PC.
5351
5352 2003-07-24  Stephane Carrez  <stcarrez@nerim.fr>
5353
5354         * NEWS: Mention "regs" deprecated for m68hc11 too.
5355
5356         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
5357         (m68hc11_print_register): New function to print out one register.
5358         (m68hc11_print_registers_info): New function to print registers.
5359         (show_regs): Deprecate and use the above.
5360         (m68hc11_gdbarch_init): Install the print_registers_info.
5361
5362 2003-07-24  Jeff Johnston  <jjohnstn@redhat.com>
5363
5364         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
5365         that we have a SIGTRAP before returning non-zero.
5366
5367 2003-07-23  Michal Ludvig  <mludvig@suse.cz>
5368             Elena Zannoni  <ezannoni@redhat.com>
5369
5370         * linespec.c (decode_line_2): Avoid crash if
5371         find_function_start_sal() returns empty record.
5372
5373 2003-07-23  Andreas Schwab  <schwab@suse.de>
5374
5375         * ia64-tdep.c (ia64_print_insn): New function.
5376         (ia64_gdbarch_init): Set print_insn to it.
5377         (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
5378         deprecated_tm_print_insn_info.
5379
5380 2003-07-22  Michael Snyder  <msnyder@redhat.com>
5381
5382         * h8300-tdep.c (h8300_extract_return_value): Teach it how to
5383         handle 8-bit returns (long long).
5384         (h8300h_extract_return_value): Ditto.
5385         (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
5386
5387 2003-07-22  Andrew Cagney  <cagney@redhat.com>
5388
5389         * gdbarch.c Include "gdb_obstack.h".
5390         (struct gdbarch): Add an "obstack".
5391         (alloc_gdbarch_data): Allocate the gdbarch data using
5392         GDBARCH_OBSTACK_CALLOC.
5393         (free_gdbarch_data): Delete function.
5394         (gdbarch_obstack_zalloc): New function.
5395         (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
5396         Assert that the architecture is not initialized.
5397         (gdbarch_alloc): Allocate an obstack, allocate the architecture
5398         vector from the obstack.
5399         (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
5400         architecture obstack.
5401         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
5402         (set_gdbarch_data): Assert that the data is not initialized.
5403         (struct gdbarch_data): Delete member "free".
5404         (register_gdbarch_data): Do not initialize "free".
5405         * gdbarch.h, gdbarch.c: Re-generate.
5406
5407 2003-07-22  Andrew Cagney  <cagney@redhat.com>
5408
5409         * configure.in (build_warnings): Add -Wformat-nonliteral.
5410         * configure: Re-generate.
5411
5412 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
5413
5414         * dwarf2loc.c (locexpr_describe_location): Fix typos.
5415
5416 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
5417
5418         * findvar.c (read_var_value): Remove case for thread local storage
5419         variables.  It is now entirely handled by the dwarf2 location
5420         expression code.
5421         * printcmd.c (address_info): Ditto.
5422         * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
5423         enumeration value.
5424         (struct symbol): Remove objfile field, which was used by
5425         LOC_THREAD_LOCAL_STATIC only.
5426         * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5427         * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5428         usage of objfile pointer.
5429         * dwarf2loc.c (locexpr_describe_location): Add case to handle
5430         thread local variables.
5431         Add include of objfiles.h.
5432         * dwarf2expr.c (execute_stack_op): Add comments about thread local
5433         storage variables.
5434         * Makefile.in (dwarf2loc.o): Update dependencies.
5435
5436 2003-07-22  Andrew Cagney  <cagney@redhat.com>
5437
5438         * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5439         get_frame_base.
5440         (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5441         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5442         (struct value): Add opaque declaration.
5443         (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5444
5445 2003-07-21  Andrew Cagney  <cagney@redhat.com>
5446
5447         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5448         * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5449
5450 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
5451
5452         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5453         regcache_cooked_read_unsigned instead of read_register.
5454         (m68hc11_saved_pc_after_call): Likewise.
5455         (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5456         instead of write_register.
5457         (m68hc11_register_type): New function.
5458         (m68hc11_register_virtual_type): Remove.
5459         (m68hc11_store_return_value): Convert to use the regcache.
5460         (m68hc11_extract_struct_value_address): Likewise.
5461         (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5462         m68hc11_register_type; undeprecate store_return_value and
5463         extract_struct_value_address.
5464
5465 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
5466
5467         * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5468         and translate to use regcache.
5469         (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5470
5471 2003-07-18  Andrew Cagney  <cagney@redhat.com>
5472
5473         * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5474         * gdbarch.h, gdbarch.c: Re-generate.
5475         * i386-tdep.c (i386_gdbarch_init): Do not set
5476         DWARF2_BUILD_FRAME_INFO.
5477         * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5478         unconditionally.
5479         * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5480         DWARF2_BUILD_FRAME_INFO.
5481
5482 2003-07-18  Andrew Cagney  <cagney@redhat.com>
5483
5484         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5485         * disasm.c (gdb_disassemble_info): Initilize di.arch.
5486
5487 2003-07-18  Andrew Cagney  <cagney@redhat.com>
5488
5489         * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5490         frame_unwind_address_in_block, instead of frame_pc_unwind.
5491         (dwarf2_frame_cache): Ditto.
5492
5493 2003-07-18  Andrew Cagney  <cagney@redhat.com>
5494
5495         * user-regs.h (struct gdbarch): Declare opaque.
5496         * ui-out.h (struct ui_file): Declare opaque.
5497         * dwarf2-frame.h (struct frame_info): Declare opaque.
5498
5499 2003-07-18  Kris Warkentin  <kewarken@qnx.com>
5500
5501         * nto-procfs.c: Clean ARI hits.  Change #include <..> to
5502         #include "...".
5503         (procfs_meminfo): Change strerror to safe_strerror.
5504         (procfs_can_run): Remove K&R badness.
5505
5506 2003-07-17  Michael Snyder  <msnyder@redhat.com>
5507
5508         * remote-sim.c: Comment typo fix.
5509
5510 2003-07-17  Andrew Cagney  <cagney@redhat.com>
5511
5512         * defs.h (GDB_MULTI_ARCH): Delete conditional define.  Handled by
5513         configure.
5514         * sparc-tdep.c (sparc_intreg_size): Make non-static.
5515         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5516         GDB_MULTI_ARCH_PARTIAL.
5517
5518 2003-07-17  Elena Zannoni  <ezannoni@redhat.com>
5519
5520         * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5521         * x86-64-linux-nat.c (ps_get_thread_area): New function.  Add
5522         include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5523
5524 2003-07-16  Theodore A. Roth  <troth@openavr.org>
5525
5526         * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5527         found.
5528         (avr_frame_unwind_cache): Don't unwind FP for main.
5529         Update a comment.
5530         Save the computed prev_sp.
5531         (avr_saved_regs_unwinder): Remove function.
5532         (avr_frame_prev_register): Use PC unwind logic from
5533         avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5534
5535 2003-07-16  Andrew Cagney  <cagney@redhat.com>
5536
5537         * frame-base.h (frame_base_p_ftype): Delete definition.
5538         (frame_base_append_predicate): Delete declaration.
5539         * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5540         (frame_unwind_append_predicate): Delete declaration.
5541         * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5542         (append_predicate): Delete parameter "p".
5543         (frame_unwind_append_predicate): Delete function.
5544         (frame_unwind_append_sniffer): Update call to append_predicate.
5545         (frame_unwind_free): Delete function.
5546         (_initialize_frame_unwind): Pass NULL as "free" to
5547         register_gdbarch_data.
5548         (frame_unwind_init): Append the dummy_frame_sniffer.
5549         (frame_unwind_find_by_frame): Simplify.
5550         * frame-base.c (struct frame_base_table): Delete field "p".
5551         (append_predicate): Delete parameter "p".
5552         (frame_base_append_predicate): Delete function.
5553         (frame_base_append_sniffer): Update call to append_predicate.
5554         (frame_base_free): Delete function.
5555         (frame_base_find_by_frame): Simplify.
5556         (_initialize_frame_base): Pass NULL as "free" to
5557         register_gdbarch_data.
5558         * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5559         (x86_64_sigtramp_frame_sniffer): Replace
5560         "x86_64_sigtramp_frame_p".
5561         (x86_64_init_abi): Set the frame unwind sniffers.
5562         * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5563         (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5564         (m68k_gdbarch_init): Set the frame unwind sniffers.
5565         * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5566         "i386_sigtramp_frame_p".
5567         (i386_frame_sniffer): Replace "i386_frame_p".
5568         (i386_gdbarch_init): Set the frame unwind sniffers.
5569         * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5570         (avr_gdbarch_init): Set the frame unwind sniffers.
5571         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5572         "alpha_sigtramp_frame_p"
5573         (alpha_heuristic_frame_sniffer): Replace
5574         "alpha_heuristic_frame_p".
5575         (alpha_gdbarch_init): Set the frame unwind sniffers.
5576         (alpha_dwarf2_init_abi): Ditto.
5577         * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5578         "alpha_debug_frame_p".
5579         (alpha_mdebug_frame_base_sniffer): Replace
5580         "alpha_mdebug_frame_base_p".
5581         (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5582         * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5583         (d10v_gdbarch_init): Set the frame unwind sniffer.
5584         * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5585         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5586         * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5587         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5588         * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5589         * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5590
5591 2003-07-16  Michael Snyder  <msnyder@redhat.com>
5592
5593         * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5594         should go thru sh_dsp_register_sim_regno, else the dsp regs
5595         will not get the right values.
5596
5597 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5598
5599         * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5600         deprecated_store_floating by call to store_typed_floating.
5601         (sh_sh4_register_convert_to_raw): Substitute call to
5602         deprecated_extract_floating by call to extract_typed_floating.
5603
5604 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5605
5606         * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5607
5608 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5609
5610         * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5611         register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5612         gdbarch_register_type in 32 bit code throughout.  Avoid current_gdbarch
5613         as possible.
5614         (do_pseudo_register): Remove.
5615         (sh_push_dummy_code): New function.
5616         (sh64_store_struct_return): Rename from sh_store_struct_return.
5617         Only called for sh64 now.
5618         (sh_extract_struct_value_address): Regcache'ify.
5619         (sh_push_dummy_call): Rename from sh_push_arguments.  Regcache'ify
5620         and accomodate new tasks.
5621         (sh64_push_return_address): Rename from sh_push_return_address.
5622         Only called for sh64 now.
5623         (sh_default_extract_return_value): Rename from sh_extract_return_value.
5624         Regcache'ify.
5625         (sh3e_sh4_extract_return_value): Regcache'ify.
5626         (sh_default_store_return_value): Ditto.
5627         (sh3e_sh4_store_return_value): Ditto.
5628         (sh_default_register_byte): Remove.
5629         (sh_sh4_register_byte): Remove.
5630         (sh_default_register_raw_size): Remove.
5631         (sh_sh4_register_raw_size): Remove.
5632         (sh_register_virtual_size): Remove.
5633         (sh_sh3e_register_virtual_type): Remove.
5634         (sh_sh3e_register_type): New function.
5635         (sh_sh4_register_virtual_type): Remove.
5636         (sh_sh4_register_type): New function.
5637         (sh_default_register_virtual_type): Remove.
5638         (sh_default_register_type): New function.
5639         (do_fv_register_info): Add parameters to accomodate call from
5640         sh_print_registers_info.
5641         (do_dr_register_info): Ditto.
5642         (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5643         Add parameters to accomodate call from sh_print_registers_info.
5644         (sh_do_fp_register): Ditto.
5645         (sh64_do_pseudo_register): Call do_dr_register_info,
5646         do_fv_register_info and sh_do_fp_register with default parameters.
5647         (sh_do_register): Add parameters to accomodate call from
5648         sh_print_registers_info.
5649         (sh_print_register): Ditto.
5650         (sh_print_registers_info): Rename from sh_do_registers_info.
5651         Add parameters to be used as gdbarch_print_registers_info
5652         implementation.  Accomodate removed do_pseudo_register function
5653         pointer.
5654         (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5655         function pointer. Call sh_print_register with default parameters.
5656         (sh64_do_registers_info): Call sh_print_registers_info instead of
5657         sh_do_registers_info.
5658         (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5659         detection of deprecated vs. non-deprecated functionality.
5660         Rename sh_call_dummy_words to sh64_call_dummy_words.  Remove
5661         function pointer assignments by direct function calls.
5662
5663 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5664
5665         * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5666         (frame_register_unwind, create_new_frame): Ditto.
5667         (legacy_get_prev_frame, get_frame_type): Ditto.
5668         (get_frame_base_address): Use frame_base_find_by_frame.
5669         (get_frame_locals_address): Use frame_base_find_by_frame.
5670         (get_frame_args_address): Use frame_base_find_by_frame.
5671         * frame-base.h (frame_base_sniffer_ftype): Declare.
5672         (frame_base_append_sniffer): Declare.
5673         (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5674         * frame-base.c (append_predicate): Add a "sniffer" parameter.
5675         (frame_base_append_sniffer): New function.
5676         (frame_base_append_predicate): Add a NULL sniffer.
5677         (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5678         (struct frame_base_table): Add "sniffer".
5679         (frame_base_free): Free the "sniffer" table.
5680         * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5681         (frame_unwind_append_sniffer): Declare.
5682         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5683         * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5684         (struct frame_unwind_table): Add "sniffer", delete "middle".
5685         (append_predicate): Add "sniffer" parameter, append the sniffer.
5686         (frame_unwind_init): Update append_predicate call.
5687         (frame_unwind_append_sniffer): New function.
5688         (frame_unwind_append_predicate): Update append_predicate call.
5689         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5690
5691 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5692
5693         * frame.c (get_prev_frame): Move disabled inside_entry_func to
5694         before code inhibiting repeated unwind attempts.  Add to
5695         commentary on that test's problems.
5696         * blockframe.c (inside_main_func): Look for "main" in the minimal
5697         symbol table.
5698         * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5699         identical.
5700
5701 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5702
5703         * complaints.c (struct explanation): Define.
5704         (struct complaints): Change type of "explanation" to "struct
5705         explanation".
5706         (symfile_explanations): Convert to a "struct explanation" table.
5707         (vcomplaint): Update.
5708
5709 2003-07-15  Michal Ludvig  <mludvig@suse.cz>
5710
5711         * x86-64-linux-nat.c (regmap): Removed.
5712         (supply_gregset, fill_gregset): Call
5713         x86_64_linux_(fill,supply)_gregset functions.
5714         * x86-64-linux-tdep.c (USER_*): New defines.
5715         (user_to_gdb_regmap, x86_64_core_fns): New structure.
5716         (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5717         New functions.
5718         (fetch_core_registers): Ditto.
5719         (_initialize_x86_64_linux_tdep): Call add_core_fns().
5720         * x86-64-linux-tdep.h: New file.
5721         * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5722         and core-regset.o.
5723         * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5724
5725 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
5726
5727         * x86-64-tdep.c (x86_64_store_return_value): Use
5728         regcache_cooked_write_part instead of regcache_cooked_write.
5729
5730         * configure.host: Add x86_64-*-freebsd*.
5731         * configure.tgt: Add x86_64-*-freebsd*.
5732         * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5733         * amd64fbsd-nat.c: New file.
5734         * amd64fbsd-tdep.c: New file.
5735         * config/i386/nm-fbsd64.h: New file.
5736         * config/i386/fbsd64.mh: New file.
5737         * config/i386/fbsd64.mt: New file.
5738
5739 2003-07-11  Mark Kettenis  <kettenis@gnu.org>
5740
5741         * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5742         `sc_regs_offset' and `sc_fpregs_offset'.
5743         * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5744         SIGFRAME_FPREGSAVE_OFF): Remove defines.
5745         (alpha_sigtramp_register_address): Rewrite to use new members of
5746         `struct gdbarch_tdep'.
5747         (alpha_gdbarch_init): Initialize new members of struct
5748         gdbarch_tdep'.
5749         * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5750         ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5751         (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5752         (alphafbsd_pc_in_sigtramp): Implement.
5753         (alphafbsd_sigtramp_offset): New function.
5754         (alphafbsd_sigcontext_addr): New function.
5755         (alphafbsd_init_abi): Initialize signal trampoline related members
5756         of `struct gdbarch_tdep'.
5757         (_initialize_alphafbsd_tdep): Add prototype.
5758
5759 2003-07-11  Theodore A. Roth  <troth@openavr.org>
5760
5761         * Makefile.in (install-only): Quote sed expression when generating
5762         transformed_name.
5763
5764 2003-07-11  Richard Henderson  <rth@redhat.com>
5765
5766         * Makefile.in (dwarf2-frame.o): Add complaints_h.
5767         * dwarf2-frame.c: Include complaints.h.
5768         (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5769         variable initialization; return NULL on error.
5770         (decode_frame_entry): New.
5771
5772 2003-07-11  Andrew Cagney  <cagney@redhat.com>
5773
5774         * frame.h (frame_address_in_block): Delete declaration.
5775         * blockframe.c (frame_address_in_block): Delete function.
5776         (get_frame_block): Use get_frame_address_in_block.
5777         (block_innermost_frame): Ditto.
5778         * stack.c (print_frame, backtrace_command_1): Ditto.
5779
5780         * frame.h (get_frame_address_in_block): Declare.
5781         (frame_unwind_address_in_block): Declare.
5782         * frame.c (frame_unwind_address_in_block): New function.
5783         (get_frame_address_in_block): New function.
5784
5785 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5786
5787         * gdbarch.sh: Simplify predicate methods.  Remove need to provide
5788         pre-default.   Note: re-generate has no effect.
5789
5790 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5791
5792         * gdbarch.sh: When a variable, but not a function, compare against
5793         0.  Fix problem in previous patch.
5794         * gdbarch.c: Re-generate.
5795
5796 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5797
5798         * gdbarch.sh: Use gdb_assert instead of internal_error.  Compare
5799         functions against NULL, not 0.
5800         * gdbarch.c: Re-generate.
5801
5802 2003-07-10  Fred Fish  <fnf@ninemoons.com>
5803
5804         * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5805         null string instead of a null pointer.
5806         * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5807
5808 2003-07-09  Michael Snyder  <msnyder@redhat.com>
5809
5810         * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5811
5812 2003-07-09  Mark Kettenis  <kettenis@gnu.org>
5813
5814         * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5815         X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5816         X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5817         X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5818         * x86-64-tdep.c: ... from here.
5819
5820 2003-07-09  Andreas Schwab  <schwab@suse.de>
5821
5822         * m68k-tdep.h (enum struct_return): Define.
5823         (struct gdbarch_tdep): Add struct_return.
5824         * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5825         bytes are padded to the right, not to the left.  Pass struct value
5826         address in register %a1, not on stack.
5827         (m68k_use_struct_convention): New function.
5828         (m68k_gdbarch_init): Set use_struct_convention.  Initialize
5829         struct_return in tdep to pcc_struct_return.
5830         * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5831         reg_struct_return.
5832
5833 2003-07-09  Joel Brobecker  <brobecker@gnat.com>
5834
5835         * somread.c (som_symfile_offsets): Fix compilation error.
5836
5837 2003-07-09  Andrew Cagney  <cagney@redhat.com>
5838
5839         * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5840         Add comments about the checks.
5841
5842 2003-07-08  Andrew Cagney  <cagney@redhat.com>
5843
5844         * Makefile.in: Make dependency section headers consistent.
5845         (config_h): Move to $BUILD headers section.
5846         (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5847         (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5848         (ada-exp.tab.c): Move to YACC/LEX section.
5849         (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5850         (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5851
5852 2003-07-08  Kris Warkentin  <kewarken@qnx.com>
5853
5854         * nto-procfs.c: Cleaned up a bunch of ARI hits.
5855         Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5856         of strerror with safe_strerror, use ISO C function definitions,
5857         and replace instances of sprintf with snprintf.
5858
5859 2003-07-07  Andrew Cagney  <cagney@redhat.com>
5860
5861         * frame.c (get_prev_frame): Enable check for identical frames.
5862         Update comments.  Update error messages.
5863
5864 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5865
5866         * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5867
5868 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5869
5870         * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5871         sort_symtab_syms, no longer necessary.
5872
5873 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5874
5875         * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5876
5877 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5878
5879         * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5880         (mips_register_byte): Likewise.
5881
5882 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5883
5884         * Makefile.in (sparc_tdep_h): New.
5885         (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5886         (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5887         * sparc-linux-nat.c: Include "sparc-tdep.h".
5888         * sparc-nat.c: Likewise.
5889         * sparc-tdep.c: Likewise.
5890         * sparc64nbsd-nat.c: Likewise.
5891         * sparcnbsd-nat.c: Likewise.
5892         * sparcnbsd-tdep.c: Likewise.
5893         * sparc-tdep.h: New file.
5894         * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5895         and sparc_npc_regnum.
5896
5897 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5898
5899         * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5900         (mips_linux_cannot_store_register): List supported instead of
5901         unsupported registers.
5902
5903 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5904
5905         * disasm.c (dump_insns): Separate instructions from addresses.
5906
5907 2003-07-07  Andreas Schwab  <schwab@suse.de>
5908
5909         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5910         dependencies.
5911         * m68k-tdep.c (NUM_FREGS): Delete.
5912         (SIG_PC_FP_OFFSET): Delete.
5913         (TARGET_M68K): Delete.
5914         (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5915         P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5916         P_MOVEL_SP, P_MOVEML_SP): Define.
5917         (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5918         P_TRAP): Delete.
5919         (m68k_register_raw_size): Delete.
5920         (m68k_register_virtual_size): Delete.
5921         (m68k_register_type): Renamed from m68k_register_virtual_type and
5922         add gdbarch argument.
5923         (m68k_store_struct_return): Delete.
5924         (m68k_deprecated_extract_return_value): Delete.
5925         (m68k_deprecated_extract_struct_value_address): Delete.
5926         (m68k_frame_chain): Delete.
5927         (m68k_frame_saved_pc): Delete.
5928         (m68k_fix_call_dummy): Delete.
5929         (m68k_push_dummy_frame): Delete.
5930         (m68k_pop_frame): Delete.
5931         (m68k_extract_return_value): New function.
5932         (m68k_store_return_value): Rewrite using regcache.
5933         (m68k_extract_struct_value_address): Rewrite using regcache.
5934         (m68k_push_dummy_call): New function.
5935         (struct m68k_frame_cache): Define.
5936         (m68k_alloc_frame_cache): New function.
5937         (m68k_analyze_frame_setup): New function.
5938         (m68k_analyze_register_saves): New function.
5939         (m68k_analyze_prologue): New function.
5940         (m68k_skip_prologue): Rewrite using above functions.
5941         (m68k_unwind_pc): New function.
5942         (m68k_frame_cache): New function.
5943         (m68k_frame_this_id): New function.
5944         (m68k_frame_prev_register): New function.
5945         (m68k_frame_unwind): New variable.
5946         (m68k_frame_p): New function.
5947         (m68k_sigtramp_frame_cache): New function.
5948         (m68k_sigtramp_frame_this_id): New function.
5949         (m68k_sigtramp_frame_prev_register): New function.
5950         (m68k_sigtramp_frame_unwind): New variable.
5951         (m68k_sigtramp_frame_p): New function.
5952         (m68k_frame_base_address): New function.
5953         (m68k_frame_base): New function.
5954         (m68k_unwind_dummy_id): New function.
5955         (fill_gregset): Use regcache_collect.
5956         (fill_fpregset): Likewise.
5957         (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5958         defined.
5959         (m68k_gdbarch_init): Don't define call_dummy_words.  Don't set
5960         deprecated_init_frame_pc, deprecated_store_struct_return,
5961         deprecated_extract_return_value, deprecated_store_return_value,
5962         deprecated_frame_chain, deprecated_frame_saved_pc,
5963         deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5964         deprecated_register_virtual_size,
5965         deprecated_max_register_raw_size,
5966         deprecated_max_register_virtual_size,
5967         deprecated_register_virtual_type, deprecated_register_size,
5968         deprecated_register_byte, deprecated_register_bytes,
5969         deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5970         call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5971         deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5972         deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5973         deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5974         deprecated_push_dummy_frame, deprecated_pop_frame,
5975         deprecated_dummy_write_sp.  Set deprecated_saved_pc_after_call
5976         only if SYSCALL_TRAP is defined.  Set extract_return_value,
5977         store_return_value, extract_struct_value_address, register_type,
5978         push_dummy_call, unwind_dummy_id, unwind_pc.  Add two frame unwind
5979         predicates.
5980         * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5981         M68K_MAX_REGISTER_SIZE): Define.
5982         (struct m68k_sigtramp_info): Define.
5983         (struct gdbarch_tdep): Add get_sigtramp_info.
5984         * m68klinux-nat.c (fetch_register): Use register_size instead of
5985         REGISTER_RAW_SIZE.  Don't put assignment in if.
5986         (store_register): Likewise.
5987         (fetch_inferior_registers): Likewise.
5988         (store_inferior_registers): Likewise.
5989         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5990         (m68k_linux_frame_saved_pc): Delete.
5991         (m68k_linux_sigcontext_reg_offset,
5992         m68k_linux_ucontext_reg_offset): Define.
5993         (m68k_linux_get_sigtramp_info): New function.
5994         (m68k_linux_extract_return_value): Rewrite using regcache.
5995         (m68k_linux_store_return_value): Likewise.
5996         (m68k_linux_extract_struct_value_address): Likewise.
5997         (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5998         Don't set deprecated_frame_saved_pc,
5999         deprecated_extract_return_value, deprecated_store_return_value,
6000         deprecated_extract_struct_value_address.  Set
6001         extract_return_value, store_return_value,
6002         extract_struct_value_address.
6003
6004 2003-07-07  Andrew Cagney  <cagney@redhat.com>
6005
6006         * expprint.c: Include "user-regs.h" instead of "frame.h".
6007         (print_subexp): Use user_reg_map_regnum_to_name, instead of
6008         frame_map_regnum_to_name.
6009         * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
6010         (frame_map_name_to_regnum): Simplify, call
6011         user_reg_map_name_to_regnum.
6012         (frame_map_regnum_to_name): Simplify, call
6013         user_reg_map_regnum_to_name.
6014         (frame_register_unwind): Update.
6015         * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
6016         (_initialize_frame_reg): Call user_reg_add_builtin.
6017         * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
6018         (value_of_register): Use value_of_user_reg.
6019         * eval.c (evaluate_subexp_standard): Update.
6020         * parse.c (write_dollar_variable): Update.
6021         * d10v-tdep.c (d10v_print_registers_info): Update.
6022         * infcmd.c (registers_info): Update.
6023         * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
6024         (builtin_regs_h): Delete macro.
6025         (user_regs_h): Define.
6026         (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
6027         (builtin-regs.o): Delete target.
6028         (user-regs.o): Specify dependencies.
6029         (expprint.o): Update dependencies.
6030         (findvar.o): Update dependencies.
6031         (frame.o): Update dependencies.
6032         (std-regs.o): Update dependencies.
6033
6034 2003-07-06  Christopher Faylor  <cgf@redhat.com>
6035
6036         * win32-nat.c (solib_symbols_add): Use one variable for all section
6037         address stuff.  Pass variable rather than address of variable to
6038         safe_symbol_file_add.
6039
6040 2003-07-06  Andreas Schwab  <schwab@suse.de>
6041
6042         * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
6043
6044 2003-07-04  Joel Brobecker  <brobecker@gnat.com>
6045
6046         * rs6000-nat.c (vmap_symtab): Fix compilation error.
6047
6048 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
6049
6050         * config/i386/nto.mh: Set XM_FILE to xm-i386.h
6051
6052 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
6053
6054         * nto-procfs.c: New file.  Native procfs support for QNX Neutrino.
6055         * config/i386/nto.mh: New file.
6056         * config/i386/nm-nto.h: New file.
6057         * configure.host: Add i[3456]86-*-nto*.
6058
6059 2003-07-03  Joel Brobecker  <brobecker@gnat.com>
6060
6061         * remote-vx.c (vx_add_symbols): Fix compilation error.
6062
6063 2003-07-03  Andrew Cagney  <cagney@redhat.com>
6064
6065         * gdbarch.sh (REGISTER_NAME): Do not supply a default.
6066         * gdbarch.h, gdbarch.c: Re-generate.
6067         * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
6068         (legacy_register_name): Declare.
6069         * config/sparc/tm-sp64.h (legacy_register_name): Declare.
6070         (REGISTER_NAME): Define.
6071         * sparc-tdep.c (legacy_register_name): New function.
6072         * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
6073         (REGISTER_NAME): Define.
6074         (hppa64_register_name): Declare.
6075         * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
6076         * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
6077         (hppa64_register_name): New function.
6078         (hppa_register_name): New function.
6079         * arch-utils.c (legacy_register_name): Delete.
6080         * arch-utils.h (legacy_register_name): Delete.
6081
6082 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
6083
6084         * cli/cli-interp.c (cli_interpreter_resume): Update the
6085         cli_uiout's stream to gdb_stdout.
6086
6087 2003-07-03  Andrew Cagney  <cagney@redhat.com>
6088
6089         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
6090         predicate.
6091         * gdbarch.h, gdbarch.c: Re-generate.
6092         * regcache.c (init_regcache_descr): Use legacy code when either
6093         REGISTER_BYTE or REGISTER_RAW_SIZE is set.
6094
6095 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
6096
6097         * NEWS: Move "set logging" entry into GDB 6.0 section.
6098
6099 2003-07-02  Jim Blandy  <jimb@redhat.com>
6100
6101         * s390-tdep.c (struct frame_extra_info): new member:
6102         'stack_bought_valid'.
6103         (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
6104         initialize fextra_info->stack_bought.
6105         (s390_frameless_function_invocation): Don't trust the value of
6106         fextra_info_ptr->stack_bought unless
6107         fextra_info->stack_bought_valid is set.
6108
6109         New S390 prologue analyzer.
6110         * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
6111         (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
6112         pv_constant_last, pv_add, pv_add_constant, pv_subtract,
6113         pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
6114         compute_x_addr, s390_on_stack, s390_store,
6115         s390_get_signal_frame_info): New functions.
6116         (S390_NUM_SPILL_SLOTS): New macro.
6117         (s390_get_frame_info): Rewritten.
6118         (is_arg_reg): Deleted.
6119
6120         Break out the decoding of S/390 instructions into separate
6121         functions, to make it more legible, and easier to check
6122         against the spec.
6123         * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
6124         is_rx, is_rxe): New functions.
6125         (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
6126         op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
6127         op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
6128         op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
6129         enums for opcode values.  (Is this an improvement?)
6130
6131 2003-07-02  Andrew Cagney  <cagney@redhat.com>
6132
6133         * i386-tdep.c: Revert change committed as part of trad-frame code
6134         below.
6135
6136 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
6137
6138         * breakpoint.c (insert_catchpoint): Make static.
6139
6140 2003-07-02  Andreas Schwab  <schwab@suse.de>
6141
6142         * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
6143         former ia64_push_arguments and ia64_push_return_address, and use
6144         regcache functions instead of read/write_register.
6145         (ia64_gdbarch_init): Set push_dummy_call instead of
6146         deprecated_push_arguments and deprecated_push_return_address.
6147
6148 2003-07-01  Andreas Jaeger  <aj@suse.de>
6149
6150         * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
6151         before the call.
6152         Set %rax only to number of SSE registers used.
6153
6154 2003-07-01  Andrew Cagney  <cagney@redhat.com>
6155
6156         * trad-frame.h: Update comments, a -1 .addr is reserved.
6157         (trad_frame_value_p, trad_frame_addr_p): Declare.
6158         (trad_frame_reg_p): Declare.
6159         (trad_frame_set_value): Rename trad_frame_register_value.
6160         (trad_frame_set_unknown): Declare.
6161         * trad-frame.c (trad_frame_realreg_p): New function.
6162         (trad_frame_addr_p, trad_frame_value_p): New function.
6163         (trad_frame_set_unknown): New function.
6164         (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
6165         (trad_frame_prev_register): Use trad_frame_realreg_p,
6166         trad_frame_addr_p and trad_frame_value_p.
6167         (trad_frame_set_value): Rename trad_frame_register_value.
6168         * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
6169         and trad_frame_set_value.
6170
6171 2003-06-30  Jim Blandy  <jimb@redhat.com>
6172
6173         Patch from IBM (authors unspecified, probably Ulrich Weigand and
6174         Gerhard Tonn) for argument passing on the S/390 and S/390x:
6175         * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
6176         for 16 registers, and then 32 more bytes.
6177         (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
6178         New macros.
6179         (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
6180         Move up in the file, since it's now used by is_simple_arg.
6181         (is_simple_arg): Don't assume registers are four bytes long.
6182         Exclude all double arguments.  Extended floats are not simple
6183         args.
6184         (is_power_of_two): New function.
6185         (pass_by_copy_ref): Call is_power_of_two, and check that the
6186         length fits in a register, rather than listing all the acceptable
6187         sizes.  Extended floats are not passed by reference.
6188         (s390_push_arguments): Don't assume registers are four bytes long.
6189         Reserve an argument register to point to the buffer for structures
6190         returned by value.  Use S390_NUM_FP_PARAMETER_REGISTERS and
6191         S390_STACK_FRAME_OVERHEAD.
6192
6193 2003-06-30  Andreas Schwab  <schwab@suse.de>
6194
6195         * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
6196         format error message.
6197
6198 2003-06-30  Joel Brobecker  <brobecker@gnat.com>
6199
6200         * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
6201
6202 2003-06-30  David Carlton  <carlton@kealia.com>
6203
6204         Band-aid for PR c++/1245.
6205         * Makefile.in (cp-support.o): Depend on complaints_h.
6206         * cp-support.c: Include complaints.h.  Add declaration for
6207         find_last_component.
6208         (cp_find_first_component): Separate code into
6209         cp_find_first_component_aux.
6210         (cp_find_first_component_aux): Call demangled_name_complaint.
6211         (demangled_name_complaint): New.
6212
6213 2003-06-30  Andrew Cagney  <cagney@redhat.com>
6214
6215         * remote.c (remote_write_bytes): Explicitly compute and then use
6216         the payload size.  Update comments to reflect.  Fixes problem of
6217         GDB not sending small packets as found by Fred Fish.
6218
6219 2003-06-30  Andrew Cagney  <cagney@redhat.com>
6220
6221         * remote.c (remote_async_wait): Fix -Wformat problem.
6222
6223 2003-06-29  Andrew Cagney  <cagney@redhat.com>
6224
6225         * remote.c (remote_wait): Call error, and not warning, when the
6226         packet is corrupt.
6227         (remote_async_wait): Ditto.
6228
6229 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
6230
6231         * sparc-tdep.c (sparc_y_regnum): Make external again.
6232
6233 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
6234
6235         * cli/cli-logging.c (pop_output_files): Add void to function
6236         definition.
6237
6238 2003-06-29  Andrew Cagney  <cagney@redhat.com>
6239
6240         * frame.c (frame_register_unwind): Use unsigned char when dumping
6241         the buffer contents.
6242
6243 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
6244
6245         * cli/cli-logging.c: New file.
6246         * cli-out.c (struct ui_out_data): Add original_stream.
6247         (cli_redirect): New function.
6248         (cli_ui_out_impl): Add cli_redirect.
6249         (cli_out_new): Initialize original_stream.
6250         * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
6251         (uo_redirect, ui_out_redirect): New.
6252         * ui-out.h (struct ui_out_impl): Add redirect member.
6253         (redirect_ftype): New.
6254         (ui_out_redirect): Add prototype.
6255         * Makefile.in: Add rules for cli-logging.c.
6256         * NEWS: Mention "set logging".
6257
6258 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
6259
6260         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
6261
6262 2003-06-27  Andrew Cagney  <cagney@redhat.com>
6263
6264         * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
6265         (m68hc11_gdbarch_init): Do not set call_dummy_address.
6266         * avr-tdep.c (avr_call_dummy_address): Delete function.
6267         (avr_gdbarch_init): Do not set call_dummy_address.
6268
6269 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
6270
6271         * symfile.c (syms_from_objfile): Move variables to inner block.
6272         Move the checks for the non-mainline case a bit earlier to avoid
6273         doing some useless computations.
6274
6275 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
6276
6277         * dwarfread.c (decode_modified_type): Gag new compiler warning.
6278
6279 2003-06-26  Elena Zannoni  <ezannoni@redhat.com>
6280
6281         * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
6282         sections.
6283
6284 2003-06-26  Michael Chastain  <mec@shout.net>
6285
6286         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
6287         gdb/testsuite/gdb.c++/pr-1210.exp.
6288
6289 2003-06-26  Andrew Cagney  <cagney@redhat.com>
6290
6291         * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
6292         altivec_expression.h and altivec_registers.h.
6293
6294 2003-06-26  Andrew Cagney  <cagney@redhat.com>
6295
6296         * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
6297         info->mach when MIPS16.  Patch suggested by Fred Fish.
6298
6299 2003-06-26  Andrew Cagney  <cagney@redhat.com>
6300
6301         * utils.c (internal_vproblem): Print the problem to a reason
6302         buffer and then pass to query.  Make the msg variable more local.
6303
6304 2003-06-26  Andrew Cagney  <cagney@redhat.com>
6305
6306         * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate.  Deprecate.
6307         (FRAME_LOCALS_ADDRESS): Add predicate.  Deprecate.
6308         * gdbarch.h, gdbarch.c: Re-generate.
6309         * frame-base.c (default_frame_args_address): Update.  Use
6310         default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
6311         not available.
6312         (default_frame_locals_address): Ditto for
6313         DEPRECATED_FRAME_LOCALS_ADDRESS.
6314         * vax-tdep.c (vax_sigtramp_saved_pc): Update.
6315         (vax_frame_num_args): Update.
6316         (vax_gdbarch_init): Update.
6317         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6318         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6319         * mcore-tdep.c (mcore_gdbarch_init): Update.
6320         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6321         * ia64-tdep.c (ia64_gdbarch_init): Update.
6322         * symtab.h (address_class): Update comments.
6323         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
6324         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6325         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6326         * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6327         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6328         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
6329         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
6330         * alpha-mdebug-tdep.c: Update.
6331         * ada-lang.c (add_symbols_from_enclosing_procs): Update.
6332
6333 2003-06-26  Andreas Jaeger  <aj@suse.de>
6334
6335         * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
6336         of SSE registers so that varargs functions work.  Rework handling
6337         of passing arguments on the stack.
6338         (x86_64_store_return_value): Return double and float values in SSE
6339         register.
6340
6341 2003-06-24  Michael Chastain  <mec@shout.net>
6342
6343         * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
6344         the "constructor breakpoints ignored" bug.
6345
6346 2003-06-25  David Carlton  <carlton@kealia.com>
6347
6348         * MAINTAINERS: Update e-mail address.
6349
6350 2003-06-24  Jim Blandy  <jimb@redhat.com>
6351
6352         * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
6353
6354         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
6355         function.
6356         (ppc_linux_init_abi): Register it as the
6357         CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
6358
6359         * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
6360         (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
6361         method.
6362
6363         * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
6364         (ppc64_standard_linkage_target): Use it.
6365
6366 2003-06-23  Andrew Cagney  <cagney@redhat.com>
6367
6368         * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
6369         for 0 "int0" and 4 "int32" sized registers.
6370         * gdbtypes.c (builtin_type_int0): Define.
6371         (build_gdbtypes): Initialize builtin_type_int0.
6372         * gdbtypes.h (builtin_type_int0): Declare.
6373
6374 2003-06-23  Stephane Carrez  <stcarrez@nerim.fr>
6375
6376         * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
6377         as characters are unsigned.
6378
6379 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
6380
6381         PR gdb/1179
6382         * dwarfread.c (struct_type): Skip static fields without crashing.
6383
6384 2003-06-22  Andrew Cagney  <cagney@redhat.com>
6385
6386         GDB 6.0 branch created.
6387         * README: Update.
6388         * PROBLEMS: Update.  Empty.
6389         * NEWS: Update.
6390
6391 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
6392
6393         * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
6394         Suggested by Nick Hibma <n_hibma@webweaving.org>.
6395
6396 2003-06-22  Andrew Cagney  <cagney@redhat.com>
6397
6398         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
6399         GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD.  Suggested by Momchil
6400         Velikov.
6401
6402 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
6403
6404         * cli/cli-cmds.c (shell_escape): Silence warnings from old
6405         compilers.
6406
6407 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
6408
6409         * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
6410         argument of val_print.
6411         * cp-valprint.c (cp_print_value): Don't add the offset parameter
6412         to the address argument of baseclass_offset or target_read_memory.
6413         Do add it to the argument of cp_print_value_fields.
6414
6415 2003-06-21  Andrew Cagney  <cagney@redhat.com>
6416
6417         * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
6418         (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
6419         instead of 0..NUM_REGS.
6420         (mips_register_reggroup_p): New function.
6421         (mips_pseudo_register_write): New function.
6422         (mips_pseudo_register_read): New function.
6423         (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6424         based on the register's type.
6425         (read_next_frame_reg): Simplify.  Assert that REGNO is a pseudo /
6426         cooked.
6427         (mips_get_saved_register): Simplify.  Assert that REGNO is a
6428         pseudo / cooked.
6429         (mips_register_byte): New function.  Use MIPS_REGISTER_BYTE.
6430         (mips_register_type): Replace mips_register_virtual_type.  Map
6431         NUM_REGS..2*NUM_REGS onto 0..NUM_REGS.  Use MIPS_REGISTER_TYPE
6432         when available.
6433         (read_next_frame_reg): Simplify, but handle SP_REGNUM.  Assert
6434         that the register is cooked / virtual.
6435         (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6436         Only get the extra info when needed.
6437         (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6438         (mips32_heuristic_proc_desc): Fetch the cooked register.
6439         (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6440         (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6441         (mips_print_register): Use gdbarch_register_type, instead of
6442         REGISTER_VIRTUAL_TYPE.
6443         (print_gp_register_row): Use gdbarch_register_type, instead of
6444         REGISTER_VIRTUAL_TYPE.  Allow for a pseudo / cooked REGNUM.
6445         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6446         Print the pseudo / cooked registers.
6447         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6448         Print the pseudo / cooked registers.
6449         (mips_xfer_register): Use regcache_cooked_read_part.  Assert that
6450         REG_NUM is pseudo / cooked.
6451         (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6452         (mips_n32n64_xfer_return_value): Ditto.
6453         (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6454         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6455         (mips_register_sim_regno): New function.
6456         (mips_gdbarch_init): Set deprecated_register_byte,
6457         register_group_p, pseudo_register_write, pseudo_register_read,
6458         register_sim_regno, and num_pseudo_regs.  Set register_type,
6459         instead of register_virtual_type.
6460         * Makefile.in (mips-tdep.o): Update dependencies.
6461         * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6462         REGISTER_VIRTUAL_TYPE.
6463         * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6464         * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6465         * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6466         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6467         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6468
6469 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
6470
6471         * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6472         * cli/cli-cmds.c: Include "gdb_vfork.h".
6473         (shell_escape): Use vfork.
6474
6475 2003-06-21  Andrew Cagney  <cagney@redhat.com>
6476
6477         * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6478         32 bit floating-point register saves.
6479
6480         * frame.h (deprecated_unwind_get_saved_register): Delete.
6481         * frame.c (deprecated_unwind_get_saved_register): Delete function.
6482         * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6483         and deprecated_get_next_frame_hack instead of
6484         deprecated_unwind_get_saved_register.
6485
6486         * mips-tdep.c (mips_dump_tdep): Do not print
6487         REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6488
6489         * frame.c (get_frame_register): New function.
6490         (frame_unwind_register_signed): New function.
6491         (get_frame_register_signed): New function.
6492         (frame_unwind_register_unsigned): New function.
6493         (get_frame_register_unsigned): New function.
6494         * frame.h: Add comments on naming schema.
6495         (get_frame_register, frame_unwind_register_signed): Declare.
6496         (get_frame_register_signed, get_frame_register_signed): Declare.
6497         (frame_unwind_register_unsigned): Declare.
6498         (get_frame_register_unsigned): Declare.
6499
6500 2003-06-20  Theodore A. Roth  <troth@openavr.org>
6501
6502         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6503
6504 2003-06-20  Theodore A. Roth  <troth@openavr.org>
6505
6506         * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6507         (avr_read_sp): Ditto.
6508
6509 2003-06-20  Daniel Jacobowitz  <drow@mvista.com>
6510
6511         * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6512         * config/arm/nm-linux.h: Likewise.
6513         * config/arm/tm-linux.h: Likewise.
6514         * config/ia64/nm-linux.h: Likewise.
6515         * config/ia64/tm-ia64.h: Likewise.
6516         * config/s390/tm-linux.h: Likewise.
6517         * config/s390/tm-s390.h: Likewise.
6518         * s390-nat.c: Likewise.
6519         * s390-tdep.c: Likewise.
6520
6521         * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6522         * config/ia64/linux.mt: Likewise.
6523         * config/m68k/linux.mh: Likewise.
6524         * config/mips/linux.mt: Likewise.
6525         * config/powerpc/linux.mh: Likewise.
6526         * config/sh/linux.mt: Likewise.
6527
6528 2003-06-19  Kris Warkentin  <kewarken@qnx.com>
6529
6530         * solib.c (solib_open): Change tests for whether to search
6531         LD_LIBRARY_PATH and PATH to better deal with remotes.  Update
6532         comments.
6533
6534 2003-06-19  Theodore A. Roth  <troth@openavr.org>
6535
6536         * avr-tdep.c (avr_frame_address): Delete function.
6537         (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6538         set_gdbarch_frame_args_address.
6539
6540 2003-06-19  Andrew Cagney  <cagney@redhat.com>
6541
6542         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6543         (REGISTER_CONVERT_FROM_TYPE): Delete.
6544         (mips_register_convert_to_type): Delete declaration.
6545         (mips_register_convert_from_type): Delete declaration.
6546         * linux-nat.h (struct target_ops): Declare opaque.  s/Linux/Linux
6547         kernel/.
6548
6549 2003-06-19  Michael Snyder  <msnyder@redhat.com>
6550
6551         * linux-nat.h: New file.
6552         * linux-nat.c: Include linux-nat.h.
6553         * lin-lwp.c: Include linux-nat.h.
6554         Move struct lwp_info def to linux-nat.h.
6555         * linux-proc.c: Include linux-nat.h.
6556         (linux_make_note_section): Iterate over lwps instead of threads.
6557         (linux_do_thread_registers): Use lwp instead of merged pid.
6558         * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6559         * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6560         Add dependency on linux_nat_h.
6561
6562 2003-06-19  Theodore A. Roth  <troth@openavr.org>
6563
6564         * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6565
6566 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6567
6568         * varobj.c (get_type, get_target_type): Use check_typedef.
6569
6570 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6571
6572         * breakpoint.c (insert_catchpoint): Call internal_error.
6573
6574 2003-06-19  Theodore A. Roth  <troth@openavr.org>
6575
6576         * avr-tdep.c (avr_push_dummy_code): Delete function.
6577         (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6578
6579 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6580
6581         * arch-utils.c (default_prepare_to_proceed): Remove.
6582         (generic_prepare_to_proceed): Remove.
6583         * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6584         (generic_prepare_to_proceed): Remove prototype.
6585         * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6586         * gdbarch.c: Regenerate.
6587         * gdbarch.h: Regenerate.
6588         * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6589         * hppah-nat.c (hppa_switched_threads): Remove.
6590         * infrun.c (prepare_to_proceed): New static function, copied from
6591         generic_prepare_to_proceed.  Remove select_it argument.
6592         (proceed): Call prepare_to_proceed.
6593         * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6594         variables.
6595         (ptrace_wait): Don't set the removed variables.
6596         (hppa_switched_threads): Remove.
6597         * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6598         * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6599         (lin_lwp_prepare_to_proceed): Remove prototype.
6600         * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6601         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6602
6603 2003-06-18  Theodore A. Roth  <troth@openavr.org>
6604
6605         * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6606         trad-frame.h.
6607         (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6608         (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6609         (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6610         (AVR_PROLOGUE_*): Enumerate prologue types.
6611         (struct frame_extra_info): Remove.
6612         (struct avr_unwind_cache): Define.
6613         (avr_write_sp): Delete function.
6614         (avr_read_fp): Ditto.
6615         (avr_init_extra_frame_info): Ditto.
6616         (avr_pop_frame): Ditto.
6617         (avr_frame_saved_pc): Ditto.
6618         (avr_saved_pc_after_call): Ditto.
6619         (avr_push_return_address): Ditto.
6620         (avr_frame_chain): Ditto.
6621         (avr_store_struct_return): Ditto.
6622         (avr_push_arguments): Ditto.
6623         (avr_scan_prologue): Update comments. Changed to set up the info for
6624         cache unwinding. Now returns end of prologue PC.
6625         (avr_skip_prologue): Better handling of functions lacking a prologue
6626         by using avr_scan_prologue.
6627         (avr_scan_arg_moves): New function.
6628         (avr_saved_regs_unwinder): Ditto.
6629         (avr_frame_unwind_cache): Ditto.
6630         (avr_unwind_pc): Ditto.
6631         (avr_frame_this_id): Ditto.
6632         (avr_frame_prev_register): Ditto.
6633         (avr_frame_p): Ditto.
6634         (avr_frame_base_address ): Ditto.
6635         (avr_unwind_dummy_id): Ditto.
6636         (avr_push_dummy_code): Ditto.
6637         (push_stack_item): Ditto.
6638         (pop_stack_item): Ditto.
6639         (avr_push_dummy_call): Ditto.
6640         (struct stack_item): Define.
6641         (avr_frame_unwind): Declare structure.
6642         (avr_frame_base): Ditto.
6643         (avr_gdbarch_init): Remove calls to
6644         set_gdbarch_deprecated_init_frame_pc,
6645         set_gdbarch_deprecated_target_read_fp,
6646         set_gdbarch_deprecated_dummy_write_sp,
6647         set_gdbarch_deprecated_fp_regnum,
6648         set_gdbarch_deprecated_push_arguments,
6649         set_gdbarch_deprecated_push_return_address,
6650         set_gdbarch_deprecated_pop_frame,
6651         set_gdbarch_deprecated_store_struct_return,
6652         set_gdbarch_deprecated_frame_init_saved_regs,
6653         set_gdbarch_deprecated_init_extra_frame_info,
6654         set_gdbarch_deprecated_frame_chain,
6655         set_gdbarch_deprecated_frame_saved_pc,
6656         set_gdbarch_deprecated_saved_pc_after_call.
6657         Add calls to set_gdbarch_push_dummy_call,
6658         set_gdbarch_push_dummy_code,
6659         frame_unwind_append_predicate,
6660         frame_base_set_default,
6661         set_gdbarch_unwind_dummy_id,
6662         set_gdbarch_unwind_pc.
6663         Wrap a long line.
6664
6665 2003-06-18  Corinna Vinschen  <vinschen@redhat.com>
6666
6667         * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6668         registers for H8/300S.
6669         (h8300_print_registers_info): Ditto.
6670         (h8300_gdbarch_init): Accommodate register count for H8/300S.
6671
6672 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
6673
6674         * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6675         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6676         (lin_lwp_wait): Likewise.  Update comments.
6677         * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6678         (pull_pid_from_list, linux_record_stopped_pid): New.
6679
6680 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
6681
6682         * ada-lang.c (scan_discrim_bound): Name first argument.
6683         (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6684         declared by ALL_BLOCK_SYMBOLS.
6685
6686 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
6687
6688         * ada-tasks.c (find_function_in_inferior): Don't declare it.
6689         ("regcache.h"): Include it.
6690         * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6691
6692 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6693
6694         * NEWS: Mention gdbserver detach change and "disconnect" command.
6695         * infcmd.c (disconnect_command): New function.
6696         (_initialize_infcmd): Add ``disconnect'' command.
6697         * remote.c (remote_async_detach): Delete.
6698         (remote_detach): Merge remote_async_detach.
6699         (remote_disconnect): New.
6700         (init_remote_ops): Set to_disconnect.
6701         (init_remote_cisco_ops): Likewise.
6702         (init_remote_async_ops): Likewise.  Use remote_detach.
6703         * target.c (cleanup_target): Default to_disconnect.
6704         (update_current_target): Inherit to_disconnect.
6705         (target_disconnect, debug_to_disconnect): New functions.
6706         (setup_target_debug): Set to_disconnect.
6707         * target.h (struct target_ops): Add to_disconnect.
6708         (target_disconnect): Add prototype.
6709
6710 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6711
6712         * breakpoint.c (insert_catchpoint): New function.
6713         (insert_breakpoints): Use catch_exceptions to call
6714         insert_catchpoint.  Disable catchpoints if they fail to insert.
6715
6716 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6717
6718         * symfile.c (reread_symbols): Clear sym_private.
6719
6720 2003-06-17  Andrew Cagney  <cagney@redhat.com>
6721
6722         * trad-frame.h (struct frame_info): Add opaque declaration.
6723         * remote-fileio.h (struct cmd_list_element): Add opaque
6724         declaration.
6725         * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6726         comments.
6727
6728 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6729
6730         * remote.c (remote_prepare_to_store): Replace call to
6731         deprecated_read_register_bytes with multiple regcache_raw_read
6732         calls.
6733
6734 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6735
6736         * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6737         (nto_find_and_open_solib): Likewise.
6738         (nto_init_solib_absolute_prefix): Likewise.
6739         (_initialize_nto_tdep): Fix indentation.
6740
6741 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6742
6743         * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6744
6745 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6746
6747         * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6748
6749 2003-06-17  Jim Blandy  <jimb@redhat.com>
6750
6751         * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6752
6753 2003-06-16  Theodore A. Roth  <troth@openavr.org>
6754
6755         * avr-tdep.c (avr_extract_return_value): New function.
6756         (avr_gdbarch_init): Set extract_return_value method.
6757
6758 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6759
6760         * frame.h (deprecated_get_next_frame_hack): Declare.
6761         * frame.c (legacy_saved_regs_prev_register): Only require
6762         DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed.  Assert that
6763         there are always saved regs.
6764         (deprecated_generic_get_saved_register): Do not require
6765         DEPRECATED_FRAME_INIT_SAVED_REGS.
6766         (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6767         use frame ID unwind instead.
6768         (deprecated_get_next_frame_hack): New function.
6769
6770 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
6771
6772         * h8300-tdep.c (h8300_push_arguments): Remove.  Substitute by...
6773         (h8300_push_dummy_call): ...this function.  Some minor optimization.
6774         (h8300_push_return_address): Remove.
6775         (h8300_gdbarch_init): Remove calls to
6776         set_gdbarch_deprecated_dummy_write_sp,
6777         set_gdbarch_deprecated_push_arguments and
6778         set_gdbarch_deprecated_push_return_address.
6779         Add call to set_gdbarch_push_dummy_call.
6780
6781 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
6782
6783         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6784         (E_PSEUDO_EXR_REGNUM): Ditto.
6785         (h8300_is_argument_spill): Check for instructions moving argument
6786         registers into safe registers.
6787         (h8300_skip_prologue): Check for stm instruction to push registers
6788         used for register variables onto stack.
6789         (gdb_print_insn_h8300): Remove.
6790         (h8300_examine_prologue): Add a comment.
6791         (h8300_register_name): Take pseudo registers into account.
6792         (h8300s_register_name): Ditto.
6793         (h8300sx_register_name): Ditto.
6794         (h8300_print_register): Ditto.
6795         (h8300_print_registers_info): Define "nice" printing order.
6796         (h8300_saved_pc_after_call): Take pseudo registers into account.
6797         (h8300_register_type): Ditto.  Return type used for remote connection
6798         when requesting real CCR or EXR register, return actual type when
6799         requesting pseudo CCR or EXR.
6800         (h8300_pseudo_register_read): New function.
6801         (h8300_pseudo_register_write): Ditto.
6802         (h8300_dbg_reg_to_regnum): Ditto.
6803         (h8300s_dbg_reg_to_regnum): Ditto.
6804         (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6805         set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6806         set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6807         set_gdbarch_print_insn architecture dependent.
6808         Call set_gdbarch_pseudo_register_read and
6809         set_gdbarch_pseudo_register_write.
6810         (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6811
6812 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6813
6814         * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6815         * gdbarch.h, gdbarch.c: Re-generate.
6816         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6817         * s390-tdep.c (s390_gdbarch_init): Update.
6818         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6819         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6820         * mips-tdep.c (mips_gdbarch_init): Update.
6821         * mcore-tdep.c (mcore_gdbarch_init): Update.
6822         * cris-tdep.c (cris_gdbarch_init): Update.
6823         * infcall.c (call_function_by_hand): Update.
6824         * ia64-tdep.c (ia64_push_arguments): Update comment.
6825         * frame.c (legacy_get_prev_frame): Do not assume
6826         SAVE_DUMMY_FRAME_TOS_P.
6827         * dummy-frame.c (find_dummy_frame): Update comment.
6828
6829 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6830
6831         * regcache.c (do_cooked_read): Do not use register_valid_p.
6832
6833 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6834
6835         * avr-tdep.c (avr_register_type): Remove a blank line.
6836         (avr_scan_prologue): Correct some comments.
6837
6838 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6839
6840         * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6841         prologue types.
6842         Properly scan prologues generated by gcc with the -mcall-prologues
6843         option.
6844         Add code to scan -mcall-prologues for mega devices.
6845
6846 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6847
6848         * avr-tdep.c (avr_register_byte): Delete function.
6849         (avr_register_raw_size): Delete function.
6850         (avr_register_virtual_size): Delete function.
6851         (avr_register_virtual_type): Delete function.
6852         (avr_register_type): New function.
6853         (avr_address_to_pointer): Remove unused code.
6854         (avr_read_fp): Need to read FP as two separate bytes due to change to
6855         avr_register_type() usage.
6856         (avr_gdbarch_init): Don't set deprecated_register_size.
6857         Don't set deprecated_register_bytes.
6858         Don't set deprecated_register_byte.
6859         Don't set deprecated_register_raw_size.
6860         Don't set deprecated_max_register_raw_size.
6861         Don't set deprecated_register_virtual_size.
6862         Don't set deprecated_max_register_virtual_size.
6863         Don't set deprecated_register_virtual_type.
6864         Set register_type method.
6865
6866 2003-06-15  Daniel Jacobowitz  <drow@mvista.com>
6867
6868         * Makefile.in (linux-nat.o): Add rule.
6869         * linux-nat.c: New file.
6870         * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6871         (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6872         (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6873         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6874         * config/arm/linux.mh (NATDEPFILES): Likewise.
6875         * config/i386/linux.mh (NATDEPFILES): Likewise.
6876         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6877         * config/ia64/linux.mh (NATDEPFILES): Likewise.
6878         * config/m68k/linux.mh (NATDEPFILES): Likewise.
6879         * config/mips/linux.mh (NATDEPFILES): Likewise.
6880         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6881         * config/s390/s390.mh (NATDEPFILES): Likewise.
6882         * config/sparc/linux.mh (NATDEPFILES): Likewise.
6883
6884 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6885
6886         * i387-tdep.c: Reorder includes, fix some whitespace issues and
6887         replace out-of-date comment.
6888
6889 2003-06-15  Andrew Cagney  <cagney@redhat.com>
6890
6891         * rdi-share/host.h (Fail): Change to a varargs function.
6892         * remote-rdi.c (Fail): Update.
6893
6894 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6895
6896         * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6897         (i386_convert_register_p, i386_register_to_value,
6898         i386_register_from_value): Handle types longer than 8 bytes.
6899
6900 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6901
6902         * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6903         Move floating-point code to new function in i387-tdep.c.
6904         * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6905         New functions containing code moved here from i386-tdep.c.
6906         * i387-tdep.h: Add opaque declaration for `struct type'.
6907         (i387_register_to_value, i387_value_to_register): New prototypes.
6908         * x86-64-tdep.c (x86_64_convert_register_p): New function.
6909         (x86_64_init_abi): Set convert_register_p, register_to_value and
6910         value_to_register here.
6911
6912 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6913
6914         * mips-tdep.c (mips_register_to_value): Make static.
6915         (mips_value_to_register): Make static.
6916         * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6917         * ia64-tdep.c (ia64_register_raw_size): Make static.
6918         (ia64_register_virtual_size): Make static.
6919         (ia64_register_byte): Make static.
6920         * i387-tdep.c: Include "i387-tdep.h".
6921         (print_387_control_word): Delete function.
6922         (print_387_status_word): Delete function.
6923         (print_387_status_bits): Delete function.
6924         (print_387_control_bits): Delete function.
6925         * Makefile.in (i387-tdep.o): Update dependencies.
6926         * rdi-share/host.h (Fail): Declare.
6927         * remote-rdi.c (Fail): Update to match declaration.
6928
6929 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6930
6931         * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6932         * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6933         * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6934         * config/djgpp/fnchange.lst: Delete "remote-array.c".
6935         * README: Delete reference to remote-array.
6936         * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6937         (remote-array.o): Delete target.
6938         * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6939         * remote-array.c: Delete file.
6940
6941 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6942             Mark Kettenis  <kettenis@gnu.org>
6943
6944         * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6945         (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6946         parameter with "frame".
6947         * gdbarch.h, gdbarch.c: Re-generate.
6948         * frame.h (put_frame_register): Declare.
6949         * frame.c (put_frame_register): New function.
6950         * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6951         (legacy_register_to_value): Rewrite, use "frame" to get the
6952         register value.
6953         (legacy_value_to_register): Rewrite, use "frame" to find the
6954         register's location before storing.
6955         * arch-utils.h (legacy_convert_register_p): Update.
6956         (legacy_register_to_value, legacy_value_to_register): Update.
6957         * findvar.c (value_from_register): Rewrite, eliminate use of
6958         REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6959         "frame" to REGISTER_TO_VALUE.
6960         * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6961         lval_reg_frame_relative + lval_register branch of the switch.  Do
6962         not use REGISTER_CONVERT_FROM_TYPE.  Use put_frame_register.
6963         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6964         I386_EDI_REGNUM): New defines.
6965         (i386_next_regnum, i386_convert_register_p,
6966         i386_register_to_value, i386_value_to_register): New functions.
6967         (i386_register_convertible, i386_register_convert_to_virtual,
6968         i386_convert_to_raw): Remove functions.
6969         (i386_gdbarch_init): Set convert_register_p, register_to_value and
6970         value_to_register instead of register_convertible,
6971         register_convert_to_virtual and register_convert_to_raw.
6972         * mips-tdep.c (mips_convert_register_p): New function.
6973         (mips_value_to_register): Replace mips_register_convert_from_type.
6974         (mips_register_to_value): Replace mips_register_convert_to_type.
6975         (mips_gdbarch_init): Set conver_register_p, value_to_register and
6976         register_to_value.
6977         * alpha-tdep.c (alpha_convert_register_p): Update.
6978         (alpha_value_to_register): Update, store the register.
6979         (alpha_register_to_value): Update, fetch the register.
6980
6981 2003-06-14  Theodore A. Roth  <troth@openavr.org>
6982
6983         * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6984         (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6985         Don't set deprecated_call_dummy_words.
6986         Remove commented out set_gdbarch_believe_pcc_promotion() call.
6987         Don't set remote_translate_xfer_address.
6988         (avr_io_reg_read_command): Remove commented out debug printf.
6989         Wrap a long line.
6990
6991 2003-06-14  Theodore A. Roth  <troth@openavr.org>
6992
6993         * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6994         causes gdb to seg fault.
6995
6996 2003-06-14  Daniel Jacobowitz  <drow@mvista.com>
6997
6998         * sparc-nat.c (fetch_inferior_registers): Correct
6999         a reference to "registers".
7000
7001 2003-06-14  Jeroen Dekkers  <jeroen@dekkers.cx>
7002
7003         * Makefile.in (exc_request_U_h): Define
7004         (exc_request_S_h): Likewise.
7005         (msg_reply_S_h): Likewise.
7006         (msg_U_h): Likewise.
7007         (notify_S_h): Likewise.
7008         (process_reply_S_h): Likewise.
7009         (gnu-nat.o): Depend on gdb_obstack_h
7010         * gnu-nat.c: Include "gdb_obstack.h".
7011
7012 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7013
7014         * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
7015         * gdbarch.h, gdbarch.c: Re-generate.
7016
7017 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7018
7019         * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces.  Clarify
7020         when deprecated REGISTER macros can be deleted.
7021         * gdbarch.h, gdbarch.c: Re-generate.
7022
7023 2003-06-13  Jim Blandy  <jimb@redhat.com>
7024
7025         * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
7026         Linux entry point symbols for _dl_debug_state, too.
7027
7028 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7029
7030         * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
7031         available, do not use the FP register, and always save the TOS.
7032         * dummy-frame.c (dummy_frame_this_id): Do not assert
7033         SAVE_DUMMY_FRAME_TOS.
7034         * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
7035         (i386_gdbarch_init): Do not set save_dummy_frame_tos.
7036         (i386_push_dummy_call): Add 8 to the returned SP.
7037         * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
7038         * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
7039         (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
7040         * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
7041         (x86_64_push_dummy_call): Return "sp + 16".
7042         (x86_64_init_abi): Do not set save_dummy_frame_tos.
7043         * alpha-tdep.c (alpha_gdbarch_init): Do not set
7044         save_dummy_frame_tos.
7045
7046 2003-06-13  Jim Blandy  <jimb@redhat.com>
7047
7048         * frv-tdep.c (frv_use_struct_convention): Delete static
7049         declaration for function deleted in my change of 2003-06-12.
7050
7051 2003-06-13  Theodore A. Roth  <troth@openavr.org>
7052
7053         * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
7054         (avr_pointer_to_address): Shift code addrs left 1 bit.
7055         (avr_convert_from_func_ptr_addr): Delete function since operation is
7056         better handled by avr_address_to_pointer and avr_pointer_to_address.
7057         (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
7058
7059 2003-06-13  Mark Kettenis  <kettenis@gnu.org>
7060
7061         From Kelley Cook  <kelleycook@wideopenwest.com>:
7062         * configure.host: Accept i[34567]86 variants.
7063         * configure.tgt: Likewise.
7064         * nlm/configure.in: Likewise.
7065         * nlm/configure: Regenerated.
7066
7067 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
7068
7069         * arm-tdep.c (solib-svr4.h): Dont' include it.
7070         (arm_linux_svr4_fetch_link_map_offsets): Move to ...
7071         * arm-linux-tdep.c: ... here.  Make static.
7072         (arm_linux_init_abi): Register it.
7073         (solib-svr4.h): Include it.
7074         * Makefile.in: Update dependencies.
7075         * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
7076         (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
7077
7078 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
7079
7080         * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
7081         indicate registers used for return values.
7082         (struct frame_extra_info): Drop args_pointer and locals_pointer.
7083         (h8300_examine_prologue): Remove initializing dropped frame_extra_info
7084         members.
7085         (h8300_init_extra_frame_info): Ditto.
7086         (h8300_frame_locals_address): Removed.
7087         (h8300_frame_args_address): Removed.
7088         (h8300_extract_return_value): Use new regcache structure. Only care
7089         for 16 bit CPUs.
7090         (h8300h_extract_return_value): Same function for 32 bit CPUs.
7091         (h8300_store_return_value): Use new regcache structure. Only care
7092         for 16 bit CPUs.
7093         (h8300h_store_return_value): Same function for 32 bit CPUs.
7094         (h8300_store_struct_return): Removed.
7095         (h8300_extract_struct_value_address): Use new regcache structure.
7096         (h8300h_extract_struct_value_address): Removed.
7097         (h8300_push_dummy_code): New function.
7098         (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
7099         Remove call_dummy_words.  Call set_gdbarch_extract_return_value and
7100         set_gdbarch_store_return_value architecture dependent.
7101         Call set_gdbarch_push_dummy_code and
7102         set_gdbarch_extract_struct_value_address.
7103         Remove calls to set_gdbarch_frame_args_address,
7104         set_gdbarch_frame_locals_address,
7105         set_gdbarch_deprecated_store_struct_return,
7106         set_gdbarch_deprecated_extract_return_value,
7107         set_gdbarch_deprecated_extract_struct_value_address,
7108         set_gdbarch_deprecated_call_dummy_words and
7109         set_gdbarch_deprecated_sizeof_call_dummy_words.
7110
7111 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
7112
7113         * h8300-tdep.c (h8300_register_byte): Remove.
7114         (h8300h_register_byte): Remove.
7115         (h8300_register_virtual_type): Remove.  Substitute by...
7116         (h8300_register_type): New function.
7117         (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
7118         (h8300h_extract_struct_value_address): Ditto.
7119         (h8300_gdbarch_init): Drop calls to
7120         set_gdbarch_deprecated_register_byte and
7121         set_gdbarch_deprecated_register_virtual_type.
7122         Add call to set_gdbarch_register_type.
7123
7124 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7125
7126         * gdbarch.sh: Update comments on registers.
7127         (deprecated_register_byte): Rename register_byte.
7128         (deprecated_register_raw_size): Rename register_raw_size.
7129         (deprecated_register_virtual_size): Rename register_virtual_size.
7130         (deprecated_register_virtual_type): Rename register_virtual_type.
7131         * gdbarch.h, gdbarch.c: Re-generate.
7132         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7133         * vax-tdep.c (vax_gdbarch_init): Update.
7134         * v850-tdep.c (v850_gdbarch_init): Update.
7135         * sparc-tdep.c (sparc_gdbarch_init): Update.
7136         * sh-tdep.c (sh_gdbarch_init): Update.
7137         * s390-tdep.c (s390_gdbarch_init): Update.
7138         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7139         * ns32k-tdep.c: Update.
7140         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7141         * mips-tdep.c (mips_gdbarch_init): Update.
7142         * mcore-tdep.c (mcore_gdbarch_init): Update.
7143         * m68k-tdep.c (m68k_gdbarch_init): Update.
7144         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7145         * ia64-tdep.c (ia64_gdbarch_init): Update.
7146         * hppa-tdep.c (hppa_gdbarch_init): Update.
7147         * h8300-tdep.c (h8300_gdbarch_init): Update.
7148         * frv-tdep.c (frv_gdbarch_init): Update.
7149         * cris-tdep.c (cris_gdbarch_init): Update.
7150         * avr-tdep.c (avr_gdbarch_init): Update.
7151         * alpha-tdep.c (alpha_gdbarch_init): Update.
7152         * arm-tdep.c (arm_gdbarch_init): Update.
7153
7154 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7155
7156         * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
7157         mips_o32_use_struct_convention with always_use_struct_convention.
7158
7159 2003-06-12  David Carlton  <carlton@kealia.com>
7160
7161         * cp-namespace.c (cp_set_block_scope): Comment out
7162         processing_has_namespace_info branch.
7163
7164 2003-06-12  Jim Blandy  <jimb@redhat.com>
7165
7166         Recognize and skip 64-bit PowerPC Linux linkage functions.
7167         * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
7168         insn_pattern, insns_match_pattern, d_field, ds_field): New
7169         functions, macros, and types for working with PPC instructions.
7170         (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
7171         ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
7172         ppc64_skip_trampoline_code): New functions, variables, and macros
7173         for recognizing and skipping linkage functions.
7174         (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
7175         ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
7176
7177         * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
7178         register offsets for both the 32- and 64-bit interfaces.
7179
7180         Actually finish the job started by my change of 2003-05-29.
7181         * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
7182         other #definition of this.
7183         (ppc_linux_skip_trampoline_code): Remove declaration.
7184         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
7185         static.
7186         (ppc_linux_init_abi): Register it as the skip_trampoline_code
7187         method for GDBARCH.
7188
7189         * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
7190         'long' on ppc64-*-linux*.
7191
7192         * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
7193         isn't #defined, assume the register doesn't exist: act as if
7194         tdep->ppc_mq_regnum were -1.
7195
7196         * configure.host, configure.tgt: Add entries for
7197         powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
7198         powerpc/linux.mt.
7199         * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
7200         New files.
7201
7202         * arch-utils.c (always_use_struct_convention): New function.
7203         * arch-utils.h (always_use_struct_convention): New prototype.
7204         * alpha-tdep.c (alpha_use_struct_convention): Delete.
7205         (alpha_gdbarch_init): Register always_use_struct_convention,
7206         instead of alpha_use_struct_convention.
7207         * cris-tdep.c (cris_use_struct_convention): Delete.
7208         (cris_gdbarch_init): Register always_use_struct_convention,
7209         instead of cris_use_struct_convention.
7210         * frv-tdep.c (frv_use_struct_convention): Delete.
7211         (frv_gdbarch_init): Register always_use_struct_convention,
7212         instead of frv_use_struct_convention.
7213         * h8300-tdep.c (h8300_use_struct_convention): Delete.
7214         (h8300_gdbarch_init): Register always_use_struct_convention,
7215         instead of h8300_use_struct_convention.
7216         * mips-tdep.c (mips_o32_use_struct_convention): Delete.
7217         (mips_o32_gdbarch_init): Register always_use_struct_convention,
7218         instead of mips_o32_use_struct_convention.
7219
7220 2003-06-12  Andrew Cagney  <cagney@redhat.com>
7221
7222         * wince.c: Include "mips-tdep.h".
7223         * mips-tdep.h (mips_next_pc): Declare.
7224         * mcore-tdep.c: Make more local functions static.
7225         * Makefile.in (wince.o): Update dependencies.
7226
7227 2003-06-12  David Carlton  <carlton@kealia.com>
7228
7229         * symtab.c (lookup_symbol_aux_minsyms): Replace
7230         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7231         (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
7232         (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
7233         SYMBOL_NATURAL_NAME.
7234
7235 2003-06-12  Andreas Schwab  <schwab@suse.de>
7236
7237         * Makefile.in (tuiDisassem.o): Update dependencies.
7238
7239 2003-06-12  David Carlton  <carlton@bactrian.org>
7240
7241         * symtab.h: Delete declaration of make_symbol_overload_list.
7242         Add declaration of lookup_partial_symbol.
7243         * symtab.c (remove_params): Move to cp-support.c.
7244         (overload_list_add_symbol, make_symbol_overload_list)
7245         (sym_return_val_size, sym_return_val_index): Ditto.
7246         (lookup_partial_symbol): Make extern.
7247         * cp-support.h: Add declaration of make_symbol_overload_list.
7248         * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
7249         symtab.h, and block.h.
7250         (remove_params): Move here from symtab.c.
7251         (overload_list_add_symbol, make_symbol_overload_list)
7252         (sym_return_val_size, sym_return_val_index): Ditto.
7253         * valops.c: Include cp-support.h.
7254         * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
7255         frame_h, and block_h.
7256         (valops.o): Depend on cp_support_h.
7257
7258 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
7259
7260         * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
7261         substitute by NUM_REGS throughout.
7262         (h8300_register_name): Only care for H8/300 and H8/300H registers.
7263         (h8300s_register_name): New function for H8S registers.
7264         (h8300sx_register_name): Ditto for H8SX registers.
7265         (h8300_print_register): Revise register printing, avoid depending
7266         on 32 bit long.
7267         (h8300_register_byte): Only care for H8/300 registers.
7268         (h8300h_register_byte): New function for any other architecture.
7269         (h8300_register_raw_size): Remove.
7270         (h8300_register_virtual_type): Revise to return actually useful
7271         type.
7272         (h8300_extract_struct_value_address): Only care for H8/300 registers.
7273         (h8300h_extract_struct_value_address): New function for any other
7274         architecture.
7275         (h8300_gdbarch_init): Add h8300sxn.  Call set_gdbarch_num_regs,
7276         set_gdbarch_register_name, set_gdbarch_register_byte,
7277         set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
7278         Remove calls to set_gdbarch_deprecated_register_size,
7279         set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
7280         set_gdbarch_deprecated_max_register_raw_size,
7281         set_gdbarch_register_virtual_size and
7282         set_gdbarch_deprecated_max_register_virtual_size entirely.
7283         Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
7284         set_gdbarch_long_double_bit.
7285
7286 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
7287
7288         * doublest.c (convert_doublest_to_floatformat): When dealing
7289         with the implied integer bit, only alter mant_bits if we are
7290         processing a full 32 bits of mantissa.
7291
7292 2003-06-11  David Carlton  <carlton@bactrian.org>
7293
7294         * dictionary.h: New.
7295         * dictionary.c: New.
7296         * block.h: Add opaque declaration for struct dictionary.
7297         (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
7298         'sym' members.
7299         (BLOCK_DICT): New macro.
7300         Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
7301         BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
7302         BLOCK_SHOULD_SORT.
7303         (ALL_BLOCK_SYMBOLS): Update definition.
7304         * Makefile.in (SFILES): Add dictionary.c.
7305         (dictionary_h): New.
7306         (COMMON_OBS): Add dictionary.o.
7307         (dictionary.o): New.
7308         (ada-lang.o): Depend on dictionary_h.
7309         (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
7310         (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
7311         (mi-cmd-stack.o): Ditto.
7312         (gdbtk-cmds.o): Update dependencies.
7313         (gdbtk-stack.o): Ditto.
7314         * ada-lang.c: Include dictionary.h.
7315         (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
7316         (fill_in_ada_prototype, debug_print_block): Ditto.
7317         (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
7318         explicit iteration by use of ALL_BLOCK_SYMBOLS.  Delete variable
7319         'is_sorted'.
7320         * mdebugread.c: Include dictionary.h.
7321         (struct parse_stack): Delete 'maxsyms' member.
7322         (parse_symbol): Update calls to new_block.  Delete calls to
7323         shrink_block.  Use dictionary methods.
7324         (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
7325         Update calls to new_symtab.  Don't maintain maxsyms data.
7326         (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
7327         (add_symbol): Just call dict_add_symbol.
7328         (new_symtab): Delete 'maxsyms' argument.
7329         (new_symtab): Update calls to new_block.
7330         (new_block): Delete 'maxsyms' argument; add 'function' argument.
7331         (shrink_block): Delete function.
7332         (fixup_sigtramp): Update call to new_block.  Add symbol via
7333         dict_add_symbol.
7334         * jv-lang.c: Include dictionary.h.
7335         (get_java_class_symtab): Set the BLOCK_DICT of the blocks
7336         appropriately.  Set class_symtab->free_func.  Make sure the
7337         blockvector is big enough to hold two blocks.
7338         (add_class_symtab_symbol): Use dictionary methods.
7339         (free_class_block): New function.
7340         (type_from_class): Replace explicit iteration by
7341         ALL_BLOCK_SYMBOLS.
7342         * symtab.h (struct symtab): Replace 'free_ptr' method by
7343         'free_func'.
7344         * dwarf2read.c (psymtab_to_symtab_1): Delete call to
7345         sort_symtab_syms.
7346         * dwarfread.c (psymtab_to_symtab_1): Delete call to
7347         sort_symtab_syms.
7348         * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
7349         Include dictionary.h.
7350         (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
7351         * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
7352         sort_symtab_syms.
7353         * objfiles.c: Include dictionary.h.
7354         (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
7355         * buildsym.c: Include dictionary.h.
7356         (finish_block): Use dictionary methods.
7357         (end_symtab): Set free_func to NULL, not free_ptr.
7358         * tracepoint.c: Include dictionary.h.
7359         (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
7360         (scope_info): Ditto.
7361         * stack.c: Include dictionary.h.
7362         (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
7363         (print_block_frame_labels, print_frame_arg_vars)
7364         (print_frame_args): Ditto.
7365         * symmisc.c (free_symtab_block): Use dictionary methods.
7366         (dump_symtab): Ditto.
7367         (free_symtab): Replace use of 'free_ptr' by 'free_func'.
7368         Include dictionary.h.
7369         * symfile.h: Delete declarations of sort_block_syms,
7370         sort_symtab_syms.
7371         * symfile.c (sort_block_syms): Delete.
7372         (sort_symtab_syms): Delete.
7373         * symtab.c: Include dictionary.h.
7374         (lookup_block_symbol): Use dictionary iterators.
7375         (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
7376         (search_symbols, make_symbol_completion_list): Ditto.
7377         (make_symbol_overload_list): Ditto.
7378         * valops.c (value_of_local): Use dict_empty.
7379         Include dictionary.h.
7380
7381 2003-06-11  J. Brobecker  <brobecker@gnat.com>
7382
7383         * win32-nat.c (solib_symbols_add): Fix a small compilation error.
7384
7385 2003-06-11  David Carlton  <carlton@bactrian.org>
7386
7387         * block.h (BLOCK_SHOULD_SORT): Delete.
7388         * symtab.c (lookup_block_symbol): Don't worry about sorted linear
7389         blocks.
7390         * ada-lang.c (ada_add_block_symbols): Ditto.
7391         * symfile.c (sort_block_syms): Delete.
7392         (sort_symtab_syms): Ditto.
7393         * symfile.h: Delete sort_symtabs_syms and sort_block_syms
7394         declarations.
7395         * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
7396         * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
7397         * dwarf2read.c (psymtab_to_symtab_1): Ditto.
7398         * dwarfread.c (psymtab_to_symtab_1): Ditto.
7399         * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
7400         * mdebugread.c (psymtab_to_symtab_1): Ditto.
7401         * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
7402
7403 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
7404
7405         * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
7406         bits to 128.
7407
7408 2003-06-11  Andrew Cagney  <cagney@redhat.com>
7409
7410         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
7411         REGISTER_CONVERTIBLE.
7412         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
7413         (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7414         * gdbarch.h, gdbarch.c: Re-generate.
7415         * arch-utils.h (deprecated_register_convertible_not): Rename
7416         generic_register_convertible_not.
7417         * arch-utils.c (deprecated_register_convertible_not): Rename
7418         generic_register_convertible.
7419         (legacy_convert_register_p, legacy_register_to_value): Update.
7420         * sh-tdep.c (sh64_push_arguments): Update.
7421         * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
7422         * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
7423         * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7424         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7425         * arch-utils.c (legacy_value_to_register): Update.
7426         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7427         (rs6000_register_convert_to_raw): Make parameter "from" const.
7428         * mips-tdep.c (mips_gdbarch_init): Update.
7429         (mips_register_convert_to_raw): Make  parameter"virt_buf" const.
7430         * infcmd.c (default_print_registers_info): Update.
7431         * ia64-tdep.c (ia64_gdbarch_init): Update.
7432         (ia64_register_convert_to_raw): Make parameter "from" const.
7433         * i386-tdep.c (i386_gdbarch_init): Update.
7434         (i386_register_convert_to_raw): Update.
7435
7436 2003-06-11  Andrew Cagney  <cagney@redhat.com>
7437
7438         * remote-fileio.c: Include "remote-fileio.h".
7439         * Makefile.in (remote-fileio.o): Update dependencies.
7440         (remote_fileio_h): Fix typo.
7441
7442 2003-06-11  Andrew Cagney  <cagney@redhat.com>
7443
7444         * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7445         (xstormy16_save_dummy_frame_tos): Make static.
7446         (_initialize_xstormy16_tdep): Add declaration.
7447         * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7448         * v850-tdep.c: Make local functions static.
7449         (_initialize_v850_tdep): Add declaration.
7450         * sparc-tdep.c: Make local functions static.
7451         (_initialize_sparc_tdep): Add declaration.
7452         * sh-tdep.c: Make local functions static.
7453         (_initialize_sh_tdep): Add declaration.
7454         * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7455         * s390-tdep.c: Make local functions static.
7456         (_initialize_s390_tdep): Add declaration.
7457         * dbxread.c (find_stab_function_addr): Make static.
7458         * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7459         * ocd.c (_initialize_remote_ocd): Add declaration.
7460         * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7461         * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7462         * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7463         * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7464         * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7465         * remote-array.c (_initialize_array): Add declaration.
7466         (_initialize_remote_monitors): Add declaration.
7467         * remote-mips.c: Make local functions static.
7468         (_initialize_remote_mips): Add declaration.
7469         * mcore-tdep.c: Make all local functions static.
7470         (_initialize_mcore_tdep): Add declaration.
7471         * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7472         * abug-rom.c (_initialize_abug_rom): Add declaration.
7473         * rom68k-rom.c (_initialize_rom68k): Add declaration.
7474         * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7475         * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7476         * remote-est.c (_initialize_est): Add declaration.
7477         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7478         (m68hc11_call_dummy_address): Make static.
7479         * ia64-tdep.c: Make local functions static.
7480         (_initialize_ia64_tdep): Add declaration.
7481         * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7482         * monitor.c (monitor_wait_filter): Make static.
7483         (_initialize_remote_monitors): Add declaration.
7484         * remote-hms.c (_initialize_remote_hms): Add declaration.
7485         * remote-e7000.c (fetch_regs_from_dump): Make static.
7486         (expect_n): Make static.
7487         (_initialize_remote_e7000): Add declaration.
7488         * ser-e7kpc.c: Always include "defs.h".
7489         (_initialize_ser_e7000pc): Add declaration.
7490         * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7491         * cris-tdep.c: Make all but one function static.
7492         (_initialize_cris_tdep): Add declaration.
7493         * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7494         * solib.c (update_solib_list): Make static.
7495         (_initialize_solib): Add declaration.
7496         * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7497         (_initialize_avr_tdep): Add declaration.
7498         * remote-rdi.c (voiddummy): Make static.
7499         (_initialize_remote_rdi): Add declaration.
7500         * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7501         * remote-rdp.c (send_rdp): Make static.
7502         (_initialize_remote_rdp): Add declaration.
7503         * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7504
7505 2003-06-11  Corinna Vinschen  <vinschen@redhat.com>
7506
7507         * remote-fileio.c: Make ari happy.
7508
7509 2003-06-10  J. Brobecker  <brobecker@gnat.com>
7510
7511         * rs6000-nat.c (child_xfer_memory): Compute the right address when
7512         fetching the trailing bytes of the buffer we are about to write.
7513
7514 2003-06-10  Andrew Cagney  <cagney@redhat.com>
7515
7516         * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7517         * Makefile.in (remote-fileio.o): Update dependencies.
7518         * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h".  Do not
7519         include <setjmp.h>, or <sys/types.h> conditional on USG.
7520         (remote_fio_jmp_buf): Delete global variable.
7521
7522 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
7523             Martin M. Hunt  <hunt@redhat.com>
7524
7525         * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7526         (SFILES): Add remote-fileio.c.
7527         Add dependencies for building remote-fileio.o.  Add remote-fileio.h to
7528         dependencies for building remote.o.
7529         * remote-fileio.c: New file implementing the remote File-I/O protocol.
7530         * remote-fileio.h: New header file defining remote File-I/O interface.
7531         * remote.c (remote_write_bytes, remote_read_bytes): Remove
7532         static storage class.
7533         (remote_wait, remote_async_wait): Call remote_fileio_request() on
7534         'F' packet.
7535         (_initialize_remote): Call initialize_remote_fileio().
7536         * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7537         * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7538         * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7539         (captured_main): Initialize new ui_files.
7540         * ui-file.c: Add read and fgets input functions.
7541         (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7542         (null_file_read): New function.
7543         (ui_file_read): New function.
7544         (set_ui_file_read): New function.
7545         (stdio_file_read): New function.
7546         * ui-file.h: New type ui_file_read_ftype.
7547         (set_ui_file_read): Declare.
7548         (ui_file_read): Declare.
7549
7550 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7551
7552         * frame.h (deprecated_unwind_get_saved_register): Rename
7553         generic_unwind_get_saved_register, update comments.
7554         * mips-tdep.c (mips_get_saved_register): Update.
7555         * frame.c (deprecated_unwind_get_saved_register): Update.
7556
7557 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7558
7559         * vax-tdep.c (vax_frame_locals_address): Delete function.
7560         (vax_gdbarch_init): Do not set frame_locals_address.
7561         * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7562         (m68hc11_gdbarch_init): Do not set frame_locals_address.
7563         * s390-tdep.c (s390_frame_args_address): Delete function.
7564         (s390_gdbarch_init): Do not set frame_args_address or
7565         frame_locals_address.
7566         * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7567         (ns32k_gdbarch_init): Do not set frame_locals_address.
7568         * hppa-tdep.c (hppa_frame_args_address): Delete function.
7569         (hppa_frame_locals_address): Delete function.
7570         (hppa_gdbarch_init): Do not set frame_args_address, or
7571         frame_locals_address.
7572         * arm-tdep.c (arm_frame_args_address): Delete.
7573         (arm_frame_locals_address): Delete.
7574         (arm_gdbarch_init): Do not set frame_args_address, or
7575         frame_locals_address.
7576
7577 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7578
7579         * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7580         * gdbarch.h, gdbarch.c: Re-generate.
7581         * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7582         * arch-utils.c (frame_num_args_unknown): Delete function.
7583         * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7584         (frame_info): Use FRAME_NUM_ARGS_P.
7585         * arm-tdep.c (arm_frame_num_args): Delete function.
7586         (arm_gdbarch_init): Do not set frame_num_args.
7587         * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7588         * hppa-tdep.c (hppa_frame_num_args): Delete function.
7589         (hppa_gdbarch_init): Do not set frame_num_args.
7590         * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7591         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7592         frame_num_args to default frame_num_args_unknown.
7593         * v850-tdep.c (v850_gdbarch_init): Ditto.
7594         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7595         * sh-tdep.c (sh_gdbarch_init): Ditto.
7596         * s390-tdep.c (s390_gdbarch_init): Ditto.
7597         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7598         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7599         * mips-tdep.c (mips_gdbarch_init): Ditto.
7600         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7601         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7602         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7603         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7604         * i386-tdep.c (i386_gdbarch_init): Ditto.
7605         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7606         * frv-tdep.c (frv_gdbarch_init): Ditto.
7607         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7608         * cris-tdep.c (cris_gdbarch_init): Ditto.
7609         * avr-tdep.c (avr_gdbarch_init): Ditto.
7610         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7611
7612 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7613
7614         * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7615         (print_frame_args): Moved to "stack.c".
7616         * stack.c: Include "gdb_assert.h".
7617         (print_frame_nameless_args): Moved from "printcmd.c", made static.
7618         (print_frame_args): Moved from "printcmd.c".
7619         * frame.h (print_frame_args): Delete declaration.
7620         * Makefile.in (stack.o): Update dependencies.
7621
7622 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7623
7624         * frame.c (get_prev_frame): Remove reference to
7625         frame_args_address_correct in comments.
7626         * frame-base.c (default_frame_args_address): Delete code
7627         conditional on FRAME_ARGS_ADDRESS_CORRECT.
7628         * vax-tdep.c (vax_frame_args_address_correct): Delete.
7629         (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7630         * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7631         (vax_frame_args_address_correct): Delete declaration.
7632
7633 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7634
7635         * gdbarch.sh (UNWIND_SP): Add.
7636         * gdbarch.h, gdbarch.c: Re-generate.
7637         * frame.c (frame_sp_unwind): New function.
7638         (get_frame_sp): New function.
7639         * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7640         * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7641         gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7642         value.
7643         * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7644         (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7645
7646 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7647
7648         Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7649         REMOTE_BREAKPOINT.
7650         * remote.c: Update.
7651         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7652         (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7653         * config/m68k/tm-sun3.h: Update.
7654         * config/m68k/tm-m68klynx.h: Update.
7655         * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7656
7657         * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7658         trad_frame".  Update comments.
7659         * d10v-tdep.c (struct d10v_unwind_cache): Update.
7660         * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7661         (trad_frame_register_value, trad_frame_prev_register): Update.
7662
7663 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7664
7665         * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7666         from GCC's acinclude.m4.
7667         * configure.in: Check for getopt's delcaration.
7668         * aclocal.m4, config.in, configure: Re-generate.
7669         * main.c (error_init): Delete declaration.
7670         * defs.h (error_init): Declare.
7671         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7672         (rs6000_convert_from_func_ptr_addr): Make static.
7673         (_initialize_rs6000_tdep): Add declaration.
7674         * cli/cli-cmds.c (dont_repeat): Delete declaration.
7675         (show_commands, set_verbose, show_history): Delete declaration.
7676         * top.h (set_verbose): Add declaration.
7677         (show_history, set_history, show_commands): Add declaration.
7678         (do_restore_instream_cleanup): Add declaration.
7679         * objc-lang.c (specialcmp): Make static.
7680         (print_object_command): Make static.
7681         (find_objc_msgsend): Make static.
7682         (find_objc_msgcall_submethod_helper): Make static.
7683         (find_objc_msgcall_submethod): Make static.
7684         (_initialize_objc_language): Add declaration.
7685         (find_implementation_from_class): Make static.
7686         (find_implementation): Make static.
7687         * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7688         * objc-lang.h (lookup_struct_typedef): Add declaration.
7689         * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7690         * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7691         (do_restore_user_call_depth): Make static.
7692         (do_restore_instream_cleanup): Delete declaration.
7693         (dont_repeat): Delete declaration.
7694         * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7695         * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7696         * reggroups.c (_initialize_reggroup): Add declaration.
7697         * cp-support.c (_initialize_cp_support): Add declaration.
7698         * cp-abi.c (_initialize_cp_abi): Add declaration.
7699         * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7700         * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7701         (_initialize_gnu_v3_abi): Add declaration.
7702         * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7703         (_initialize_gnu_v2_abi): Add declaration.
7704         * frame-base.c (_initialize_frame_base): Add declaration.
7705         * doublest.c (floatformat_from_length): Make static.
7706         * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7707         * frame.c (create_sentinel_frame): Make static.
7708         (_initialize_frame): Add declaration.
7709         * top.c (do_catch_errors): Make static.
7710         (gdb_rl_operate_and_get_next_completion): Make static.
7711         * typeprint.c: Include "typeprint.h".
7712         * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7713         (sentinel_frame_this_id): Make static.
7714         * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7715         * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7716         * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7717         * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7718         * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7719         * maint.c (maintenance_print_architecture): Make static.
7720         * signals/signals.c (_initialize_signals): Add declaration.
7721         * std-regs.c (_initialize_frame_reg): Add declaration.
7722         * jv-exp.y (push_variable): ISO C definition.
7723         (push_qualified_expression_name): Ditto.
7724         * memattr.c (_initialize_mem): Add declaration.
7725         * remote.c (remote_check_watch_resources): Make static.
7726         (remote_stopped_by_watchpoint): Make static.
7727         (remote_stopped_data_address): Make static.
7728         * d10v-tdep.c (nr_dmap_regs): Make static.
7729         (a0_regnum): Make static.
7730         (d10v_frame_unwind_cache): Make static.
7731         (d10v_frame_p): Make static.
7732         * osabi.c (show_osabi): Make static.
7733         (_initialize_gdb_osabi): Add extern declaration.
7734         * gdbtypes.c (make_qualified_type): Make static.
7735         (safe_parse_type): Make static.
7736         * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7737         * macrotab.c (macro_bcache_free): Make static.
7738         * interps.c (interp_set_quiet): Make static.
7739         (interpreter_exec_cmd): Make static.
7740         * stack.h (select_frame_command): New file.
7741         * stack.c: Include "stack.h".
7742         (select_frame_command_wrapper): Delete function.
7743         (select_frame_command): Make global.
7744         * infcall.c: Include "infcall.h".
7745         * linespec.c: Include "linespec.h".
7746         * symfile.c (sections_overlap): Make static.
7747         * cp-support.h (cp_initialize_namespace): ISO C declaration.
7748         * charset.c (_initialize_charset): Add missing prototype.
7749         * regcache.c (init_legacy_regcache_descr): Make static.
7750         (do_regcache_xfree): Make static.
7751         (regcache_xfer_part): Make static.
7752         (_initialize_regcache): Add missing prototype.
7753         * breakpoint.c (parse_breakpoint_sals): Make static.
7754         (breakpoint_sals_to_pc): Make static.
7755         * interps.h (clear_interpreter_hooks): ISO C declaration.
7756         * Makefile.in (stack_h): Define.
7757         (stack.o, typeprint.o, mi-main.o): Update dependencies.
7758         (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7759
7760 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7761
7762         * Makefile.in (d10v-tdep.o): Update dependencies.
7763         (SFILES): Add trad-frame.c.
7764         (trad_frame_h): Define.
7765         (COMMON_OBS): Add trad-frame.o.
7766         (trad-frame.o): Specify dependencies.
7767         * d10v-tdep.c: Include "trad-frame.h".
7768         (saved_regs_unwinder): Delete function.
7769         (d10v_frame_prev_register): Use trad_frame_prev_register.
7770         (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7771         trad_frame", delete "regs" and "prev_sp".
7772         (prologue_find_regs): Use trad-frame.
7773         * trad-frame.h, trad-frame.c: New files.
7774
7775 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
7776
7777         * dwarf2cfi.c, dwarf2cfi.h: Remove.
7778
7779 2003-06-07  Adam Fedor  <fedor@gnu.org>
7780
7781         * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7782         (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7783         using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7784         (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7785         resolve_msgsend_super, resolve_msgsend_super_stret):
7786         Use it.
7787
7788 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7789
7790         * symfile.h: Re-indent, clean up comments.
7791
7792 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7793
7794         * inferior.h (deprecated_write_sp): Replace
7795         generic_target_write_sp.
7796         * regcache.c (deprecated_write_sp): Replace
7797         generic_target_write_sp.
7798         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7799         * vax-tdep.c (vax_gdbarch_init): Update.
7800         * v850-tdep.c (v850_gdbarch_init): Update.
7801         * sparc-tdep.c (sparc_gdbarch_init): Update.
7802         * sh-tdep.c (sh_gdbarch_init): Update.
7803         * s390-tdep.c (s390_gdbarch_init): Update.
7804         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7805         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7806         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7807         * mcore-tdep.c (mcore_gdbarch_init): Update.
7808         * m68k-tdep.c (m68k_gdbarch_init): Update.
7809         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7810         * ia64-tdep.c (ia64_gdbarch_init): Update.
7811         * h8300-tdep.c (h8300_gdbarch_init): Update.
7812         * frv-tdep.c (frv_gdbarch_init): Update.
7813         * cris-tdep.c (cris_gdbarch_init): Update.
7814         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7815
7816 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7817
7818         * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7819         Assert that PC_REGNUM is valid.
7820         (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7821
7822 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7823
7824         * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7825         * gdbarch.h, gdbarch.c: Regenerate.
7826         * mn10300-tdep.c: Include "gdb_assert.h".
7827         (mn10300_read_fp): New function.
7828         (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7829         mn10300_read_fp.  Do not set read_sp to generic_target_read_sp.
7830         * ia64-tdep.c: Include "gdb_assert.h".
7831         (ia64_read_fp): New function.
7832         (ia64_gdbarch_init): Set deprecated_target_read_fp to
7833         ia64_read_sp.  Do not set read_sp to generic_target_read_sp.
7834         * regcache.c (generic_target_read_sp): Delete function.
7835         (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7836         * inferior.h (generic_target_read_sp): Delete declaration.
7837         * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7838         generic_target_read_sp.
7839         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7840         * sparc-tdep.c (sparc_gdbarch_init): Ditto
7841         * sh-tdep.c (sh_gdbarch_init): Ditto.
7842         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7843         * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7844
7845 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7846
7847         * gdbarch.sh: Comment each field of startup_gdbarch.
7848         * gdbarch.h, gdbarch.c: Re-generate.
7849
7850 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7851
7852         * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7853         * gdbarch.h, gdbarch.c: Re-generate.
7854         * regcache.c: Update comments on read_pc et.al.
7855         (generic_target_read_pc): Delete function.
7856         (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7857         * inferior.h (generic_target_read_pc): Delete declaration.
7858         * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7859         generic_target_read_pc.
7860         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7861         * sh-tdep.c (sh_gdbarch_init): Ditto.
7862         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7863         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7864
7865 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7866
7867         * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7868         "index" with "special_local_sect".  Use strcmp instead of STREQ.
7869         Append period to coments.
7870
7871 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
7872
7873         * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7874         (elfstab_offset_sections): Likewise.
7875         * gdb-stabs.h (stab_section_info): Likewise.
7876         * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7877         * objfiles.c (objfile_relocate): Likewise.
7878         * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7879         * remote.c (get_offsets): Likewise.
7880         (remote_cisco_objfile_relocate): Likewise.
7881         * somread.c (som_symfile_offsets): Likewise.
7882         * symfile.c (alloc_section_addr_info): New function.
7883         (build_section_addr_info_from_section_tab): Use it.
7884         (free_section_addr_info): Adjust.
7885         (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7886         (syms_from_objfile): Allocate local_addr dynamically.
7887         (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7888         dynamically.
7889         (add_symbol_file_command): Allocate sect_opts dynamically.
7890         (reread_symbols): Avoid use of SECT_OFF_MAX.
7891         * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7892         (alloc_section_addr_info): Declare it.
7893         * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7894         * win32-nat.c (solib_symbols_add): Allocate section_addrs
7895         dynamically.
7896         * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7897
7898 2003-06-06  Andrew Cagney  <cagney@redhat.com>
7899
7900         * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7901         (d10v_frame_unwind_cache): Do not set "return_pc".
7902
7903 2003-06-06  Michael Snyder  <msnyder@redhat.com>
7904
7905         * h8300-tdep.c: Make tidy (long lines).
7906
7907 2003-06-06  Michal Ludvig  <mludvig@suse.cz>
7908
7909         * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7910         to regcache_collect().
7911
7912 2003-06-05  J. Brobecker  <brobecker@gnat.com>
7913
7914         * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7915         pc_in_sigtramp multiarch method.
7916         (hppa_hpux_som_init_abi): Use it.
7917         (hppa_hpux_elf_init_abi): Likewise.
7918         * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7919         macro has been multiarched.
7920         * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7921         macro here, as hppa64 isn't multiarched yet.
7922
7923 2003-06-05  Andrew Cagney  <cagney@redhat.com>
7924
7925         * Makefile.in (value_h): Add $(frame_h).
7926         * value.h: Include "frame.h".
7927         (struct value): Replace "frame_addr" with "frame_id".
7928         (VALUE_FRAME_ID): Replace VALUE_FRAME.
7929         * values.c (allocate_value): Use VALUE_FRAME_ID.
7930         (value_copy): Use VALUE_FRAME_ID.
7931         * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7932         * valops.c (value_assign): Update.  Use frame_find_by_id.
7933
7934 2003-06-05  Michal Ludvig  <mludvig@suse.cz>
7935
7936         * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7937         in each pass.
7938
7939 2003-06-05  Jeff Johnston  <jjohnstn@redhat.com>
7940
7941         * thread-db.c (check_event): For create/death event breakpoints,
7942         loop through all messages to ensure that we read the message
7943         corresponding to the breakpoint we are at.
7944
7945 2003-06-04  Michael Snyder  <msnyder@redhat.com>
7946
7947         * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7948
7949 2003-06-04  Mark Kettenis  <kettenis@gnu.org>
7950
7951         * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7952         (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7953         (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7954         when handling .eh_frame sections.
7955
7956 2003-06-04  J. Brobecker  <brobecker@gnat.com>
7957
7958         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7959         prepare_to_proceed procedure instead of the hppa-specific one.
7960         * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7961
7962 2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
7963
7964         * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7965         * config.in: Regenerated.
7966         * configure.in: Add test for syscall function and check for
7967         __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7968         * configure: Regenerated.
7969         * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7970         <sys/syscall.h>.
7971         (kill_lwp): New function that uses tkill syscall or
7972         uses kill, depending on whether threading model is nptl or not.
7973         All callers of kill() changed to use kill_lwp().
7974         (lin_lwp_wait): Make special check when WIFEXITED occurs to
7975         see if all threads have already exited in the nptl model.
7976         (stop_and_resume_callback): New callback function used by the
7977         lin_lwp_wait thread exit handling code.
7978         (stop_wait_callback): Check for threads already having exited and
7979         delete such threads fromt the lwp list when discovered.
7980         (stop_callback): Don't assert retcode of kill call.
7981
7982         Roland McGrath  <roland@redhat.com>
7983         * i386-linux-nat.c (ps_get_thread_area): New function needed by
7984         nptl libthread_db.
7985
7986 2003-06-03  Richard Henderson  <rth@redhat.com>
7987
7988         * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7989         (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7990         (alpha_sigtramp_frame_prev_register): Likewise.
7991         (alpha_heuristic_frame_prev_register): Likewise.
7992         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7993
7994         * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7995         alpha-specific register id names.
7996         (alpha_mdebug_frame_unwind_cache): Likewise.
7997         (alpha_mdebug_frame_prev_register): Likewise.
7998
7999 2003-06-03  Richard Henderson  <rth@redhat.com>
8000
8001         * alpha-tdep.c (alpha_dwarf2_init_abi): New.
8002         * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
8003         * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
8004         * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
8005         unwind routines.
8006         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8007         * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8008         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8009
8010         * alpha-linux-tdep.c: Remove unnecessary includes.
8011         * Makefile.in (alpha-linux-tdep.o): Update.
8012
8013 2003-06-03  Richard Henderson  <rth@redhat.com>
8014
8015         * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
8016         (alphabsd_fill_fpreg): Likewise.
8017
8018 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8019
8020         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr):  Replace
8021         references to struct frame_info fields by calls to the equivalent
8022         accessors. Necessary now that frame_info is opaque.
8023
8024 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8025
8026         * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
8027         (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
8028         structure, field no longer exists.
8029
8030 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8031
8032         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8033         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
8034
8035 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8036
8037         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
8038         references to struct frame_info fields by calls to the equivalent
8039         accessors. Necessary now that frame_info is opaque.
8040
8041 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8042
8043         * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
8044         (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
8045         structure, field no longer exists.
8046
8047 2003-06-03  Theodore A. Roth  <troth@openavr.org>
8048
8049         * remote.c (init_remote_state): Compute sizeof_g_packet by
8050         accumulation of the size of all registers instead of blindly using
8051         DEPRECATED_REGISTER_BYTES.
8052
8053 2003-06-03  Michael Snyder  <msnyder@redhat.com>
8054
8055         * config/h8300/tm-h8300.h (h8300sxmode): Declare.
8056         * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
8057         for h8300sx.
8058
8059 2003-06-03  J. Brobecker  <brobecker@gnat.com>
8060
8061         * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
8062         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
8063
8064 2003-06-03  Andrew Cagney  <cagney@redhat.com>
8065
8066         * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
8067         (sparc_convert_to_raw): Delete function.
8068         (sparc_gdbarch_init): Do not set register_convert_to_raw or
8069         register_convert_to_virtual.
8070
8071 2003-06-03  Jeff Johnston  <jjohnstn@redhat.com>
8072
8073         * thread-db.c (thread_db_mourn_inferior): Unpush thread target
8074         layer if not dealing with a statically-linked threaded program.
8075
8076 2003-06-03  Kris Warkentin  <kewarken@qnx.com>
8077
8078         * solib.c (solib_open): Update comment to reflect actual search order.
8079
8080 2003-06-03  Andrew Cagney  <cagney@redhat.com>
8081
8082         * frame.c (get_frame_memory_signed): New function.
8083         (get_frame_memory, get_frame_memory_unsigned): New function.
8084         (get_frame_arch): New function.
8085         * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
8086         (get_frame_memory, get_frame_unsigned_memory): Declare.
8087         * d10v-tdep.c (d10v_frame_unwind_cache): Use
8088         get_frame_memory_unsigned and get_frame_arch.
8089         (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
8090
8091 2003-06-03  Raoul Gough  <RaoulGough@yahoo.co.uk>
8092
8093         * MAINTAINERS (write after approval): Add myself.
8094
8095 2003-06-03  Jim Blandy  <jimb@redhat.com>
8096
8097         * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
8098         elements of gregset_t are 64 bits each, but access registers
8099         are still 32 bits, so they're packed two per gregset_t
8100         element.  Unpack/pack them properly.
8101
8102 2003-06-02  David Carlton  <carlton@bactrian.org>
8103
8104         * linespec.c (find_methods): Break out code into
8105         add_matching_methods and add_constructors.
8106         (add_matching_methods): New.
8107         (add_constructors): Ditto.
8108
8109 2003-06-02  Andrew Cagney  <cagney@redhat.com>
8110
8111         * sparc-tdep.c (sparc_print_registers): Delete call to
8112         REGISTER_CONVERTIBLE.
8113         (sparc_gdbarch_init): Do not set register_convertible.
8114         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8115         * frv-tdep.c (frv_gdbarch_init): Ditto.
8116         * cris-tdep.c (cris_gdbarch_init): Ditto.
8117
8118 2003-06-02  Elena Zannoni  <ezannoni@redhat.com>
8119
8120         * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
8121         * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
8122         (syms_from_objfile): Ditto.
8123
8124 2003-06-03  Andreas Schwab  <schwab@suse.de>
8125
8126         * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
8127         (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
8128
8129 2003-06-02  Richard Henderson  <rth@redhat.com>
8130
8131         * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
8132         a member of all_reggroup.
8133
8134 2003-06-02  Richard Henderson  <rth@redhat.com>
8135
8136         * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
8137         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
8138         (alpha_lds, alpha_sts): New.
8139         (alpha_convert_register_p): Change from _register_convertible.
8140         (alpha_register_to_value): Change from _convert_to_virtual;
8141         restructure and fail for type sizes other than 4 or 8.
8142         (alpha_value_to_register): Similarly.
8143         (alpha_extract_return_value): Use alpha_sts.
8144         (alpha_store_return_value): Use alpha_lds.
8145         (alpha_gdbarch_init): Update hooks.
8146
8147 2003-06-02  Richard Henderson  <rth@redhat.com>
8148
8149         * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
8150         regnum identifiers.
8151         (alpha_sigtramp_register_address): Likewise.
8152
8153 2003-06-02  Richard Henderson  <rth@redhat.com>
8154
8155         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
8156         (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
8157         * alpha-tdep.h: Declare them.
8158
8159         * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
8160         Remove zerobuf.  Don't error on UNIQUE.
8161         (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
8162         (ALPHA_REGSET_UNIQUE): Provide default.
8163         (supply_gregset): Use alpha_supply_int_regs.
8164         (fill_gregset): Use alpha_fill_int_regs.
8165         (supply_fpregset): Use alpha_supply_fp_regs.
8166         (fill_fpregset): Use alpha_fill_fp_regs.
8167         * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
8168         (alphabsd_supply_reg): Use alpha_supply_int_regs.
8169         (alphabsd_fill_reg): Use alpha_fill_int_regs.
8170         (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
8171         (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
8172         * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
8173
8174 2003-06-02  Richard Henderson  <rth@redhat.com>
8175
8176         * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
8177
8178         * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
8179         (alpha_store_return_value): Likewise.
8180
8181 2003-06-02  David Carlton  <carlton@math.stanford.edu>
8182
8183         * block.c (contained_in): Add 'const' to arguments.
8184         (block_function): Ditto.
8185         * block.h: Update declarations for block_function and
8186         contained_in.
8187
8188 2003-06-02  David Carlton  <carlton@math.stanford.edu>
8189
8190         * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
8191         * c-valprint.c (c_val_print): Delete unneeded variable 's'.
8192         * p-valprint.c (pascal_val_print): Ditto.
8193         * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
8194
8195 2003-06-02  Richard Henderson  <rth@redhat.com>
8196
8197         * alpha-tdep.c (alpha_push_dummy_call): Use
8198         builtin_type_ieee_double_little instead of builtin_type_double.
8199
8200         * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
8201         sign-extension of 32-bit values.
8202         (alpha_store_return_value): Similarly.
8203
8204         * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
8205         (alpha_extract_return_value): Likewise.
8206         (alpha_store_return_value): Likewise.
8207
8208         * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
8209         (alpha_store_return_value): Error on IEEE Quad floats.
8210
8211         * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
8212         (alpha_extract_struct_value_address): Likewise.
8213         (alpha_store_return_value): Likewise.
8214         (alpha_store_struct_return): Remove.
8215         (alpha_gdbarch_init): Update hook registration to match.
8216
8217         * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
8218         deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
8219         macros where appropriate.
8220         (alpha_register_convert_to_raw): Similarly.  Use unpack_long.
8221         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
8222
8223         * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
8224         for SP, GP; void_func_ptr for PC; non-language-specific types
8225         for all others.
8226         * alpha-tdep.h (ALPHA_GP_REGNUM): New.
8227
8228 2003-06-02  Richard Henderson  <rth@redhat.com>
8229
8230         * top.h (lim_at_start): Declare.
8231         * main.c (captured_main): Set it.
8232         * top.c (lim_at_start): Define.
8233         (command_loop): Use it instead of &environ.
8234         * event-top.c (command_handler): Likewise.
8235
8236 2003-06-01  Jason Thorpe  <thorpej@wasabisystems.com>
8237
8238         * mipsnbsd-tdep.c: Update copyright years.
8239         (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
8240
8241 2003-06-01  Richard Henderson  <rth@redhat.com>
8242
8243         * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
8244         (alpha-linux-tdep.o): Update dependencies.
8245         (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
8246         * alpha-mdebug-tdep.c: Remove unneeded includes.
8247
8248 2003-06-01  Richard Henderson  <rth@redhat.com>
8249
8250         * alpha-tdep.c (alpha_register_reggroup_p): New.
8251         (alpha_gdbarch_init): Register it.
8252
8253 2003-06-02  Andrew Cagney  <cagney@redhat.com>
8254
8255         * dwarfread.c: Eliminate "register"
8256         (decode_die_type): Eliminate assignment within "if".
8257         (struct_type, decode_array_element_type): Ditto.
8258         (dwarf_read_array_type, read_tag_pointer_type): Ditto.
8259         (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
8260         (decode_modified_type, completedieinfo): Ditto.
8261         * block.c: Eliminate "register".
8262         (blockvector_for_pc_sect): Eliminate assignment within "if".
8263         * cp-support.h (struct symbol): Opaque declaration.
8264         * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
8265
8266 2003-06-01  Richard Henderson  <rth@redhat.com>
8267
8268         * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
8269         (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
8270
8271 2003-06-01  Adam Fedor  <fedor@gnu.org>
8272
8273         * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
8274         * gdbarch.[ch]: Regenerate.
8275         * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
8276         (hppa_gdbarch_init): Set it in the gdbarch vector.
8277         * i386-tdep.c (i386_fetch_pointer_argument): New
8278         (i386_gdbarch_init): Set it into gdbarch.
8279         * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
8280         (rs6000_gdbarch_init): Set it in gdbarch.
8281         * sparc-tdep.c (sparc_fetch_pointer_argument): New
8282         (sparc_gdbarch_init): Set it in gdbarch.
8283
8284 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8285
8286         * defs.h (extract_address): Delete declaration.
8287         * findvar.c (extract_address): Delete function.
8288         * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
8289         extract_address with the inline equivalent,
8290         extract_unsigned_integer.
8291         (xstormy16_extract_struct_value_address): Ditto.
8292         (xstormy16_pointer_to_address): Ditto.
8293         * vax-tdep.c (vax_extract_struct_value_address): Ditto.
8294         * v850-tdep.c (v850_push_arguments): Ditto.
8295         (v850_extract_return_value): Ditto.
8296         (v850_extract_struct_value_address): Ditto.
8297         * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
8298         (sparcnbsd_get_longjmp_target_64): Ditto.
8299         * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
8300         (get_longjmp_target): Ditto.
8301         * sh-tdep.c (sh_extract_struct_value_address): Ditto.
8302         (sh64_extract_struct_value_address): Ditto.
8303         (sh_push_arguments): Ditto.
8304         (sh64_push_arguments): Ditto.
8305         * remote-vxsparc.c (vx_read_register): Ditto.
8306         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
8307         * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
8308         * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
8309         * mipsv4-nat.c (get_longjmp_target): Ditto.
8310         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
8311         * mips-nat.c (get_longjmp_target): Ditto.
8312         * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
8313         * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
8314         * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
8315         * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
8316         * irix5-nat.c (get_longjmp_target): Ditto.
8317         * irix4-nat.c (get_longjmp_target): Ditto.
8318         * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
8319         (ia64_push_arguments): Ditto.
8320         * hpux-thread.c (hpux_thread_store_registers): Ditto.
8321         * h8300-tdep.c (h8300_push_arguments): Ditto.
8322         (h8300_store_return_value): Ditto.
8323         (h8300_extract_struct_value_address): Ditto.
8324         * frv-tdep.c (frv_extract_struct_value_address): Ditto.
8325         (frv_push_arguments): Ditto.
8326         * avr-tdep.c (avr_pointer_to_address): Ditto.
8327         (avr_push_arguments): Ditto.
8328         * arm-tdep.c (arm_push_dummy_call): Ditto.
8329         (arm_get_longjmp_target): Ditto.
8330         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8331         * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
8332         (alpha_get_longjmp_target): Ditto.
8333
8334         * solib-irix.c (extract_mips_address): Inline extract_address,
8335         replacing it with extract_signed_integer.
8336         * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8337         (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
8338         (first_link_map_member, open_symbol_file_object): Ditto.
8339         (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
8340         * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
8341         (LM_NEXT, LM_NAME): Ditto.
8342
8343 2003-06-01  Richard Henderson  <rth@redhat.com>
8344
8345         * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
8346         * alpha-tdep.c (alpha_register_name): Remove vfp entry.
8347         (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
8348         (alpha_cannot_store_register): Likewise.
8349         * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
8350         * alpha-nat.c (supply_gregset): Likewise.
8351         * alphanbsd-tdep.c (fetch_core_registers): Likewise.
8352
8353 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8354
8355         * infcall.c (call_function_by_hand): Update comment on
8356         DEPRECATED_DUMMY_WRITE_SP.
8357
8358         * mips-tdep.c (mips_gdbarch_init): Do not set
8359         deprecated_dummy_write_sp.
8360         (mips_eabi_push_dummy_call): Set the SP register.
8361         (mips_o64_push_dummy_call): Set the SP register.
8362         (mips_o32_push_dummy_call): Set the SP register.
8363         (mips_n32n64_push_dummy_call): Set the SP register.
8364
8365 2003-06-01  Richard Henderson  <rth@redhat.com>
8366
8367         * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
8368         instead of ALPHA_MAX_REGISTER_RAW_SIZE.
8369         (supply_gregset): Likewise.
8370         * alpha-tdep.c (alpha_store_return_value): Likewise.
8371         (alpha_get_longjmp_target): Likewise.
8372         (alpha_register_name): Constify array.
8373         (alpha_gdbarch_init): Remove deprecated_fp_regnum,
8374         deprecated_register_size, deprecated_register_bytes,
8375         deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
8376         * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
8377         (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
8378
8379 2003-06-01  Richard Henderson  <rth@redhat.com>
8380
8381         * alpha-tdep.c (alpha_push_dummy_call): Store sp.  Tidy copies
8382         from arg_reg_buffer to regcache to avoid double conversion.
8383
8384 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
8385
8386         * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8387         SP_REGNUM.
8388         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
8389         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
8390
8391 2003-06-01  Richard Henderson  <rth@redhat.com>
8392
8393         * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
8394         (decode_frame_entry): Set it.  Skip FDE augmentation.
8395
8396 2003-06-01  Richard Henderson  <rth@redhat.com>
8397
8398         * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
8399         not overlapping PC_REGNUM.
8400
8401 2003-06-01  Richard Henderson  <rth@redhat.com>
8402
8403         * alpha-tdep.c (alpha_push_dummy_call): Transmography from
8404         alpha_push_arguments.  Don't dump argument register data to
8405         the target stack.  Fix float and 128-bit long double semantics.
8406         Store $t12 and $ra as specified by the ABI.  Use regcache everywhere.
8407         (alpha_fix_call_dummy): Remove.
8408         (alpha_call_dummy_words): Remove.
8409         (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
8410
8411 2003-06-01  Richard Henderson  <rth@redhat.com>
8412
8413         * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
8414
8415 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8416
8417         * mips-tdep.c (is_mips16_addr): New function.
8418         (make_mips16_addr, unmake_mips16_addr): New functions.
8419         (pc_is_mips16, mips_fetch_instruction): Use.
8420         (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
8421         (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
8422         (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
8423         UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8424         TARGET_MIPS.
8425         * config/mips/tm-mips.h: Update copyright.
8426         (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8427         (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8428         (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8429         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8430         (TM_PRINT_INSN_MACH): Delete.
8431         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8432
8433         * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8434         mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8435         mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8436         mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8437         mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*.  Delete
8438         mips*tx39*el*-elf*.  Map mips*-sony-* and mips64*-big-* onto
8439         mips64.  Map mips*-dec-*, mips*-big-*, mips*-little-*,
8440         mips*-*-riscos* and mips*-*-sysv* onto mips.
8441         * config/mips/mips64.mt: New file.
8442         * config/mips/mips.mt: New file.
8443         * config/mips/littlemips.mt: Delete file.
8444         * config/mips/decstation.mt: Delete file.
8445         * config/mips/vr4300el.mt: Delete file.
8446         * config/mips/vr5000el.mt: Delete file.
8447         * config/mips/vr5000.mt: Delete file.
8448         * config/mips/vr4100.mt: Delete file.
8449         * config/mips/vr4xxxel.mt: Delete file.
8450         * config/mips/vr4300.mt: Delete file.
8451         * config/mips/vr4xxx.mt: Delete file.
8452         * config/mips/bigmips.mt: Delete file.
8453         * config/mips/bigmips64.mt: Delete file.
8454         * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8455         * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8456         * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8457         * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8458         * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8459         "tm-bigmips.h".
8460         * config/mips/tm-irix3.h: Ditto.
8461         * config/mips/tm-mipsv4.h: Ditto.
8462         * config/mips/tm-embed.h: Ditto.
8463         * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8464         "tm-bigmips64.h".
8465         * config/mips/tm-vr5000el.h: Delete file.
8466         * config/mips/tm-tx39l.h: Delete file.
8467         * config/mips/tm-vr4300el.h: Delete file.
8468         * config/mips/tm-vr4xxxel.h: Delete file.
8469         * config/mips/tm-vr4300.h: Delete file.
8470         * config/mips/tm-vr4100.h: Delete file.
8471         * config/mips/tm-vr4xxx.h: Delete file.
8472         * config/mips/tm-vr5000.h: Delete file.
8473         * config/mips/tm-embedl64.h: Delete file.
8474         * config/mips/tm-embedl.h: Delete file.
8475         * config/mips/tm-embed64.h: Delete file.
8476         * config/mips/tm-bigmips64.h: Delete file.
8477         * config/mips/tm-bigmips.h: Delete file.
8478
8479 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
8480
8481         Fix gdb/1216.
8482         * shnbsd-nat.c: Include "sh-tdep.h".
8483
8484         From Richard Henderson  <rth@redhat.com>:
8485         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8486
8487 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8488
8489         * mips-tdep.c (set_reg_offset): Add saved_regs parameter.  Add
8490         forward declaration.
8491         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8492         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8493         (mips_find_saved_regs): Use set_reg_offset.
8494         (mips_frame_init_saved_regs): Delete function.
8495         (mips_pop_frame): Call mips_find_saved_regs instead of
8496         DEPRECATED_FRAME_INIT_SAVED_REGS.
8497
8498 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8499
8500         * mips-tdep.c (mips_gdbarch_init): Do not set
8501         deprecated_max_register_raw_size, register_virtual_size, and
8502         deprecated_max_register_virtual_size.
8503
8504 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
8505
8506         * i386-tdep.c: Include "dwarf2-frame.h".
8507         (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8508         * Makefile.in (i386-tdep.o): Update dependencies.
8509
8510         * dwarf2-frame.c, dwarf2-frame.h: New files.
8511         * Makefile.in (SFILES): Add dwarf2-frame.c.
8512         (dwarf2_frame_h): Define.
8513         (COMMON_OBS): Add dwarf2-frame.o.
8514         (dwarf2-frame.o): Add dependencies.
8515
8516 2003-05-31  Andreas Jaeger  <aj@suse.de>
8517
8518         * x86-64-linux-nat.c: Fix comment.
8519
8520 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
8521
8522         * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8523         function signature.
8524
8525         * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8526         have a sigcontext_addr handler.
8527         * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8528         sigcontext_addr handler.
8529
8530 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8531
8532         * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8533         (print_fp_register_row): Replace do_fp_register_row.
8534         (mips_print_fp_register): Add "file" and "frame" parameters.
8535         (mips_print_register): Add "file" and "frame" parameters.
8536         (mips_print_registers_info): Replace mips_do_registers_info.
8537         (mips_gdbarch_init): Set print_registers_info instead of
8538         deprecated_do_registers_info.
8539         (mips_read_fp_register_single): Add "frame" parameter.
8540         (mips_read_fp_register_double): Add "frame" parameter.
8541
8542 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
8543
8544         * i386-tdep.c (i386_register_name): Check for MMX registers first.
8545         Fixes a bug where GDB would print the wrong register names for
8546         targets without SSE.
8547
8548         * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8549         (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8550         registers.
8551
8552         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8553         (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8554         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8555         TDEP->sc_sp_offset.
8556
8557         From Michal Ludvig  <mludvig@suse.cz>:
8558         * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8559         and `sc_num_regs'.
8560         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8561         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8562         I386_ST0_REGNUM): Move here from...
8563         * i386-tdep.c: ... here.
8564         (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8565         (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8566         registers if possible.
8567         (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8568         * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8569         Remove variables.
8570         (i386bsd_sc_reg_offset): New variable.
8571         (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8572         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8573         TDEP->sc_sp_offset.
8574         (i386fbsd_sc_reg_offset): New variable.
8575         (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8576         TDEP->sc_num_regs.
8577         (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8578         variables.
8579         (i386fbsd4_sc_reg_offset): New variable.
8580         (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8581         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8582         TDEP->sc_sp_offset.
8583         * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8584         (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8585         * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8586         Remove variables.
8587         (i386nbsd_sc_reg_offset): New variable.
8588         (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8589         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8590         TDEP->sc_sp_offset.
8591         * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8592         Remove variables.
8593         (i386obsd_sc_reg_offset): New variable.
8594         (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8595         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8596         TDEP->sc_sp_offset.
8597         * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8598         i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c.  Add check
8599         for frame pointer offset in `struct sigcontext'.
8600
8601 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8602
8603         * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8604         architecture methods call_dummy_words, sizeof_call_dummy_words,
8605         push_return_address, store_struct_return, and fix_call_dummy.  Set
8606         push_dummy_call instead of deprecated_push_arguments.
8607         (mips_store_struct_return): Delete function.
8608         (mips_fix_call_dummy): Delete function.
8609         (mips_push_return_address): Delete function.
8610         (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8611         RA_REGNUM and T9_REGNUM.
8612         (mips_n32n64_push_dummy_call): Ditto for
8613         mips_n32n64_push_arguments.
8614         (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8615         (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8616
8617 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8618
8619         * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter.  Rename
8620         "dummy_addr" to "bp_addr".
8621         * infcall.c (call_function_by_hand): Pass "funaddr" to
8622         gdbarch_push_dummy_call.
8623         * gdbarch.h, gdbarch.c: Re-generate.
8624         * i386-tdep.c (i386_push_dummy_call): Update.
8625         * arm-tdep.c (arm_push_dummy_call): Update.
8626         * d10v-tdep.c (d10v_push_dummy_call): Update.
8627
8628 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
8629
8630         * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8631         variable declarations.
8632         (x86_64_register_number, x86_64_register_name): Remove prototypes.
8633         (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8634         x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8635         x86_64_init_frame_pc, x86_64_init_frame_pc,
8636         x86_64_function_has_prologue): Remove prototypes.
8637         (X86_64_NUM_GREGS): New define.
8638         (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8639         * x86-64-tdep.c: Don't include "dwarf2cfi.h".  Include
8640         "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8641         (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8642         XMM1_REGNUM): Remove defines.
8643         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8644         X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8645         X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8646         X86_64_XMM1_REGNUM): New defines.
8647         (struct x86_64_register_info): Renamed from `struct
8648         register_info'.  Remove `size' member.
8649         (x86_64_register_info_table): Remove variable.
8650         (x86_64_register_info): New variable.
8651         (X86_64_NUM_REGS): New define.
8652         (X86_64_NUM_GREGS): Remove define.
8653         (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8654         (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8655         Remove variables.
8656         (x86_54_dwarf2_reg_to_regnum): Remove function.
8657         (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8658         (x86_64_dwarf_reg_to_regnum): New function.
8659         (x86_64_register_name): Rewrite.
8660         (x86_64_register_raw_size): Remove function.
8661         (x86_64_register_byte_table): Remove variable.
8662         (x86_64_register_byte): Remove function.
8663         (x86_64_register_virtual_type): Remove function.
8664         (x86_64_register_type): New function.
8665         (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8666         x86_64_register_convert_to_raw): Remove functions.
8667         (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8668         (x86_64_use_struct_convention): Make static.  Adjust for renamed
8669         defines.
8670         (x86_64_frame_init_saved_regs): Remove function.
8671         (x86_64_push_arguments): Make static.  Change to accept a regcache
8672         as argument.
8673         (x86_64_store_return_value, x86_64_extract_return_value): Make
8674         static.  Rewrite based on i386 counterparts.
8675         (x86_64_push_dummy_call): New function.
8676         (X86_64_NUM_SAVED_REGS): New define.
8677         (x86_64_register_number): Remove function.
8678         (x86_64_store_struct_return): Remove function.
8679         (x86_64_frameless_function_invocation,
8680         x86_64_function_has_prologue): Remove functions.
8681         (PROLOG_BUFSIZE): Remove define.
8682         (struct x86_64_frame_cache): New structure.
8683         (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8684         x86_64_frame_cache, x86_64_frame_this_id,
8685         x86_64_frame_prev_register, x86_64_frame_p,
8686         x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8687         x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8688         functions.
8689         (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8690         variables.
8691         (x86_64_skip_prologue): Rewrite in terms of
8692         x86_64_analyze_prologue.
8693         (x86_64_frame_base_address): New function.
8694         (x86_64_frame_base): New variable.
8695         (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8696         (x86_64_init_abi): Set register_type and push_dummy_call.  Don't
8697         set deprecated_fp_regnum, deprecated_register_size,
8698         deprecated_register_bytes, register_raw_size, register_byte,
8699         register_virtual_type, register_convertiable,
8700         register_convert_to_virtual, convert_to_raw,
8701         deprecated_get_saved_register, deprecated_target_read_fp,
8702         deprecated_push_arguments, deprecated_push_return_address,
8703         deprecated_pop_frame, deprecated_store_struct_return,
8704         deprecated_frame_init_saved_regs, deprecated_frame_chain,
8705         frameless_function_invocation, deprecated_frame_saved_pc,
8706         deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8707         dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8708         deprecated_init_frame_pc and virtual_frame_pointer.  Call
8709         frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8710         and x86_64_frame_p.  Call frame_base_set_default to register
8711         x86_64_frame_base.
8712         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8713         (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8714         (_initialize_x86_64_tdep): Remove function.
8715         * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8716         (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8717         LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8718         define.
8719         (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8720         (x86_64_linux_sigcontext_addr): Rewrite.
8721         (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8722         x86_64_linux_frame_saved_pc): Remove functions.
8723         (x86_64_linux_pc_in_sigtramp): Renamed from
8724         x86_64_linux_in_sigtramp.  Try harder to recognize a signal
8725         trampoline.
8726         (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8727         Remove_functions.
8728         (x86_64_linux_init_abi): Set pc_in_sigtramp.  Initialize
8729         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8730         * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8731         (x86_64_regmap): Rename to regmap.
8732         (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8733         x86_64_num_gregs.
8734         (supply_gregset, fill_gregset): Likewise.  Use regmap instead of
8735         x86_64_regmap.
8736         (x86_64_fxsave_offset): Remove function.
8737         (supply_fpregset): Simply call x86_64_supply_fxsave.
8738         (fill_fpregset): Simply call x86_64_fill_fxsave.
8739         (fetch_inferior_registers, store_inferior_registers): Avoid
8740         asignment in if-statement.
8741         (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8742         SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8743         LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8744         (fetch_core_registers): Remove function.
8745         (linux_elf_core_fns): Remove.
8746         (offsetoff): Don't define.
8747         (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8748         * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8749         * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8750         add core-regset.o.
8751         * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8752         protection against multiple includes instead of NM_X86_64_h.  Add
8753         various comments.  Include "config/nm-linux.h".  Don't include
8754         <signal.h>.
8755         (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8756         GET_THREAD_SIGNALS): Remove defines.
8757         (x86_64_register_u_addr, kernel_u_size,
8758         lin_thread_get_thread_signals): Remove prototypes.
8759         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8760         [HAVE_LINK_H]: Don't include "solib.h".
8761         [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8762         * config/i386/tm-x86-64linux.h: Fix comments.
8763         * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8764         x86-64-tdep.o): Update dependencies.
8765
8766 2003-05-30  Andrew Cagney  <cagney@redhat.com>
8767
8768         * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8769         Change parameter type to a "struct regcache *".
8770
8771         * gdbarch.sh: Regardless of the multi-arch level, always define
8772         the macro when not already defined.
8773         * gdbarch.h, gdbarch.c: Re-generate.
8774
8775 2003-05-30  Richard Henderson  <rth@redhat.com>
8776
8777         * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8778         (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8779         (alpha_mdebug_frame_this_id): Likewise.
8780         (alpha_mdebug_frame_prev_register): Likewise.
8781         (alpha_mdebug_frame_base_address): Likewise.
8782         (alpha_mdebug_frame_locals_address): Likewise.
8783         (alpha_mdebug_frame_args_address): Likewise.
8784         (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8785         * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8786         (alpha_heuristic_frame_unwind_cache): Make static; add missing
8787         loop increment.
8788         (alpha_heuristic_frame_this_id): Make static.
8789         (alpha_heuristic_frame_prev_register): Likewise.
8790         (alpha_heuristic_frame_base_address): Likewise.
8791         * alpha-tdep.h: Update.
8792
8793 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
8794
8795         * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8796         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8797         defenitions.
8798         (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8799         * i386-tdep.c: Mark functions that are 64-bit safe as such.
8800         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8801         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8802         I386_ST0_REGNUM): New defines.
8803         (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8804         codestream_get): Remove define.
8805         (codestream_next_addr, condestream_addr, condestream_buf,
8806         codestream_off, codestream_cnt): Remove variables.
8807         (codestream_fill, codestream_seek, codestream_read): Remove
8808         functions.
8809         (i386_follow_jump): Rewrite to avoid usage of removed codestream
8810         functionality.
8811         (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8812         i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8813         i386_frame_saved_pc, i386_saved_pc_after_call,
8814         i386_frame_num_args, i386_frame_init_saved_regs,
8815         i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8816         i386_push_arguments): Remove functions.
8817         (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8818         functionality.  Use i386_analyze_prologue instead of
8819         i386_get_frame_setup.
8820         (I386_NUM_SAVED_REGS): New define.
8821         (struct i386_frame_cache): New structure.
8822         (i386_alloc_frame_cache, i386_analyze_struct_return,
8823         i386_skip_probe, i386_analyze_frame_setup,
8824         i386_analyze_register_saves, i386_analyze_prologue,
8825         i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8826         i386_frame_prev_register, i386_sigtramp_frame_cache,
8827         i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8828         i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8829         i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8830         New functions.
8831         (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8832         New variables.
8833         (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8834         I386_EAX_REGNUM and I386_EDX_REGNUM.
8835         (i386_extract_return_value, i386_store_return_value): Use
8836         I386_ST0_REGNUM where appropriate.
8837         (i386_extract_struct_value_address): Rewrite to use extract_address.
8838         (i386_svr4_pc_in_sigtramp): Add comment.
8839         (i386_svr4_sigcontext_addr): Rewrite.
8840         (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8841         TDEP->sc_sp_offset.
8842         (i386_gdbarch_init): Don't set deprecated_init_frame_pc.  Set
8843         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8844         of new defines.  Set push_dummy_call, don't set
8845         deprecated_push_arguments, deprecated_push_return_address,
8846         deprecated_pop_frame.  Don't set parm_boundary.  Don't set
8847         deprecated_frame_chain, deprecated_frame_saved_pc,
8848         deprecated_saved_pc_after_call.  Set unwind_dummy_id,
8849         save_dummy_frame_tos, unwind_pc.  Call
8850         frame_unwind_append_predicate and frame_base_set_default.  Don't
8851         set deprecated_dummy_write_pc.  Don't set deprecated_fp_regnum.
8852         Don't set frameless_function_invocation.  Don't set
8853         deprecated_register_bytes, deprecated_register_size,
8854         deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8855         * i386-linux-tdep.c: Fix formatting in some comments.
8856         (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8857         LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8858         LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8859         LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8860         LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8861         redundant parentheses.
8862         (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8863         (i386_linux_sigcontext_addr): Use it.  Rewrite.
8864         (find_minsym_and_objfile): Change name of second argument.
8865         (skip_gnu_resolver): Renamed from skip_hurd_resolver.  All callers
8866         changed.  Use frame_pc_unwind instead of
8867         DEPRECATED_SAVED_PC_AFTER_CALL.
8868         (i386_linux_init_abi): Don't set deprecated_register_bytes.
8869         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8870         * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8871         unwinder.
8872         * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8873         "dummy-frame.h".
8874         (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8875         (_initialize_i386_cygwin_tdep): New prototype.
8876         (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8877         deprecated_frame_chain_valid.
8878         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8879         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8880         Rely on the SVR4 defaults.
8881         * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8882         * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8883
8884 2003-05-30  Andrew Cagney  <cagney@redhat.com>
8885
8886         * infcall.c (call_function_by_hand): Always call
8887         DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8888
8889 2003-05-30  Richard Henderson  <rth@redhat.com>
8890
8891         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8892         increment.
8893
8894 2003-05-29  Jim Blandy  <jimb@redhat.com>
8895
8896         Use gdbarch methods for solib stuff on PowerPC Linux.
8897         * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8898         SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8899         show through.
8900         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8901         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8902         giving the same effect as the #definitions above.
8903
8904 2003-05-29  Adam Fedor  <fedor@gnu.org>
8905
8906         * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8907         (find_implementation_from_class): Replace it with the standard
8908         case i.e. do nothing.
8909
8910 2003-05-29  Richard Henderson  <rth@redhat.com>
8911
8912         * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8913         (alpha_linux_sigtramp_offset): Use it.  Make static.
8914         (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8915         update for new frame model.
8916         * alpha-mdebug-tdep.c: New file.
8917         * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8918         (alpha_osf1_init_abi): Install it.
8919         * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8920         (linked_proc_desc_table): Remove.
8921         (alpha_frame_past_sigtramp_frame): Remove.
8922         (alpha_dynamic_sigtramp_offset): Remove.
8923         (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8924         (alpha_proc_desc_is_dyn_sigtramp): Remove.
8925         (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8926         (push_sigtramp_desc): Remove.
8927         (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8928         (alpha_cannot_store_register): Likewise.
8929         (alpha_sigcontext_addr): Remove.
8930         (alpha_find_saved_regs): Remove.
8931         (alpha_frame_init_saved_regs): Remove.
8932         (alpha_init_frame_pc_first): Remove.
8933         (read_next_frame_reg): Remove.
8934         (alpha_frame_saved_pc): Remove.
8935         (alpha_saved_pc_after_call): Remove.
8936         (temp_proc_desc, temp_saved_regs): Remove.
8937         (alpha_about_to_return): Remove.
8938         (cached_proc_desc): Remove.
8939         (alpha_frame_chain): Remove.
8940         (alpha_print_extra_frame_info): Remove.
8941         (alpha_init_extra_frame_info): Remove.
8942         (alpha_frame_locals_address): Remove.
8943         (alpha_frame_args_address): Remove.
8944         (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8945         (alpha_push_dummy_frame): Remove.
8946         (alpha_pop_frame): Remove.
8947         (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8948         (alpha_read_insn): New.
8949         (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8950         for different insn encodings.
8951         (alpha_in_lenient_prologue): Remove.
8952         (struct alpha_sigtramp_unwind_cache): New.
8953         (alpha_sigtramp_frame_unwind_cache): New.
8954         (alpha_sigtramp_register_address): New.
8955         (alpha_sigtramp_frame_this_id): New.
8956         (alpha_sigtramp_frame_prev_register): New.
8957         (alpha_sigtramp_frame_unwind): New.
8958         (alpha_sigtramp_frame_p): New.
8959         (struct alpha_heuristic_unwind_cache): New.
8960         (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8961         don't count nop insns that occur between functions.
8962         (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8963         heuristic_proc_desc, but without the mdebug wrapping.
8964         (alpha_heuristic_frame_this_id): New.
8965         (alpha_heuristic_frame_prev_register): New.
8966         (alpha_heuristic_frame_unwind): New.
8967         (alpha_heuristic_frame_p): New.
8968         (alpha_heuristic_frame_base_address): New.
8969         (alpha_heuristic_frame_base): New.
8970         (alpha_unwind_dummy_id): New.
8971         (alpha_unwind_pc): New.
8972         (alpha_gdbarch_init): Don't set skip_sigtramp_frame.  Kill use of
8973         frame related deprecated initializations; install replacements.
8974         (alpha_dump_tdep): Remove.
8975         * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8976         (alpha_read_insn, alpha_after_prologue,
8977         alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8978         alpha_heuristic_frame_prev_register,
8979         alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8980         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8981         * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8982         * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8983
8984 2003-05-29  Andrew Cagney  <cagney@redhat.com>
8985
8986         * gdb_assert.h (gdb_assert_fail): Provide different definitions
8987         dependant on the availability of ASSERT_FUNCTION.
8988         (ASSERT_FUNCTION): Do not define when there is no function name.
8989
8990 2003-05-29  Kevin Buettner  <kevinb@redhat.com>
8991
8992         From Jimi X <jimix@watson.ibm.com>:
8993         * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8994
8995 2003-05-28  Jim Blandy  <jimb@redhat.com>
8996
8997         * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8998         argument to ptrace to int; the system headers should give it the
8999         right type, and pointers don't fit in ints on powerpc64-*-*.
9000
9001 2003-05-28  H.J. Lu <hongjiu.lu@intel.com>
9002
9003         * dwarf2read.c (process_die): Handle DW_TAG_try_block and
9004         DW_TAG_catch_block.
9005
9006 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
9007
9008         * stabsread.c (dbx_lookup_type): Make static.
9009         (read_type): Ditto.
9010         (add_undefined_type): Ditto.
9011         * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
9012         not export.
9013
9014 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
9015
9016         * hpread.c (hpread_has_name): Make static.
9017         (hpread_psymtab_to_symtab): Ditto.
9018         (file_exists): Ditto.
9019         (hpread_call_pxdb): Ditto.
9020         (hpread_pxdb_needed): Ditto.
9021         (hpread_quick_traverse): Ditto.
9022         (hpread_get_header): Ditto.
9023         (hpread_get_lntt): Ditto.
9024         (hpread_get_slt): Ditto.
9025         (class_of): Ditto.
9026
9027 2003-05-25  Andreas Schwab  <schwab@suse.de>
9028
9029         * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
9030         stack_align and deprecated_extra_stack_alignment_needed.
9031         (m68k_stack_align): Delete.
9032
9033         * m68k-tdep.c (m68k_register_raw_size): Remove cast.
9034         (m68k_register_virtual_size): Likewise.
9035         (altos_skip_prologue): Remove obsolete function.
9036         (isi_frame_num_args): Likewise.
9037         (news_frame_num_args): Likewise.
9038         (m68k_fix_call_dummy): Make static.
9039         (m68k_push_dummy_frame): Likewise.
9040         (m68k_pop_frame): Likewise.
9041         (m68k_skip_prologue): Likewise.
9042         (m68k_frame_init_saved_regs): Likewise.
9043         (m68k_saved_pc_after_call): Likewise.
9044         (m68k_get_longjmp_target): Make multi-arch.
9045         (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
9046         structure.  Register m68k_get_longjmp_target if enabled.
9047         * m68k-tdep.h (struct gdbarch_tdep): Define.
9048         * config/m68k/tm-m68k.h: Don't include "regcache.h".
9049
9050         * Makefile.in (config.status): Also depend on configure.tgt
9051         and configure.host.
9052         (m68klinux-tdep.o): Update dependencies.
9053         * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
9054         * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
9055         (M68K_LINUX_JB_PC): Define.
9056         (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
9057         and take additional parameter.
9058         (m68k_linux_sigtramp_saved_pc): Update.
9059         (m68k_linux_init_abi): Set jb_pc and jb_elt_size.  Register
9060         m68k_linux_pc_in_sigtramp, in_plt_section,
9061         find_solib_trampoline_target.
9062         * config/m68k/tm-linux.h: Don't include any tm headers.
9063         (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
9064         (JB_ELEMENT_SIZE): Likewise.
9065         (JB_PC): Likewise.
9066         (GET_LONGJMP_TARGET): Likewise.
9067         (IN_SIGTRAMP): Likewise.
9068         (SVR4_SHARED_LIBS): Define this and include "solib.h".
9069
9070 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
9071
9072         * sparc-tdep.c (sparc32_do_push_arguments): New function.
9073         (sparc32_push_arguments): Re-implement by calling
9074         sparc32_do_push_arguments.
9075
9076 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
9077
9078         * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
9079         SPARC_O1_REGNUM): New defines.
9080         (sparc32_extract_return_value): Rewrite to operate on a regcache.
9081         (sparc32_store_return_value): New function.
9082         (sparc_extract_struct_value_address): Rewrite to operate on a
9083         regcache.
9084         (sparc_gdbarch_init): Don't set
9085         deprecated_extract_struct_value_address.  Set
9086         extract_struct_value_address instead. Don't set
9087         deprecated_extract_return_value and deprecated_store_return_value
9088         for 32-bit targets.  Set extract_return_value and
9089         store_return_value instead.
9090         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
9091         DEPRECATED_EXTRACT_RETURN_VALUE,
9092         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
9093         (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
9094         EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
9095         (sparc_store_return_value): Remove prototype.
9096         (sparc32_store_return_value): New prototype.
9097         (sparc32_extract_return_value, sparc_extract_struct_value_address):
9098         Adjust prototypes.
9099
9100 2003-05-24  Mark Kettenis  <kettenis@gnu.org>
9101
9102         * sparcnbsd-tdep.c: Include "gdb_string.h".
9103
9104 2003-05-23  Andrew Cagney  <cagney@redhat.com>
9105
9106         * p-valprint.c (pascal_val_print): Replace extract_address with
9107         the inline equivalent extract_unsigned_integer.
9108         * jv-valprint.c (java_value_print): Ditto.
9109         * ada-valprint.c (ada_val_print_1): Ditto.
9110         * ada-lang.h (EXTRACT_ADDRESS): Ditto.
9111
9112 2003-05-23  Theodore A. Roth  <troth@openavr.org>
9113
9114         * blockframe.c (frameless_look_for_prologue): Remove unused
9115         after_prologue variable.
9116
9117 2003-05-23  Mark Kettenis  <kettenis@gnu.org>
9118
9119         * blockframe.c (get_pc_function_start): Rewrite to avoid
9120         asignments in if-statements.
9121
9122 2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9123
9124         Committed by Elena Zannoni  <ezannoni@redhat.com>.
9125         * coffread.c(coff_symtab_read): Do relocate static symbols from PE
9126         files, don't relocate absolute symbols (and do use mst_abs).
9127
9128 2003-05-23  Andrew Cagney  <cagney@redhat.com>
9129
9130         * objc-lang.c: Include "gdb_assert.h".
9131         (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
9132         (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
9133         (gdb_check, gdb_check_fatal): Delete functions.
9134         (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
9135         gdb_assert.
9136         (parse_selector, parse_method, find_methods, find_imps): Ditto.
9137         * Makefile.in (objc-lang.o): Update dependencies.
9138
9139 2003-05-22  Ian Lance Taylor  <ian@airs.com>
9140
9141         * disasm.c (gdb_disassemble_info): Initialize disassemble_info
9142         with fprintf_filtered, not fprintf_unfiltered.
9143
9144 2003-05-22  Andrew Cagney  <cagney@redhat.com>
9145
9146         * stack.c (frame_info): Inline extract_address, replacing it with
9147         extract_unsigned_integer.
9148         * findvar.c (unsigned_pointer_to_address): Ditto.
9149         * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
9150         * dwarf2expr.c (dwarf2_read_address): Ditto.
9151         * frame.c (frame_pc_unwind): Update comment.
9152         * dummy-frame.c (deprecated_read_register_dummy): Update comment.
9153
9154 2003-05-22  Jeff Johnston  <jjohnstn@redhat.com>
9155
9156         * infptrace.c (detach): Call print_sys_errmsg rather than
9157         perror_with_name to issue warning message when errno is non-zero
9158         after calling ptrace detach.
9159
9160 2003-05-21  J. Brobecker  <brobecker@gnat.com>
9161
9162         * config/pa/tm-hppa.h: Delete some unused macros. Move some
9163         macro definitions from here...
9164         * hppa-tdep.c: ...to there.
9165
9166 2003-05-20  Kevin Buettner  <kevinb@redhat.com>
9167
9168         * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
9169         register_ptrace_addr().  Fix all callers.
9170
9171 2003-05-21  Andreas Schwab  <schwab@suse.de>
9172
9173         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
9174         dependencies.
9175         * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
9176         end.
9177         * m68klinux-tdep.c (m68k_linux_init_abi): New function.
9178         (_initialize_m68k_linux_tdep): New function.
9179         (m68k_linux_frame_saved_pc): Make static.
9180         (m68k_linux_extract_return_value): Likewise.
9181         (m68k_linux_store_return_value): Likewise.
9182         (m68k_linux_extract_struct_value_address): Likewise.
9183         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
9184         Remove.
9185         (DEPRECATED_STORE_RETURN_VALUE): Remove.
9186         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
9187         (DEPRECATED_FRAME_SAVED_PC): Remove.
9188
9189 2003-05-20  Kris Warkentin  <kewarken@qnx.com>
9190
9191         * nto-tdep.c (fetch_core_registers): Match gdb's idea of
9192         regset numbering rather than our own.
9193
9194 2003-05-19  David Carlton  <carlton@bactrian.org>
9195
9196         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
9197
9198 2003-05-19  David Carlton  <carlton@bactrian.org>
9199
9200         Partial fix for PR c++/827.
9201         * cp-support.h: Include symtab.h.
9202         Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
9203         * cp-namespace.c: Update contributors.
9204         (cp_lookup_symbol_nonlocal): New.
9205         (lookup_namespace_scope, cp_lookup_symbol_namespace)
9206         (lookup_symbol_file): Ditto.
9207         * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
9208         * block.h: Declare block_scope, block_using, block_global_block.
9209         * block.c (block_scope): New.
9210         (block_using, block_global_block): Ditto.
9211         * Makefile.in (cp_support_h): Depend on symtab_h.
9212         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
9213
9214 2003-05-19  David Carlton  <carlton@bactrian.org>
9215
9216         * language.h (struct language_defn): Add 'la_value_of_this'
9217         and 'la_lookup_symbol_nonlocal' members.
9218         * symtab.h: Declare basic_lookup_symbol_nonlocal,
9219         lookup_symbol_static, lookup_symbol_global,
9220         lookup_symbol_aux_block.
9221         * symtab.c (lookup_symbol_aux): Call language hooks to determine
9222         if we should search fields of this and how to do static/global
9223         lookup.
9224         (lookup_symbol_aux_block): Make extern.
9225         (basic_lookup_symbol_nonlocal): New.
9226         (lookup_symbol_static, lookup_symbol_global): Ditto.
9227         * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
9228         'la_lookup_symbol_nonlocal' members.
9229         * c-lang.c (c_language_defn, cplus_language_defn)
9230         (asm_language_defn, minimal_language_defn): Ditto.
9231         * jv-lang.c (java_language_defn): Ditto.
9232         * language.c (unknown_language_defn, auto_language_defn)
9233         (local_language_defn): Ditto.
9234         * m2-lang.c (m2_language_defn): Ditto.
9235         * objc-lang.c (objc_language_defn): Ditto.
9236         * scm-lang.c (scm_language_defn): Ditto.
9237         * f-lang.c (f_language_defn): Ditto, and include value.h as well.
9238         * p-lang.c (pascal_language_defn): Ditto for both.
9239         * Makefile.in (f-lang.o): Depend on value_h.
9240         (p-lang.o): Ditto.
9241
9242 2003-05-19  David Carlton  <carlton@bactrian.org>
9243
9244         * block.h: Declare block_static_block.
9245         * block.c (block_static_block): New.
9246         * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
9247         lookup_symbol_aux_local, calling block_static_block instead.
9248         (lookup_symbol_aux_local): Delete 'static_block' argument.
9249
9250 2003-05-19  David Carlton  <carlton@bactrian.org>
9251
9252         * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
9253
9254 2003-05-19  Michal Ludvig  <mludvig@suse.cz>
9255
9256         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
9257         register numbers mapping.
9258
9259 2003-05-18  Adam Fedor  <fedor@gnu.org>
9260
9261         * symtab.c (completion_list_objc_symbol): New function.
9262         (make_symbol_completion_list): Use it to add ObjC symbols
9263         when looking though the list.
9264         (language_search_unquoted_string): New function.
9265         (make_file_symbol_completion_list): Use it.
9266
9267 2003-05-18  Andreas Schwab  <schwab@suse.de>
9268
9269         * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
9270         dependencies.
9271         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
9272         as m68k_linux_extract_return_value.
9273         (DEPRECATED_STORE_RETURN_VALUE): Define as
9274         m68k_linux_store_return_value.
9275         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
9276         m68k_linux_extract_struct_value_address.
9277         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
9278         get_next_frame, get_frame_base, get_frame_pc.
9279         (m68k_linux_frame_saved_pc): Use get_frame_base.
9280         (m68k_linux_extract_return_value): New function.
9281         (m68k_linux_store_return_value): New function.
9282         (m68k_linux_extract_struct_value_address): New function.
9283         * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
9284
9285         * c-exp.y (typebase): Remove duplicate occurence of
9286         `SIGNED_KEYWORD LONG LONG'.  Use builtin_type_long_long instead
9287         of lookup_signed_typename.
9288
9289 2003-05-18  Mark Kettenis  <kettenis@gnu.org>
9290
9291         * dwarf2loc.c (find_location_expression): Change type of second
9292         argument to `size_t *'.
9293         (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
9294         for size variable.
9295
9296 2003-05-18  David Carlton  <carlton@bactrian.org>
9297
9298         * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
9299         'linkage_name'.  Add comment.
9300         (lookup_symbol_aux_local): Rename 'mangled_name' argument to
9301         'linkage_name'.
9302         (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
9303         (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
9304         (lookup_block_symbol): Ditto.
9305
9306 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9307
9308         * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
9309         * gdbarch.h, gdbarch.c: Re-generate.
9310         * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
9311         * TODO (REGISTER_BYTES): Delete reference.
9312         * alpha-tdep.c (alpha_gdbarch_init): Update.
9313         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9314         * x86-64-tdep.c (x86_64_init_abi): Update.
9315         * vax-tdep.c (vax_gdbarch_init): Update.
9316         * v850-tdep.c (v850_gdbarch_init): Update.
9317         * sparc-tdep.c (sparc_gdbarch_init): Update.
9318         * sh-tdep.c (sh_gdbarch_init): Update.
9319         * s390-tdep.c (s390_gdbarch_init): Update.
9320         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9321         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
9322         (ns32k_gdbarch_init_32382): Update.
9323         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9324         * mcore-tdep.c (mcore_gdbarch_init): Update.
9325         * m68k-tdep.c (m68k_gdbarch_init): Update.
9326         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9327         * ia64-tdep.c (ia64_gdbarch_init): Update.
9328         * i386-tdep.c (i386_gdbarch_init): Update.
9329         * i386-linux-tdep.c (i386_linux_init_abi): Update.
9330         * hppa-tdep.c (hppa_gdbarch_init): Update.
9331         * h8300-tdep.c (h8300_gdbarch_init): Update.
9332         * frv-tdep.c (frv_gdbarch_init): Update.
9333         * cris-tdep.c (cris_gdbarch_init): Update.
9334         * avr-tdep.c (avr_gdbarch_init): Update.
9335         * arm-tdep.c (arm_gdbarch_init): Update.
9336         * sparc-tdep.c (sparc_pop_frame): Update.
9337         * rs6000-tdep.c (rs6000_pop_frame): Update.
9338         * remote.c (init_remote_state): Update.
9339         (remote_prepare_to_store): Update.
9340         * remote-vx.c (vx_prepare_to_store): Update.
9341         * remote-sds.c (sds_fetch_registers): Update.
9342         (sds_prepare_to_store): Update.
9343         * remote-array.c: Update.
9344         * regcache.c (init_legacy_regcache_descr): Update.
9345         (init_regcache_descr): Update.
9346         * mips-tdep.c (mips_eabi_extract_return_value): Update.
9347         (mips_o64_extract_return_value): Update.
9348         * irix5-nat.c (fetch_core_registers): Update.
9349         * irix4-nat.c (fetch_core_registers): Update.
9350         * i386-tdep.h: Update.
9351         * hppa-tdep.c (pa_do_registers_info): Update.
9352         (pa_do_strcat_registers_info): Update.
9353         * cris-tdep.c (cris_register_bytes_ok): Update.
9354         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
9355         * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
9356         * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
9357         * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
9358         * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
9359         * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
9360         * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
9361         * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
9362         * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
9363         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
9364         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
9365         * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
9366         (REGISTER_BYTES_OK): Update.
9367         * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
9368         * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
9369
9370 2003-05-16  Ian Lance Taylor  <ian@airs.com>
9371
9372         * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
9373         (vax_print_insn, print_insn_arg): Remove static functions.
9374         (vax_gdbarch_init): Call set_gdbarch_print_insn with
9375         print_insn_vax from opcodes library.
9376         (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
9377
9378 2003-05-15  Andrew Cagney  <cagney@redhat.com>
9379
9380         * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
9381         * target.h (memory_breakpoint_from_pc): Delete declaration.
9382         * mem-break.c (memory_breakpoint_from_pc): Delete function.
9383         * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
9384         * monitor.c (monitor_insert_breakpoint): Use
9385         gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
9386         * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9387         * gdbarch.h, gdbarch.c: Re-generate.
9388         * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
9389         (sparc_gdbarch_init): Set breakpoint_from_pc to
9390         sparc_breakpoint_from_pc.
9391         * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
9392         (BREAKPOINT_FROM_PC): Define.
9393         (sparc_breakpoint_from_pc): Declare.
9394         * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
9395         * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
9396         (BREAKPOINT_FROM_PC): Define.
9397         (BREAKPOINT): Delete macro.
9398         * target.h: Update comment.
9399         * s390-tdep.c (s390_gdbarch_init): Update comments.
9400         * remote.c: Update comments.
9401         * remote-mips.c: Update comments.
9402         * proc-api.c (write_with_trace): Do not check for a breakpoint.
9403         * mem-break.c: Update comment.
9404         * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
9405         (ia64_memory_insert_breakpoint): Update.
9406         * config/sparc/tm-sparc.h: Update comment.
9407         * config/pa/tm-hppa64.h: Update comment.
9408         * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9409         (rs6000_breakpoint_from_pc): Update.
9410         * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9411         (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
9412         (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
9413         (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
9414         (mips_breakpoint_from_pc): Update.
9415         (mips_dump_tdep): Update.
9416
9417         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
9418         * minsyms.c (lookup_minimal_symbol): Inline
9419         DEPRECATED_SYMBOL_MATCHES_NAME.  Replace STREQ with strcmp.
9420
9421         * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
9422         * p-valprint.c (pascal_object_print_value_fields): Ditto.
9423         * p-lang.c (pascal_printstr): Ditto.
9424         * objc-lang.c (objc_printstr): Ditto.
9425         * m2-lang.c (m2_printstr): Ditto.
9426         * jv-valprint.c (java_print_value_fields): Ditto.
9427         * f-lang.c (f_printstr): Ditto.
9428         * cp-valprint.c (cp_print_value_fields): Ditto.  Include "valprint.h".
9429         * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9430         for repeat_count_threshold.
9431         * Makefile.in (cp-valprint.o): Update dependencies.
9432
9433 2003-05-15  Jeff Johnston  <jjohnstn@redhat.com>
9434
9435         * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9436         (examine_prologue): Support looking through leaf functions, knowing
9437         they start with mov r2,r12.  Support skipping over indirect stores
9438         of the input registers.  Upon hitting a non-nop branch instruction
9439         or predicated instruction, bail out by setting lim_pc to the current
9440         pc value in the loop.  At the end, if the lim_pc value is still
9441         beyond our calculated value and we have trust_limit set,
9442         use the lim_pc value.
9443
9444 2003-05-15  Andrew Cagney  <cagney@redhat.com>
9445
9446         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9447         generic_find_dummy_frame.
9448         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9449         (deprecated_generic_find_dummy_frame): Update.
9450         (deprecated_read_register_dummy): Update.
9451         * frame.c (deprecated_generic_get_saved_register): Update.
9452
9453 2003-05-15  Theodore A. Roth  <troth@openavr.org>
9454
9455         * avr-tdep.c (avr_breakpoint_from_pc): New function.
9456         (avr_gdbarch_init): Set breakpoint_from_pc method.
9457
9458 2003-05-15  Andrew Cagney  <cagney@redhat.com>
9459
9460         * regcache.c (build_regcache): Set deprecated_register_valid
9461         directly.
9462         (deprecated_grub_regcache_for_register_valid): Delete function.
9463         * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9464         declaration.
9465
9466 2003-05-15  David Carlton  <carlton@bactrian.org>
9467
9468         Committed by Elena Zannoni <ezannoni@redhat.com>
9469         * symtab.c (lookup_symbol_aux): Delete calls to
9470         lookup_symbol_aux_minsyms.
9471         (lookup_symbol_aux_minsyms): Comment out function and
9472         prototype. Delete lookup by mangled name.
9473
9474 2003-05-14  Kevin Buettner  <kevinb@redhat.com>
9475
9476         * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9477         correctly indicate an empty stack and ``stack_allocated'' to the
9478         indicate the number of elements initially allocated.
9479         (dwarf_expr_grow_stack): Simplify method for computing new
9480         stack size.  Don't loop infinitely if ``stack_len'' is zero.
9481         (execute_stack_op): Move ``ctx->in_reg'' initialization
9482         out of loop.  Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9483         be used in conjuction with DW_OP_piece.  Revise error message
9484         accordingly.
9485
9486 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9487
9488         * MAINTAINERS: Update my email address.
9489         * avr-tdep.c: Ditto.
9490
9491 2003-05-14  Elena Zannoni  <ezannoni@redhat.com>
9492
9493         * symtab.h (enum domain_enum): Rename from namespace_enum.
9494         (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9495         VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9496         Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9497         LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9498         TYPES_NAMESPACE, METHODS_NAMESPACE.
9499         (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9500         (struct symbol, struct partial_symbol): Rename field
9501         'namespace_enum namespace' to 'domain_enum domain'.
9502         (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9503         Delete old define kludge for namespace.
9504
9505         * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9506         blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9507         dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9508         gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9509         language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9510         mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9511         p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9512         stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9513         valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9514         occurrences of the above.
9515
9516 2003-05-14  Ian Lance Taylor  <ian@airs.com>
9517
9518         * Makefile.in (install-only): Use $(SHELL) when running
9519         mkinstalldirs.
9520
9521 2003-05-13  Ian Lance Taylor  <ian@airs.com>
9522
9523         * MAINTAINERS (write after approval): Add myself.
9524
9525         * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9526         second and third arguments.
9527         * ser-tcp.c (_initialize_ser_tcp): Likewise.
9528         * ser-unix.c (_initialize_ser_hardwire): Likewise.
9529
9530 2003-05-13  Andrew Cagney  <cagney@redhat.com>
9531
9532         * defs.h (store_address): Delete declaration.
9533         findvar.c (store_address): Delete function.
9534         * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9535         store_unsigned_integer.
9536         * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9537         * v850-tdep.c (v850_push_arguments): Ditto.
9538         * sparc-tdep.c (sparc_get_saved_register): Ditto.
9539         * sh-tdep.c (sh64_get_saved_register): Ditto.
9540         * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9541         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9542         * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9543         (mips_get_saved_register): Ditto.
9544         * ia64-tdep.c (ia64_get_saved_register): Ditto.
9545         (find_func_descr, ia64_push_arguments): Ditto.
9546         * i386-tdep.c (i386_push_arguments): Ditto.
9547         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9548         * frv-tdep.c (frv_push_arguments): Ditto.
9549         * frame.c (legacy_saved_regs_prev_register): Ditto.
9550         (deprecated_generic_get_saved_register): Ditto.
9551         * findvar.c (unsigned_address_to_pointer): Ditto.
9552         * dwarf2read.c (dwarf2_const_value): Ditto.
9553         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9554         * alpha-tdep.c (alpha_push_arguments): Ditto.
9555
9556 2003-05-12  J. Brobecker  <brobecker@gnat.com>
9557
9558         * NEWS: Mention that the hppa-hpux port has been partially
9559         multiarched (32bit ABIT only, so far).
9560
9561 2003-05-11  Andrew Cagney  <cagney@redhat.com>
9562
9563         * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9564         * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9565         include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9566         sim/testsuite/sim/arm/misaligned2.ms, and
9567         sim/testsuite/sim/arm/misaligned3.ms.
9568         * disasm.h (struct ui_file): Add opaque struct declaration.
9569         * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9570         * frame.h (struct ui_file): Ditto.
9571
9572 2003-05-11  Mark Kettenis  <kettenis@gnu.org>
9573
9574         * value.h: Pretty print.
9575
9576 2003-05-10  Mark Kettenis  <kettenis@gnu.org>
9577
9578         * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9579
9580 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9581
9582         * regcache.h (max_register_size): Delete declaration.
9583         * regcache.c (max_register_size): Delete function.
9584         (struct regcache_descr): Delete field "max_register_size".
9585         (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9586         registers fit in MAX_REGISTER_SIZE.
9587         (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9588         (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9589         * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9590         * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9591         * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9592         * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9593         * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9594         * dve3900-rom.c, hppa-tdep.c: Ditto.
9595
9596 2003-05-08  David Carlton  <carlton@math.stanford.edu>
9597
9598         * valops.c (push_word): Fix typo.
9599
9600 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9601
9602         * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9603         * gdbarch.h: Re-generate.
9604         * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9605         (legacy_max_register_raw_size): Delete declaration.
9606         * regcache.c (legacy_max_register_raw_size): Delete function.
9607         * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9608         * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9609         * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9610         * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9611         * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9612         * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9613         * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9614         * findvar.c, dwarf2cfi.c: Ditto.
9615
9616 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9617
9618         * mips-tdep.c (read_signed_register): New function, moved to here
9619         from "regcache.c".
9620         (read_signed_register_pid): Ditto.
9621         * regcache.c (read_signed_register_pid): Delete function, moved to
9622         "mips-tdep.c".
9623         (read_signed_register): Ditto.
9624         * regcache.h (read_signed_register): Delete declaration.
9625         (read_signed_register_pid): Delete declaration.
9626
9627 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9628
9629         * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9630         * gdbarch.h: Re-generate.
9631         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9632         (legacy_max_register_virtual_size): Delete declaration.
9633         * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9634         * d10v-tdep.c (d10v_print_registers_info): Ditto.
9635         * tracepoint.c (memrange_sortmerge): Ditto.
9636         * sparc-tdep.c (sparc_print_registers): Ditto.
9637         * regcache.c (legacy_max_register_virtual_size): Delete function.
9638
9639 2002-05-08  J. Brobecker  <brobecker@gnat.com>
9640
9641         * fork-child.c (escape_bang_in_quoted_argument): New function.
9642         (fork_inferior): Escape '!' characters in quoted arguments
9643         only when needed.
9644
9645 2003-05-08  J. Brobecker  <brobecker@gnat.com>
9646
9647         * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9648         the language of the CU is not currently supported by GDB.
9649
9650 2003-05-08  J. Brobecker  <brobecker@gnat.com>
9651
9652         * defs.h (language): Add language_minimal enum value.
9653         * c-lang.c (minimal_language_defn): New language definition.
9654         (_initialize_c_language): Add the new minimal language to the list
9655         of languages known to GDB.
9656
9657 2003-05-08  Kevin Buettner  <kevinb@redhat.com>
9658
9659         * frame.c (get_frame_type): Don't attempt to lazily initialize
9660         frame's unwinder for legacy frames.
9661
9662 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9663
9664         * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9665         and "regcache" parameters.
9666         * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9667
9668 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
9669
9670         * dwarf2read.c (dwarf_decode_lines): Only use output of
9671         check_cu_functions() when calling record_line().  Do not update
9672         the current address.
9673
9674 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9675
9676         * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9677         code.
9678
9679 2003-05-07  Jim Blandy  <jimb@redhat.com>
9680
9681         Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9682         'maint info symtabs' and 'maint info psymtabs'.
9683         * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9684         Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9685         * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9686         Declarations updated.
9687         * maint.c (maintenance_list_command): Delete.
9688         (_initialize_maint_cmds): Update calls to add_cmd.
9689         * gdbcmd.h (maintenancelistlist): Delete declaration.
9690         * cli/cli-cmds.c (maintenancelistlist): Delete.
9691         (init_cmd_lists): Don't initialize it.
9692         * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9693
9694 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9695
9696         * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9697         "regcache".
9698         (d10v_print_registers_info): Update.
9699         (d10v_dmap_register, d10v_imap_register): Delete functions.
9700         (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9701         and "imap_register".
9702         (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9703         (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9704         * arch-utils.c (generic_remote_translate_xfer_address): Add
9705         "regcache" and "gdbarch" parameters.
9706         * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9707         parameter.  Change class to multi-arch.
9708         * gdbarch.h, gdbarch.c: Re-generate.
9709         * remote.c (remote_xfer_memory): Use
9710         gdbarch_remote_translate_xfer_address.
9711
9712 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
9713
9714         * infrun.c (prev_pc): Move declaration ahead of proceed().
9715         (proceed): Refresh prev_pc value before resuming.
9716         (stop_stepping): Remove code to refresh prev_pc.
9717
9718 2003-05-06  Kris Warkentin <kewarken@qnx.com>
9719
9720         * nto-tdep.c: Removed stray comment.
9721
9722 2003-05-06  Kris Warkentin <kewarken@qnx.com>
9723
9724         * i386-nto-tdep.c: Fix old K&R function definitions.
9725         * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9726         Also change add_show_from_set() call to add_setshow_cmd().
9727         * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9728
9729 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9730
9731         * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9732         (fprint_dummy_frames): New function.
9733         (maintenance_print_dummy_frames): New function.
9734         (_initialize_dummy_frame): Add command "maint print dummy-frames".
9735         * frame.c (fprint_frame_id): Make global.
9736         * frame.h (fprint_frame_id): Declare.
9737         * Makefile.in (dummy-frame.o): Update dependencies.
9738
9739 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9740
9741         * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9742         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9743         SIZEOF_CALL_DUMMY_WORDS.
9744         (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9745         (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9746         (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9747         CALL_DUMMY_BREAKPOINT_OFFSET.
9748         (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9749         CALL_DUMMY_START_OFFSET.
9750         (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9751         * gdbarch.h, gdbarch.c: Re-generate.
9752         * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9753         * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9754         * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9755         * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9756         * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9757         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9758         * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9759         * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9760         * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9761         * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9762         * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9763         * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9764         * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9765         * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9766         * config/sparc/tm-sparc.h: Update.
9767
9768 2003-05-05  Kris Warkentin <kewarken@qnx.com>
9769
9770         * configure.tgt: Add i[3456]86-*-nto*.
9771         * i386-nto-tdep.c: New file.  i386 specific support for QNX Neutrino.
9772         * nto-tdep.c: New file. Neutrino target support routines.
9773         * nto-tdep.h: New file. Neutrino target header.
9774         * config/tm-qnxnto.h: New file.
9775         * config/i386/i386nto.mt: New file.
9776         * config/i386/tm-i386nto.h: New file.
9777
9778 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9779
9780         * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9781         (load_infrun_state): Ditto.
9782         (struct thread_info): Drop "prev_func_name" field.
9783         * thread.c (load_infrun_state): Update.
9784         (save_infrun_state): Update.
9785         * infrun.c (prev_func_name): Delete variable.
9786         (init_wait_for_inferior): Do not clear prev_func_name.
9787         (stop_stepping, keep_going, context_switch): Do not swap
9788         prev_func_name.
9789         (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9790         instead of PC_IN_SIGTRAMP.
9791
9792 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9793
9794         * sentinel-frame.c (sentinel_frame_prev_register): Replace
9795         REGISTER_BYTE with register_offset_hack.
9796         * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9797         that REGISTER_BYTE is consistent with the regcache.
9798         * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9799         * gdbarch.h, gdbarch.c: Regenerate.
9800
9801 2003-05-04  Mark Kettenis  <kettenis@gnu.org>
9802
9803         * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9804         (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9805
9806         * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9807
9808 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9809
9810         From Thierry Schneider <tpschneider1@yahoo.com>
9811         * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9812         (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9813         (mi-cmd-symbol.o): Add rule.
9814
9815 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9816
9817         * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9818         comments noteing that it replaces the old FIX_CALL_DUMMY code.
9819         * gdbarch.h, gdbarch.c: Re-generate.
9820         * d10v-tdep.c (d10v_push_dummy_code): New function.
9821         (d10v_gdbarch_init): Set push_dummy_code.
9822         * infcall.c (legacy_push_dummy_code): New function.
9823         (generic_push_dummy_code): New function.
9824         (push_dummy_code): New function.
9825         (call_function_by_hand): Call push_dummy_code.  Pass bp_addr,
9826         instead of dummy_addr, to push_dummy_call.  Move call to
9827         generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9828         switch.
9829         * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9830
9831 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9832
9833         * disasm.h (print_insn): Declare.
9834         * disasm.c (init_gdb_disassemble_info): New function.
9835         (gdb_disassembly): Call init_gdb_disassemble_info.
9836         (gdb_print_insn): New function.
9837         * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9838         of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
9839         * mcore-tdep.c: Include "disasm.h"
9840         (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9841         * d10v-tdep.c: Include "disasm.h".
9842         (display_trace): Call gdb_print_insn, instead of print_insn.
9843         (print_insn): Delete function.
9844         * printcmd.c: Include "disasm.h".
9845         (print_insn): Delete function.
9846         (print_formatted): Call gdb_print_insn, instead of print_insn.
9847         * Makefile.in (printcmd.o): Update dependencies.
9848         (mcore-tdep.o, d10v-tdep.o): Ditto.
9849
9850 2003-05-02  Andrew Cagney  <cagney@redhat.com>
9851
9852         * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9853         PC_REGNUM, re-indent.
9854         * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9855         PC_REGNUM isn't set.
9856
9857         * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9858         * gdbarch.h, gdbarch.c: Re-generate.
9859         * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9860         register_virtual_size, pc_regnum, or register_bytes.
9861         (D10V_PC_REGNUM): Rename _PC_REGNUM.
9862         (d10v_register_type): Use D10V_PC_REGNUM.
9863         (d10v_print_registers_info, d10v_read_pc): Ditto.
9864         (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9865         (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9866
9867 2003-05-02  David Carlton  <carlton@bactrian.org>
9868
9869         * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9870         the name with mstrsave.
9871
9872 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9873
9874         * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9875         GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9876         (host_charset_name, target_charset_name): New vars for use by
9877         set/show commands.
9878         (host_charset_enum, target_charset_enum): New enums for set/show
9879         commands.
9880         (set_charset_sfunc, set_host_charset_sfunc,
9881         set_target_charset_sfunc): New functions.
9882         (set_host_charset, set_target_charset): Make static.
9883         (list_charsets, set_host_charset_command,
9884         set_target_charset_command): Delete functions.
9885         (show_charset_command): Rewrite as....
9886         (show_charset): Hook this up with the set/show command mechanism.
9887         (_initialize_charset): Change names of charsets to match the
9888         set/show enums. Use host_charset_name and target_charset_name.
9889         Use set/show mechanism for charset, host-charset, target-charset
9890         commands. Do not make 'show host-charset' and 'show
9891         target-charset' be aliases of 'show charset'.
9892
9893         * charset.h (set_host_charset, set_target_charset): Don't export,
9894         they are not used outside the file.
9895
9896 2003-05-01  Andrew Cagney  <cagney@redhat.com>
9897
9898         * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9899         (gdb_disassembly): Make "di" non static, always initialize and
9900         cleanup.  Always use dis_asm_read_memory.
9901         (gdb_dis_asm_read_memory): Delete function.
9902
9903 2003-05-01  Andrew Cagney  <cagney@redhat.com>
9904
9905         * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9906         (d10v_gdbarch_init): Set frame_align instead of stack_align.
9907
9908 2003-04-30  Andrew Cagney  <cagney@redhat.com>
9909
9910         * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9911         "tm_print_insn_info".
9912         (TARGET_PRINT_INSN_INFO): Delete macro.
9913         (dis_asm_read_memory): Delete function declaration.
9914         (dis_asm_memory_error, dis_asm_print_address): Ditto.
9915         (tm_print_insn_info): Delete variable definition.
9916         (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9917         * gdbarch.h, gdbarch.c: Re-generate.
9918         * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9919         "deprecated_tm_print_insn_info".
9920         * mcore-tdep.c (mcore_dump_insn): Ditto.
9921         * mips-tdep.c (mips_gdbarch_init): Ditto.
9922         * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9923         * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9924         * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9925         * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9926         instead of TARGET_PRINT_INSN_INFO, add comment.
9927         * s390-tdep.c (s390_get_frame_info): Instead of
9928         "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9929         (s390_check_function_end, s390_is_sigreturn): Ditto.
9930         * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9931         (dis_asm_memory_error, dis_asm_print_address): Ditto.
9932         * disasm.c: Include "gdbcore.h".
9933         (_initialize_disasm): New function, initialize
9934         "deprecated_tm_print_insn_info".
9935         (deprecated_tm_print_insn_info): New variable.
9936         (dis_asm_read_memory): Moved from "corefile.c", made static.
9937         (dis_asm_print_address, dis_asm_memory_error): Ditto.
9938         * Makefile.in (disasm.o): Update dependencies.
9939
9940 2003-04-30  Andrew Cagney  <cagney@redhat.com>
9941
9942         * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9943
9944 2003-04-29  Adam Fedor  <fedor@gnu.org>
9945
9946         * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9947         * infcall.c (find_function_addr): Make non-static.
9948         * infcall.h (find_function_addr): Declare.
9949         * Makefile.in (eval.o): Update dependencies.
9950
9951 2003-04-28  Adam Fedor  <fedor@gnu.org>
9952
9953         * symtab.c (symbol_find_demangled_name): Check for and demangle
9954         ObjC symbols.
9955         (symbol_init_demangled_name): Init for language_objc as well.
9956
9957 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9958
9959         * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9960         (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9961         * gdbarch.h, gdbarch.c: Re-generate.
9962         * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9963         DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9964         * inferior.h (deprecated_read_fp): Rename read_fp.
9965         (generic_target_read_fp): Delete declaration.
9966         * regcache.c (generic_target_read_fp): Delete function.
9967         (deprecated_read_fp): Replace read_fp, use
9968         DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9969         * d10v-tdep.c (d10v_read_fp): Delete function.
9970         (d10v_gdbarch_init): Do not set deprecated_read_fp.
9971
9972         * sparc-tdep.c (sparc_gdbarch_init): Do not set
9973         deprecated_target_read_fp to generic_target_read_fp.
9974         * sh-tdep.c (sh_gdbarch_init): Ditto.
9975         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9976         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9977         * frv-tdep.c (frv_gdbarch_init): Ditto.
9978
9979         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9980         deprecated_fp_regnum.
9981         * x86-64-tdep.c (x86_64_init_abi): Ditto.
9982         * vax-tdep.c (vax_gdbarch_init): Ditto.
9983         * v850-tdep.c (v850_gdbarch_init): Ditto.
9984         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9985         * sh-tdep.c (sh_gdbarch_init): Ditto.
9986         * s390-tdep.c (s390_gdbarch_init): Ditto.
9987         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9988         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9989         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9990         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9991         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9992         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9993         * i386-tdep.c (i386_gdbarch_init): Ditto.
9994         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9995         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9996         * frv-tdep.c (frv_gdbarch_init): Ditto.
9997         * cris-tdep.c (cris_gdbarch_init): Ditto.
9998         * avr-tdep.c (avr_gdbarch_init): Ditto.
9999         * arm-tdep.c (arm_gdbarch_init): Ditto.
10000         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10001
10002         * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
10003         * v850-tdep.c (v850_gdbarch_init): Ditto.
10004         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10005         * sh-tdep.c (sh_gdbarch_init): Ditto.
10006         * s390-tdep.c (s390_gdbarch_init): Ditto.
10007         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10008         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10009         * mips-tdep.c (mips_gdbarch_init): Ditto.
10010         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10011         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10012         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10013         * frv-tdep.c (frv_gdbarch_init): Ditto.
10014         * avr-tdep.c (avr_gdbarch_init): Ditto.
10015         * arm-tdep.c (arm_gdbarch_init): Ditto.
10016
10017         * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
10018         DEPRECATED_FP_REGNUM.
10019         (vax_push_dummy_frame, vax_pop_frame): Ditto.
10020         * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
10021         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10022         (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
10023         (sparc32_register_virtual_type): Ditto.
10024         * sh-tdep.c (sh64_frame_chain): Ditto.
10025         (sh64_get_saved_register, sh64_pop_frame): Ditto.
10026         (sh_nofp_frame_init_saved_regs): Ditto.
10027         (sh64_nofp_frame_init_saved_regs): Ditto.
10028         (sh_fp_frame_init_saved_regs): Ditto.
10029         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
10030         * remote-e7000.c (fetch_regs_from_dump): Ditto.
10031         * procfs.c (procfs_fetch_registers): Ditto.
10032         (procfs_store_registers): Ditto.
10033         * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
10034         (store_inferior_registers, fetch_core_registers): Ditto.
10035         (fetch_kcore_registers, clear_regs): Ditto.
10036         * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
10037         (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
10038         * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
10039         * nlm/i386.c (do_status): Ditto.
10040         * mipsv4-nat.c (supply_gregset): Ditto.
10041         * mips-tdep.c: Ditto for comments.
10042         * mips-nat.c (fetch_inferior_registers): Ditto.
10043         (store_inferior_registers, fetch_core_registers): Ditto.
10044         * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
10045         (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
10046         * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
10047         (i386_do_pop_frame, i386_register_type): Ditto.
10048         * hppa-tdep.c (hppa_frame_chain): Ditto.
10049         (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
10050         (hppa_pop_frame, hppa_read_fp): Ditto.
10051         (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
10052         * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
10053         * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
10054         * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
10055         * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
10056         * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
10057         * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
10058         * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
10059         * blockframe.c: Ditto for comments.
10060         * arch-utils.h: Ditto for comments.
10061         * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
10062         * alphanbsd-tdep.c (fetch_core_registers): Ditto.
10063         * alphabsd-nat.c (fetch_inferior_registers): Ditto.
10064         * alpha-tdep.h: Ditto for comments.
10065         * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
10066         (alpha_cannot_store_register): Ditto.
10067         (alpha_push_dummy_frame): Ditto.
10068         * alpha-nat.c (supply_gregset): Ditto.
10069
10070         * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
10071         * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
10072         * config/sparc/tm-sparc.h: Update comment.
10073
10074         * hppa-tdep.c (hppa_init_extra_frame_info): Use
10075         deprecated_read_fp instead of TARGET_READ_FP.
10076         (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
10077         (hppa_push_dummy_frame, hppa_read_fp): Ditto.
10078         * sparc-tdep.c (sparc_init_extra_frame_info): Use
10079         deprecated_read_fp instead of read_fp.
10080         * s390-tdep.c (s390_push_arguments): Ditto.
10081         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10082         * frame.h: Ditto in comments.
10083         * frame.c (legacy_get_prev_frame): Ditto.
10084         * dummy-frame.c (dummy_frame_this_id): Ditto.
10085         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10086
10087 2003-04-28  Andrew Cagney  <cagney@redhat.com>
10088
10089         * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
10090         * gdbarch.h, gdbarch.c: Re-generate.
10091         * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
10092         * vax-tdep.c (_initialize_vax_tdep): Update.
10093         * v850-tdep.c (_initialize_v850_tdep): Update.
10094         * sparc-tdep.c (_initialize_sparc_tdep): Update.
10095         * s390-tdep.c (_initialize_s390_tdep): Update.
10096         * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
10097         * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
10098         * mips-tdep.c (_initialize_mips_tdep): Update.
10099         * mcore-tdep.c (_initialize_mcore_tdep): Update.
10100         * m68k-tdep.c (_initialize_m68k_tdep): Update.
10101         * ia64-tdep.c (_initialize_ia64_tdep): Update.
10102         * hppa-tdep.c (_initialize_hppa_tdep): Update.
10103         * h8300-tdep.c (_initialize_h8300_tdep): Update.
10104         * frv-tdep.c (_initialize_frv_tdep): Update.
10105         * cris-tdep.c (cris_delayed_get_disassembler): Update.
10106         (_initialize_cris_tdep): Update.
10107         * arch-utils.c (legacy_print_insn): Update.
10108         * alpha-tdep.c (_initialize_alpha_tdep): Update.
10109
10110 2003-04-26  Adam Fedor  <fedor@gnu.org>
10111
10112         * linespec.c (decode_objc): New function to decode ObjC calls
10113         (decode_line_1): Check for ObjC calls (using decode_objc)
10114         * Makefile (linespec.o): Update dependencies.
10115
10116 2003-04-26  Daniel Jacobowitz  <drow@mvista.com>
10117
10118         * breakpoint.h (struct breakpoint_ops): New.
10119         (struct breakpoint): Add ops member.
10120
10121         * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
10122         (mention): Use new breakpoint ops member.
10123         (set_raw_breakpoint): Initialize ops field to NULL.
10124         (print_exception_catchpoint, print_one_exception_catchpoint)
10125         (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
10126         (gnu_v3_exception_catchpoint_ops): New.
10127         (catch_exception_command_1): Call handle_gnu_v3_exceptions.
10128
10129 2003-04-25  Adam Fedor  <fedor@gnu.org>
10130
10131         * Makefile.in (COMMON_OBS): Add objc-lang.o
10132
10133 2003-04-25  Andrew Cagney  <cagney@redhat.com>
10134
10135         * d10v-tdep.c (print_insn): Delete function.
10136         (display_trace): Use TARGET_PRINT_INSN.
10137         (_initialize_d10v_tdep): Do not set tm_print_insn.
10138         (d10v_gdbarch_init): Set print_insn.
10139
10140 2003-04-25  Andrew Cagney  <cagney@redhat.com>
10141
10142         * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
10143         (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
10144         (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
10145         (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
10146         (nr_dmap_regs, a0_regnum): ... new functions.
10147         (d10v_print_registers_info): Use a0_regnum, use register_size.
10148         (d10v_register_byte): Delete function.
10149         (d10v_register_raw_size): Delete function.
10150         (d10v_register_type): Use a0_regnum.
10151         (d10v_print_registers_info): Use a0_regnum.
10152         (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
10153         (d10v_gdbarch_init): Do not set register_byte or
10154         register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
10155         (d10v_pointer_to_address): Use extract_unsigned_integer instead of
10156         extract_address.
10157         (trace_command): Use XCALLOC.
10158         (print_insn): Delete reference to tm_print_insn.
10159         (saved_regs_unwinder): Use store_unsigned_integer instead of
10160         store_address.
10161         * frame.h (FRAME_OBSTACK_CALLOC): Define
10162
10163 2003-04-25  David Carlton  <carlton@bactrian.org>
10164
10165         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
10166
10167 2003-04-24  Adam Fedor  <fedor@gnu.org>
10168
10169         * objc-lang.c: Include "valprint.h"
10170         * Makefile.in (objc-lang.o): Update dependencies.
10171
10172 2003-04-24  Adam Fedor  <fedor@gnu.org>
10173
10174         * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
10175         architecture dependant compilation and mark as unimplemented
10176         (until they get put in the gdbarch vector).
10177
10178 2003-04-23  David Carlton  <carlton@bactrian.org>
10179
10180         * cp-support.c (cp_find_first_component): Accept 'operator' in
10181         more locations.
10182
10183 2003-04-23  Andrew Cagney  <cagney@redhat.com>
10184
10185         * infcall.c (call_function_by_hand): Eliminate redundant
10186         indentation.  Move "saved_async" and "old_cleanups" to where they
10187         are needed.
10188
10189 2003-04-23  Andrew Cagney  <cagney@redhat.com>
10190
10191         * infcall.c (call_function_by_hand): Eliminate the variables "rc"
10192         and "buffer".  Move the "name" code to where it is needed.
10193
10194 2003-04-23  Andrew Cagney  <cagney@redhat.com>
10195
10196         * infcall.c (call_function_by_hand): Move variables "start_sp",
10197         "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
10198         code to ON_STACK switch branch.
10199
10200 2003-04-23  Andrew Cagney  <cagney@redhat.com>
10201
10202         * infcall.c (call_function_by_hand): Make declaration of "i",
10203         "sal", "bpt" and "old_sp" more local to their use.  Delete #if
10204         lint.
10205
10206 2003-04-23  Andrew Cagney  <cagney@redhat.com>
10207
10208         * infcall.c (call_function_by_hand): Delete variable
10209         "n_method_args".  Localize "param_type"'s declaration to the loop
10210         that it is used.  Reinstate code assigning to said variable -
10211         deleted on 2002-06-14.  Rationalize calls to value_args_coerce.
10212         Rationalize code using "param_type".
10213
10214 2003-04-22  Andrew Cagney  <cagney@redhat.com>
10215
10216         * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
10217         compute the breakpoint address.  Only call FIX_CALL_DUMMY when
10218         ON_STACK.  Eliminate the variable "addr".  Do not pass "real_pc"
10219         to DEPRECATED_PUSH_RETURN_ADDRESS.
10220
10221 2003-04-22  Kevin Buettner  <kevinb@redhat.com>
10222
10223         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
10224         on the DWARF2 register number prior to fetching a register.
10225
10226 2003-04-22  J. Brobecker  <brobecker@gnat.com>
10227
10228         * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
10229         Update all the tests using SOFT_FLOAT considering the fact that
10230         this macro was always set to 0.
10231         * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
10232         considering the fact that this macro was always set to 0.
10233         * hppa-tdep.h (hppa_store_return_value): Likewise.
10234         (hppa_extract_return_value): Likewise.
10235
10236 2003-04-22  J. Brobecker  <brobecker@gnat.com>
10237
10238         * config/pa/tm-hppa.h: Remove obsolete code, was used by
10239         the hppa-pro target only.
10240
10241 2003-04-21  J. Brobecker  <brobecker@gnat.com>
10242
10243         Ongoing multi-arch conversion effort for HP/UX:
10244         * config/pa/tm-hppa.h: Move all macro that are no longer
10245         defined now that GDB_MULTI_ARCH is now set to 1 from here...
10246         * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
10247
10248 2003-04-21  J. Brobecker  <brobecker@gnat.com>
10249
10250         * config/pa/tm-hppa.h: Obsolete a section that was only used
10251         for hppa-pro.
10252
10253 2003-04-21  J. Brobecker  <brobecker@gnat.com>
10254
10255         Ongoing multi-arch conversion for HP/UX.
10256         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
10257         if already defined (allows hppa64 to stay non-multiarched for now).
10258         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
10259
10260 2003-04-21  Andrew Cagney  <cagney@redhat.com>
10261
10262         * frame.c (frame_id_eq): Fail when the code_addr's do not match.
10263
10264 2003-04-21  Andrew Cagney  <cagney@redhat.com>
10265
10266         * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
10267         "i386_num_mmx_regs".
10268
10269 2003-04-21  Andrew Cagney  <cagney@redhat.com>
10270
10271         * infcall.c: New file.
10272         * infcall.h: New file.
10273         * valarith.c: Include "infcall.h".
10274         * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
10275         * eval.c, ada-valprint.c, ada-lang.c: Ditto.
10276         * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
10277         (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
10278         (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
10279         (SFILES): Add "infcall.c"
10280         (COMMON_OBS): Add "infcall.o".
10281         (infcall.o): Specify dependencies.
10282         * value.h (call_function_by_hand): Delete declaration.
10283         * inferior.h (run_stack_dummy): Delete declaration.
10284         * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
10285         (run_stack_dummy): Move to "infcall.c", merged into
10286         call_function_by_hand.
10287         * valops.c (call_function_by_hand): Moved to "infcall.c".
10288         (find_function_addr, value_arg_coerce): Ditto.
10289         (unwindonsignal_p, coerce_float_to_double): Ditto.
10290         (_initialize_valops): Move "set/show coerce-float-to-double", and
10291         "set/show unwindonsignal" commands to "infcall.c".
10292         * v850-tdep.c, target.h: Update comments.
10293         * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
10294         * sh-tdep.c (sh_init_extra_frame_info): Update comments.
10295         (sh64_init_extra_frame_info): Update comments.
10296         * mn10300-tdep.c: Update comments.
10297         * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
10298         * config/sparc/tm-sparc.h: Update comments.
10299         * breakpoint.h: Update comments.
10300         * avr-tdep.c (avr_init_extra_frame_info): Update comments.
10301         * arm-tdep.c: Update comment.
10302
10303 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
10304
10305         * i386-tdep.c (i386_num_register_names): New variable.
10306         (i386_num_mmx_regs): Renamed from mmx_num_regs.
10307         (MM0_REGNUM): Remove redundant parentheses in define.
10308         (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
10309         (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
10310         i386_mxcsr_regnum_p): Remove redundant parentheses.
10311         (i386_register_name): Use i386_num_register_names.
10312
10313         * i386-tdep.c (i386_extract_return_value,
10314         i386_store_return_value): Correct check for availability of
10315         floating-point registers.
10316
10317         * i386-tdep.c (i386_frame_num_args): Remove function.
10318         (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
10319
10320         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
10321         mmx_regnum_to_fp_regnum.  Adjust all callers.
10322
10323         * i386-tdep.c (i386_get_longjmp_target): Use
10324         TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
10325         and TARGET_CHAR_BIT.  Use extract_typed_address instead of
10326         extract_address.
10327
10328 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
10329
10330         * core-regset.c: Update comments to reflect reality.  Re-order
10331         includes.
10332         (fetch_core_registers): Use switch instead of if.  Remove
10333         redundant prototype.
10334
10335 2003-04-18  Jim Blandy  <jimb@redhat.com>
10336
10337         * s390-tdep.c (s390_frame_align): New function.
10338         (s390_gdbarch_init): Register it with the gdbarch object.
10339
10340 2003-04-17  Richard Henderson  <rth@redhat.com>
10341
10342         * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
10343
10344 2003-04-17  Michael Snyder  <msnyder@redhat.com>
10345             Karen Bennet  <bennet@redhat.com>
10346
10347         Committed by Elena Zannoni  <ezannoni@redhat.com>
10348         * gdb_gcore.sh: New script to create a core dump of a process.
10349
10350 2003-04-17  Elena Zannoni  <ezannoni@redhat.com>
10351
10352         * values.c (value_being_returned): Don't fetch the return
10353         value if the return type is void.
10354
10355 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
10356
10357         * thread-db.c: Reindented.
10358
10359 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
10360
10361         * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
10362         td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
10363         as types.
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
10390
10391         * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
10392         the size of ``long double'' to 16, instead of 8.
10393
10394 2003-04-16  Mark Kettenis  <kettenis@gnu.org>
10395
10396         * i386-linux-nat.c: Add some whitespace to make things more
10397         readable.
10398         (fetch_register, store_register, fetch_inferior_registers,
10399         store_inferior_registers): Get rid of assignment in if-statement.
10400         (store_register): Fix typo in error message.
10401
10402 2003-04-16  Andrew Cagney  <cagney@redhat.com>
10403
10404         * utils.c (xmmalloc): Always allocate something, matches
10405         libiberty/xmalloc's semantics.
10406         (xmrealloc, xmcalloc): Ditto.
10407
10408 2003-04-16  Andrew Cagney  <cagney@redhat.com>
10409
10410         * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
10411         update comments.
10412         (get_frame_type): Initialize unwind and type when needed.
10413         (get_frame_id, frame_register_unwind): Ditto.
10414
10415 2003-04-16  Andrew Cagney  <cagney@redhat.com>
10416
10417         * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
10418         obsolete.
10419         * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
10420         * sparcl-stub.c: Obsolete file.
10421         * config/sparc/tm-sparclet.h: Obsolete file.
10422         * sparclet-stub.c: Obsolete file.
10423         * sparclet-rom.c: Obsolete file.
10424         * sparcl-tdep.c: Obsolete file.
10425         * config/sparc/tm-sparclite.h: Obsolete file.
10426         * config/sparc/sparclite.mt: Obsolete file.
10427         * config/sparc/sparclet.mt: Obsolete file.
10428         * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10429         sparc86x-*-* obsolete.
10430
10431 2003-04-15  David Carlton  <carlton@math.stanford.edu>
10432
10433         * Makefile.in (SFILES): Add cp-namespace.c.
10434         (COMMON_OBS): Add cp-namespace.o.
10435         (block.o): Depend on gdb_obstack_h and cp_support_h.
10436         (buildsym.o): Depend on cp_support_h.
10437         (cp-namespace.o): New.
10438         (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10439         gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10440         (dwarf2read.o): Depend on cp_support_h.
10441         * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10442         * dwarf2read.c (process_die): Set processing_has_namespace_info,
10443         processing_current_namespace.
10444         (read_namespace): Update processing_current_namespace; check for
10445         anonymous namespaces.
10446         (dwarf2_name): New function.
10447         (dwarf2_extension): Ditto.
10448         * cp-support.h: Update copyright, contributors.
10449         Add inclusion guards.
10450         Add opaque declaration for structs obstack, block, symbol.
10451         (struct using_direct): New struct.
10452         Add declarations for cp_find_first_component,
10453         cp_entire_prefix_len, processing_has_namespace_info,
10454         processing_current_namespace, cp_is_anonymous,
10455         cp_add_using_directive, cp_initialize_namespace,
10456         cp_finalize_namespace, cp_set_block_scope,
10457         cp_scan_for_anonymous_namespaces.
10458         * cp-namespace.c: New file.
10459         * cp-support.c: Update copyright.
10460         Include ctype.h, gdb_assert.h, gdbcmd.h.
10461         New variable maint_cplus_cmd_list.
10462         (cp_find_first_component): New function.
10463         (cp_entire_prefix_len, maint_cplus_command)
10464         (first_component_command, _initialize_cp_support): Ditto.
10465         * buildsym.c: Include cp-support.h.
10466         New variable using_list.
10467         (add_symbol_to_list): Check for anonymous namespaces.
10468         (finish_block): Set block's scope.
10469         (start_symtab): Initialize C++ namespace support.
10470         (end_symtab): Finalize C++ namespace support.
10471         * block.h: Add opaque declarations for structs
10472         block_namespace_info, using_direct, and obstack.
10473         Add declarations for block_set_scope and block_set_using.
10474         (struct block): Add 'language_specific' member.
10475         (BLOCK_NAMESPACE): New macro.
10476         * block.c: Include gdb_obstack.h and cp-support.h.
10477         (struct block_namespace_info): New struct.
10478         (block_set_scope): New function.
10479         (block_set_using, block_initialize_namespace): Ditto.
10480
10481 2003-04-14  Kevin Buettner  <kevinb@redhat.com>
10482
10483         * solib-svr4.c (svr4_have_link_map_offsets): New function.
10484         (locate_base): Return early if there aren't any link map offsets.
10485         (svr4_solib_create_inferior_hook): Warn if shared library support
10486         is unavailable.
10487
10488 2003-04-14  David Carlton  <carlton@math.stanford.edu>
10489
10490         * symtab.c (symbol_set_names): Add prefix when storing Java names
10491         in hash table.  Fix for PR java/1039.
10492
10493 2003-04-14  David Carlton  <carlton@math.stanford.edu>
10494
10495         * symtab.c (symbol_set_names): Rename 'name' arg to
10496         'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10497         * symtab.h: Change 'name' argument in declaration of
10498         symbol_set_names to 'linkage_name'.
10499         (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10500
10501 2003-04-14  Andrew Cagney  <cagney@redhat.com>
10502
10503         * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10504         return the fully sign-extended register value.
10505         (get_frame_pointer): Ditto.
10506         (mips_pop_frame): Initialize "proc_desc" after checking for a
10507         dummy frame.
10508
10509 2003-04-14  Andrew Cagney  <cagney@redhat.com>
10510
10511         * mips-tdep.c (mips_push_dummy_frame): Delete function.
10512         (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10513         (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10514         (mips_push_register): Delete function.
10515         (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10516         PUSH_FP_REGNUM.
10517
10518 2003-04-14  Jim Blandy  <jimb@redhat.com>
10519
10520         * symmisc.c: #include "gdb_regex.h".
10521         (maintenance_list_symtabs, maintenance_list_psymtabs): New
10522         functions.
10523         * maint.c (maintenance_list_command): New function.
10524         (_initialize_maint_cmds): Register the above as commands.
10525         * symtab.h (maintenance_list_symtabs,
10526         maintenance_list_psymtabs): New declarations.
10527         * cli/cli-cmds.c (maintenancelistlist): New variable.
10528         (init_cmd_lists): Initialize it.
10529         * cli/cli-cmds.h (maintenancelistlist): New declaration.
10530         * gdbcmd.h (maintenancelistlist): New declaration.
10531         * Makefile.in (symmisc.o): Update dependencies.
10532
10533 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
10534
10535         * s390-nat.c: Include asm/types.h for addr_t.
10536
10537 2003-04-14  Corinna Vinschen  <vinschen@redhat.com>
10538
10539         * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10540         actually incoming type.
10541
10542 2003-04-13  Andrew Cagney  <cagney@redhat.com>
10543
10544         * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10545         get_next_frame and get_frame_saved_regs.
10546
10547 2003-04-13  Andrew Cagney  <cagney@redhat.com>
10548
10549         * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10550         of gdbarch_num_regs.
10551
10552 2003-04-13  Andrew Cagney  <cagney@redhat.com>
10553
10554         * frame.h: Mention what replaced what in "struct frame_info".
10555         * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10556         deprecated_update_frame_base_hack and
10557         deprecated_update_frame_pc_hack.
10558         * hppa-tdep.c: Ditto.
10559
10560 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10561
10562         * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10563         to read_reg and update its comment.  Remove regnum member.
10564         * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10565         Don't call read_reg when setting in_reg.  Call read_reg to get
10566         the frame base if it's in a register.  Return the register number
10567         on the stack instead of in the context.  Remove extra arguments
10568         to read_reg.
10569         * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10570         (dwarf2_evaluate_loc_desc): Call value_from_register.  Expect
10571         the register number on the expression stack.
10572         (needs_frame_read_reg): Remove extra arguments.
10573
10574 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10575
10576         * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10577         made non-static.
10578         (execute_stack_op): All callers updated.
10579         * dwarf2expr.h: Add prototype for dwarf2_read_address.
10580         * dwarf2loc.c (find_location_expression): New function.
10581         (dwarf_expr_frame_base): Call it.
10582         (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10583         (dwarf2_tracepoint_var_ref): New function, broken out from
10584         locexpr_tracepoint_var_ref.
10585         (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10586         Make static.
10587         (loclist_read_variable, loclist_read_needs_frame): New functions.
10588         (loclist_describe_location, loclist_tracepoint_var_ref): New
10589         functions.
10590         (dwarf2_loclist_funcs): New struct location_funcs.
10591         * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10592         (struct dwarf2_locexpr_baton): Add comments.
10593         (dwarf2_loclist_funcs): New extern.
10594         * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10595         base_address and base_known.
10596         (dwarf_loc_buffer): New variable.
10597         (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10598         (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10599         (dwarf2_has_info): Initialize dwarf_loc_offset.
10600         (dwarf2_build_psymtabs): Read in .debug_loc.
10601         (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10602         DWARF_LOC_SIZE.
10603         (psymtab_to_symtab_1): Likewise.  Move base address calculation
10604         here, from...
10605         (dwarf2_get_pc_bounds): ... here.  Use the base address from
10606         cu_header.
10607         (dwarf2_symbol_mark_computed): Handle location lists.
10608
10609 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10610
10611         * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10612         if the linkage name demangled successfully.
10613
10614 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
10615
10616         * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10617         disassmbly_flavour): Removed.
10618
10619         * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10620
10621 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
10622
10623         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10624
10625 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10626
10627         * frame.h (struct frame_info): Move definition from here ...
10628         * frame.c (struct frame_info): ... to here.
10629
10630 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10631
10632         * gdbthread.h (save_infrun_state): Delete parameter
10633         "prev_func_start".
10634         (struct thread_info): Delete field "prev_func_start".
10635         (load_infrun_state): Ditto.
10636         * thread.c (load_infrun_state, save_infrun_state): Update.
10637         * infrun.c (prev_func_start): Delete variable.
10638         (context_switch, init_wait_for_inferior): Update.
10639         (stop_stepping, keep_going): Update.
10640
10641 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10642
10643         * gdbarch.sh: Add missing opaque declarations.
10644         * gdbarch.h: Regnerate.
10645         * symtab.h: Add missing opaque declarations.
10646         * value.h, target.h, symfile.h, stabsread.h: Ditto.
10647         * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10648         * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10649         * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10650         * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10651         * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10652         * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10653         * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10654         * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10655         * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10656         * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10657         * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10658         * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10659
10660 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10661
10662         * frame.c (get_frame_id): Return this frame's "id".
10663         (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10664         function start.
10665         (legacy_saved_regs_this_id): Replace function body with
10666         internal-error.
10667         (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10668         FRAME_OBSTACK_ZALLOC.
10669         (create_new_frame): Mark the frame ID as valid.
10670
10671 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
10672
10673         * Makefile.in (libbfd_h): Added missing setting.
10674         * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10675         according to the selected ABI.
10676
10677 2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
10678
10679         * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10680
10681 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10682
10683         * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10684         SAVED_PC_AFTER_CALL.
10685         * gdbarch.h, gdbarch.c: Regenerate.
10686         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10687         * x86-64-tdep.c (x86_64_init_abi): Update.
10688         * vax-tdep.c (vax_gdbarch_init): Update.
10689         * v850-tdep.c (v850_gdbarch_init): Update.
10690         * sparc-tdep.c (sparc_gdbarch_init): Update.
10691         * sh-tdep.c (sh_gdbarch_init): Update.
10692         * s390-tdep.c (s390_gdbarch_init): Update.
10693         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10694         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10695         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10696         * mips-tdep.c (mips_gdbarch_init): Update.
10697         * mcore-tdep.c (mcore_gdbarch_init): Update.
10698         * m68k-tdep.c (m68k_gdbarch_init): Update.
10699         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10700         * ia64-tdep.c (ia64_gdbarch_init): Update.
10701         (ia64_saved_pc_after_call): Update declaration.
10702         * i386ly-tdep.c (i386lynx_init_abi): Update.
10703         * i386-tdep.c (i386_gdbarch_init): Update.
10704         * hppa-tdep.c (hppa_gdbarch_init): Update.
10705         * h8300-tdep.c (h8300_gdbarch_init): Update.
10706         * frv-tdep.c (frv_gdbarch_init): Update.
10707         * cris-tdep.c (cris_gdbarch_init): Update.
10708         * avr-tdep.c (avr_gdbarch_init): Update.
10709         * arm-tdep.c (arm_gdbarch_init): Update.
10710         * alpha-tdep.c (alpha_gdbarch_init): Update.
10711         * ns32knbsd-nat.c (frame_num_args): Update.
10712         * ns32k-tdep.c (umax_frame_num_args): Update.
10713         * mips-tdep.c (mips_init_frame_pc_first): Update.
10714         * infrun.c (step_over_function): Update.
10715         * i386-linux-tdep.c (skip_hurd_resolver): Update.
10716         * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10717         * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10718         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10719         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10720         * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10721         * arm-linux-tdep.c (skip_hurd_resolver): Update.
10722         * arch-utils.c (init_frame_pc_default): Update.
10723         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10724         * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10725         declaration.
10726
10727 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10728
10729         * i387-tdep.c: Update copyright.
10730         (i387_to_double): Delete function.
10731         (double_to_i387): Delete function.
10732
10733 2003-04-10  Andrew Cagney  <cagney@redhat.com>
10734
10735         * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10736         frame's function's address.  Simplify.
10737         (d10v_frame_unwind_cache): Check that the frame's function is
10738         non-zero.
10739
10740 2003-04-10  Jim Blandy  <jimb@redhat.com>
10741
10742         * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10743         call to set_gdbarch_deprecated_push_arguments.
10744
10745 2003-04-10  Andrew Cagney  <cagney@redhat.com>
10746
10747         * frame.c (fprint_frame_id): New function.
10748         (fprint_frame_type, fprint_frame): New function.
10749         (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10750         (create_sentinel_frame, get_frame_id): Ditto.
10751         (frame_id_p, frame_id_eq): Ditto.
10752         (frame_id_inner, create_new_frame): Ditto.
10753         (legacy_get_prev_frame, get_prev_frame): Ditto.
10754         (deprecated_update_frame_pc_hack): Ditto.
10755         (frame_register_unwind): Ditto.
10756         (deprecated_update_frame_base_hack): Ditto.
10757
10758 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
10759
10760         * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10761         (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10762         frame_chain function.
10763         * Makefile.in: Add dependencies due to above change.
10764
10765 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
10766
10767         * blockframe.c (legacy_frame_chain_valid): Move call to
10768         DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10769         inside_entry_file.
10770
10771 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10772
10773         * frame.h (struct frame_id): Replace "pc" and "base" with
10774         "stack_addr" and "code_addr".  Update comments.
10775         (frame_id_build): Update parameter names and comment.
10776         (struct frame_info): Replace "id_p" and "id" with "this_id".
10777         * dummy-frame.c (dummy_frame_this_id): Update.
10778         * breakpoint.c (print_one_breakpoint): Update.
10779         * frame.c (get_frame_id): Update.
10780         (get_frame_base, frame_id_build): Update.
10781         (create_sentinel_frame, legacy_get_prev_frame): Update.
10782         (deprecated_update_frame_base_hack): Update.
10783         (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10784         (frame_id_inner): Ditto.
10785
10786 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10787
10788         * defs.h (gdb_print_host_address): Make "addr" parameter a
10789         pointer constant.
10790         * utils.c (gdb_print_host_address): Update.
10791
10792 2003-04-09  Kevin Buettner  <kevinb@redhat.com>
10793
10794         * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10795         register number for R0 is 0.
10796
10797 2003-04-09  J. Brobecker  <brobecker@gnat.com>
10798
10799         * frame.h (struct gdbarch): Add opaque structure definition
10800         to avoid a compilation warning on LynxOS 4.0.
10801
10802 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10803
10804         * frame.h (struct frame_info): Delete field "pc".  Replace
10805         "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10806         structure.
10807         * frame.c (frame_pc_unwind): Update.
10808         (create_sentinel_frame): Do not set "pc".
10809         (get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
10810         (get_frame_pc): Call frame_pc_unwind.
10811         (deprecated_update_frame_pc_hack): Update.
10812         (create_new_frame): Use "pc" not "->pc".
10813
10814 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10815
10816         * frame.c (get_frame_id): Eliminate code updating "frame".
10817         (legacy_get_prev_frame): Ditto.
10818         (get_frame_base): Return id.base directly.
10819         (deprecated_update_frame_base_hack): Update "id.base".
10820         * frame.h (struct frame_info): Delete field "frame".
10821
10822 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10823
10824         * NEWS: Mention that the "Sequent family" is obsolete.
10825         * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10826         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10827         * configure.host: Obsolete i[3456]86-sequent-bsd*,
10828         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10829         * config/i386/tm-ptx4.h: Obsolete file.
10830         * config/i386/tm-ptx.h: Obsolete file.
10831         * symm-tdep.c: Obsolete file.
10832         * config/i386/symmetry.mt: Obsolete file.
10833         * config/i386/tm-symmetry.h: Obsolete file.
10834         * symm-nat.c: Obsolete file.
10835         * config/i386/nm-symmetry.h: Obsolete file.
10836         * config/i386/xm-symmetry.h: Obsolete file.
10837         * config/i386/symmetry.mh: Obsolete file.
10838         * config/i386/nm-ptx4.h: Obsolete file.
10839         * config/i386/ptx4.mh: Obsolete file.
10840         * config/i386/ptx.mt: Obsolete file.
10841         * config/i386/ptx.mh: Obsolete file.
10842         * config/i386/xm-ptx4.h: Obsolete file.
10843         * config/i386/xm-ptx.h: Obsolete file.
10844
10845 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10846
10847         Obsolete mips*-*-mach3*.
10848         * NEWS: Mention that mips*-*-mach3* is obsolete.
10849         * m3-nat.c: Obsolete file.
10850         * config/nm-m3.h: Obsolete file.
10851         * config/mips/tm-mipsm3.h: Obsolete file.
10852         * config/mips/mipsm3.mt: Obsolete file.
10853         * config/mips/mipsm3.mh: Obsolete file.
10854         * config/mips/xm-mipsm3.h: Obsolete file.
10855         * mipsm3-nat.c: Obsolete file.
10856         * configure.host: Obsolete mips-dec-mach3*.
10857         * configure.tgt: Obsolete mips*-*-mach3*.
10858
10859 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10860
10861         * doublest.h: Update copyright.
10862         (deprecated_store_floating, deprecated_extract_floating): Rename
10863         store_floating and extract_floating.  Update comments.
10864         * doublest.c: Update copyright.
10865         (extract_floating_by_length): Replace extract_floating.
10866         (store_floating_by_length): Replace store_floating.
10867         (deprecated_extract_floating): New function.
10868         (deprecated_store_floating): New function.
10869         (extract_typed_floating): Call extract_floating_by_length.
10870         (store_typed_floating): Call store_floating_by_length.
10871         * x86-64-tdep.c (x86_64_store_return_value): Update.
10872         * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10873         (sh64_extract_return_value): Update.
10874         (sh_sh4_register_convert_to_virtual): Update.
10875         (sh_sh64_register_convert_to_virtual): Update.
10876         (sh_sh4_register_convert_to_raw): Update.
10877         (sh_sh64_register_convert_to_raw): Update.
10878         * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10879         (rs6000_register_convert_to_raw): Update.
10880         * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10881         (ia64_register_convert_to_raw): Update.
10882         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10883         (REGISTER_CONVERT_TO_VIRTUAL): Update.
10884         * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10885         * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10886         (alpha_register_convert_to_raw): Update.
10887
10888 2003-04-08  Andrew Cagney  <cagney@redhat.com>
10889
10890         * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10891         * gdbarch.h, gdbarch.c: Re-generate.
10892         * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10893         (d10v_gdbarch_init): Do not set saved_pc_after_call.
10894         * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10895         conditionally, use frame_pc_unwind as an alternative.  Add
10896         comments.
10897         * arch-utils.c (init_frame_pc_default): Only call
10898         SAVED_PC_AFTER_CALL when available.
10899
10900 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
10901
10902         * infrun.c (stop_soon): Rename from stop_soon_quietly.
10903         (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10904         (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10905         (start_remote): Ditto.
10906         (handle_inferior_event): Ditto.
10907         (save_inferior_status): Ditto.
10908         (restore_inferior_status): Ditto.
10909         * infcmd.c (attach_command): Ditto.
10910         * fork-child.c (startup_inferior): Ditto.
10911         * inferior.h (stop_soon): Rename from stop_soon_quietly.
10912         * alpha-tdep.c (heuristic_proc_start): Ditto.
10913         * mips-tdep.c (heuristic_proc_start): Ditto.
10914         * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10915         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10916         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10917         * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10918         * remote-vx.c (vx_create_inferior): Ditto.
10919
10920 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
10921
10922         * infrun.c (stop_soon_quietly): Make it an enum, to better
10923         override the default behavior of handle_inferior_event.
10924         (clear_proceed_status): Update uses of stop_soon_quietly to
10925         reflect that it is now an enum.
10926         (start_remote): Ditto.
10927         (handle_inferior_event): Change logic a bit if stop_soon_quietly
10928         is set to handle the new GNU/Linux kernel behavior for
10929         attach/sigstop.  Update uses of stop_soon_quietly.
10930         * inferior.h (enum stop_kind): New enum.
10931         * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10932         Reset normal handle_inferior_event behavior, afterwards.
10933         * fork-child.c (startup_inferior): Update.
10934         * alpha-tdep.c (heuristic_proc_start): Update.
10935         * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10936         * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10937         * solib-osf.c (osf_solib_create_inferior_hook): Update.
10938         * solib-irix.c (irix_solib_create_inferior_hook): Update.
10939         * remote-vx.c (vx_create_inferior): Update.
10940         * mips-tdep.c (heuristic_proc_start): Update.
10941
10942 2003-04-07  Elena Zannoni  <ezannoni@redhat.com>
10943
10944         * disasm.c (dump_insns):  Move variables inside loop, or they will
10945         be freed more than once, causing wild memory corruptions.
10946         (gdb_disassembly): Look for the substring "-thread",
10947         instead of "-threads" in the target name, to make sure to find
10948         the 'multi-thread' target.  Also, make sure we do the right thing
10949         with the "core" target.
10950
10951 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
10952
10953         * mips-tdep.c (mips_print_fp_register): New function, created from
10954         do_fp_register_row().  Registers are now (also) printed as hex.
10955         Only one register is printed per row.
10956         (mips_print_register, do_fp_register_row): Print floating point
10957         registers with mips_print_fp_register().
10958
10959 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10960
10961         * valprint.h (inspect_it): Add extern declaration.
10962         * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10963         (selectors_info, classes_info): Ditto.
10964         (find_objc_msgcall): Fix indentation.
10965         (objc_printstr): Delete extern declarations.
10966
10967         * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10968
10969 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10970
10971         * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10972         Update comment.
10973         * frame.c (legacy_saved_regs_this_id): Update.
10974         (legacy_get_prev_frame): Update.
10975         * xstormy16-tdep.c: Update comment.
10976         * sparc-tdep.c (sparc_frame_chain): Update comment.
10977         * blockframe.c (legacy_frame_chain_valid): Update.
10978
10979 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10980
10981         * valprint.c (val_print_type_code_int): Delete #ifdef
10982         PRINT_TYPELESS_INTEGER code.
10983
10984         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10985         (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10986         multi-arch definition.
10987         * gdbarch.h: Re-generate.
10988
10989 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10990
10991         Eliminate FRAME_FIND_SAVED_REGS.
10992         * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10993         Change FSR parameter to a pointer.
10994         * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10995         Assume FSR parameter is a pointer.
10996         * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10997         Make fsr a pointer.
10998         * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10999         (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs.  Make
11000         saved_regs a pointer.
11001         (hppa_frame_saved_pc): Ditto.
11002         (find_dummy_frame_regs): Make frame_saved_regs a pointer
11003         (hppa_pop_frame): Call hppa_frame_init_saved_regs.  Make fsr a
11004         pointer.
11005         (restore_pc_queue): Make fsr a pointer.
11006         (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
11007         (hppa_frame_chain): Make saved_regs a pointer, call
11008         hppa_frame_init_saved_regs.
11009         * sparc-tdep.c: Include "gdb_assert.h".
11010         (sparc_frame_find_saved_regs): Replace internal_error with
11011         gdb_assert.
11012         * remote-vxsparc.c (vx_read_register): Delete reference to
11013         FRAME_FIND_SAVED_REGS.
11014         * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
11015         * gdbarch.h: Regenerate.
11016         * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11017         (deprecated_get_frame_saved_regs): Delete declaration.
11018         (struct frame_saved_regs): Delete definition.
11019         * frame.c (deprecated_get_frame_saved_regs): Delete function.
11020         * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
11021         (hppa_frame_find_saved_regs): Delete declaration.
11022         (FRAME_FIND_SAVED_REGS): Delete macro.
11023         (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
11024         * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
11025         FRAME_FIND_SAVED_REGS in comment.
11026
11027 2003-04-05  Andrew Cagney  <cagney@redhat.com>
11028
11029         * frame.c (frame_func_unwind, get_frame_func): New functions.
11030         * frame.h (get_frame_func, frame_func_unwind): Declare.
11031         (struct frame_info): Add field "prev_func" for caching the
11032         previous frame's function address.
11033         * arm-tdep.c (arm_frameless_function_invocation): Combine
11034         get_pc_function_start and get_frame_pc into get_frame_func.
11035         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
11036         (sh64_nofp_frame_init_saved_regs): Ditto.
11037         * s390-tdep.c (s390_function_start): Ditto.
11038         * rs6000-tdep.c (rs6000_pop_frame): Ditto.
11039         (rs6000_frameless_function_invocation): Ditto.
11040         (rs6000_frame_saved_pc): Ditto.
11041         * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
11042         * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
11043         * i386-tdep.c (i386_frameless_signal_p): Ditto.
11044         (i386_frame_init_saved_regs): Ditto.
11045         * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
11046         * d10v-tdep.c (d10v_frame_unwind_cache): Combine
11047         get_pc_function_start and frame_pc_unwind into frame_func_unwind.
11048         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
11049         * blockframe.c (frameless_look_for_prologue): Ditto.
11050
11051 2003-04-05  Andrew Cagney  <cagney@redhat.com>
11052
11053         * frame.c (legacy_get_prev_frame): Link prev to next at the
11054         function start.  Update comments.
11055
11056 2003-04-05  Andrew Cagney  <cagney@redhat.com>
11057
11058         * frame.c (get_frame_id): Update comment.
11059         (legacy_get_prev_frame): Update comment.
11060         * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
11061         * gdbarch.h: Regenerate.
11062         * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
11063         * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
11064
11065 2003-04-05  Andrew Cagney  <cagney@redhat.com>
11066
11067         * stack.c (print_frame_info): Use get_frame_pc.
11068
11069 2003-04-04  Andrew Cagney  <cagney@redhat.com>
11070
11071         * frame.c (get_prev_frame): Do not call frame_type_from_pc.  Set
11072         the frame's type from the unwinder.
11073         (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
11074         (create_new_frame, legacy_get_prev_frame): When the unwinder's
11075         type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
11076         (get_frame_base_address): Use get_frame_type.
11077         (get_frame_locals_address, get_frame_args_address): Ditto.
11078         (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
11079         * frame.h (enum frame_type): Add UNKNOWN_FRAME.
11080         (struct frame_info): Add comment explaining why the frame contains
11081         a "type" field.
11082         * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
11083         * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
11084         * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
11085         NORMAL_FRAME.
11086         * frame-unwind.h: Include "frame.h".
11087         (struct frame_unwind): Add "type" field.
11088         * Makefile.in (frame_unwind_h): Add $(frame_h).
11089
11090 2003-04-04  Andrew Cagney  <cagney@redhat.com>
11091
11092         * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
11093         * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
11094         * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
11095         get_frame_base.
11096         (d10v_unwind_dummy_id): Use frame_id_build.
11097         * frame.c (find_frame_sal): Use get_frame_pc.
11098         (create_new_frame): Use deprecated_update_frame_pc_hack and
11099         deprecated_update_frame_base_hack.
11100         (create_sentinel_frame): Add comment about ->pc going away.
11101         (get_prev_frame): Add comment about ->pc going away.
11102         (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
11103         frame_id_build, deprecated_update_frame_pc_hack and
11104         deprecated_update_frame_base_hack.
11105         (select_frame): Use get_frame_pc.
11106         (legacy_saved_regs_this_id): Use frame_id_build.
11107
11108 2003-04-04  Elena Zannoni  <ezannoni@redhat.com>
11109
11110         * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
11111         signed integer case.
11112         (classify_argument): Handle enumerations and references.
11113
11114 2003-04-04  Andrew Cagney  <cagney@redhat.com>
11115
11116         * frame.c (create_sentinel_frame): Initialize the sentinel frame's
11117         ID to NULL.
11118
11119 2003-04-01  Adam Fedor  <fedor@gnu.org>
11120
11121         * gdb/objc-lang.c (selectors_info): Replace calls to
11122         SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
11123         SYMBOL_NATURAL_NAME.
11124         (classes_info, find_methods): Likewise.
11125
11126 2003-04-03  Kevin Buettner  <kevinb@redhat.com>
11127
11128         * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
11129         ``mach'' to the value determined by bfd_default_set_arch_mach().
11130
11131 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
11132
11133         * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
11134         (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
11135         (mi-cmd-file.o): Update dependencies.
11136
11137 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
11138
11139         * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
11140         (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
11141
11142 2003-04-01  Adam Fedor  <fedor@gnu.org>
11143
11144         * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
11145         * language.h (struct language_defn): Add la_demangle.
11146         (language_demangle): Declare.
11147         * language.c (language_demangle): New function.
11148         (unk_lang_demangle): Likewise.
11149         (unknown_language_defn, auto_language_defn, local_language_defn):
11150         Add ukn_lang_demangle.
11151         * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
11152         * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
11153         * c-lang.c (c_language_defn, asm_language_defn): Likewise.
11154         (cplus_language_defn): Add cplus_demangle for la_demangle element.
11155         * jv-lang.c (java_demangle): New function
11156         (java_language_defn): Use it for la_demangle element.
11157         * objc-lang.c (objc_demangle): Add options argument
11158         (objc_language_defn): Use objc_demangle for la_demangle element.
11159         * maint.c (maintenance_demangle): Replace switch with
11160         call to language_demangle.
11161         * utils.c (fprintf_symbol_filtered): Likewise.
11162
11163 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11164
11165         * printcmd.c (print_frame_nameless_args): Delete #ifdef
11166         NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
11167         PRINT_TYPELESS_INTEGER.
11168         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
11169         PUSH_RETURN_ADDRESS.
11170
11171 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11172
11173         * Makefile.in (d10v-tdep.o): Update dependencies.
11174         * d10v-tdep.c: Include "frame-base.h".
11175         (d10v_frame_unwind): Make constant.
11176         (d10v_frame_base_address): New function.
11177         (d10v_frame_base): New variable.
11178         (d10v_gdbarch_init): Set frame_base default.
11179         (struct d10v_unwind_cache): Add the field "prev_sp".  Update
11180         comment for base.
11181         (d10v_frame_unwind_cache): Set and use "prev_sp".
11182         (d10v_frame_this_id): Use the previous frame's inner most stack
11183         address and this frame's func address for the frame ID.  Use
11184         frame_id_build.  Don't analyze beyond the current instruction.
11185
11186 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11187
11188         * frame.h (get_frame_locals_address, get_frame_args_address):
11189         Refer to the base address, instead of the address of the first
11190         local or parameter.
11191
11192 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11193
11194         Add frame debug info addresses:
11195         * frame-base.c: New file.
11196         * frame-base.h: New file.
11197         * frame.h (struct frame_base): Add opaque declaration.
11198         (get_frame_base): Update comment.
11199         (get_frame_base_address): Declare.
11200         (get_frame_locals_address): Declare.
11201         (get_frame_args_address): Declare.
11202         (struct frame_info): Add "base" and "base_cache".  Update
11203         comments on the unwinder.
11204         * frame.c: Include "frame-base.h".
11205         (get_frame_locals_address): New function.
11206         (get_frame_base_address): New function.
11207         (get_frame_args_address): New function.
11208         * findvar.c (read_var_value): Use get_frame_locals_address and
11209         get_frame_args_address.
11210         * stack.c (frame_info): Use get_frame_locals_address and
11211         get_frame_args_address.
11212         (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
11213         moved to "frame-base.c".
11214         * printcmd.c (print_frame_nameless_args): Ditto.
11215         * symtab.h (address_class): Update comments.
11216         * dwarf2loc.c (dwarf_expr_frame_base): Add note about
11217         get_frame_base_address.
11218         * dwarf2expr.c (execute_stack_op): Ditto.
11219         * Makefile.in (frame_base_h): Define.
11220         (frame.o): Update dependencies.
11221         (frame-base.o): Add dependencies.
11222         (SFILES): Add frame-base.c.
11223         (COMMON_OBS): Add frame-base.o.
11224
11225 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11226
11227         * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
11228         CALL_DUMMY_LENGTH): Ditto.
11229         * gdbarch.c: Re-generate.
11230         * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
11231         (CALL_DUMMY_LENGTH): Delete macro.
11232         * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
11233         * arm-tdep.c (arm_gdbarch_init): Ditto.
11234         * avr-tdep.c (avr_gdbarch_init): Ditto.
11235         * cris-tdep.c (cris_gdbarch_init): Ditto.
11236         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11237         * frv-tdep.c (frv_gdbarch_init): Ditto.
11238         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11239         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11240         * i386-tdep.c (i386_gdbarch_init): Ditto.
11241         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11242         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11243         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11244         * mips-tdep.c (mips_gdbarch_init): Ditto.
11245         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11246         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11247         * s390-tdep.c (s390_gdbarch_init): Ditto.
11248         * sh-tdep.c (sh_gdbarch_init): Ditto.
11249         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11250         * v850-tdep.c (v850_gdbarch_init): Ditto.
11251         * vax-tdep.c (vax_gdbarch_init): Ditto.
11252         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11253
11254 2003-04-01  Corinna Vinschen  <vinschen@redhat.com>
11255
11256         * frame.c (get_prev_frame): Disable call to inside_entry_file().
11257
11258 2003-04-01  Andrew Cagney  <cagney@redhat.com>
11259
11260         * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
11261         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11262         * gdbarch.h, gdbarch.c: Re-generate.
11263         * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11264         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11265         * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11266         * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
11267         (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11268         * infcmd.c (run_stack_dummy): Simplify assuming
11269         CALL_DUMMY_BREAKPOINT_OFFSET_P.
11270         * infrun.c (handle_inferior_event): Ditto.
11271         * alpha-tdep.c (alpha_gdbarch_init): Do not set
11272         call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
11273         * arm-tdep.c (arm_gdbarch_init): Ditto.
11274         * avr-tdep.c (avr_gdbarch_init): Ditto.
11275         * cris-tdep.c (cris_gdbarch_init): Ditto.
11276         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11277         * frv-tdep.c (frv_gdbarch_init): Ditto.
11278         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11279         * i386-tdep.c (i386_gdbarch_init): Ditto.
11280         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11281         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11282         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11283         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11284         * mips-tdep.c (mips_gdbarch_init): Ditto.
11285         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11286         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11287         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11288         * s390-tdep.c (s390_gdbarch_init): Ditto.
11289         * sh-tdep.c (sh_gdbarch_init): Ditto.
11290         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11291         * v850-tdep.c (v850_gdbarch_init): Ditto.
11292         * vax-tdep.c (vax_gdbarch_init): Ditto.
11293         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11294
11295 2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
11296
11297         * symfile.c (symfile_relocate_debug_section): Update call to
11298         bfd_simple_get_relocated_section_contents.
11299
11300 2003-03-31  Andrew Cagney  <cagney@redhat.com>
11301
11302         * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
11303         * gdbarch.h, gdbarch.c: Regenerate.
11304         * inferior.h (FIX_CALL_DUMMY): Delete macro.
11305         * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
11306         available.
11307         * frame.h (generic_fix_call_dummy): Delete declaration.
11308         * dummy-frame.h: Update comment.
11309         * dummy-frame.c (generic_fix_call_dummy): Delete function.
11310         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11311         fix_call_dummy.
11312         * sh-tdep.c (sh_gdbarch_init): Ditto.
11313         * s390-tdep.c (s390_gdbarch_init): Ditto.
11314         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11315         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11316         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11317         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11318         * i386-tdep.c (i386_gdbarch_init): Ditto.
11319         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11320         * frv-tdep.c (frv_gdbarch_init): Ditto.
11321         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11322         * cris-tdep.c (cris_gdbarch_init): Ditto.
11323         * avr-tdep.c (avr_gdbarch_init): Ditto.
11324         * arm-tdep.c (arm_gdbarch_init): Ditto.
11325
11326 2003-03-31  J. Brobecker  <brobecker@gnat.com>
11327
11328         * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
11329         (INIT_FRAME_AP): Likewise.
11330         (EXTRA_FRAME_INFO): Likewise.
11331
11332 2003-03-31  Andrew Cagney  <cagney@redhat.com>
11333
11334         * gdbarch.sh: Include "symfile.h".
11335         (CALL_DUMMY_ADDRESS): Default to entry_point_address.
11336         * gdbarch.h, gdbarch.c: Re-generate.
11337         * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
11338         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11339         call_dummy_address, the default is at entry_point_address.
11340         * v850-tdep.c (v850_gdbarch_init): Ditto.
11341         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11342         * sh-tdep.c (sh_gdbarch_init): Ditto.
11343         * s390-tdep.c (s390_gdbarch_init): Ditto.
11344         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11345         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11346         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11347         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11348         * i386-tdep.c (i386_gdbarch_init): Ditto.
11349         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11350         * frv-tdep.c (frv_gdbarch_init): Ditto.
11351         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11352         * cris-tdep.c (cris_gdbarch_init): Ditto.
11353         * arm-tdep.c (arm_gdbarch_init): Ditto.
11354
11355 2003-03-31  Andrew Cagney  <cagney@redhat.com>
11356
11357         * gdbarch.sh (CALL_DUMMY_P): Delete.
11358         * gdbarch.h, gdbarch.c: Re-generate.
11359         * inferior.h (CALL_DUMMY_P): Delete macro.
11360         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11361         * vax-tdep.c (vax_gdbarch_init): Update.
11362         * v850-tdep.c (v850_gdbarch_init): Update.
11363         * sparc-tdep.c (sparc_gdbarch_init): Update.
11364         * sh-tdep.c (sh_gdbarch_init): Update.
11365         * s390-tdep.c (s390_gdbarch_init): Update.
11366         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11367         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11368         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11369         * mips-tdep.c (mips_gdbarch_init): Update.
11370         * mcore-tdep.c (mcore_gdbarch_init): Update.
11371         * m68k-tdep.c (m68k_gdbarch_init): Update.
11372         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11373         * ia64-tdep.c (ia64_gdbarch_init): Update.
11374         * i386-tdep.c (i386_gdbarch_init): Update.
11375         * h8300-tdep.c (h8300_gdbarch_init): Update.
11376         * frv-tdep.c (frv_gdbarch_init): Update.
11377         * d10v-tdep.c (d10v_gdbarch_init): Update.
11378         * cris-tdep.c (cris_gdbarch_init): Update.
11379         * breakpoint.c (deprecated_frame_in_dummy): Update.
11380         * avr-tdep.c (avr_gdbarch_init): Update.
11381         * alpha-tdep.c (alpha_gdbarch_init): Update.
11382         * arm-tdep.c (arm_gdbarch_init): Update.
11383         * dummy-frame.c (dummy_frame_this_id): Update comments.
11384         * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
11385         * frame.c (legacy_get_prev_frame): Ditto.
11386         * valops.c (call_function_by_hand): Delete function.
11387         (hand_function_call): Rename to call_function_by_hand
11388
11389 2003-03-30  Andrew Cagney  <cagney@redhat.com>
11390
11391         2002-11-10 Klee Dienes <kdienes@apple.com>
11392         * value.h (struct value): Update comment.
11393
11394 2003-03-30  Andrew Cagney  <cagney@redhat.com>
11395
11396         * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
11397         D10V_FP_REGNUM.
11398         (d10v_gdbarch_init): Do not set fp_regnum.
11399
11400         * frame.c (get_frame_base): Force ID initialization.
11401         (get_prev_frame): Move computation of the frame ID from here ...
11402         (get_frame_id): ... to here.
11403         (legacy_get_prev_frame): Mark the frame ID as valid.
11404         * frame.h (struct frame_info): Add field "id_p".
11405
11406 2003-03-30  Mark Kettenis  <kettenis@gnu.org>
11407
11408         * i386-tdep.c (i386_store_struct_return): Removed.
11409         (i386_gdbarch_init): Don't set deprecated_store_struct_return.
11410
11411 2003-03-30  Andrew Cagney  <cagney@redhat.com>
11412
11413         * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
11414         * gdbarch.h, gdbarch.c: Regenerate.
11415         * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11416         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11417         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11418         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11419         * i386-tdep.c (i386_gdbarch_init): Ditto.
11420         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11421         * cris-tdep.c (cris_gdbarch_init): Ditto.
11422         * vax-tdep.c (vax_gdbarch_init): Ditto.
11423         * s390-tdep.c (s390_gdbarch_init): Ditto.
11424         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11425         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11426         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11427         * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11428         * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11429         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11430         * sparc-tdep.c (sparc_gdbarch_init): Update.
11431         * sh-tdep.c (sh_gdbarch_init): Update.
11432         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11433         * mips-tdep.c (mips_gdbarch_init): Update.
11434         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11435         * ia64-tdep.c (ia64_gdbarch_init): Update.
11436         * frv-tdep.c (frv_gdbarch_init): Update.
11437         * avr-tdep.c (avr_gdbarch_init): Update.
11438         * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11439         DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
11440         instead of when push_dummy_call is not available.
11441
11442 2003-03-30  Andrew Cagney  <cagney@redhat.com>
11443
11444         * infttrace.c: Include "gdbthread.h".
11445         (parent_attach_all): Fix function signature.
11446         (call_ptrace): Update call.
11447         * Makefile.in (infttrace.o): Update dependencies.
11448
11449 2003-03-30  Andrew Cagney  <cagney@redhat.com>
11450
11451         * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11452         PUSH_RETURN_ADDRESS.
11453         * gdbarch.h, gdbarch.c: Regenerate.
11454         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11455         * x86-64-tdep.c (x86_64_init_abi): Update.
11456         * v850-tdep.c (v850_gdbarch_init): Update.
11457         * sparc-tdep.c (sparc_gdbarch_init): Update.
11458         * sh-tdep.c (sh_gdbarch_init): Update.
11459         * s390-tdep.c (s390_gdbarch_init): Update.
11460         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11461         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11462         * mips-tdep.c (mips_gdbarch_init): Update.
11463         * mcore-tdep.c (mcore_gdbarch_init): Update.
11464         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11465         * ia64-tdep.c (ia64_gdbarch_init): Update.
11466         * i386-tdep.c (i386_gdbarch_init): Update.
11467         * h8300-tdep.c (h8300_gdbarch_init): Update.
11468         * frv-tdep.c (frv_gdbarch_init): Update.
11469         * cris-tdep.c (cris_gdbarch_init): Update.
11470         * avr-tdep.c (avr_gdbarch_init): Update.
11471         * arm-tdep.c (arm_gdbarch_init): Update.
11472         * valops.c (hand_function_call): Update.
11473
11474 2003-03-29  Andrew Cagney  <cagney@redhat.com>
11475
11476         * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11477         sizeof_call_dummy_words.
11478         * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11479         define.
11480         * gdbarch.h: Regenerate.
11481
11482 2003-03-29  Andrew Cagney  <cagney@redhat.com>
11483
11484         * infttrace.h: New file.
11485         * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11486         (hpread_get_textlow): Detect an uninitialized dn_bufp.
11487         (hpread_read_doc_function_type): Detect an initialized type1.
11488         (hpread_quick_traverse): Initialize mod_name_string.
11489         * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11490         (som_solib_get_solib_by_pc): Declare.
11491         (so_lib_thread_start_addr): Declare.
11492         (no_shared_libraries): Declare.
11493         * somread.c (init_import_symbols): Make static.  Add forward
11494         declaration.
11495         * config/pa/nm-hppah.h: Include "infttrace.h" for
11496         parent_attach_all.
11497         (hppa_insert_hw_watchpoint): Declare.
11498         (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11499         * hppah-nat.c: Include "gdb_string.h".
11500         (parent_attach_all): Delete extern declaration, moved to
11501         "infttrace.h".
11502         (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11503         int.
11504         (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11505         * Makefile.in (infttrace_h): Define.
11506         (hpread.o): Update dependencies.
11507         (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11508         * hppa-hpux-tdep.c: Include "gdb_string.h".
11509         * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11510         * infrun.c (handle_inferior_event): Always initialize
11511         stepped_after_stopped_by_watchpoint.  Add default and remove
11512         fallthrough in switch statement.
11513         * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11514         parameter to int.
11515         (hppa_remove_hw_watchpoint): Ditto.
11516
11517 2003-03-29  Andrew Cagney  <cagney@redhat.com>
11518
11519         * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11520         offset.
11521
11522 2003-03-29  Richard Earnshaw  <rearnsha@arm.com>
11523
11524         * arm-tdep.c (arm_push_arguments): Delete.
11525         (struct stack_item): New type.
11526         (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11527         (arm_store_struct_return): Delte.
11528         (arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
11529         arm_push_arguments or arm_store_struct_return.
11530
11531 2003-03-28  Andrew Cagney  <cagney@redhat.com>
11532
11533         * Makefile.in (d10v-tdep.o): Update dependencies.
11534         * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11535         * d10v-tdep.c: Include "remote.h".
11536         (target_resume_hook): Delete extern declaration.
11537         (target_wait_loop_hook): Ditto.
11538         (tdisassemble_command): Eliminate assignment in "if" conditional.
11539         (d10v_ts2_register_sim_regno): Eliminate call to
11540         legacy_register_sim_regno.
11541         (d10v_ts3_register_sim_regno): Ditto.
11542
11543 2003-03-28  Jeff Johnston  <jjohnstn@redhat.com>
11544
11545         * thread.c: Reindented.
11546         * lin-lwp.c: Ditto.
11547         * linux-proc.c: Ditto.
11548
11549 2003-03-28  Bob Rossi  <bob_rossi@cox.net>
11550
11551         * MAINTAINERS (write after approval): Add myself.
11552
11553 2003-03-27  Theodore A. Roth  <troth@openavr.org>
11554
11555         * objc-exp.y: Add missing semi-colons.
11556
11557 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11558
11559         * regcache.c (write_sp): Delete function and references.
11560         * inferior.h (write_sp): Delete declaration.
11561         * valops.c (hand_function_call): Replace write_sp with
11562         TARGET_WRITE_SP.
11563         * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11564         (sparc_pop_frame): Ditto.
11565
11566 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11567
11568         * NEWS: Mention removal of support for hppa*-*-bsd* and
11569         hppa*-*-osf* natives, and hppa*-*-pro* target.
11570         * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11571         * config/pa/xm-pa.h: Obsolete file.
11572         * config/pa/xm-hppab.h: Obsolete file.
11573         * config/pa/nm-hppab.h: Obsolete file.
11574         * config/pa/tm-hppab.h: Obsolete file.
11575         * config/pa/tm-hppao.h: Obsolete file.
11576         * config/pa/nm-hppao.h: Obsolete file.
11577         * config/pa/tm-pro.h: Obsolete file.
11578         * config/pa/hppaosf.mt: Obsolete file.
11579         * config/pa/hppaosf.mh: Obsolete file.
11580         * config/pa/hppapro.mt: Obsolete file.
11581         * config/pa/hppabsd.mt: Obsolete file.
11582         * config/pa/hppabsd.mh: Obsolete file.
11583         * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11584         * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11585         hppa*-*-osf*.
11586
11587 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11588
11589         * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11590         push_arguments.  Don't set push_return_address or write_sp.
11591         (d10v_push_dummy_call): Replace d10v_push_arguments.
11592         (d10v_push_return_address, d10v_write_sp): Delete function,
11593         handled by push_dummy_call.
11594
11595 2003-03-26  Andrew Cagney  <cagney@redhat.com>
11596
11597         * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11598         (push_dummy_call): New pure multi-arch replacement with gdbarch,
11599         regcache and dummy_addr parameters.
11600         * gdbarch.h, gdbarch.c: Re-generate.
11601         * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11602         available; assume it will handle stack alignment and return
11603         address issues.  Fall back to DEPRECATED_PUSH_ARGUMENTS and
11604         legacy_push_arguments.
11605         (legacy_push_arguments): Rename default_push_arguments.
11606         * value.h (legacy_push_arguments): Rename default_push_arguments.
11607         * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11608         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11609         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11610         * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11611         * config/i386/tm-symmetry.h: Update.
11612         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11613         * x86-64-tdep.c (x86_64_init_abi): Update.
11614         * v850-tdep.c (v850_gdbarch_init): Update.
11615         * sparc-tdep.c (sparc_gdbarch_init): Update.
11616         * sh-tdep.c (sh_gdbarch_init): Update.
11617         * s390-tdep.c (s390_gdbarch_init): Update.
11618         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11619         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11620         * mips-tdep.c (mips_gdbarch_init): Update.
11621         * mcore-tdep.c (mcore_gdbarch_init): Update.
11622         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11623         * ia64-tdep.c (ia64_gdbarch_init): Update.
11624         * i386-tdep.c (i386_gdbarch_init): Update.
11625         * hppa-tdep.c (hppa_gdbarch_init): Update.
11626         * h8300-tdep.c (h8300_gdbarch_init): Update.
11627         * frv-tdep.c (frv_gdbarch_init): Update.
11628         * d10v-tdep.c (d10v_gdbarch_init): Update.
11629         * cris-tdep.c (cris_gdbarch_init): Update.
11630         * avr-tdep.c (avr_gdbarch_init): Update.
11631         * arm-tdep.c (arm_gdbarch_init): Update.
11632         * arm-linux-tdep.c (arm_linux_init_abi): Update.
11633         * alpha-tdep.c (alpha_gdbarch_init): Update.
11634
11635 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11636
11637         * signals/signals.c (do_target_signal_to_host): Correct realtime
11638         signal range test.
11639
11640 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11641
11642         * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11643         (struct sal_chain, map_catch_names): Remove.
11644         (catch_exception_command_1): Don't call
11645         handle_gnu_4_16_catch_command.
11646
11647 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11648
11649         From Mark Dettinger <dettinge@de.ibm.com>:
11650         * dwarf2cfi.c (read_2u): Increment pointer by two.
11651
11652 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11653
11654         * signals/signals.c: Fix typos in last change.
11655
11656 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11657
11658         * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11659         not already defined.  Use __SIGRTMIN if available.
11660         (target_signal_from_host): Remove SIGRTMIN block.
11661         (do_target_signal_to_host): Remove SIGRTMIN block; check that
11662         the signal is within the realtime range.
11663
11664 2003-03-25  Adam Fedor  <fedor@gnu.org>
11665
11666         * Makefile.in (infrun.o): Add $(language_h)
11667         * infrun.c (handle_inferior_event): Use skip_language_trampoline
11668         for language specific trampolines.
11669         * language.h (struct language_defn): Add skip_trampoline.
11670         (skip_language_trampoline): Declare.
11671         * language.c (unk_lang_trampoline, skip_language_trampoline):
11672         New functions.
11673         (unknown_language_defn, auto_language_defn, local_language_defn):
11674         Add ukn_lang_trampoline.
11675         * ada-lang.c (ada_language_defn): Add NULL for language
11676         specific skip_trampoline.
11677         * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11678         scm-lang.c: Likewise.
11679         * objc-lang.c (objc_skip_trampoline): New function.
11680         (objc_language_defn): Add objc_skip_trampoline.
11681
11682 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11683
11684         * frame.c (get_prev_frame): Delay validating a frame's ID -
11685         non-NULL, didn't go backwards - until an attempt to unwind it to
11686         the previous frame.
11687
11688 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11689
11690         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11691         EXTRA_STACK_ALIGNMENT_NEEDED.  Default to 0 not 1.
11692         * gdbarch.h, gdbarch.c: Re-generate.
11693         * config/sparc/tm-sparc.h
11694         (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11695         * sparc-tdep.c (sparc_gdbarch_init): Set
11696         deprecated_extra_stack_alignment_needed.
11697         * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11698         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11699         extra_stack_alignment_needed.
11700         * v850-tdep.c (v850_gdbarch_init): Ditto.
11701         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11702         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11703         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11704         * cris-tdep.c (cris_gdbarch_init): Ditto.
11705         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11706         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11707
11708 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11709
11710         * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11711         STORE_STRUCT_RETURN.
11712         * gdbarch.h, gdbarch.c: Regenerate.
11713         * d10v-tdep.c (d10v_store_struct_return): Delete function.
11714         (d10v_push_arguments): Set the struct return register.
11715         (d10v_gdbarch_init): Update.
11716         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11717         * x86-64-tdep.c (x86_64_init_abi): Update.
11718         * vax-tdep.c (vax_gdbarch_init): Update.
11719         * v850-tdep.c (v850_gdbarch_init): Update.
11720         * sparc-tdep.c (sparc_gdbarch_init): Update.
11721         * sh-tdep.c (sh_gdbarch_init): Update.
11722         * s390-tdep.c (s390_gdbarch_init): Update.
11723         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11724         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11725         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11726         * mips-tdep.c (mips_gdbarch_init): Update.
11727         * mcore-tdep.c (mcore_gdbarch_init): Update.
11728         * m68k-tdep.c (m68k_gdbarch_init): Update.
11729         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11730         * ia64-tdep.c (ia64_gdbarch_init): Update.
11731         * i386-tdep.c (i386_gdbarch_init): Update.
11732         * hppa-tdep.c (hppa_gdbarch_init): Update.
11733         * h8300-tdep.c (h8300_gdbarch_init): Update.
11734         * frv-tdep.c (frv_gdbarch_init): Update.
11735         * cris-tdep.c (cris_gdbarch_init): Update.
11736         * avr-tdep.c (avr_gdbarch_init): Update.
11737         * arm-tdep.c (arm_gdbarch_init): Update.
11738         * alpha-tdep.c (alpha_gdbarch_init): Update.
11739
11740 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11741
11742         * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11743         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11744         CALL_DUMMY_STACK_ADJUST with a predicate variable.
11745         * gdbarch.h, gdbarch.c: Regenerate.
11746         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11747         call_dummy_stack_adjust_p.
11748         * vax-tdep.c (vax_gdbarch_init): Ditto.
11749         * v850-tdep.c (v850_gdbarch_init): Ditto.
11750         * sh-tdep.c (sh_gdbarch_init): Ditto.
11751         * s390-tdep.c (s390_gdbarch_init): Ditto.
11752         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11753         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11754         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11755         * mips-tdep.c (mips_gdbarch_init): Ditto.
11756         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11757         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11758         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11759         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11760         * i386-tdep.c (i386_gdbarch_init): Ditto.
11761         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11762         * frv-tdep.c (frv_gdbarch_init): Ditto.
11763         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11764         * cris-tdep.c (cris_gdbarch_init): Ditto.
11765         * avr-tdep.c (avr_gdbarch_init): Ditto.
11766         * arm-tdep.c (arm_gdbarch_init): Ditto.
11767         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11768         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11769         * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11770         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11771         * sparc-tdep.c (sparc_gdbarch_init): Update.  Do not set
11772         call_dummy_stack_adjust_p.
11773         * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11774         (CALL_DUMMY_STACK_ADJUST): Delete macro.
11775         * sparc-tdep.c (sparc32_push_arguments): Update.
11776         * valops.c (hand_function_call): Update.
11777
11778 2003-03-25  Corinna Vinschen  <vinschen@redhat.com>
11779
11780         * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11781         set_gdbarch_char_signed.
11782
11783 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
11784
11785         PR cli/548
11786         * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11787
11788 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
11789
11790         * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11791         (_initialize_arm_tdep): Don't set tm_print_insn.
11792
11793 2003-03-24  Adam Fedor  <fedor@gnu.org>
11794
11795         * Makefile.in (YYOBJ): Add objc-exp.tab.o
11796         * objc-lang.h: Add multiple inclusion protection.
11797         (start_msglist, add_msglist, end_msglist): Additional declarations.
11798
11799 2003-03-24  Richard Earnshaw  <rearnsha@arm.com>
11800
11801         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11802         value was renamed to ARM_FLOAT_SOFT_FPA.
11803
11804 2003-03-23  Andrew Cagney  <cagney@redhat.com>
11805
11806         * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11807         (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11808         * gdbarch.h, gdbarch.c: Regenerate.
11809         * valops.c (hand_function_call): Update.
11810         * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11811         * frame.c (legacy_saved_regs_this_id): Update.
11812         (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11813         * dummy-frame.h: Update.
11814         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11815         * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11816         * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11817         * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11818         * config/m68k/tm-sun3.h: Update.
11819         * blockframe.c (inside_main_func, frame_chain_valid): Update.
11820         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11821         * x86-64-tdep.c (x86_64_init_abi): Update.
11822         * vax-tdep.c (vax_gdbarch_init): Update.
11823         * v850-tdep.c (v850_gdbarch_init): Update.
11824         * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11825         * sh-tdep.c (sh_gdbarch_init): Update.
11826         * s390-tdep.c (s390_gdbarch_init): Update.
11827         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11828         (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11829         (frame_get_saved_regs): Update.
11830         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11831         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11832         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11833         * mips-tdep.c (mips_gdbarch_init): Update.
11834         * mcore-tdep.c (mcore_gdbarch_init): Update.
11835         * m68k-tdep.c (m68k_gdbarch_init): Update.
11836         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11837         * ia64-tdep.c (ia64_gdbarch_init): Update.
11838         * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11839         * i386-interix-tdep.c (i386_interix_init_abi): Update.
11840         (i386_interix_back_one_frame): Update.
11841         * hppa-tdep.c (hppa_gdbarch_init): Update.
11842         (hppa_init_extra_frame_info): Update.
11843         * h8300-tdep.c (h8300_gdbarch_init): Update.
11844         * frv-tdep.c (frv_gdbarch_init): Update.
11845         * cris-tdep.c (cris_gdbarch_init): Update.
11846         * avr-tdep.c (avr_gdbarch_init): Update.
11847         * arm-tdep.c (arm_gdbarch_init): Update.
11848         * alpha-tdep.c (alpha_gdbarch_init): Update.
11849
11850 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11851
11852         * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11853         (arm_get_fp_model): Declare.
11854         * arm-tdep.c (fp_model_strings): New string array.
11855         (arm_fp_model, current_fp_model): New variables.
11856         (arm_get_fp_model): New function.
11857         (arm_set_fp): New function.
11858         (set_fp_model_sfunc): New function.
11859         (show_fp_model): New function.
11860         (_initialize_arm_tdep): Add new command to set/show the FPU.
11861         (arm_extract_return_value): Use arm_get_fp_model.
11862         (arm_store_return_value): Likewise.
11863         (arm_gdbarch_init): Default fpa model is softfpa.  Call arm_set_fp
11864         to initialize the floating-point data types.
11865         * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11866         model is FPA.
11867
11868 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11869
11870         * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
11871         the current setting of each value.
11872         (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11873         new_set and new_show.  Use add_setshow_cmd_full and
11874         add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
11875         commands and add new version as subcommands of "set/show arm".
11876
11877 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11878
11879         * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11880         (set_arm_command, show_arm_command): New functions.
11881         (_initialize_arm_tdep): Add them.
11882         (num_disassembly_options): Renamed from num_flavor_options.
11883         (valid_disassembly_styles): Renamed from valid_flavors.
11884         (disassembly_style): Renamed from disassembly_flavor.
11885         (set_disassembly_style_sfunc): Renamed from
11886         set_disassembly_flavor_sfunc.
11887         (set_disassembly_style): Renamed from set_disassembly_flavor.
11888         (arm_othernames): Updated.
11889         (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11890         command.  Add "set/show arm disassembly" commands.  Deprecate
11891         "othernames" command.
11892
11893 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11894
11895         * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11896         (arm-tdep.o): Depend on elf_arm_h.
11897
11898 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11899
11900         * Makefile.in (coff_internal_h): Define.
11901         (arm-tdep.o): Update dependencies.
11902
11903 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11904
11905         * arm-tdep.c (prologue_cache): Delete.
11906         (check_prologue_cache, save_prologue_cache): Delete.
11907         (arm_scan_prologue): Don't check or update the prologue_cache.
11908         (arm_gdb_arch_init): Don't initialize it.
11909         (_initialize_arm_tdep): Likewise.
11910
11911 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
11912
11913         * MAINTAINERS (tui): Maintainer of tui code.
11914
11915 2003-03-21  Corinna Vinschen  <vinschen@redhat.com>
11916
11917         * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11918         (i386-cygwin-tdep.o): Add dependencies.
11919         * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11920         * i386-cygwin-tdep.c: New file.
11921         * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11922         * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11923
11924 2003-03-20  Andrew Cagney  <cagney@redhat.com>
11925
11926         * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11927         (handle_inferior_event): Remove code calling
11928         DYNAMIC_TRAMPOLINE_NEXTPC.
11929
11930         * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11931         already has a full path.
11932
11933         * main.c (gdb_main): Return 1.
11934         (captured_main): Call error to report an invalid interpreter.
11935
11936         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11937         * alpha-osf1-tdep.c: Include "gdb_string.h".
11938
11939 2003-03-19  J. Brobecker  <brobecker@gnat.com>
11940
11941         Continuing work to convert the hppa targets to multiarch partial.
11942
11943         * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11944         method, now that hppa_push_dummy_frame has a conformant prototype.
11945         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11946         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11947         for the switch to multiarch partial.
11948
11949 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
11950
11951         * mdebugread.c (parse_symbol): For stEnd, we're done counting
11952         when iss is issNull.
11953
11954 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
11955
11956         * mips-tdep.c (mips_register_name): Fix fencepost error involving
11957         NUM_REGS bounds check.
11958
11959 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
11960
11961         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11962         * mips-tdep.c (gdb_assert.h): Include.
11963         (mips_generic_reg_names, mips_processor_reg_names): Make static.
11964         (mips_register_name): Handle integer registers explicitly.  Add
11965         bounds checking.
11966         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11967         (mips_lsi33k_reg_names): Don't list integer registers; they're
11968         handled by mips_register_name() now.
11969         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11970         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11971         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11972         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11973         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11974
11975 2003-03-18  Andrew Cagney  <cagney@redhat.com>
11976
11977         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11978         a void pointer.
11979         * gdbtypes.h (print_scalar_formatted): Update declaration.
11980         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11981
11982 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11983
11984         * infrun.c (observer.h): Add #include.
11985         (normal_stop): Add call to observer_notify_normal_stop.
11986         * Makefile.in (infrun.o): Add dependency on observer.h.
11987
11988 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11989
11990         Continuing work to convert the hppa targets to multiarch partial.
11991         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11992         parameter. Reformat comment.
11993         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11994         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11995         to match new profile.
11996
11997 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11998
11999         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
12000         appear to be working in any case.
12001
12002 2003-03-18  J. Brobecker  <brobecker@gnat.com>
12003
12004         * observer.c (observer_test_first_observer): New static variable.
12005         (observer_test_second_observer): Likewise.
12006         (observer_test_third_observer): Likewise.
12007         (observer_test_first_notification_function): New static function.
12008         (observer_test_second_notification_function): Likewise.
12009         (observer_test_third_notification_function): Likewise.
12010
12011 2003-03-17  J. Brobecker  <brobecker@gnat.com>
12012
12013         * hppa-tdep.c (gdb_assert.h): Add missing #include.
12014         * somsolib.c (gdb_assert.h): Likewise.
12015         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
12016         (somsolib.o): Likewise.
12017
12018 2003-03-17  Andrew Cagney  <cagney@redhat.com>
12019
12020         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
12021         BFD.  Simplify setting of di.endian.
12022
12023 2003-03-17  Andrew Cagney  <cagney@redhat.com>
12024
12025         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
12026         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
12027
12028         From Elena Zannoni  <ezannoni@redhat.com>
12029         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
12030         vector and floating-point parameters.
12031         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
12032         convention.
12033         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
12034
12035 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
12036
12037         * MAINTAINERS: Remove my name from several maintainership roles.
12038
12039 2003-03-17  Andrew Cagney  <cagney@redhat.com>
12040
12041         Fix frame off-by-one bug.
12042         * frame-unwind.h (frame_this_id_ftype): Replace
12043         frame_unwind_id_ftype.
12044         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
12045         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
12046         with "prev_register".
12047         * frame-unwind.c (frame_unwind_find_by_pc): Return
12048         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
12049         comment.
12050         * dummy-frame.c (cached_find_dummy_frame): Delete function.
12051         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
12052         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
12053         (dummy_frame_unwind): Update.
12054         * sentinel-frame.c (sentinel_frame_prev_register): Replace
12055         sentinel_frame_register_unwind.
12056         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
12057         (sentinel_frame_unwinder): Update.
12058         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12059         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
12060         * frame.c (create_sentinel_frame): Update. Initialize
12061         "prologue_cache" instead of "unwind_cache".
12062         (frame_register_unwind): Call this frame's prev_register with the
12063         next frame and this frame's prologue cache.
12064         (get_prev_frame): Simplify.  Always call prev frame's this_id with
12065         this frame and prev frame's prologue cache.  Document that this
12066         call is shifted one to the left when compared to the
12067         frame_register_unwind call.
12068         (legacy_saved_regs_prev_register): Replace
12069         frame_saved_regs_register_unwind.
12070         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
12071         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
12072         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
12073         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
12074         (d10v_frame_unwind): Update.
12075         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
12076         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
12077         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
12078         "saved_regs" with "this_saved_regs".
12079
12080 2003-03-16  Andrew Cagney  <cagney@redhat.com>
12081
12082         * frame.c (frame_pop): Don't call target_store_registers.  Fix
12083         problem reported by Mark Kettenis.
12084
12085 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
12086
12087         * i386-tdep.c (i386_register_type): Renamed from
12088         i386_register_virtual_type.  Adjust function signature.
12089         (i386_gdbarch_init): Set register_type instead of
12090         deprecated_max_register_raw_size,
12091         deprecated_max_register_virtual_size and register_virtual_type.
12092
12093 2003-03-14  Andrew Cagney  <cagney@redhat.com>
12094
12095         * frame.c (get_prev_frame): When a legacy frame, always call
12096         legacy_get_prev_frame.  Simplify unwind code using assumption that
12097         the unwinder is new.
12098         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
12099         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
12100         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
12101
12102 2003-03-14  Andrew Cagney  <cagney@redhat.com>
12103
12104         * frame.c (get_saved_register): Delete function.
12105         * frame.h (get_saved_register): Delete declaration.
12106         * xstormy16-tdep.c: Update comment.
12107         * regcache.h: Update comments.
12108         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
12109         get_saved_register and extract_address, use
12110         frame_read_unsigned_register.
12111         (sparc_frame_saved_pc): Ditto.
12112         (sparc_get_saved_register): Instead of get_saved_register, use
12113         frame_register.
12114         (sparc_pop_frame): Ditto.
12115         * findvar.c: Update comments.
12116         (value_of_register): Call frame_register instead of
12117         get_saved_register.
12118         (value_from_register): Ditto.
12119         * config/sparc/tm-sparc.h: Update comment.
12120         * breakpoint.c: Update comment.
12121
12122 2003-03-14  Andrew Cagney  <cagney@redhat.com>
12123
12124         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
12125         GET_SAVED_REGISTER.
12126         * gdbarch.h, gdbarch.c: Re-generate.
12127         * frame.h: Update comments.
12128         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12129         * x86-64-tdep.c (x86_64_init_abi): Update.
12130         * sparc-tdep.c (sparc_gdbarch_init): Update.
12131         * sh-tdep.c (sh_gdbarch_init): Update.
12132         * mips-tdep.c (mips_gdbarch_init): Update.
12133         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12134         * cris-tdep.c (cris_gdbarch_init): Update.
12135         * ia64-tdep.c (ia64_gdbarch_init): Update.
12136         * frame.c (frame_register): Update.
12137         (get_saved_register): Update.
12138         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
12139
12140 2003-03-13  Andrew Cagney  <cagney@redhat.com>
12141
12142         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
12143         * gdbarch.h, gdbarch.c: Regenerate.
12144         * valops.c (hand_function_call): Update comment.
12145         * stack.c (return_command): Update comment.
12146         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
12147         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
12148         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12149         * x86-64-tdep.c (x86_64_init_abi): Update.
12150         * vax-tdep.c (vax_gdbarch_init): Update.
12151         * v850-tdep.c (v850_gdbarch_init): Update.
12152         * sparc-tdep.c (sparc_gdbarch_init): Update.
12153         * sh-tdep.c (sh_gdbarch_init): Update.
12154         * s390-tdep.c (s390_gdbarch_init): Update.
12155         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12156         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12157         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12158         * mips-tdep.c (mips_gdbarch_init): Update.
12159         * mcore-tdep.c (mcore_gdbarch_init): Update.
12160         * m68k-tdep.c (m68k_gdbarch_init): Update.
12161         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12162         * ia64-tdep.c (ia64_gdbarch_init): Update.
12163         * i386-tdep.c (i386_gdbarch_init): Update.
12164         * hppa-tdep.c (hppa_gdbarch_init): Update.
12165         * h8300-tdep.c (h8300_gdbarch_init): Update.
12166         * frv-tdep.c (frv_gdbarch_init): Update.
12167         * cris-tdep.c (cris_gdbarch_init): Update.
12168         * avr-tdep.c (avr_gdbarch_init): Update.
12169         * arm-tdep.c (arm_gdbarch_init): Update.
12170         * alpha-tdep.c (alpha_gdbarch_init): Update.
12171
12172 2003-03-13  Andrew Cagney  <cagney@redhat.com>
12173
12174         * frame.c (legacy_frame_p): New function.
12175         (get_prev_frame): Use legacy_frame_p.
12176         * frame.h (legacy_frame_p): Declare.
12177
12178 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12179
12180         * MAINTAINERS (write after approval): Alphabetically
12181         listing corrected.
12182
12183 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
12184
12185         * MAINTAINERS (write after approval): Add myself.
12186
12187 2003-03-12  Andrew Cagney  <cagney@redhat.com>
12188
12189         * frame.c (get_prev_frame): Rename the frame parameter to
12190         "this_frame".
12191         (get_next_frame, legacy_get_prev_frame): Ditto.
12192
12193 2003-03-12  Andrew Cagney  <cagney@redhat.com>
12194
12195         * frame.c (get_current_frame): Check target_has_registers before
12196         checking target_has_stack.
12197         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
12198         instead of deprecated_selected_frame.
12199         * findvar.c (value_of_register): Pass "frame", not
12200         deprecated_selected_frame, to value_of_builtin_reg.
12201
12202 2003-03-12  Andrew Cagney  <cagney@redhat.com>
12203
12204         * regcache.c (regcache_cooked_write_signed): New function.
12205         (regcache_cooked_write_unsigned): New function.
12206         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
12207         (regcache_cooked_read_signed): Fix regnum in range assertion.
12208         * regcache.h (regcache_cooked_write_signed): Declare.
12209         (regcache_cooked_write_unsigned): Declare.
12210
12211 2003-03-12  Andrew Cagney  <cagney@redhat.com>
12212
12213         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12214         * gdbarch.h, gdbarch.c: Re-generate.
12215         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12216         * x86-64-tdep.h: Update.
12217         * x86-64-tdep.c (x86_64_init_abi): Update.
12218         * v850-tdep.c (v850_gdbarch_init): Update.
12219         * sparc-tdep.c (sparc_gdbarch_init): Update.
12220         * sh-tdep.c (sh_gdbarch_init): Update.
12221         * s390-tdep.c (s390_gdbarch_init): Update.
12222         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12223         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12224         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12225         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12226         * mips-tdep.c (mips_gdbarch_init): Update.
12227         * mcore-tdep.c (mcore_gdbarch_init): Update.
12228         * m68k-tdep.c (m68k_gdbarch_init): Update.
12229         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12230         * ia64-tdep.c (ia64_gdbarch_init): Update.
12231         * i386-tdep.c (i386_gdbarch_init): Update.
12232         * i386-interix-tdep.c (i386_interix_init_abi): Update.
12233         * hppa-tdep.c (hppa_gdbarch_init): Update.
12234         * h8300-tdep.c (h8300_gdbarch_init): Update.
12235         * frv-tdep.c (frv_gdbarch_init): Update.
12236         * cris-tdep.c (cris_gdbarch_init): Update.
12237         * avr-tdep.c (avr_gdbarch_init): Update.
12238         * arm-tdep.c (arm_gdbarch_init): Update.
12239         * alpha-tdep.c (alpha_gdbarch_init): Update.
12240         * sh-tdep.c (sh_init_extra_frame_info): Update.
12241         (sh64_init_extra_frame_info): Update.
12242         * ns32knbsd-nat.c (frame_num_args): Update.
12243         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12244         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12245         (xstormy16_frame_chain_valid): Update.
12246         * vax-tdep.c (vax_saved_pc_after_call): Update.
12247         * v850-tdep.c (v850_frame_chain): Update.
12248         (v850_pop_frame): Update.
12249         (v850_init_extra_frame_info): Update.
12250         * sparc-tdep.c (setup_arbitrary_frame): Update.
12251         * ns32k-tdep.c (umax_frame_num_args): Update.
12252         * s390-tdep.c (s390_pop_frame_regular): Update.
12253         * mn10300-tdep.c (mn10300_frame_chain): Update.
12254         (mn10300_pop_frame_regular): Update.
12255         (mn10300_init_extra_frame_info): Update.
12256         * mips-tdep.c (mips_init_frame_pc_first): Update.
12257         (mips_frame_chain): Update.
12258         (mips_pop_frame): Update.
12259         * mcore-tdep.c (mcore_frame_chain): Update.
12260         (mcore_pop_frame): Update.
12261         (mcore_init_extra_frame_info): Update.
12262         * arch-utils.c (init_frame_pc_default): Update.
12263         * m68k-tdep.c (isi_frame_num_args): Update.
12264         (delta68_frame_num_args): Update.
12265         (news_frame_num_args): Update.
12266         * ia64-tdep.c (ia64_pop_frame_regular): Update.
12267         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12268         (alpha_frame_chain): Update.
12269         (alpha_pop_frame): Update.
12270         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12271         (hppa_init_extra_frame_info): Update.
12272         (hppa_frame_chain): Update.
12273         (hppa_frame_chain_valid): Update.
12274         * cris-tdep.c (cris_init_extra_frame_info): Update.
12275         * avr-tdep.c (avr_init_extra_frame_info): Update.
12276         * arm-tdep.c (arm_frame_chain_valid): Update.
12277         (arm_init_extra_frame_info): Update.
12278         (arm_pop_frame): Update.
12279         * frame.c (frame_pc_unwind): Update.
12280         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12281         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12282         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12283         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12284         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12285         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12286
12287 2003-03-12  Andrew Cagney  <cagney@redhat.com>
12288
12289         Eliminate the need for POP_FRAME.
12290         * frame.c (do_frame_unwind_register): New function.
12291         (frame_pop): When no POP_FRAME, pop the frame using register
12292         unwind and a scratch regcache.
12293         (frame_saved_regs_pop): Delete function.
12294         (trad_frame_unwinder): Update.
12295         * d10v-tdep.c (d10v_frame_pop): Delete function.
12296         (d10v_frame_unwind): Update.
12297         * sentinel-frame.c (sentinel_frame_pop): Delete function.
12298         (sentinel_frame_unwinder): Update.
12299         * dummy-frame.c (dummy_frame_pop): Delete function.
12300         (dummy_frame_unwind): Update.
12301         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
12302         (struct frame_unwind): Update.
12303
12304 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
12305
12306         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
12307         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
12308         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
12309         Do range checks on register number obtained from debugging info.
12310         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
12311         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
12312         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
12313         mapping function.
12314         (do_fp_register_row): Fix typo which caused double type to be
12315         used when attempting to unpack a float.
12316
12317 2003-03-11  J. Brobecker  <brobecker@gnat.com>
12318
12319         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
12320
12321 2003-03-11  Andrew Cagney  <cagney@redhat.com>
12322
12323         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
12324         frame.  Problem found by Corinna Vinschen.
12325
12326 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
12327
12328         * doublest.c (floatformat_from_length): Accept also
12329         the real size of 'long double' type.
12330
12331 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
12332
12333         From Klee Dienes <kdienes@apple.com>:
12334         * breakpoint.c (bpstat_copy): Copy the command lines as well
12335         as the old value, to match what is freed in bpstat_clear.
12336
12337 2003-03-10  David Carlton  <carlton@math.stanford.edu>
12338
12339         * minsyms.c (add_minsym_to_hash_table): Replace
12340         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
12341         (compare_minimal_symbols, compact_minimal_symbols)
12342         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
12343         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
12344         of DEPRECATED_SYMBOL_MATCHES_NAME.
12345         (lookup_minimal_symbol_solib_trampoline): Ditto.
12346
12347 2003-03-10  Andrew Cagney  <cagney@redhat.com>
12348
12349         * regcache.h (regcache_cooked_read_ftype): Define.
12350         (regcache_save, regcache_restore): Add a cooked_read parameter.
12351         * regcache.c (regcache_save, regcache_restore): Update.
12352         (do_cooked_read): New function.
12353         (regcache_cpy): Pass do_cooked_read to regcache_save and
12354         regcache_restore.
12355
12356 2003-03-10  Andrew Cagney  <cagney@redhat.com>
12357
12358         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
12359         * gdbarch.h, gdbarch.c: Re-generate.
12360         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12361         * x86-64-tdep.h: Update.
12362         * x86-64-tdep.c (x86_64_init_abi): Update.
12363         * v850-tdep.c (v850_gdbarch_init): Update.
12364         * sparc-tdep.c (sparc_gdbarch_init): Update.
12365         * sh-tdep.c (sh_gdbarch_init): Update.
12366         * s390-tdep.c (s390_gdbarch_init): Update.
12367         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12368         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12369         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12370         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12371         * mips-tdep.c (mips_gdbarch_init): Update.
12372         * mcore-tdep.c (mcore_gdbarch_init): Update.
12373         * m68k-tdep.c (m68k_gdbarch_init): Update.
12374         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12375         * ia64-tdep.c (ia64_gdbarch_init): Update.
12376         * i386-tdep.c (i386_gdbarch_init): Update.
12377         * i386-interix-tdep.c (i386_interix_init_abi): Update.
12378         * hppa-tdep.c (hppa_gdbarch_init): Update.
12379         * h8300-tdep.c (h8300_gdbarch_init): Update.
12380         * frv-tdep.c (frv_gdbarch_init): Update.
12381         * cris-tdep.c (cris_gdbarch_init): Update.
12382         * avr-tdep.c (avr_gdbarch_init): Update.
12383         * arm-tdep.c (arm_gdbarch_init): Update.
12384         * alpha-tdep.c (alpha_gdbarch_init): Update.
12385         * sh-tdep.c (sh_init_extra_frame_info): Update.
12386         (sh64_init_extra_frame_info): Update.
12387         * ns32knbsd-nat.c (frame_num_args): Update.
12388         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12389         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12390         (xstormy16_frame_chain_valid): Update.
12391         * vax-tdep.c (vax_saved_pc_after_call): Update.
12392         * v850-tdep.c (v850_frame_chain): Update.
12393         (v850_pop_frame): Update.
12394         (v850_init_extra_frame_info): Update.
12395         * sparc-tdep.c (setup_arbitrary_frame): Update.
12396         * ns32k-tdep.c (umax_frame_num_args): Update.
12397         * s390-tdep.c (s390_pop_frame_regular): Update.
12398         * mn10300-tdep.c (mn10300_frame_chain): Update.
12399         (mn10300_pop_frame_regular): Update.
12400         (mn10300_init_extra_frame_info): Update.
12401         * mips-tdep.c (mips_init_frame_pc_first): Update.
12402         (mips_frame_chain): Update.
12403         (mips_pop_frame): Update.
12404         * mcore-tdep.c (mcore_frame_chain): Update.
12405         (mcore_pop_frame): Update.
12406         (mcore_init_extra_frame_info): Update.
12407         * arch-utils.c (init_frame_pc_default): Update.
12408         * m68k-tdep.c (isi_frame_num_args): Update.
12409         (delta68_frame_num_args): Update.
12410         (news_frame_num_args): Update.
12411         * ia64-tdep.c (ia64_pop_frame_regular): Update.
12412         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12413         (alpha_frame_chain): Update.
12414         (alpha_pop_frame): Update.
12415         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12416         (hppa_init_extra_frame_info): Update.
12417         (hppa_frame_chain): Update.
12418         (hppa_frame_chain_valid): Update.
12419         * cris-tdep.c (cris_init_extra_frame_info): Update.
12420         * avr-tdep.c (avr_init_extra_frame_info): Update.
12421         * arm-tdep.c (arm_frame_chain_valid): Update.
12422         (arm_init_extra_frame_info): Update.
12423         (arm_pop_frame): Update.
12424         * frame.c (frame_pc_unwind): Update.
12425         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12426         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12427         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12428         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12429         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12430         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12431
12432 2003-03-10  Andrew Cagney  <cagney@redhat.com>
12433
12434         * gdbarch.sh (gdbarch_unwind_pc): New method.
12435         * gdbarch.h, gdbarch.c: Regenerate.
12436         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
12437         but use read_pc and FRAME_SAVED_PC as fall backs.
12438         (frame_saved_regs_pc_unwind): Delete function.
12439         (trad_frame_unwinder): Update.
12440         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12441         (struct frame_unwind): Update.
12442         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12443         (dummy_frame_unwind): Update.
12444         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12445         (sentinel_frame_unwinder): Update.
12446         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12447         (d10v_frame_unwind): Update.
12448         (d10v_unwind_pc): New function.
12449         (d10v_gdbarch_init): Set unwind_pc.
12450
12451 2003-03-10  Andrew Cagney  <cagney@redhat.com>
12452
12453         * gdbarch.h: Re-generate.
12454
12455         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12456         PC.
12457         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12458         the PC register.
12459
12460 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
12461
12462         * gdbarch.sh (save_dummy_frame_tos): Add comment.
12463
12464 2003-03-08  Andrew Cagney  <cagney@redhat.com>
12465
12466         * cli-out.c: Update copyright.
12467         (cli_out_data): Define typedef.  Use instead of ui_out_data.
12468
12469 2003-03-08  Andrew Cagney  <cagney@redhat.com>
12470
12471         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12472         the result.
12473
12474 2003-03-07  Andrew Cagney  <cagney@redhat.com>
12475
12476         * gdbarch.sh: Don't generate two macro definitions when an
12477         undefined macro taking no arguments.
12478         * gdbarch.h: Regenerate.
12479
12480 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
12481
12482         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12483         (x86_64_unwind_dummy_id): New functions.
12484         (x86_64_init_abi): Register these two new functions.
12485
12486 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
12487
12488         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12489         (x86_64_skip_prologue): Move prologue detection to
12490         separate function.
12491         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12492
12493 2003-03-05  Andrew Cagney  <cagney@redhat.com>
12494
12495         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12496         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12497         * frame.c (get_prev_frame): Restructure the frame ID unwind code
12498         to use unwind_dummy_id when a dummy frame.
12499         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12500         predicate.
12501         * gdbarch.h, gdbarch.c: Regneerate.
12502
12503 2003-03-05  Andrew Cagney  <cagney@redhat.com>
12504
12505         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12506         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12507         Do not use d10v_read_sp or d10v_read_fp when obtaining register
12508         values.
12509
12510 2003-03-05  Andrew Cagney  <cagney@redhat.com>
12511
12512         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12513         (struct d10v_unwind_cache): Delete field "frameless".  Replace
12514         "next_addr" with "sp_offset".  Add "r11_offset".
12515         (d10v_frame_unwind_cache): Update.
12516         (prologue_find_regs): Update.  When "mv r11, sp", save the
12517         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
12518         RN was saved in r11_offset.
12519
12520 2003-03-05  Andrew Cagney  <cagney@redhat.com>
12521
12522         * frame.c (deprecated_update_frame_pc_hack): Also update the the
12523         cached PC value in the next frame.
12524
12525 2003-03-05  Andrew Cagney  <cagney@redhat.com>
12526
12527         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12528         "id_unwind_cache" with "id".
12529         (frame_id_unwind): Delete declaration.
12530         * frame.c (frame_id_unwind): Delete function.
12531         (get_prev_frame): Call the frame id unwind method directly.  Store
12532         the returned next frame's ID value in NEXT_FRAME.  Note that there
12533         is a problem with the wrong unwind ID being called with the wrong
12534         unwind cache.
12535
12536 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
12537
12538         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12539
12540 2003-03-05  James Ingham <jingham@apple.com>
12541             Daniel Jacobowitz  <drow@mvista.com>
12542
12543         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12544         (auto_cp_abi): New variable.
12545         (current_cp_abi, num_cp_abis): Make static.
12546         (CP_ABI_MAX): Define.
12547         (cp_abis): Turn into an array.
12548         (value_virtual_fn_field): Fix formatting.
12549         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
12550         takes a pointer.
12551         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12552         (list_cp_abis, _initialize_cp_abi): New functions.
12553         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
12554         declarations for cp_abis, num_cp_abis, current_cp_abi, and
12555         switch_to_cp_abi.  Update prototype for register_cp_abi.
12556         * Makefile.in (cp-abi.o): Update dependencies.
12557         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12558         instead of switch_to_cp_abi.
12559         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
12560         register_cp_abi.
12561         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12562         register_cp_abi.
12563         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12564
12565 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
12566
12567         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12568         * dwarf2loc.c: Include "regcache.h".
12569         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
12570         register_size.
12571         * Makefile.in (dwarf2loc.o): Update dependencies.
12572
12573 2003-03-04  Theodore A. Roth  <troth@openavr.org>
12574
12575         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12576         number of io registers reported by remote target is not a multiple of
12577         step.
12578
12579 2003-03-04  David Carlton  <carlton@math.stanford.edu>
12580
12581         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12582         (lookup_symbol_aux_psymtabs): Update call to
12583         lookup_partial_symbol.
12584         (lookup_transparent_type, find_main_psymtab)
12585         (make_symbol_overload_list): Ditto.
12586
12587 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12588
12589         * MAINTAINERS (Write after approval): Update my email address.
12590
12591 2003-03-03  Andrew Cagney  <cagney@redhat.com>
12592
12593         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12594         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12595         predicate.  Replace MAX_REGISTER_RAW_SIZE.
12596         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12597         MAX_REGISTER_VIRTUAL_SIZE.
12598         * regcache.c (legacy_max_register_raw_size): New function.
12599         (legacy_max_register_virtual_size): New function.
12600         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12601         (MAX_REGISTER_RAW_SIZE): Define.
12602         (legacy_max_register_raw_size): Declare.
12603         (legacy_max_register_virtual_size): Declare.
12604         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12605         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12606         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12607         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12608         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12609         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12610         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12611         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12612         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12613         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12614         * vax-tdep.c (vax_gdbarch_init): Update.
12615         * v850-tdep.c (v850_gdbarch_init): Update.
12616         * sparc-tdep.c (sparc_gdbarch_init): Update.
12617         * sh-tdep.c (sh_gdbarch_init): Update.
12618         * s390-tdep.c (s390_gdbarch_init): Update.
12619         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12620         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12621         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12622         * mips-tdep.c (mips_gdbarch_init): Update.
12623         * mcore-tdep.c (mcore_gdbarch_init): Update.
12624         * m68k-tdep.c (m68k_gdbarch_init): Update.
12625         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12626         * ia64-tdep.c (ia64_gdbarch_init): Update.
12627         * i386-tdep.c (i386_gdbarch_init): Update.
12628         * hppa-tdep.c (hppa_gdbarch_init): Update.
12629         * h8300-tdep.c (h8300_gdbarch_init): Update.
12630         * frv-tdep.c (frv_gdbarch_init): Update.
12631         * cris-tdep.c (cris_gdbarch_init): Update.
12632         * avr-tdep.c (avr_gdbarch_init): Update.
12633         * arm-tdep.c (arm_gdbarch_init): Update.
12634         * alpha-tdep.c (alpha_gdbarch_init): Update.
12635         * d10v-tdep.c (d10v_gdbarch_init): Do not set
12636         max_register_raw_size or max_register_virtual_size.
12637
12638 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12639
12640         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12641         SYMBOL_MATCHES_NAME, add comment.
12642         (SYMBOL_MATCHES_NATURAL_NAME): New.
12643         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12644         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12645         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12646         * symtab.c (lookup_partial_symbol): Use
12647         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
12648         unhelpful comment.
12649         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12650         SYMBOL_MATCHES_NAME.
12651         Fix for PR c++/33.
12652
12653 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12654
12655         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12656         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12657         by regexp matching against SYMBOL_NATURAL_NAME.
12658
12659 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12660
12661         * linespec.c (find_method): Extract code into collect_methods.
12662         (collect_methods): New.
12663
12664 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
12665
12666         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12667         get_frame_base.
12668
12669         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12670         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12671
12672 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12673
12674         * arch-utils.c (generic_register_byte): Fix to use the loop index
12675         and not regnum when summing the size of all registers up to regnum.
12676
12677 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12678
12679         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12680         FRAME_INIT_SAVED_REGS.
12681         * gdbarch.h, gdbarch.c: Regenerate.
12682         * stack.c (frame_info): Update.
12683         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12684         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12685         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12686         * ns32k-tdep.c (ns32k_pop_frame): Update.
12687         * mips-tdep.c (mips_pop_frame): Update.
12688         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12689         * ia64-tdep.c (ia64_frame_chain): Update.
12690         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12691         (ia64_frameless_function_invocation): Update.
12692         (ia64_init_extra_frame_info): Update.
12693         (ia64_pop_frame_regular): Update.
12694         * frame.h (struct frame_info): Update comment.
12695         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12696         * frame.c (frame_saved_regs_register_unwind): Update.
12697         (frame_saved_regs_register_unwind): Update.
12698         (deprecated_generic_get_saved_register): Update.
12699         * cris-tdep.c: Update comment.
12700         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12701         Rename macro.
12702         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12703         * x86-64-tdep.c (x86_64_init_abi): Update.
12704         * vax-tdep.c (vax_gdbarch_init): Update.
12705         * v850-tdep.c (v850_gdbarch_init): Update.
12706         * sparc-tdep.c (sparc_gdbarch_init): Update.
12707         * sh-tdep.c (sh_gdbarch_init): Update.
12708         * s390-tdep.c (s390_gdbarch_init): Update.
12709         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12710         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12711         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12712         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12713         * mips-tdep.c (mips_gdbarch_init): Update.
12714         * mcore-tdep.c (mcore_gdbarch_init): Update.
12715         * m68k-tdep.c (m68k_gdbarch_init): Update.
12716         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12717         * ia64-tdep.c (ia64_gdbarch_init): Update.
12718         * i386-tdep.c (i386_gdbarch_init): Update.
12719         * frv-tdep.c (frv_gdbarch_init): Update.
12720         * avr-tdep.c (avr_gdbarch_init): Update.
12721         * arm-tdep.c (arm_gdbarch_init): Update.
12722         * alpha-tdep.c (alpha_gdbarch_init): Update.
12723
12724 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12725
12726         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12727         option enum and switch.  When no windows, set the interpreter to
12728         INTERP_CONSOLE.
12729
12730 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12731
12732         * main.c (captured_main): Replace magic option characters with an
12733         enum.
12734
12735 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12736
12737         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12738         INIT_EXTRA_FRAME_INFO.
12739         * gdbarch.h, gdbarch.c: Regenerate.
12740         * arm-tdep.c: Update comments.
12741         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12742         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12743         * frame.h, avr-tdep.c: Ditto.
12744         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12745         (create_new_frame, legacy_get_prev_frame): Ditto.
12746         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12747         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12748         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12749         deprecated_init_extra_frame_info instead of init_extra_frame_info.
12750         * x86-64-tdep.c (x86_64_init_abi): Ditto.
12751         * v850-tdep.c (v850_gdbarch_init): Ditto.
12752         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12753         * sh-tdep.c (sh_gdbarch_init): Ditto.
12754         * s390-tdep.c (s390_gdbarch_init): Ditto.
12755         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12756         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12757         * mips-tdep.c (mips_gdbarch_init): Ditto.
12758         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12759         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12760         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12761         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12762         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12763         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12764         * frv-tdep.c (frv_gdbarch_init): Ditto.
12765         * cris-tdep.c (cris_gdbarch_init): Ditto.
12766         * avr-tdep.c (avr_gdbarch_init): Ditto.
12767         * arm-tdep.c (arm_gdbarch_init): Ditto.
12768         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12769         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12770
12771 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12772
12773         * gdbarch.sh (register_type): New function with predicate.
12774         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12775         * gdbarch.h, gdbarch.c: Re-generate.
12776         * arch-utils.c (generic_register_byte): Use generic_register_size.
12777         (generic_register_size): When available, use
12778         gdbarch_register_type.
12779         * regcache.c (init_regcache_descr): When available, initialize the
12780         register type array using gdbarch_register_type.  If the
12781         architecture supplies gdbarch_register_type, do not use the legacy
12782         regcache layout.
12783         * d10v-tdep.c (d10v_register_type): Replace
12784         d10v_register_virtual_type.
12785         (d10v_gdbarch_init): Set register_type instead of
12786         register_virtual_type.
12787
12788 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12789
12790         * Makefile.in (ax-gdb.o): Update dependencies.
12791         * ax-gdb.c: Include "regcache.h".
12792         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12793         * findvar.c (value_of_register): Ditto.
12794         * infcmd.c (default_print_registers_info): Ditto.
12795
12796 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
12797
12798         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12799         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12800
12801 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
12802
12803         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12804         of STREQ.
12805
12806 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
12807
12808         * Makefile.in (dwarf2loc.o): Update dependencies.
12809         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12810         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12811         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12812         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12813         (locexpr_tracepoint_var_ref): New function.
12814         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12815
12816 2003-02-28  Andrew Cagney  <cagney@redhat.com>
12817
12818         * regcache.c (register_size): New function.
12819         * regcache.h (register_size): Declare
12820         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12821         max_register_size instead of MAX_REGISTER_RAW_SIZE.
12822
12823 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12824
12825         * linespec.c (decode_compound): Extract code into find_method.
12826         (find_method): New.
12827
12828 2003-02-28  J. Brobecker  <brobecker@gnat.com>
12829
12830         * Makefile.in: Add rules to build and link in observer.o.
12831
12832 2003-02-27  J. Brobecker  <brobecker@gnat.com>
12833
12834         * observer.c: Minor comments edits.
12835
12836 2003-02-27  J. Brobecker  <brobecker@gnat.com>
12837
12838         * observer.h, observer.c: New file.
12839
12840 2003-02-27  Andrew Cagney  <cagney@redhat.com>
12841
12842         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12843
12844 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
12845
12846         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12847         (M6812_OP_STS_EXT): Likewise.
12848         (m6811_prologue): Use the above to recognize prologue.
12849         (m6812_prologue): Likewise.
12850
12851 2003-02-27  David Carlton  <carlton@math.stanford.edu>
12852
12853         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12854         SYMBOL_PRINT_NAME.
12855         (compare_psymbols): Ditto.
12856         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12857
12858 2003-02-27  Michael Snyder  <msnyder@redhat.com>
12859
12860         * f-lang.c (build_fortran_types): New function.
12861         (_initialize_f_language): Gdbarch-register built-in fortran types.
12862         * doublest.c (extract_floating): Fix warning text.
12863
12864 2003-02-27  Andrew Cagney  <cagney@redhat.com>
12865
12866         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12867         predicate.  Replaces PUSH_DUMMY_FRAME.
12868         * gdbarch.h, gdbarch.c: Regnerate.
12869         * valops.c (hand_function_call): Update.  Call
12870         generic_push_dummy_frame directly.
12871         * vax-tdep.c (vax_gdbarch_init): Update.
12872         * sparc-tdep.c (sparc_gdbarch_init): Update.
12873         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12874         * m68k-tdep.c (m68k_gdbarch_init): Update.
12875         * hppa-tdep.c (hppa_gdbarch_init): Update.
12876         * alpha-tdep.c (alpha_gdbarch_init): Update.
12877         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12878         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12879         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12880         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12881         push_dummy_frame to generic_push_dummy_frame.
12882         * v850-tdep.c (v850_gdbarch_init): Ditto.
12883         * sh-tdep.c (sh_gdbarch_init): Ditto.
12884         * s390-tdep.c (s390_gdbarch_init): Ditto.
12885         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12886         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12887         * mips-tdep.c (mips_gdbarch_init): Ditto.
12888         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12889         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12890         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12891         * i386-tdep.c (i386_gdbarch_init): Ditto.
12892         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12893         * frv-tdep.c (frv_gdbarch_init): Ditto.
12894         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12895         * cris-tdep.c (cris_gdbarch_init): Ditto.
12896         * avr-tdep.c (avr_gdbarch_init): Ditto.
12897         * arm-tdep.c (arm_gdbarch_init): Ditto.
12898
12899 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
12900
12901         * mips-tdep.c (show_mips_abi): New function.
12902         (_initialize_mips_tdep): Use show_mips_abi() to implement the
12903         command ``show mips abi''.
12904
12905 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
12906
12907         From Elena Zannoni  <ezannoni@redhat.com>
12908         * dbxread.c (process_one_symbol): Only record line 0 if one or
12909         more sline entries have been seen for the function.
12910
12911 2003-02-26  Michael Chastain  <mec@shout.net>
12912
12913         * configure: Regenerate with autoconf 000227.
12914
12915 2003-02-26  Michael Chastain  <mec@shout.net>
12916
12917         Close PR build/660.
12918         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12919         for old libc5/glibc.
12920         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12921
12922 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
12923
12924         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12925         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12926
12927 2003-02-26  Michael Chastain  <mec@shout.net>
12928
12929         * configure.in: New variable HAVE_UINTPTR_T.
12930         * configure, config.in: Regenerated.
12931
12932 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
12933
12934         Fix PR build/1097.
12935         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12936
12937 2003-02-25  Andrew Cagney  <cagney@redhat.com>
12938
12939         * frame.c (get_prev_frame): Add comment on check for
12940         inside_entry_func. Only check for inside_entry_file when not a
12941         dummy and not a sentinel.  Check that the new frame is not inner
12942         to the old frame.
12943
12944 2003-02-25  Andrew Cagney  <cagney@redhat.com>
12945
12946         * frame.c (frame_debug): New variable.
12947         (_initialize_frame): Add "set/show debug frame" command.
12948         (get_prev_frame): When frame_debug, print reason why unwind
12949         failed.
12950
12951 2003-02-25  Michael Chastain  <mec@shout.net>
12952
12953         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12954         to avoid uintptr_t definition problems.
12955
12956 2003-02-25  David Carlton  <carlton@math.stanford.edu>
12957
12958         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12959         (SYMBOL_LINKAGE_NAME): Ditto.
12960         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12961         SYMBOL_LINKAGE_NAME.
12962         (struct general_symbol_info): Expand comment.
12963         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12964         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12965         (SYMBOL_MATCHES_REGEXP): Ditto.
12966         * symtab.c (symbol_natural_name): New function.
12967         * objfiles.h: Replace all uses of SYMBOL_NAME by
12968         DEPRECATED_SYMBOL_NAME.
12969         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12970         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12971         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12972         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12973         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12974         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12975         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12976         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12977         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12978         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12979         * ada-exp.y: Ditto.
12980         * ada-exp.y: Update copyright.
12981         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12982         * cp-valprint.c: Ditto.
12983
12984 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
12985
12986         * infptrace.c (detach): Do not flag error if ptrace detach fails
12987         and errno is set to ESRCH.
12988
12989 2003-02-24  Andrew Cagney  <cagney@redhat.com>
12990
12991         * infptrace.c (udot_info): Change type of udot_off to long.  Use
12992         paddr when printing udot_off's value.
12993
12994 2003-02-24  David Carlton  <carlton@math.stanford.edu>
12995
12996         * symtab.c (make_symbol_overload_list): Only read in partial
12997         symtabs containing a matching partial symbol.
12998
12999 2003-02-24  David Carlton  <carlton@math.stanford.edu>
13000
13001         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
13002         do the comparison, not strcmp.
13003         * symfile.c (compare_psymbols): Ditto.
13004         * defs.h: Declare strcmp_iw_ordered.
13005         * utils.c (strcmp_iw_ordered): New function.
13006
13007 2003-02-24  Jim Blandy  <jimb@redhat.com>
13008
13009         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
13010         support, shared libs): Remove my name from here, to better reflect
13011         reality.
13012
13013 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
13014
13015         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
13016         (target_ops): Add to_have_continuable_watchpoint.
13017         * target.c (update_current_target): Add INHERIT line for
13018         to_have_continuable_watchpoint.
13019         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
13020         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
13021         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
13022         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
13023
13024 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
13025
13026         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
13027         maintainership.
13028
13029 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
13030
13031         * solib.c (solib_open): Call target defined search function after
13032         failing with solib-search-path.
13033         * solist.h (target_so_ops): Add find_and_open_solib function hook and
13034         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
13035
13036 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
13037
13038         * MAINTAINERS: Add myself to Write After section.
13039
13040 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
13041
13042         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
13043
13044 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
13045
13046         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
13047         (m68hc11_add_reggroups): New function.
13048         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
13049         (m68hc11_gdbarch_init): Install the reggroups.
13050         (_initialize_m68hc11_tdep): Initialize them.
13051
13052 2003-02-21  James E Wilson  <wilson@tuliptree.org>
13053
13054         * MAINTAINERS: Update my email address.
13055
13056 2003-02-21  David Carlton  <carlton@math.stanford.edu>
13057
13058         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
13059
13060 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
13061
13062         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
13063         * symtab.h: Add opaque declarations of struct axs_value and
13064         struct agent_expr.
13065         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
13066         (struct location_funcs): New type.
13067         (struct symbol): Add "loc" to aux_value.
13068         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
13069         * dwarf2read.c: Include "dwarf2expr.h".
13070         (dwarf2_symbol_mark_computed): New function.
13071         (read_func_scope): Use it.
13072         (var_decode_location): New function.
13073         (new_symbol): Use it.
13074         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
13075
13076         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
13077         (dwarf2expr_h, dwarf2loc_h): New variables.
13078         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
13079         (dwarf2expr.o, dwarf2loc.o): New rules.
13080         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
13081         * buildsym.c (finish_block): Handle LOC_COMPUTED and
13082         LOC_COMPUTED_ARG.
13083         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
13084         * m2-exp.y (yylex): Likewise.
13085         * printcmd.c (address_info, print_frame_args): Likewise.
13086         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
13087         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
13088         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
13089         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
13090         * symtab.c (lookup_block_symbol): Likewise.
13091
13092 2003-02-20  Adam Fedor  <fedor@gnu.org>
13093
13094         * symtab.h: Remove objc_specific struct
13095         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
13096         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
13097         Have language_objc use cplus_specific struct.
13098
13099 2003-02-20  Tom Tromey  <tromey@redhat.com>
13100
13101         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
13102         TYPE_NAME, when printing a String value.  PR java/1075.
13103
13104 2003-02-20  Adam Fedor  <fedor@gnu.org>
13105
13106         * objc-lang.h (find_methods): Remove declaration.
13107         * objc-lang.c (find_methods): Make static.
13108
13109 2003-02-20  Christopher Faylor  <cgf@redhat.com>
13110
13111         * win32-nat.c (get_image_name): Check return value from
13112         ReadProcessMemory.
13113         (child_xfer_memory): Ditto.
13114
13115 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
13116
13117         * configure.in (TARGET_SYSTEM_ROOT): Set default to
13118         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
13119         '${exec_prefix}' (in addition to the expansion thereof) as
13120         relocatable.
13121         * configure: Rebuilt.
13122
13123 2003-02-20  David Carlton  <carlton@math.stanford.edu>
13124
13125         * symtab.c (search_symbols): Revert the search_symbols part of my
13126         2002-12-23 patch.  Add comment.
13127
13128 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
13129
13130         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
13131         * dbxread.c (elfstab_build_psymtabs): Don't call
13132         install_minimal_symbols.
13133         (stabsect_build_psymtabs): Likewise.
13134         * elfread.c (elf_symfile_read): Call install_minimal_symbols
13135         earlier.
13136         * somread.c (som_symfile_read): Call install_minimal_symbols
13137         and do_cleanups earlier.
13138         * nlmread.c (nlm_symfile_read): Likewise.
13139         * mdebugread.c (elfmdebug_build_psymtabs): Call
13140         install_minimal_symbols and make appropriate cleanups.
13141
13142 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
13143
13144         * solib.c (reload_shared_libraries): New function.
13145         (_initialize_solib): Add callbacks for ``set solib-search-path''
13146         and ``set solib-absolute-prefix''.
13147
13148 2003-02-20  David Carlton  <carlton@math.stanford.edu>
13149
13150         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
13151         expand comment.
13152         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
13153         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
13154         * ada-typeprint.c (ada_typedef_print): Ditto.
13155         * ax-gdb.c (gen_var_ref): Ditto.
13156         * breakpoint.c (print_one_breakpoint): Ditto.
13157         * buildsym.c (finish_block): Ditto.
13158         * c-valprint.c (c_val_print): Ditto.
13159         * expprint.c (print_subexp): Ditto.
13160         * findvar.c (locate_var_value): Ditto.
13161         * infcmd.c (jump_command): Ditto.
13162         * linespec.c (decode_line_2, decode_compound): Ditto.
13163         * maint.c (maintenance_translate_address): Ditto.
13164         * objc-lang.c (compare_selectors, compare_classes): Ditto.
13165         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
13166         Ditto.
13167         * p-valprint.c (pascal_val_print): Ditto.
13168         * stabsread.c (define_symbol): Ditto.
13169         * stack.c (print_frame, frame_info, print_block_frame_locals)
13170         (print_frame_arg_vars, return_command): Ditto.
13171         * symfile.c (compare_symbols, compare_psymbols): Ditto.
13172         * symmisc.c (print_symbol): Ditto.
13173         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
13174         (compare_search_syms, print_symbol_info, print_msymbol_info)
13175         (rbreak_command): Ditto.
13176         * tracepoint.c (tracepoints_info): Ditto.
13177         * typeprint.c (typedef_print): Ditto.
13178         * valops.c (value_of_variable, hand_function_call): Ditto.
13179         * cli/cli-cmds.c (edit_command, list_command): Ditto.
13180         * ada-typeprint.c: Update Copyright.
13181         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
13182         * tracepoint.c, cli/cli-cmds.c: Ditto.
13183
13184 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
13185
13186         * frame.c (generic_unwind_get_saved_register): Make non-static.
13187         * frame.h (generic_unwind_get_saved_register): Declare.
13188         * mips-tdep.c (read_next_frame_reg): Fetch register from
13189         current regcache when frame is NULL.
13190         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
13191         that must be NULL.
13192         (mips_get_saved_register): Call generic_unwind_get_saved_register()
13193         instead of frame_register_unwind().
13194
13195 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
13196
13197         * remote-sim.c (gdbsim_insert_breakpoint)
13198         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
13199         code.
13200
13201 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
13202
13203         * remote.c (_initialize_remote): Add commands "set/show remote
13204         hardware-watchpoint-limit" and "set/show remote
13205         hardware-breakpoint-limit".
13206         (remote_hw_watchpoint_limit): Initialize to -1.
13207         (remote_hw_breakpoint_limit): Ditto.
13208         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
13209
13210 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
13211
13212         * coff-pe-read.c: New file - support reading of minimal symbols from a
13213         portable executable using the export table.
13214         * coff-pe-read.h: New file.
13215         * coffread.c: Include coff-pe-read.h.
13216         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
13217         debugging symbols found.
13218         * Makefile.in (SFILES): Add coff-pe-read.o.
13219         (coff_pe_read_h): Define.
13220         (COMMON_OBS): Add coff-pe-read.o.
13221         (coffread.o): Add coff_pe_read_h dependency.
13222         (coff-pe-read.o): New target.
13223
13224 2003-02-19  David Carlton  <carlton@math.stanford.edu>
13225
13226         * Makefile.in (SFILES): Add block.c.
13227         (block_h): New.
13228         (COMMON_OBS): Add block.o.
13229         (block.o): New.
13230         (x86-64-tdep.o): Add $(block_h).
13231         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
13232         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
13233         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
13234         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
13235         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
13236         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
13237         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
13238         * value.h: Add opaque declaration for struct block.
13239         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
13240         * ada-lang.h: Ditto.
13241         * x86-64-tdep.c: #include "block.h"
13242         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
13243         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
13244         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
13245         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
13246         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
13247         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
13248         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
13249         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
13250         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
13251         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
13252         * symtab.c (block_function): Ditto.
13253         (contained_in): Ditto.
13254         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
13255         block.h.  Add opaque declaration for struct block.
13256         * symtab.h: Move block_function and contained_in declarations to
13257         block.h.  Add opaque declarations for struct block, struct
13258         blockvector.
13259         (struct block): Move to block.h.
13260         (struct blockvector): Ditto.
13261         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
13262         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
13263         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
13264         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
13265         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
13266         Ditto.
13267         * block.c: New file.
13268         * block.h: New file.
13269
13270 2003-02-19  Theodore A. Roth  <troth@openavr.org>
13271
13272         * avr-tdep.c (avr_extract_return_value): Remove function.
13273         (avr_store_return_value): Remove function.
13274         (avr_extract_struct_value_address): Remove function.
13275         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
13276
13277 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
13278
13279         * rs6000-tdep.c: Include "gdb_assert.h".
13280         (registers_e500): Add "acc" and "spefscr".
13281         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
13282         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
13283         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
13284         really is "r0".
13285         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
13286
13287 2003-02-18  Keith Seitz  <keiths@redhat.com>
13288
13289         * Makefile.in: Add gdbtk-interps.c.
13290
13291 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
13292
13293         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
13294         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
13295
13296 2003-02-18  Andrew Cagney  <cagney@redhat.com>
13297
13298         * symtab.h (struct objfile): Add opaque declaration.
13299
13300 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
13301
13302         From Jim Ingham   <jingham@apple.com>:
13303         * dbxread.c (process_one_symbol): Use last_function_start rather
13304         than function_start_offset to find the real beginning of the
13305         current function.  The latter is just the text section offset on
13306         some systems, the former is always the real function start.
13307
13308 2003-02-17  Andrew Cagney  <cagney@redhat.com>
13309
13310         * configure.in: Revert ${target} != ${host}.
13311
13312 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
13313
13314         * configure.in (Makefile): Use the test ${target} != ${host},
13315         instead of the absence of the "nm.h" file, to determine of the
13316         configuration non-native.
13317         * configure: Regenerate.
13318
13319 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
13320
13321         From Brian Ford  <ford@vss.fsi.com>
13322
13323         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
13324         conditionalize tui_active test.
13325         (lookup_cmd_1): Ditto.
13326
13327 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
13328
13329         * configure.in: Add check for _etext.
13330         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
13331         available.
13332         * config.in, configure: regenerated.
13333
13334 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
13335
13336         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
13337
13338 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
13339
13340         * main.c (tui_version): Delete variable.
13341         (captured_main): When --tui, set interpreter_p to "tui" instead of
13342         enabling tui_version.
13343         * printcmd.c (display_command) [TUI]: Test tui_active instead of
13344         tui_version.
13345         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
13346         * cli/cli-cmds.c (disassemble_command): Ditto.
13347         * defs.h (tui_version): Delete declaration.
13348         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
13349         (tui-interp.o): Add rules.
13350         (SUBDIR_TUI_OBS): Add "tui-interp.o".
13351
13352 2003-02-14  Christopher Faylor  <cgf@redhat.com>
13353
13354         * win32-nat.c (register_loaded_dll): Correctly set address range for
13355         just-loaded dll.
13356
13357 2003-02-12  Jason Molenda  (jmolenda@apple.com)
13358
13359         * symmisc.c (print_objfile_statistics): Include information about
13360         the number of psymtabs and symtabs in each object file.
13361
13362 2003-02-13  Keith R Seitz  <keiths@redhat.com>
13363
13364         * main.h (struct captured_main_args): Add interpreter_p.
13365         * main.c (captured_main): Initialize interpreter_p from context.
13366         * gdb.c (main): Set interpreter_p argument.
13367         * Makefile.in (gdb.o): Add dependency for interps.h.
13368
13369 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
13370
13371         * event-top.c (cli_command_loop): Delete declaration.
13372         (_initialize_event_loop): Delete function setting event_loop_hook.
13373         * event-top.h (cli_command_loop): Declare.  Update copyright.
13374         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
13375         * interps.c (current_interp_command_loop): When event_loop_p, call
13376         cli_command_loop.
13377
13378 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
13379
13380         * interps.h (interp_command_loop_ftype): Change return type to
13381         void.
13382
13383 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
13384
13385         * x86-64-tdep.c (x86_64_extract_return_value)
13386         (x86_64_store_return_value): Use regcache instead of regbuf.
13387         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
13388         * x86-64-linux-nat.c (fill_gregset): Use regcache.
13389
13390 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
13391
13392         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
13393         * aclocal.m4: Regenerate.
13394         * configure: Regenerate.
13395
13396         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
13397         TCL_LD_SEARCH_FLAGS.
13398
13399 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
13400
13401         * dwarf2cfi.c: Reindented.
13402
13403 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
13404
13405         * interps.c (clear_interpreter_hooks): Convert function definition
13406         to ISO C.
13407
13408 2003-02-07  David Carlton  <carlton@math.stanford.edu>
13409
13410         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13411
13412 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
13413
13414         * gdbtypes.h (struct main_type): Move ``length'' field from here...
13415         (struct type): ...to here.
13416         (TYPE_LENGTH): Adjust to reflect different location of ``length''
13417         field.
13418         * gdbtypes.c (make_qualified_type): Set length on newly created type.
13419         (replace_type): Set length on all type variants for a given type.
13420
13421 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
13422
13423         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13424         <sys/stat.h>.
13425         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13426
13427 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
13428
13429         * Makefile.in (symm-nat.o): Update dependencies.
13430         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13431         (lynx-nat.o, ia64-linux-nat.): Ditto.
13432         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13433         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13434         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13435
13436         * Makefile.in (inflow_h): Define.
13437         (procfs.o, inflow.o, procfs.o): Update dependencies.
13438         * inftarg.c (child_stop): Delete extern declaration of
13439         inferior_process_group.  Include "inflow.h".
13440         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
13441         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13442         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
13443         (our_process_group, inferior_process_group): Extern declarations.
13444
13445         * procfs.c: Include "gdb_assert.h".
13446
13447         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13448         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13449         * jv-typeprint.c (java_type_print_base): Ditto.
13450         * typeprint.c (typedef_print): Eliminate STREQ.
13451         * cli/cli-script.c (define_command, define_command): Ditto.
13452         * main.c (captured_main): Ditto.
13453         * values.c (lookup_internalvar): Ditto.
13454         * utils.c (safe_strerror, parse_escape): Eliminate assignment
13455         within `if' conditional.
13456         * linespec.c (decode_line_2): Ditto.
13457         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13458         (bfd_openw_with_cleanup): Ditto.
13459
13460 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
13461
13462         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13463         legacy_extract_return_value and store_return_value to
13464         legacy_return_value.
13465
13466 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
13467
13468         * win32-nat.c (get_relocated_section_addrs): New function.  Find
13469         section load addresses for symbol handling in relocated DLLs.
13470         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13471
13472 2003-02-05  Fred Fish  <fnf@intrinsity.com>
13473
13474         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13475         '=' and '!='.
13476         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13477         with '&' and '=='.
13478         (angel_RDI_info): Ditto.
13479         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13480         with '&' and '!='.
13481         (threads_continue_all_with_signals): Ditto.
13482
13483 2003-02-05  Jim Ingham <jingham@apple.com>
13484             Keith Seitz  <keiths@redhat.com>
13485             Elena Zannoni  <ezannoni@redhat.com>
13486             Andrew Cagney  <ac131313@redhat.com>
13487
13488         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13489         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13490         (SUBDIR_MI_OBS): Add "mi-interp.o".
13491         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13492         (SFILES): Add "interps.c".
13493         (COMMON_OBS): Add "interps.o".
13494         (interps_h, mi_main_h): Define.
13495         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13496         (mi-main.o, main.o, event-top.o): Update dependencies.
13497         * cli/cli-interp.c: New file.
13498         * interps.h, interps.c: New files.
13499         * top.c: (gdb_init): Don't install the default interpreter, handed
13500         by captured_main.
13501         * main.c: Include "interps.h".
13502         (interpreter_p): Note that it should malloc'ed.
13503         (captured_command_loop): Call current_interp_command_loop.
13504         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
13505         xfree and xstrdup when updating interpreter_p.  Install the
13506         default interpreter.  Add hack to stop mi1's copyright notice
13507         being encoded.
13508         * event-top.h (gdb_setup_readline): Declare.
13509         (gdb_disable_readline): Declare.
13510         * event-top.c: Include "interps.h".
13511         (display_gdb_prompt): Call current_interp_display_prompt_p.
13512         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13513         gdb_stdlog, and gdb_stdtarg.
13514         (_initialize_event_loop): Don't call gdb_setup_readline.
13515         * cli-out.c (cli_out_set_stream): New function.
13516         * cli-out.h (cli_out_set_stream): Declare.
13517
13518 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
13519
13520         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13521         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
13522         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13523         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13524         config/i386/i386v42mp.mt: Removed.
13525
13526 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
13527
13528         * configure.tgt (*-*-solaris*): Set gdb_osabi to
13529         GDB_OSABI_SOLARIS.
13530
13531 2003-02-05  Michael Chastain  <mec@shout.net>
13532
13533         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13534         2.12.1 and earlier versions.
13535
13536 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
13537
13538         Remove orphaned hosts, targets and files.
13539         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13540         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13541         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13542         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13543         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13544         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13545         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13546         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13547         * config/sparc/tm-sp64sim.h: Delete.
13548         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13549         hosts.
13550         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13551         mips*-dec-mach3* targets.
13552
13553 2003-02-04  Michael Chastain  <mec@shout.net>
13554
13555         * NEWS: Fix typo: sepcifying -> specifying.
13556
13557 2003-02-04  Michael Chastain  <mec@shout.net>
13558
13559         * dwarfread.c: Add documentation on the state of dwarf-1,
13560         looking towards obsoletion.
13561
13562 2003-02-03  Michael Chastain  <mec@shout.net>
13563
13564         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13565         gdb/testsuite/gdb.c++/pr-1023.exp.
13566
13567 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13568
13569         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13570         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13571
13572         * utils.c (init_page_info): Delete reference to MPW in comments.
13573         * main.c (captured_main): Delete #ifdef MPW.
13574
13575 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13576
13577         * NEWS: Note that the m32r-*-elf* is obsolete.
13578         * monitor.c (monitor_expect): Obsolete reference to m32r.
13579         * configure.tgt: Mark m32r-*-elf* as obsolete.
13580         * MAINTAINERS: Mark m32k as obsolete.
13581         * m32r-rom.c: Obsolete file.
13582         * config/m32r/m32r.mt: Obsolete file.
13583         * config/m32r/tm-m32r.h: Obsolete file.
13584         * m32r-stub.c: Obsolete file.
13585         * m32r-tdep.c: Obsolete file.
13586
13587 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13588
13589         * NEWS: Mention that the z8k-zilog-none is obsolete.
13590         * MAINTAINERS: Mark z8k as obsolete.
13591         * configure.tgt: Obsolete the z8k-*-coff* target.
13592         * config/z8k/z8k.mt: Obsolete file.
13593         * config/z8k/tm-z8k.h: Obsolete file.
13594         * z8k-tdep.c: Obsolete file.
13595
13596 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13597
13598         * NEWS: Mention that the mn10200-elf is obsolete.
13599         * configure.tgt: Obsolete mn10200-*-* target.
13600         * breakpoint.c (update_breakpoints_after_exec): Update comment to
13601         mention that the mn10200 is obsolete.
13602         * breakpoint.h: Ditto.
13603         * MAINTAINERS: Mark the mn10200-elf as obsolete.
13604         * config/mn10200/mn10200.mt: Obsolete file.
13605         * config/mn10200/tm-mn10200.h: Obsolete file.
13606         * mn10200-tdep.c: Obsolete file.
13607
13608 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13609
13610         * MAINTAINERS: Mark h8500 as obsolete.
13611         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13612         * findvar.c (value_from_register): Ditto.
13613         * h8500-tdep.c: Mark file as obsolete.
13614         * config/h8500/h8500.mt: Ditto.
13615         * config/h8500/tm-h8500.h: Ditto.
13616         * NEWS: Mention that h8500 is obsolete.
13617
13618 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13619
13620         * objfiles.c (allocate_objfile): Always set name.  Add comment at
13621         start of function.
13622         * jv-lang.c (get_dynamics_objfile): Add comment.
13623
13624 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13625
13626         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13627         * printcmd.c (build_address_symbolic): Replace uses of
13628         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13629         SYMBOL_NAME, and asm_demangle.
13630         Update copyright.
13631
13632 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13633
13634         * linespec.c (decode_compound): Extract code into
13635         lookup_prefix_sym.
13636         (lookup_prefix_sym): New function.
13637
13638 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13639
13640         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13641         FLOAT_COERCION_BADNESS.
13642         * gdbtypes.c (rank_one_type): Replace all uses of
13643         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13644
13645 2003-02-04  Jim Blandy  <jimb@redhat.com>
13646
13647         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13648         section, let dwarf_macinfo_section point to it, not
13649         dwarf_loc_section.
13650
13651 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
13652
13653         Pointed out by Anton Blanchard <anton@samba.org>.
13654         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13655         (ppc_linux_at_sigtramp_return_path): Use it.
13656
13657 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
13658
13659         * defs.h (streq): Add prototype.
13660         * utils.c (streq): New function.
13661
13662         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13663         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13664         * mdebugread.c (new_symbol): Likewise.
13665         * stabsread.c (define_symbol): Likewise.
13666         * coffread.c (process_coff_symbol): Likewise.
13667         * dwarfread.c (new_symbol): Likewise.
13668
13669         * minsyms.c (prim_record_minimal_symbol_and_info): Use
13670         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
13671         here.
13672         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13673         SYMBOL_INIT_DEMANGLED_NAME.
13674         * objfiles.c: Include "hashtab.h".
13675         (allocate_objfile): Call htab_set_functions_ex for the
13676         demangled_names_hash.
13677         (free_objfile): Call htab_delete for the demangled_names_hash.
13678         * objfiles.h (struct htab): Add declaration.
13679         (struct objfile): Add demangled_names_hash.
13680         * symfile.c: Include "hashtab.h".
13681         (reread_symbols): Call htab_delete for the demangled_names_hash.
13682         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13683         SYMBOL_NAME in the bcache.
13684         * symtab.c: Include "hashtab.h".  Update comments.
13685         (create_demangled_names_hash, symbol_set_names): New functions.
13686         (symbol_find_demangled_name): New function, broken out from
13687         symbol_init_demangled_names.
13688         (symbol_init_demangled_names): Use it.
13689         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13690         (SYMBOL_SET_NAMES): New macro.
13691         (symbol_set_names): Add prototype.
13692
13693 2003-02-03  Jim Blandy  <jimb@redhat.com>
13694
13695         Use a single, consistent representation for an empty minimal
13696         symbol table in an objfile.
13697         * objfiles.c (terminate_minimal_symbol_table): New function.
13698         (allocate_objfile): Call it.
13699         * objfiles.h (terminate_minimal_symbol_table): New declaration.
13700         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13701         non-NULL.
13702         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13703         objfile has minimal symbols, compare minimal_symbol_count to zero,
13704         instead of comparing msymbols with NULL.
13705         * objfiles.c (have_minimal_symbols): Same.
13706         * solib-sunos.c (solib_add_common_symbols): Call
13707         terminate_minimal_symbol_table.
13708         * symfile.c (reread_symbols): Same.
13709
13710 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
13711
13712         * s390-tdep.c (s390_address_class_type_flags)
13713         (s390_address_class_type_flags_to_name)
13714         (s390_address_class_name_to_type_flags): New functions.
13715         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13716         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13717
13718 2003-02-03  Michael Snyder  <msnyder@redhat.com>
13719
13720         * arm-tdep.c: Fix spell-o in comment.
13721
13722 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
13723
13724         * dwarf2cfi.c (pointer_encoding): Added new parameter.
13725         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13726         error messages to contain BFD filename.
13727
13728 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
13729
13730         Fix PR gdb/742 gdb/743 gdb/877
13731         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13732         (do_mixed_source_and_assembly): Use
13733         make_cleanup_ui_out_tuple_begin_end and
13734         make_cleanup_ui_out_tuple_begin_end.
13735         (do_mixed_source_and_assembly): Ditto.
13736         * thread.c (do_captured_list_thread_ids): Ditto.
13737         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13738         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13739         ui_out_tuple_end): Delete prototypes.
13740         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13741         ui_out_list_end, ui_out_tuple_end): Delete.
13742
13743         From Kevin Buettner  <kevinb@redhat.com>:
13744         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13745         * ui-out.c (make_cleanup_ui_out_table_begin_end)
13746         (do_cleanup_table_end):  New functions.
13747         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13748         Use cleanups to invoke_ui_out_tuple_end().
13749         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13750         * cli/cli-setshow.c (cmd_show_list): Use
13751         make_cleanup_ui_out_tuple_begin_end.
13752
13753 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13754
13755         * frame.c (frame_unwind_register): New function.
13756         (frame_unwind_unsigned_register): Use.
13757         (frame_unwind_signed_register): Use.
13758         (frame_read_register): New function.
13759         * frame.h (frame_unwind_register): Declare.
13760         (frame_read_register): Declare.
13761
13762         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13763         and frame_unwind_register instead of read_memory, write_register
13764         and deprecated_write_register_bytes.
13765
13766 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13767
13768         * frame.h: Note that namelen can be negative.
13769         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13770         NAME's length.
13771
13772         * NEWS: Mention that the d10v's `regs' command is deprecated.
13773         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13774         (d10v_print_registers_info): New function.
13775         (show_regs): Call d10v_print_registers_info.
13776         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13777
13778 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
13779
13780         * stack.c (print_frame_info): Restore call to annotate_frame_begin
13781         lost in the previous patch.
13782
13783 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13784
13785         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13786         * stack.c (print_frame_info_base): Output complete FRAME tuple
13787         for synthesized frames.
13788
13789 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13790
13791         * mips-nat.c (zerobuf): Delete.
13792         (fetch_inferior_registers): Alloc local zerobuf.
13793         (fetch_core_registers): Alloc local zerobuf.
13794         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13795         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13796         * thread-db.c (thread_db_store_registers): Ditto.
13797         * sh-tdep.c (sh_do_register): Ditto.
13798         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13799         * remote-sim.c (gdbsim_store_register): Ditto.
13800         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13801         * remote-e7000.c (fetch_regs_from_dump): Ditto.
13802         * monitor.c (monitor_supply_register): Ditto.
13803         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13804         * mips-nat.c (fetch_inferior_registers): Ditto.
13805         * m68klinux-nat.c (fetch_register): Ditto.
13806         * lynx-nat.c (fetch_inferior_registers): Ditto.
13807         (fetch_inferior_registers): Ditto.
13808         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13809         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13810         (hpux_thread_store_registers): Ditto.
13811         * hppah-nat.c (fetch_register): Ditto.
13812         * hppab-nat.c (fetch_register): Ditto.
13813         * hppa-tdep.c (pa_register_look_aside): Ditto.
13814         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13815         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13816
13817 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13818
13819         * gdbarch.sh: Explictly specify all method levels.  When a
13820         variable with an empty level, provide a non-multi-arch default.
13821         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13822         * gdbarch.h: Re-generate.
13823         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
13824         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13825
13826 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13827
13828         * defs.h (host_pointer_to_address): Delete declaration.
13829         (address_to_host_pointer): Delete declaration.
13830         * utils.c (host_pointer_to_address): Delete function.
13831         (address_to_host_pointer): Delete function.
13832         * procfs.c (procfs_address_to_host_pointer): New function.
13833         * procfs.c (proc_set_watchpoint): Use.
13834         (procfs_can_use_hw_breakpoint): Update comments.
13835         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13836         (som_solib_add): Use.
13837         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13838         * hppa-tdep.c (unwind_command): Use.
13839
13840 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13841
13842         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13843         strlen d_name.
13844
13845         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13846         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13847         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13848         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13849         (define_symbol): Update.
13850         * symfile.c (generic_load): Remove references to nindy.
13851         * symtab.c: Remove references to nindy.
13852
13853 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13854
13855         * infcmd.c (print_float_info): Delete code conditional on
13856         FLOAT_INFO.
13857         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
13858         * config/m68k/nm-apollo68b.h: Ditto.
13859         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
13860         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13861         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13862
13863 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
13864
13865         * config/i386/tm-i386os9k.h: Removed.
13866
13867         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13868         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13869         they're identical to i[3456]86-*-sysv* now.
13870         * config/i386/i386v32.mh: Removed.
13871         * config/i386/xm-i386v32.h: Removed.
13872         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13873
13874         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13875
13876         * config/i386/i386dgux.mh: Removed.
13877         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13878
13879         * configure.in: Fix typo.
13880         * configure: Regenerated.
13881
13882 2003-01-31  David Carlton  <carlton@math.stanford.edu>
13883
13884         * dwarf2read.c (dwarf2_locate_sections): Set
13885         dwarf_ranges_section.
13886
13887 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
13888
13889         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13890         * utils.c: Update comments documenting legitimate uses of PTR.
13891
13892         * utils.c: Re-indent.
13893
13894         * config/djgpp/fnchange.lst: Delete nindy files.
13895         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13896         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13897         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13898         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13899         * nindy-share/README, nindy-share/Onindy.c: Delete files.
13900         * nindy-tdep.c, nindy-share/Makefile: Delete files.
13901         * Makefile.in (init.c): Remove nindy references.
13902         (saber_gdb): Delete rule.
13903         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13904         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13905         and a68v-nat.c.
13906         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13907         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13908         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13909         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13910         nindy-share/stop.h.
13911         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13912         * saber.suppress: Delete file.
13913
13914 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
13915
13916         * dbxread.c (stabs_data): New static variable.
13917         (fill_symbuf): Support an in-memory buffer for stabs data.
13918         (stabs_seek): New function.
13919         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13920         (read_ofile_symtab): Use stabs_seek.
13921         (elfstab_build_psymtabs): Take an asection* instead of
13922         an offset and size.  Relocate the stabs data if necessary.
13923         Save the section* for dbx_psymtab_to_symtab.
13924         * dwarf2read.c: Add section variables for each debug section.
13925         (dwarf2_locate_sections): Fill them in.
13926         (dwarf2_read_section): Take an asection* argument.
13927         Relocate the section contents if necessary.
13928         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13929         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13930         it to dwarf2_read_section.
13931         (dwarf2_build_frame_info): Update callers.
13932         * elfread.c (elf_symfile_read): Update call to
13933         elfstab_build_psymtabs.
13934         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13935         (DBX_STAB_SECTION): New macro.
13936         * stabsread.h (elfstab_build_psymtabs): Update prototype.
13937         * symfile.c (symfile_dummy_outputs): New function.
13938         (symfile_relocate_debug_section): New function.
13939         * symfile.h (symfile_relocate_debug_section): Add prototype.
13940
13941 2003-01-31  Richard Henderson  <rth@redhat.com>
13942
13943         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13944         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
13945         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13946         * alpha-tdep.c (alpha_register_name): Add "unique".
13947         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13948         (ALPHA_UNIQUE_REGNUM): New.
13949         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13950
13951 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
13952
13953         * README: Remove reference to Ericsson 1800 monitor.
13954         * Makefile.in (remote-es.o): Delete rule.
13955         (ALLDEPFILES): Delete remote-es.c.
13956         * remote-es.c: Delete file.
13957         * config/m68k/es1800.mt: Delete file.
13958         * config/djgpp/fnchange.lst: Update.
13959         * configure.tgt: Delete m68*-ericsson-* target.
13960
13961 2003-01-31  Adam Fedor  <fedor@gnu.org>
13962
13963         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13964         Remove duplicate/shadowing variable of same name.
13965
13966 2003-01-30  Jim Blandy  <jimb@redhat.com>
13967
13968         * symfile.c (find_separate_debug_file): Assert that the objfile's
13969         directory name we compute ends with a slash, and then assume that
13970         that's so everywhere we use it.
13971
13972 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
13973
13974         * valops.c (value_assign): Flush frame cache after stores to memory
13975         also.
13976
13977 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
13978
13979         * Makefile.in (mon960-rom.o): Delete rule.
13980         * mon960-rom.c: Delete file.
13981
13982 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
13983
13984         * d10v-tdep.c: Include "frame-unwind.h".
13985         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13986         list.
13987         (next_addr, uses_frame): Delete.
13988         (struct d10v_unwind_cache): Define.
13989         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13990         Use info instead of next_addr and uses_frame globals.
13991         (d10v_frame_init_saved_regs): Delete function.
13992         (d10v_init_extra_frame_info): Delete function.
13993         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13994         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13995         init_frame_pc or frame_saved_pc.
13996         (d10v_pop_frame): Delete function.
13997         (do_d10v_pop_frame): Delete function.
13998         (d10v_frame_chain): Delete function.
13999         (d10v_frame_chain_valid): Delete function.
14000         (d10v_frame_pc_unwind): New function.
14001         (d10v_frame_id_unwind): New function.
14002         (saved_regs_unwinder): New function.
14003         (d10v_frame_register_unwind): New function.
14004         (d10v_frame_pop): New function.
14005         (d10v_frame_unwind): New variable.
14006         (d10v_frame_p): New function.
14007         (d10v_frame_saved_pc): Delete function.
14008         * Makefile.in (d10v-tdep.o): Update dependencies.
14009
14010 2003-01-30  J. Brobecker  <brobecker@gnat.com>
14011
14012         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
14013         causing some regressions due to a change in the default value
14014         for this macro.
14015
14016 2003-01-29  Richard Henderson  <rth@redhat.com>
14017             Elena Zannoni  <ezannoni@redhat.com>
14018             Daniel Jacobowitz  <drow@mvista.com>
14019
14020         Fix PR gdb/961.
14021         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
14022         variables.
14023         (RANGES_SECTION): New.
14024         (dwarf_ranges_buffer): New variable.
14025         (struct comp_unit_head): Add member "die".
14026         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
14027         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
14028         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
14029         (dwarf2_locate_sections): Likewise.
14030         (dwarf2_build_psymtabs): Read .debug_ranges.
14031         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
14032         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
14033         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
14034         Look for DW_AT_ranges and return the bounding box.
14035
14036 2003-01-29  Brian Ford <ford@vss.fsi.com>
14037
14038         * win32-nat.c (cygwin_pid): Removed as unused.
14039         (child_attach): Try fall back to Cygwin pid.
14040
14041 2003-01-29  Jim Blandy  <jimb@redhat.com>
14042
14043         * objfiles.h (struct objfile): Doc fix.
14044
14045 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
14046
14047         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
14048         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
14049         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
14050         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
14051         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
14052         (FRAME_SAVED_PC): Change to a function with predicate.
14053         * gdbarch.h, gdbarch.c: Re-generate.
14054
14055 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
14056
14057         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
14058
14059         * complaints.c (complain): Delete function.
14060         * complaints.h (struct deprecated_complaint): Delete definition.
14061         (complain): Delete declaration.
14062
14063 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
14064
14065         * mips-tdep.c (mips_init_extra_frame_info): Return early for
14066         dummy frames.
14067
14068 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
14069
14070         * sentinel-frame.h, sentinel-frame.c: New files.
14071         * Makefile.in (frame.o): Update dependencies.
14072         (SFILES): Add sentinel-frame.c.
14073         (sentinel_frame_h): Define.
14074         (COMMON_OBS): Add sentinel-frame.o.
14075         (sentinel-frame.o): Specify dependencies.
14076         * frame.c: Include "sentinel-frame.h".
14077         (frame_register_unwind): Rewrite assuming that there is always a a
14078         ->next frame.
14079         (frame_register, generic_unwind_get_saved_register): Ditto.
14080         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
14081         (create_sentinel_frame, unwind_to_current_frame): New functions.
14082         (get_current_frame): Rewrite using create_sentinel_frame and
14083         unwind_to_current_frame.  When possible, always create a frame.
14084         (create_new_frame): Set next to the sentinel frame.
14085         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
14086         (deprecated_update_frame_pc_hack): Update the next frame's PC and
14087         ID cache when necessary.
14088         (frame_saved_regs_id_unwind): Use frame_relative_level.
14089         (deprecated_generic_get_saved_register): Use frame_relative_level,
14090         get_frame_saved_regs, get_frame_pc, get_frame_base and
14091         get_next_frame.
14092         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
14093         frame_register.
14094
14095 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
14096
14097         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
14098
14099 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
14100
14101         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
14102         (maintenance_set_profile_cmd): Use error () instead of warning ().
14103
14104 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
14105
14106         * configure.in: Check that -pg works if using --enable-profiling.
14107         Check for monstartup and _mcleanup regardless of --enable-profiling.
14108         * maint.c: Check for monstartup and _mcleanup before using them.
14109         * config.in: Regenerated.
14110         * configure: Regenerated.
14111
14112 2003-01-24  Nick Clifton  <nickc@redhat.com>
14113
14114         * Add sh2e support:
14115
14116         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
14117
14118                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
14119                 (sh2e_show_regs): New.
14120                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
14121                 * config/sh/tm-sh.h: Added sh2e to comments.
14122
14123 2003-01-23  Jim Blandy  <jimb@redhat.com>
14124
14125         * symfile.c (syms_from_objfile): Don't print the "(no debugging
14126         symbols found)" message here; we haven't checked for a separate
14127         debug info file yet, so we don't know yet.
14128         (symbol_file_add_with_addrs_or_offsets): Print it here, after
14129         we've looked everywhere.  Also, there's no need to print a special
14130         message when we're loading the separate debug info file: the one
14131         symbol_file_add prints is fine.
14132
14133 2003-01-23  Alexander Larsson <alexl@redhat.com>
14134             Jim Blandy  <jimb@redhat.com>
14135
14136         Add support for executables whose debug info has been separated
14137         out into a separate file, leaving only a link behind.
14138         * objfiles.h (struct objfile): New fields: separate_debug_objfile
14139         and separate_debug_objfile_backlink.
14140         (put_objfile_before): New declaration.
14141         * symfile.c: #include "filenames.h".
14142         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
14143         debug info in a separate file, read that, too. Save the addrs
14144         argument, so we can use it again to read the separated debug info;
14145         syms_from_objfile modifies the table we pass it.
14146         (reread_symbols): After re-reading an objfile, call
14147         reread_separate_symbols to refresh its separate debug info
14148         objfile, if it has one.
14149         (reread_separate_symbols, find_separate_debug_file,
14150         get_debug_link_info, separate_debug_file_exists): New functions.
14151         (debug_file_directory): New global var.
14152         (_initialize_symfile): Initialize debug_file_directory, and
14153         provide the new `set debug-file-directory' command to let the user
14154         change it.
14155         * objfiles.c (free_objfile): If this objfile has its debug info in
14156         a separate objfile, free that one too.  If this is itself a
14157         separate debug info objfile, clear our parent's backlink.
14158         (put_objfile_before): New function.
14159         * utils.c (gnu_debuglink_crc32): New function.
14160         * defs.h (gnu_debuglink_crc32): New declaration.
14161         * Makefile.in (symfile.o): Note dependency on "filenames.h".
14162         * configure.in: Handle --with-separate-debug-dir config option.
14163         * acinclude.m4 (AC_DEFINE_DIR): New macro.
14164         * acconfig.h (DEBUGDIR): New macro.
14165         * configure, aclocal.m4, config.in: Regenerated.
14166
14167 2003-01-22  Jim Blandy  <jimb@redhat.com>
14168
14169         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
14170         like the old symbol_file_add, but taking new arguments: you can
14171         now pass in either a `struct section_addr_info' list to say where
14172         each section is loaded, or a `struct section_offsets' table.  Pass
14173         these new arguments through to syms_from_objfile as appropriate.
14174         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
14175         with the appropriate quiescent values for the new arguments.
14176
14177         * symfile.c: #include "gdb_assert.h".
14178         (syms_from_objfile): Add the ability to pass in a section offset
14179         table directly, as an alternative to the section_addr_info table.
14180         Document arguments better.
14181         (symbol_file_add): Pass extra arguments to syms_from_objfile.
14182         * symfile.h (syms_from_objfile): Update declaration.
14183         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
14184         syms_from_objfile.
14185         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
14186
14187 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
14188
14189         Original patch by Tom Tromey <tromey@cygnus.com> and
14190         Jason Molenda <jmolenda@apple.com>.
14191         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
14192         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
14193         * NEWS: Mention profiling.
14194         * configure.in (--enable-gdbtk): Fix typo.
14195         (--enable-profiling): New.  Set PROFILE_CFLAGS.
14196         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
14197         Fill in function.
14198         (profiling_state): New variable.
14199         (mcleanup_wrapper): New function.
14200         (_initialize_maint): Remove NOTYET, fix call to
14201         add_setshow_boolean_cmd for "maint set profile".
14202         * configure: Regenerated.
14203
14204 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
14205
14206         * Makefile.in (install-gdbtk): Install PNG images too.
14207
14208 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
14209
14210         * exec.c (text_start): Delete global variable.
14211         (exec_file_attach): Make text_start local to the function.
14212         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
14213         * valops.c (hand_function_call): Delete code that handles
14214         BEFORE_TEXT_END and AFTER_TEXT_END.
14215         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
14216         of CALL_DUMMY_LOCATION.
14217         * gdbarch.c: Regenerate.
14218         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
14219         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
14220         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
14221         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
14222         (text_end): Delete extern declaration.
14223
14224 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
14225
14226         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
14227         * blockframe.c (backtrace_below_main): Move to "frame.c".
14228         (frame_chain_valid): Delete check for backtrace_below_main.
14229         (_initialize_blockframe): Delete initialization, move ``set
14230         backtrace-below-main'' command to "frame.c".
14231         (do_flush_frames_sfunc): Delete function.
14232         * frame.c: Include "command.h" and "gdbcmd.h".
14233         (frame_type_from_pc): New function.
14234         (create_new_frame): Use frame_type_from_pc.
14235         (legacy_get_prev_frame): New function.
14236         (get_prev_frame): Rewrite.  When an old style frame, call
14237         legacy_get_prev_frame.  Otherwize, unwind the PC first.
14238         (_initialize_frame): Add ``set backtrace-below-main'' command.
14239         * Makefile.in (frame.o): Update dependencies.
14240
14241 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
14242
14243         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
14244         DEPRECATED_REGISTERS_INFO.
14245
14246 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
14247
14248         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
14249         Maintainers'.  Update `Various Maintainers'.
14250
14251 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
14252
14253         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
14254         * gdbarch.sh (POP_FRAME): Change to function with predicate.
14255         Suppress actual parameters when `-'.
14256         * gdbarch.h, gdbarch.c: Regenerate.
14257
14258 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
14259
14260         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
14261         code handling dummy frames.
14262
14263 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
14264
14265         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
14266         (struct frame_unwind): Add field pop.
14267         * frame.h (frame_pop): Declare.
14268         * frame.c (frame_saved_regs_pop): New function.
14269         (trad_frame_unwinder): Add frame_saved_regs_pop.
14270         (frame_pop): New function.
14271         * dummy-frame.c (dummy_frame_pop): New function.
14272         (discard_innermost_dummy): New function.
14273         (generic_pop_dummy_frame): Use discard_innermost_dummy.
14274         (dummy_frame_unwind): Add dummy_frame_pop.
14275         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
14276         * valops.c (hand_function_call): Ditto.
14277         * stack.c (return_command): Ditto.
14278
14279 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
14280
14281         * cris-tdep.c: Fix function declaration indentation.
14282         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
14283         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
14284         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
14285         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
14286         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
14287         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
14288
14289 2003-01-18  Michael Chastain  <mec@shout.net>
14290
14291         * README (Unpacking and Installation -- quick overview):
14292         Warn against ".../gdb-5.3/gdb/configure".
14293
14294 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
14295
14296         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
14297         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14298         (struct frame_unwind): Declare opaque.
14299         (dummy_frame_p): Declare function.
14300         * dummy-frame.c (dummy_frame_id_unwind): Make static.
14301         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
14302         * dummy-frame.c: Include "frame-unwind.h".
14303         (dummy_frame_p): New function.
14304         (dummy_frame_unwind): New variable.
14305         * frame.c: Include "frame-unwind.h".
14306         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
14307         to use the new unwind field.
14308         (set_unwind_by_pc): Delete function.
14309         (create_new_frame, get_prev_frame): Set unwind field using
14310         frame_unwind_find_by_pc.
14311         (trad_frame_unwind, trad_frame_unwinder): New variables.
14312         * frame.h (trad_frame_unwind): Declare variable.
14313         (frame_id_unwind_ftype): Delete declaration.
14314         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
14315         (struct frame_unwind): Declare opaque.
14316         (struct frame_info): Replace the fields id_unwind, pc_unwind and
14317         register_unwind with a single unwind pointer.
14318         * frame-unwind.h, frame-unwind.c: New files.
14319         * Makefile.in (SFILES): Add frame-unwind.c.
14320         (frame_unwind_h): Define.
14321         (COMMON_OBS): Add frame-unwind.o.
14322         (frame-unwind.o): Specify dependencies.
14323         (frame.o, dummy-frame.o): Update dependencies.
14324
14325 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
14326
14327         * ada-valprint.c: Eliminate PTR.
14328         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
14329         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
14330         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
14331         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
14332         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
14333         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
14334         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
14335
14336 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
14337
14338         * main.c (captured_main): Don't use PTR.
14339         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
14340         * gdbtypes.c (lookup_primitive_typename): Ditto.
14341         (lookup_struct_elt_type): Ditto.
14342         * f-valprint.c (info_common_command): Ditto.
14343         (list_all_visible_commons): Ditto.
14344         * jv-typeprint.c (java_type_print_base): Ditto.
14345
14346         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
14347         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
14348         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
14349         i386-interix-nat.c and i386-interix-tdep.c.  Rename
14350         m68klinux-nat.c and m68klinux-tdep.c.  Rename
14351         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
14352         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
14353         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
14354         * main.c (captured_main): Use xfree, not free.
14355
14356 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
14357
14358         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
14359         ID back using a parameter.
14360         * frame.c (frame_id_unwind): Update call.
14361         (frame_saved_regs_id_unwind): Update.
14362         * dummy-frame.c (dummy_frame_id_unwind): Update function.
14363         * dummy-frame.h (struct frame_id): Add opaque declaration.
14364         (dummy_frame_id_unwind): Update declaration.
14365
14366 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
14367
14368         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
14369
14370 2003-01-15  Stephen P. Smith <ischis2@cox.net>
14371
14372         * MAINTAINERS (Stephen P. Smith): Updated email address.
14373
14374 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
14375
14376         Fix PR gdb/898
14377         * breakpoint.c (until_break_command): Add new argument.  Use it to
14378         decide whether to stop only at the current frame or not.
14379         * breakpoint.h (until_break_command): Update prototype.
14380         * infcmd.c (until_command): Add new argument to until_break_command
14381         call.
14382         (advance_command): New function.
14383         (_initialize_infcmd): Update help string for 'until' command.
14384         Add new 'advance' command.
14385
14386 2003-01-14  David Carlton  <carlton@math.stanford.edu>
14387
14388         * linespec.c (decode_line_1): Normalize comments.
14389         (set_flags): Ditto.
14390         (locate_first_half): Ditto.
14391         (decode_compound): Ditto.
14392         (symtab_from_filename): Ditto.
14393         (decode_all_digits): Ditto.
14394         (decode_dollar): Ditto.
14395         (find_methods): Ditto.
14396         (find_toplevel_char): Ditto.
14397
14398 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
14399
14400         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
14401         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
14402         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
14403         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
14404         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
14405         * language.c, language.h, m32r-tdep.c: Update copyright.
14406         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
14407         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
14408         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
14409         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
14410         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
14411         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
14412
14413 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
14414
14415         * stabsread.h (process_later, resolve_cfront_continuation):
14416         Obsolete.
14417         Update copyright years.
14418         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
14419         Update copyright year.
14420         * dbxread.c(struct cont_elem): Obsolete.
14421         (process_later, process_now): Obsolete functions.
14422         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
14423         Update copyright year.
14424         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14425         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14426         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14427         (parse_partial_symbols): Obsolete cfront support.
14428         * stabsread.c
14429         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14430         macros.
14431         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14432         read_cfront_baseclasses, read_cfront_member_functions,
14433         resolve_cfront_continuation,read_cfront_static_fields,
14434         copy_cfront_struct_fields): Obsolete functions.
14435         (define_symbol, read_one_struct_field): Obsolete cfront support.
14436         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14437         Update Copyright year.
14438
14439 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
14440
14441         * stack.c (print_frame_info, print_stack_frame_base_stub,
14442         print_stack_frame_base, show_and_print_stack_frame_stub,
14443         show_and_print_stack_frame, print_only_stack_frame_stub,
14444         print_only_stack_frame): Delete functions.
14445         (print_stack_frame_stub): Call print_frame_info instead of
14446         print_frame_info_base.
14447         (print_frame_info_base): Rename to print_frame_info.
14448         (backtrace_command_1): Call print_frame_info, instead of
14449         print_frame_info_base.
14450         (current_frame_command): Call print_stack_frame, instead of
14451         print_only_stack_frame.
14452         (frame_command): Call print_stack_frame, instead of
14453         show_and_print_stack_frame.
14454         (up_command): Ditto.
14455         (down_command): Ditto.
14456         * frame.h (print_only_stack_frame): Delete prototype.
14457         * infrun.c (normal_stop): Call print_stack_frame, instead of
14458         show_and_print_stack_frame.
14459         * thread.c (info_threads_command): Call print_stack_frame, instead
14460         of print_only_stack_frame.
14461
14462 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
14463
14464         * README (Graphical interface to GDB): Update URL.  Point at
14465         gdb/links/.
14466
14467         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
14468         version match.
14469
14470 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14471
14472         * symtab.c (find_pc_sect_line): Don't consider end-of-function
14473         lines.
14474
14475 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14476
14477         * thread-db.c (attach_thread): Prototype.
14478         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
14479         thread information (ti), and valid flags (th_valid, ti_valid).
14480         (attach_thread): Move target_pid_to_str call to after the thread
14481         is added to GDB's list.  Initialize the cache.
14482         (thread_get_info_callback, thread_db_map_id2thr)
14483         (thread_db_get_info): New functions.
14484         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14485         (thread_db_store_registers, thread_db_thread_alive)
14486         (thread_db_get_thread_local_address): Use them.
14487         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
14488         of calling error() for threads in unknown state.
14489
14490         (clear_lwpid_callback): New function.
14491         (thread_db_resume): Use it to clear the cache.
14492
14493 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14494
14495         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14496         (resume_callback): Remove dead code.
14497
14498 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
14499
14500         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14501         predicate.
14502         * gdbarch.h, gdbarch.c: Regenerate.
14503         * stack.c (frame_info): Only initialize the saved registers when
14504         FRAME_INIT_SAVED_REGS_P.
14505         * frame.c (frame_saved_regs_register_unwind): Assert
14506         FRAME_INIT_SAVED_REGS_P.
14507         (deprecated_generic_get_saved_register): Ditto.
14508
14509 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14510
14511         * source.c (openp): Squelch warning about "filename".
14512
14513 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14514
14515         * source.c (openp): If the file does not exist don't necessarily
14516         search the path.
14517
14518 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14519
14520         Fix PR gdb/872.
14521         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14522         (integer_types_same_name_p): New function.
14523         (rank_one_type): Use it.
14524         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14525
14526 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14527
14528         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14529         variables.
14530         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14531         * configure.in: Add --with-sysroot.
14532         * configure: Regenerated.
14533         * main.c (gdb_sysroot): New variable.
14534         (captured_main): Initialize gdb_sysroot.
14535         * defs.h (gdb_sysroot): New extern declaration.
14536         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14537
14538 2003-01-12  Michael Chastain  <mec@shout.net>
14539
14540         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14541
14542 2003-01-12  Michael Chastain  <mec@shout.net>
14543
14544         * top.c (print_gdb_version): Bump copyright year to 2003.
14545
14546 2003-01-12  David Carlton  <carlton@bactrian.org>
14547
14548         * linespec.c (symtab_from_filename): Rename variable 's' to
14549         'file_symtab'.
14550
14551 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
14552
14553         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14554         dummy frame.
14555         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14556
14557 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
14558
14559         * d10v-tdep.c: Include "gdb_assert.h".
14560         (d10v_store_return_value): Rewrite to match current interface.
14561         (d10v_extract_struct_value_address): Ditto.
14562         (d10v_extract_return_value): Ditto.
14563         (d10v_gdbarch_init): Set store_restore_value,
14564         extract_struct_value_address and extract_return_value.
14565
14566 2003-01-12  J. Brobecker  <brobecker@gnat.com>
14567
14568         * hpread.c (set_namestring): New procedure replacing the
14569         SET_NAMESTRING macro.
14570         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14571         by calls to set_namestring.
14572
14573 2003-01-11  J. Brobecker  <brobecker@gnat.com>
14574
14575         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14576         a compilation warning.
14577         (hpread_process_one_debug_symbol): Likewise.
14578
14579 2003-01-10  David Carlton  <carlton@math.stanford.edu>
14580
14581         * linespec.c (decode_line_1): Rename variable 's' to
14582         'file_symtab'.
14583         (decode_all_digits): Rename argument 's' to 'file_symtab'.
14584         (decode_dollar): Ditto.
14585         (decode_variable): Ditto.
14586         (symbol_found): Ditto.
14587
14588 2003-01-09  Michael Chastain  <mec@shout.net>
14589
14590         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14591
14592 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
14593
14594         * win32-nat.c (set_process_privilege): New function.
14595         (child_attach): Call set_process_privilege() to enable the
14596         SE_DEBUG_NAME user privilege if available in process token.
14597
14598 2003-01-10  J. Brobecker  <brobecker@gnat.com>
14599
14600         * hpread.c (hpread_process_one_debug_symbol): Fix a small
14601         compilation error in the previous revision.
14602
14603 2003-01-09  David Carlton  <carlton@math.stanford.edu>
14604
14605         * linespec.c: Update copyright.
14606
14607 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
14608
14609         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14610         than inferior_ptid.
14611         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14612
14613 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
14614
14615         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14616         Update comments.
14617         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14618         (frame_saved_regs_zalloc): Update.
14619         (frame_saved_regs_register_unwind): Update.
14620         (create_new_frame): Update.
14621         (get_prev_frame): Update.
14622         (frame_extra_info_zalloc): Update.
14623         (deprecated_get_frame_saved_regs): Update.
14624         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14625         * cris-tdep.c: Update comment.
14626
14627         * somsolib.h: Fix function indentation.
14628         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14629         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14630         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14631         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14632         * somsolib.c, inftarg.c: Remove assignment in if conditional.
14633
14634         * infrun.c (follow_fork): Use ISO C definition.
14635         * expprint.c (print_subexp): Use xfree instead of free.
14636         * charset.c: Include "gdb_string.h" instead of <string.h>.
14637         (register_iconv_charsets): Use ISO C definition.
14638         (host_charset, target_charset): Ditto.
14639         * Makefile.in (charset.o): Update dependencies.
14640         (mi-cmd-env.o): Update dependencies.
14641
14642 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14643
14644         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14645         get_frame_base.
14646
14647 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14648
14649         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
14650         build directories.  Save edited gdb output in Mbuild.log.  If a
14651         build fails, remove any final GDB executable.
14652
14653 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14654
14655         * gdb_mbuild.sh: Edit the output of `maint print architecture'
14656         replacing hex constants with function names and stripping leading
14657         file name directory prefixes.
14658
14659 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14660
14661         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14662         get_frame_base.
14663
14664 2003-01-08  David Carlton  <carlton@math.stanford.edu>
14665
14666         * linespec.c (decode_line_1): Move code into decode_variable.
14667         (decode_variable): New function.
14668
14669 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14670
14671         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14672
14673 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14674
14675         * cris-tdep.c (cris_frame_init_saved_regs): Use
14676         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14677         saved_regs buffer.
14678         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14679         (sh64_nofp_frame_init_saved_regs): Ditto.
14680         (sh_fp_frame_init_saved_regs): Ditto.
14681         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14682         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14683         * mcore-tdep.c (analyze_dummy_frame): Ditto.
14684         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14685
14686 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
14687
14688         * minsyms.c (lookup_minimal_symbol): Update comment.
14689         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
14690         (lookup_minimal_symbol_solib_trampoline): Likewise.
14691
14692 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14693
14694         * d10v-tdep.c (d10v_init_extra_frame_info): Use
14695         frame_relative_level.
14696
14697         * alpha-tdep.c: Use get_frame_extra_info.
14698         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14699         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14700         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14701         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14702
14703         * alpha-tdep.c: Use get_next_frame.
14704         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14705         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14706         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14707         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14708         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14709         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14710         * xstormy16-tdep.c: Ditto.
14711
14712 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14713
14714         * alpha-tdep.c: Use get_frame_base.
14715         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14716         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14717         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14718         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14719         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14720         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14721         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14722         * config/sparc/tm-sparc.h: Ditto.
14723
14724 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14725
14726         * frame.c (deprecated_get_frame_context): New function.
14727         (deprecated_set_frame_context): New function.
14728         * frame.h (deprecated_get_frame_context): Declare.
14729         (deprecated_set_frame_context): Declare.
14730         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14731         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14732
14733 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14734
14735         * frame.c (deprecated_set_frame_next_hack): New function.
14736         (deprecated_set_frame_prev_hack): New function.
14737         * frame.h (deprecated_set_frame_next_hack): Declare.
14738         (deprecated_set_frame_prev_hack): Declare.
14739         * mcore-tdep.c (analyze_dummy_frame): Use
14740         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14741         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14742
14743 2003-01-07  David Carlton  <carlton@math.stanford.edu>
14744
14745         * linespec.c (decode_line_1): Move code into decode_dollar.
14746         (decode_dollar): New function.
14747
14748 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14749
14750         * arm-tdep.c (arm_init_extra_frame_info): Use
14751         deprecated_update_frame_base_hack.
14752         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14753         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14754         (fix_frame_pointer): Ditto.
14755         (mn10300_analyze_prologue): Ditto.
14756
14757 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14758
14759         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14760         extra_info using frame_extra_info_zalloc.
14761         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14762         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14763         (sh64_init_extra_frame_info): Ditto.
14764         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14765         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14766         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14767         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14768         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14769         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14770         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14771         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14772         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14773         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14774         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14775         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14776
14777         * mn10300-tdep.c (analyze_dummy_frame): Use
14778         deprecated_set_frame_extra_info_hack.
14779         * mcore-tdep.c (analyze_dummy_frame): Ditto.
14780
14781 2003-01-07  J. Brobecker  <brobecker@gnat.com>
14782
14783         * mdebugread.c (parse_symbol): Skip stProc entries which storage
14784         class is not scText. These do not define "real" procedures.
14785         (parse_partial_symbols): Likewise.
14786
14787 2003-01-06  Michael Snyder  <msnyder@redhat.com>
14788
14789         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14790
14791 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
14792
14793         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14794         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14795         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14796         deprecated_frame_xmalloc_with_cleanup.
14797         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14798         deprecated_frame_xmalloc.
14799         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14800         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14801
14802 2003-01-06  Andrew Cagney  <cagney@redhat.com>
14803
14804         * x86-64-linux-tdep.c: Include "osabi.h".
14805         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14806
14807         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14808
14809 2003-01-06  Andrew Cagney  <cagney@redhat.com>
14810
14811         * MAINTAINERS (Target Instruction Set Architectures): Update
14812         arm-elf.  Can be built with -Werror, has been multiarched.
14813
14814         * value.h (unpack_long): Make buffer parameter constant.
14815         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14816         * scm-lang.h (scm_parse): Ditto.
14817         * defs.h (extract_typed_address, extract_address): Ditto.
14818         (extract_long_unsigned_integer): Ditto.
14819         * inferior.h (unsigned_pointer_to_address): Ditto.
14820         (signed_pointer_to_address): Ditto.
14821         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14822         * gdbarch.h, gdbarch.c: Regenerate.
14823         * findvar.c (extract_long_unsigned_integer): Update.
14824         (extract_address): Update.
14825         (extract_typed_address): Update.
14826         (unsigned_pointer_to_address): Update.
14827         * values.c (unpack_long): Update.
14828         (unpack_double): Update.
14829         (unpack_pointer): Update.
14830         (unpack_field_as_long): Update.
14831         * d10v-tdep.c (d10v_pointer_to_address): Update.
14832         * avr-tdep.c (avr_pointer_to_address): Update.
14833         * scm-lang.c (scm_unpack): Update.
14834         * findvar.c (signed_pointer_to_address): Update.
14835
14836 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
14837
14838         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14839         since it is in i386-tdep.c.
14840
14841 2003-01-06  J. Brobecker  <brobecker@gnat.com>
14842
14843         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14844         failure introduced in the previous change.
14845
14846 2003-01-05  Michael Chastain  <mec@shout.net>
14847
14848         * README: Remove references to deleted remote-*.c files:
14849         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14850         remote-nrom.c, remote-os9k.c, remote-udi.c.
14851
14852 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
14853
14854         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14855         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14856         i386_get_longjmp_target.
14857
14858 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
14859
14860         * arm-tdep.c (prologue_cache): Change to a pointer.
14861         (_initialize_arm_tdep): Allocate prologue_cache.
14862         (check_prologue_cache): Update.
14863         (save_prologue_cache): Update.
14864         (arm_gdbarch_init): Update.
14865
14866 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14867
14868         * stabsread.c (update_method_name_from_physname): Call complaint()
14869         instead of error.
14870
14871 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14872
14873         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
14874         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14875         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14876
14877         * blockframe.c: Include "gdbcmd.h" and "command.h".
14878         (backtrace_below_main): New variable.
14879         (file_frame_chain_valid, func_frame_chain_valid)
14880         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14881         (generic_func_frame_chain_valid): Remove functions.
14882         (frame_chain_valid, do_flush_frames_sfunc): New functions.
14883         (_initialize_blockframe): New function.
14884         * Makefile.in (blockframe.o): Update dependencies.
14885         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14886         comment.  Call frame_chain_valid ().
14887         * frame.h: Remove old prototypes.  Add prototype for
14888         frame_chain_valid and update comments to match.
14889         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14890         Remove old comment.
14891         * gdbarch.h: Regenerated.
14892         * gdbarch.c: Regenerated.
14893
14894         * alpha-tdep.c (alpha_gdbarch_init): Don't call
14895         set_gdbarch_frame_chain_valid.
14896         * avr-tdep.c (avr_gdbarch_init): Likewise.
14897         * cris-tdep.c (cris_gdbarch_init): Likewise.
14898         * frv-tdep.c (frv_gdbarch_init): Likewise.
14899         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14900         * i386-tdep.c (i386_svr4_init_abi): Likewise.
14901         (i386_nw_init_abi): Likewise.
14902         (i386_gdbarch_init): Likewise.
14903         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14904         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14905         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14906         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14907         * mips-tdep.c (mips_gdbarch_init): Likewise.
14908         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14909         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14910         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14911         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14912         * s390-tdep.c (s390_gdbarch_init): Likewise.
14913         * sh-tdep.c (sh_gdbarch_init): Likewise.
14914         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14915         * v850-tdep.c (v850_gdbarch_init): Likewise.
14916         * vax-tdep.c (vax_gdbarch_init): Likewise.
14917         * x86-64-tdep.c (x86_64_init_abi): Likewise.
14918
14919         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14920         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14921         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14922         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14923         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14924         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14925         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14926         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14927
14928 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
14929
14930         * Makefile.in (acconfig_h): Remove incorrect macro.
14931         (config_h): Define.
14932         (osabi.o): Update dependencies.
14933         * configure.tgt: Set gdb_osabi based on target triplet.
14934         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14935         * configure: Regenerated.
14936         * config.in: Regenerated.
14937         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14938         (GDB_OSABI_DEFAULT): Define if not already defined.
14939         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14940         (set_osabi_string): New variables.
14941         (gdbarch_register_osabi): Add new OS ABI to
14942         gdb_osabi_available_names.
14943         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14944         (set_osabi, show_osabi): New functions.
14945         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14946
14947 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14948
14949         * arch-utils.c (gdbarch_info_init): Set osabi to
14950         GDB_OSABI_UNINITIALIZED.
14951         * gdbarch.sh: Add osabi to struct gdbarch and to struct
14952         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
14953         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14954         * gdbarch.c: Regenerated.
14955         * gdbarch.h: Regenerated.
14956         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14957         there's no BFD.
14958         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14959         * osabi.h (enum gdb_osabi): Move to defs.h.
14960         (gdbarch_init_osabi): Update prototype.
14961         * defs.h (enum gdb_osabi): Moved here.
14962         * Makefile.in: Update dependencies.
14963
14964         * alpha-tdep.h: Don't include "osabi.h".
14965         (struct gdbarch_tdep): Remove osabi member.
14966         * alpha-tdep.c: Include "osabi.h".
14967         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14968         iterate over arches.  Update call to gdbarch_init_osabi.
14969         (alpha_dump_tdep): Don't dump osabi.
14970         * alpha-linux-tdep.c: Include "osabi.h".
14971         * alpha-osf1-tdep.c: Include "osabi.h".
14972         * alphafbsd-tdep.c: Include "osabi.h".
14973         * alphanbsd-tdep.c: Include "osabi.h".
14974
14975         * arm-tdep.h: Don't include "osabi.h".
14976         (struct gdbarch_tdep): Remove osabi member.
14977         * arm-tdep.c: Include "osabi.h".
14978         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14979         iterate over arches.  Update call to gdbarch_init_osabi.
14980         (arm_dump_tdep): Don't dump osabi.
14981         * arm-linux-tdep.c: Include "osabi.h".
14982         * armnbsd-tdep.c: Include "osabi.h".
14983
14984         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14985         Update call to gdbarch_init_osabi.
14986
14987         * i386-tdep.h: Don't include "osabi.h".
14988         (struct gdbarch_tdep): Remove osabi member.
14989         * i386-tdep.c: Include "osabi.h".
14990         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14991         iterate over arches.  Update call to gdbarch_init_osabi.
14992         (i386_dump_tdep): Don't dump osabi.
14993         * i386-linux-tdep.c: Include "osabi.h".
14994         * i386-sol2-tdep.c: Include "osabi.h".
14995         * i386bsd-tdep.c: Include "osabi.h".
14996         * i386gnu-tdep.c: Include "osabi.h".
14997         * i386ly-tdep.c: Include "osabi.h".
14998         * i386nbsd-tdep.c: Include "osabi.h".
14999         * i386obsd-tdep.c: Include "osabi.h".
15000
15001         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
15002         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
15003         check osabi when iterating over arches.  Update call to
15004         gdbarch_init_osabi.
15005         (mips_dump_tdep): Don't dump osabi.
15006
15007         * ns32k-tdep.h: Don't include "osabi.h".
15008         (struct gdbarch_tdep): Remove.
15009         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
15010         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
15011         allocate tdep.  Update call to gdbarch_init_osabi.
15012         (ns32k_dump_tdep): Remove.
15013         (_initialize_ns32k_tdep): Update call to gdbarch_register.
15014         * ns32knbsd-tdep.c: Include "osabi.h".
15015
15016         * ppc-tdep.h: Don't include "osabi.h".
15017         (struct gdbarch_tdep): Remove osabi member.
15018         * rs6000-tdep.c: Include "osabi.h".
15019         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
15020         osabi when iterating over arches.  Update call to
15021         gdbarch_init_osabi.
15022         (rs6000_dump_tdep): Don't dump osabi.
15023         * ppc-linux-tdep.c: Include "osabi.h".
15024         * ppcnbsd-tdep.c: Include "osabi.h".
15025
15026         * sh-tdep.h: Don't include "osabi.h".
15027         (struct gdbarch_tdep): Remove osabi member.
15028         * sh-tdep.c: Include "osabi.h".
15029         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
15030         iterate over arches.  Update call to gdbarch_init_osabi.
15031         (sh_dump_tdep): Don't dump osabi.
15032         * shnbsd-tdep.c: Include "osabi.h".
15033
15034         * sparc-tdep.c: Include "osabi.h".
15035         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
15036         iterate over arches.  Update call to gdbarch_init_osabi.
15037         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
15038         tdep structure.
15039
15040         * vax-tdep.h: Don't include "osabi.h".
15041         (struct gdbarch_tdep): Remove.
15042         * vax-tdep.c: Include "osabi.h".
15043         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
15044         iterate over arches.  Don't allocate tdep.  Update call
15045         to gdbarch_init_osabi.
15046         (vax_dump_tdep): Remove.
15047         (_initialize_vax_tdep): Update call to gdbarch_register.
15048
15049 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
15050
15051         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
15052         entirely.
15053         (breakpoint_re_set_one): Don't fetch the value for a disabled
15054         watchpoint.
15055
15056 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
15057
15058         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
15059         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
15060         (COERCE_FLOAT_TO_DOUBLE): Remove.
15061         * gdbarch.c: Regenerate.
15062         * gdbarch.h: Regenerate.
15063         * Makefile.in: Remove value_h from gdbarch_h.
15064         * valops.c (coerce_float_to_double): New variable.
15065         (default_coerce_float_to_double): Remove.
15066         (standard_coerce_float_to_double): Remove.
15067         (value_arg_coerce): Use coerce_float_to_double.
15068         (_initialize_valops): Add "set coerce-float-to-double".
15069         * value.h (default_coerce_float_to_double): Remove prototype.
15070         (standard_coerce_float_to_double): Remove prototype.
15071
15072         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
15073         prototyped.
15074         * mdebugread.c (parse_symbol): Likewise.
15075         * stabsread.c (define_symbol): Mark all functions as prototyped.
15076
15077         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
15078         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
15079         set_gdbarch_coerce_float_to_double.
15080         * arm-tdep.c (arm_gdbarch_init): Likewise.
15081         * frv-tdep.c (frv_gdbarch_init): Likewise.
15082         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
15083         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
15084         * mips-tdep.c (mips_gdbarch_init): Likewise.
15085         (mips_coerce_float_to_double): Remove.
15086         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
15087         (rs6000_coerce_float_to_double): Remove.
15088         * s390-tdep.c (s390_gdbarch_init): Likewise.
15089         * sh-tdep.c (sh_gdbarch_init): Likewise.
15090         (sh_coerce_float_to_double): Remove.
15091         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
15092         (sparc_coerce_float_to_double): Remove.
15093         * v850-tdep.c (v850_gdbarch_init): Likewise.
15094         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
15095         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15096         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
15097         (hppa_coerce_float_to_double): Remove prototype.
15098         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
15099
15100 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
15101
15102         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
15103
15104 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
15105
15106         Suggested by Stewart Brown <sb24@avaya.com>:
15107         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
15108         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
15109         (c_type_print_varspec_suffix): Likewise.
15110
15111 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
15112
15113         * configure.in: Don't set and AC_SUBST SUBDIRS.
15114         * configure: Regenerated.
15115
15116         * configure.in: Remove code dealing with shared libraries.
15117         * Makefile.in: Remove HLDFLAGS and HLDENV.
15118         * configure: Regenerated.
15119
15120 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
15121
15122         * frame.c (deprecated_frame_xmalloc): New function.
15123         (deprecated_set_frame_saved_regs_hack): New function.
15124         (deprecated_set_frame_extra_info_hack): New function.
15125         * frame.h (deprecated_frame_xmalloc): Declare.
15126         (deprecated_set_frame_saved_regs_hack): Declare.
15127         (deprecated_set_frame_extra_info_hack): Declare.
15128
15129 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
15130
15131         * configure.in: Move code that provides the --enable-gdbtk option
15132         right after the code that handles the --enable-tui option, and
15133         polish it somewhat.
15134         * configure: Regenerated.
15135
15136         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
15137         AC_CHECK_FUNCS and remove the old check for pread64.
15138         * acinclude.m4 (AC_GNU_SOURCE): New macro.
15139         * acconfig.h (_GNU_SOURCE): Add.
15140         (HAVE_PREAD64): Remove.
15141         * configure, aclocal.m4, config.in: Regenerated.
15142
15143 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
15144
15145         * alpha-tdep.c: Use get_frame_saved_regs.
15146         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15147         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
15148         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
15149         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
15150         * vax-tdep.c, xstormy16-tdep.c: Ditto.
15151
15152 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
15153
15154         * configure.in: Remove all use of the SUBDIRS variable; add
15155         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
15156         code providing the --enable-multi-ice option, and move it right in
15157         front of the code that checks whether gdbserver is supported.
15158         Polish that too.
15159         * configure: Regenerated.
15160         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
15161         @SUBDIRS@.
15162
15163 2003-01-03  Andrew Cagney  <cagney@redhat.com>
15164
15165         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
15166         * avr-tdep.c, cris-tdep.c: Ditto.
15167         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
15168         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15169
15170 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
15171
15172         * configure.in: Remove --enable-netrom option.
15173         * configure: Regenerated.
15174
15175 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
15176
15177         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
15178         declaration for `struct re_pattern_buffer' instead.
15179         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
15180
15181 2003-01-03  J. Brobecker  <brobecker@gnat.com>
15182
15183         * mdebugread.c (parse_symbol): Count until the stEnd matching
15184         the structure name.
15185
15186 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
15187
15188         * configure.in: Remove --with-cpu option.
15189         subscripts.  Remove evil changequotes here.
15190         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
15191         * config.in, configure: Regenerated.
15192
15193         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
15194         * configure.in: Cleanup section that sources GDB and BFD configure
15195         subscripts.  Remove evil changequotes here.
15196         * config.in, configure: Regenerated.
15197
15198 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
15199
15200         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
15201         frame accessor methods.
15202         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
15203         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
15204         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
15205         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
15206         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
15207         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
15208         * z8k-tdep.c: Ditto.
15209
15210 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
15211
15212         * configure.in: Remove UI_OUT configuration code.
15213         * ada-lang.c: Update assuming UI_OUT is always true.
15214         * Makefile.in (UIOUT_CFLAGS): Remove.
15215         * configure: Regenerated.
15216         * TODO: Remove blurb about elimination of -DUI_OUT.
15217
15218         * configure.in: Move code that provides the --enable-gdbcli,
15219         --enable-gdbmi options right before the code that handles the
15220         --enable-tui option.  Polish a bit.
15221         * configure: Regenerated.
15222
15223         * configure.in: Rewrite check for GNU regex and the
15224         --without-included regex option, and move it into the "Checks for
15225         library functions" section.  This makes us use the system regex
15226         again by default on systems with version 2 of the GNU C library.
15227         This was apparently broken.
15228         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
15229         * acconfig.h (USE_INCLUDED_REGEX): Remove.
15230         * config.in, configure: Regenerated.
15231
15232         * configure.in: Move code that provides the --enable-tui option
15233         before the "Checks for libraries" section.  Polish the code
15234         somewhat and set need_curses to yes if we build the TUI.  Rewrite
15235         code that looks for a library providing termcap functionality to
15236         match more closely what's done in the Readline library, and move
15237         it into to the "Checks for libraries" section.
15238         * configure: Regenerated.
15239         * Makefile.in (TERMCAP): Remove variable.
15240         * config/i386/go32.mh (TERMCAP): Remove variable.
15241
15242 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
15243
15244         * MAINTAINERS: Mention gdb_mbuild.sh.
15245         * gdb_mbuild.sh: Rewrite.
15246
15247 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
15248
15249         * configure.in: Fix typo in last change.
15250         * config.in, configure: Regenerated.
15251
15252 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
15253
15254         * valarith.c (value_binop): Delete obsolete code and comments.
15255         * configure.host: Ditto.
15256         * buildsym.h (make_blockvector): Ditto.
15257         * buildsym.c (make_blockvector): Ditto.
15258         * defs.h (enum language): Ditto.
15259         (chill_demangle): Ditto.
15260         * elfread.c (elf_symtab_read): Ditto.
15261         * dwarfread.c (CHILL_PRODUCER): Ditto.
15262         (set_cu_language): Ditto.
15263         (handle_producer): Ditto.
15264         * expprint.c (print_subexp): Ditto.
15265         * gdbtypes.c (chill_varying_type): Ditto.
15266         * gdbtypes.h (builtin_type_chill_bool): Ditto.
15267         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
15268         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
15269         (chill_varying_type): Ditto.
15270         * language.h (_LANG_chill): Ditto.
15271         * language.c (binop_result_type, integral_type): Ditto.
15272         (character_type, string_type, structured_type): Ditto.
15273         (lang_bool_type, binop_type_check): Ditto.
15274         * stabsread.h (os9k_stabs): Ditto.
15275         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
15276         (define_symbol, read_type, read_struct_fields): Ditto.
15277         (read_array_type, read_enum_type, read_huge_number): Ditto.
15278         (read_range_type, start_stabs): Ditto.
15279         * symfile.c (init_filename_language_table): Ditto.
15280         (add_psymbol_with_dem_name_to_list): Ditto.
15281         * symtab.c (symbol_init_language_specific): Ditto.
15282         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
15283         * symtab.h (struct general_symbol_info): Ditto.
15284         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
15285         * typeprint.c (typedef_print): Ditto.
15286         * utils.c (fprintf_symbol_filtered): Ditto.
15287         * valops.c (value_cast, search_struct_field, value_slice): Delete
15288         obsolete code.
15289         (varying_to_slice): Delete function.
15290         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
15291         (varying_to_slice): Delete declaration.
15292         * MAINTAINERS: Update.
15293
15294 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
15295
15296         * configure.in: Reorganize "Checks for library functions section"
15297         a bit.  Remove check for `btowc' and `isascii' functions.
15298         * configure: Regenerated.
15299
15300         * acconfig.h (_MSE_INT_H): Remove.
15301         * configure.in: Create "Checks for header files" section, and move
15302         appropriate tests there.  Don't check for objlist.h, wchar.h,
15303         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
15304         misdetection fix.  Also add "Checks for types", "Checks for
15305         compiler characteristics" and "Checks for library functions"
15306         sections.
15307         * config.in, configure: Regenerated.
15308
15309         * configure.in: Create "Checks for programs" section, and move
15310         appropriate tests there.
15311
15312 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
15313
15314         * configure.in: Create "Checks for libraries" section, and move
15315         appropriate tests there.  Cleanup check for wctype in libw.  Use
15316         AC_SEARCH_LIBS to see whether we need libsocket.
15317         * configure: Regenerated.
15318
15319 For older changes see ChangeLog-2002
15320 \f
15321 Local Variables:
15322 mode: change-log
15323 left-margin: 8
15324 fill-column: 74
15325 version-control: never
15326 End: