* frame.c (get_prev_frame): Use result from
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2003-11-19  Mark Kettenis  <kettenis@gnu.org>
2
3         * frame.c (get_prev_frame): Use result from
4         get_frame_address_in_block instead of get_frame_pc as argument to
5         inside_main_func.  Fixes PR backtrace/1435.
6
7 2003-11-19  Andrew Cagney  <cagney@redhat.com>
8
9         * stack.c (return_command): Handle "void", "legacy" and "unknown
10         location" return values separatly.
11         * values.c (using_struct_return): Return 0 for a "void" return
12         type.  Mention "register_value_being_returned".
13         (register_value_being_returned): Mention "using_struct_return".
14
15 2003-11-19  Daniel Jacobowitz  <drow@mvista.com>
16
17         * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
18         (frame_base_offset): Delete.
19         (read_func_scope): Delete call to decode_locdesc.
20         (decode_locdesc): Update comments.  Don't set the removed variables.
21         Complain for DW_OP_reg* not at the end.  Remove DW_OP_breg* and
22         DW_OP_fbreg support.
23
24 2003-11-18  Daniel Jacobowitz  <drow@mvista.com>
25
26         * dwarf2read.c (optimized_out, islocal): Remove.
27         (decode_locdesc): Update comments.  Don't set optimized_out
28         or islocal.
29
30 2003-11-17  Jeff Johnston  <jjohnstn@redhat.com>
31             David Mosberger  <davidm@hpl.hp.com>
32
33         * ia64-tdep.c: Include elf.h.
34         [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and 
35         libunwind-ia64.h.
36         (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
37         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
38         (ia64_is_fpreg, ia64_access_reg): Ditto.
39         (ia64_access_fpreg, ia64_access_mem): Ditto.
40         (get_kernel_table): Ditto.
41         (ia64_find_unwind_table): Ditto.
42         (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
43         (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
44         (ia64_libunwind_frame_prev_register): Ditto.
45         (ia64_libunwind_frame_sniffer): Ditto.
46         (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
47         sniffer.  Register libunwind functions needed by generic 
48         libunwind frame code using libunwind_frame_set_descr(). 
49
50 2003-11-16  Daniel Jacobowitz  <drow@mvista.com>
51
52         * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
53         bp_shlib_disabled breakpoint if there is a shared library mapped
54         at its expected address.
55
56 2003-11-16  Andrew Cagney  <cagney@redhat.com>
57
58         * configure.tgt: Delete mips*tx39*-elf*.
59         * config/mips/tm-tx39.h: Delete file.
60         * config/mips/tx39.mt: Delete file.
61         * config/mips/tx39.mt: Delete file.
62
63         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
64         * remote-mips.c (common_open): Instead of
65         "mips_read_register_type" and "mips_set_processor_type_command"
66         call "deprecated_mips_set_processor_regs_hack".
67         * config/mips/tm-mips.h (mips_read_processor_type): Delete
68         declaration.
69         (mips_set_processor_type_command): Delete declaration.
70         * mips-tdep.c (mips_gdbarch_init): Update comment.
71         (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
72         (mips_set_processor_type): Delete function.
73         (NUM_MIPS_PROCESSOR_REGS): Define.
74         (mips_show_processor_type_command): Delete function.
75         (mips_set_processor_type_command): Delete function.
76         (tmp_mips_processor_type): Delete.
77         (mips_processor_type): Delete.
78         (mips_processor_type_table): Delete.
79         (mips_r3051_reg_names): Delete.
80         (mips_r3081_reg_names): Delete.
81         (mips_lsi33k_reg_names): Delete.
82         (mips_processor_reg_names): Delete.
83         (mips_read_processor_type): Delete function.
84         (deprecated_mips_set_processor_regs_hack): New function.
85         (struct gdbarch_tdep): Add member "mips_processor_reg_names".
86         (mips_register_name): Get the processor names from the tdep.
87         (mips_tx39_reg_names): New array.
88         (mips_generic_reg_names): Wire to a standard set of names.
89         (mips_gdbarch_init): Set "mips_processor_reg_names".    
90         * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
91         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
92         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
93
94 2003-11-16  Andrew Cagney  <cagney@redhat.com>
95
96         * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
97         (mips_fpa0_regnum, mips_regnum): New function.
98         (mips_gdbarch_init): Fill in the "regnum" fields.
99         * mips-tdep.h (struct mips_regnum): Define.
100         (mips_regnum): Declare.
101         * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
102         (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
103         (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
104         (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
105         * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
106         (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
107         (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
108         * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
109         (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
110         (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
111         * remote-mips.c: Include "mips-tdep.h".  Update.
112         * mipsnbsd-tdep.c: Update.
113         * mipsv4-nat.c: Update.
114         * mips-tdep.c: Update.
115         * mips-nat.c: Update.
116         * mips-linux-tdep.c: Update.
117         * mips-linux-nat.c: Update.
118         * irix5-nat.c: Update.
119         * dve3900-rom.c: Include "mips-tdep.h".  Update.
120         (ignore_packet): Supress GCC warning.
121         * config/mips/nm-riscos.h: Update.
122
123 2003-11-16  Andrew Cagney  <cagney@redhat.com>
124
125         * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
126         register_size.
127         (mips_register_raw_size): Delete function.
128         (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
129         (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
130         Check and set "mips64_transfers_32bit_regs_p".
131         (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
132         (mips_register_convertible): Check the architecture's
133         "mips64_transfers_32bit_regs_p".
134         (set_mips64_transfers_32bit_regs): New function.
135         (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
136         "set remote-mips64-transfers-32bit-regs" command.  Specify
137         set_mips64_transfers_32bit_regs as the set function.
138         * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
139
140 2003-11-16  Mark Kettenis  <kettenis@gnu.org>
141
142         * i386-tdep.h (i386_supply_gregset): Provide prototype.
143         * i386-tdep.c (i386_supply_gregset): Make public.
144
145 2003-11-16  Andrew Cagney  <cagney@redhat.com>
146
147         * mips-tdep.c (mips_register_byte): Delete function.
148         (mips_gdbarch_init): Do not set "deprecated_register_byte".
149         * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
150         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
151         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
152
153 2003-11-16  Mark Kettenis  <kettenis@gnu.org>
154
155         * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
156
157 2003-11-16  Andrew Cagney  <cagney@redhat.com>
158
159         * config/mips/linux64.mt: Delete file.
160         * config/mips/tm-linux64.h: Delete file.
161         * config/mips/tm-mips64.h: Delete file.
162         * config/mips/embed64.mt: Delete file.
163         * config/djgpp/fnchange.lst: Update.
164         * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
165         mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
166         * config/mips/tm-irix6.h: Update copyright.  Include
167         "mips/tm-mips.h" instead of "mips/tm-mips64.h".
168         * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
169         "OP_LDGPR".
170
171 2003-11-15  Andrew Cagney  <cagney@redhat.com>
172
173         * mips-tdep.c (mips_register_type): Simplify.  Eliminate reference
174         to MIPS_REGISTER_TYPE.  Make integer registers signed.  Make IRIX
175         n32 registers 64 bit.
176         (mips_register_raw_size, mips_register_byte): For pseudo
177         registers, use the register's pseudo size and not the
178         corresponding raw register's size.
179         * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
180         * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
181         * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
182         * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
183
184 2003-11-15  Andrew Cagney  <cagney@redhat.com>
185
186         * mips-tdep.c (struct gdbarch_tdep): Delete member
187         gdb_target_is_mips64.
188         (GDB_TARGET_IS_MIPS64): Delete macro.
189         (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
190         (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
191         (mips_addr_bits_remove): Simplify.
192
193         * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
194         register_size.
195
196         Replace MIPS_REGSIZE with mips_regsize.
197         * mips-tdep.c (mips_regsize): New function.
198         * mips-tdep.h (mips_regsize): Declare.
199         * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
200         (SIZEOF_STRUCT_REG): Update.
201         * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
202         (mipsnbsd_fill_reg): Update.
203         (mipsnbsd_supply_fpreg): Update.
204         (mipsnbsd_fill_fpreg): Update.
205         (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
206         * mips-tdep.c (mips_register_raw_size): Update.
207         (mips_register_type): Update.
208         (SIGFRAME_BASE): Update.
209         (SIGFRAME_PC_OFF): Update.
210         (SIGFRAME_REGSAVE_OFF): Update.
211         (SIGFRAME_FPREGSAVE_OFF): Update.
212         (SIGFRAME_REG_SIZE): Update.
213         (mips32_heuristic_proc_desc): Update.
214         (print_gp_register_row): Update.
215         (mips_dump_tdep): Do not print MIPS_REGSIZE.
216         * irix5-nat.c (supply_gregset): Update.
217         (fetch_core_registers): Update.
218         * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
219         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
220         * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
221         (MIPS_REGISTER_BYTE): Update.
222         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
223
224 2003-11-15  Andrew Cagney  <cagney@redhat.com>
225
226         * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
227         USE_REGISTER_NOT_ARG.
228         * stabsread.c (define_symbol): Update.
229
230 2003-11-15  Andrew Cagney  <cagney@redhat.com>
231
232         * bcache.h (deprecated_bcache): Declare.
233         (bcache): Make returned buffer constant.
234         * bcache.c (deprecated_bcache): New function.
235         (bcache_data): New function.
236         (bcache): Call bcache data.
237         * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
238         (add_psymbol_with_dem_name_to_list): Ditto.
239
240 2003-11-15  Mark Kettenis  <kettenis@gnu.org>
241
242         * glibc-tdep.h (struct gdbarch): Declare opaque.
243         (glibc_skip_solib_resolver): Adjust prototype.
244         * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
245         * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
246         (arm_linux_init_abi): Set skip_solib_resolver.
247         * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
248         (i386_linux_init_abi): Set skip_solib_resolver.
249         * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
250         (arm_linux_skip_solib_resolver): Remove prototype.
251         * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
252         (i386_linux_skip_solib_resolver): Remove prototype.
253
254 2003-11-14  Mark Kettenis  <kettenis@gnu.org>
255
256         * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
257         function.
258         * gdbarch.c, gdbarch.h: Regenerate.
259         * infrun.c (handle_inferior_event): Call
260         gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
261         * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
262         definition.
263         * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
264         prototype.
265
266 2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>
267
268         * libunwind-frame.c: New file.
269         * libunwind-frame.h: New file.
270         * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
271         * configure.in: Add --with-libunwind option support.  Define
272         HAVE_LIBUNWIND if libunwind support selected / defaulted.  
273         Also check for libunwind.h and libunwind-ia64.h headers.
274         * configure: Regenerated.
275         * Makefile.in: Add support for libunwind-frame.o.
276         * config.in: Regenerated.
277
278 2003-11-14  Jeff Johnston  <jjohnstn@redhat.com>
279  
280         * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
281         set up the ia64 linux native target method for getting the kernel
282         unwind table.
283         * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
284         * inftarg.c (child_xfer_partial): Enable section of code to
285         handle TARGET_OBJECT_UNWIND_TABLE.
286         * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
287
288 2003-11-14  Ian Lance Taylor  <ian@wasabisystems.com>
289
290         * config/arm/nbsd.mt (TM_FILE): Define.
291         * config/arm/tm-nbsd.h: New file.
292
293 2003-11-14  Andrew Cagney  <cagney@redhat.com>
294
295         * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
296         * ppc-sysv-tdep.c: Include "objfiles.h".
297         (ppc64_sysv_abi_push_dummy_call): Provide the
298         the FN's objfile when looking for the descriptor.
299
300         * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
301         "name_of_malloc" to ".malloc".
302
303 2003-11-13  Mark Kettenis  <kettenis@gnu.org>
304
305         * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
306
307 2003-11-13  David Carlton  <carlton@kealia.com>
308
309         * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
310
311 2003-11-13  Andrew Cagney  <cagney@redhat.com>
312
313         * arch-utils.h (selected_architecture_name): Declare.
314         (selected_byte_order): Declare.
315         * arch-utils.c (selected_byte_order): New function.
316         (selected_architecture_name): New function.
317         (target_architecture_auto): Make static.
318         (set_architecture_string): Make static.
319         (target_byte_order): Make static.
320         (target_byte_order_auto): Make static.
321         * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
322         non-multi-arch definition.
323         (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
324         (target_byte_order, target_architecture): Delete declaration.
325         (target_byte_order_auto, target_architecture_auto): Ditto.
326         * gdbarch.h: Re-generate.
327         * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
328         "selected_byte_order".
329         
330 2003-11-13  Andrew Cagney  <cagney@redhat.com>
331
332         * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
333
334 2003-11-13  Jim Blandy  <jimb@redhat.com>
335
336         * cp-namespace.c: Doc fix.
337
338 2003-11-12  Michael Snyder  <msnyder@redhat.com>
339
340         * sh64_tdep.c: Regularize some names.
341         (sh_sh64_register_name): Rename to sh64_register_name.
342         (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
343         (sh_sh64_register_byte): Rename to sh64_register_byte.
344         (sh_sh64_build_float_register_type): 
345         Rename to sh64_build_float_register_type.
346         (sh_sh64_register_convert_to_virtual): 
347         Rename to sh64_register_convert_to_virtual.
348         (sh_sh64_register_convert_to_raw): 
349         Rename to sh64_register_convert_to_raw.
350
351         * sh64-tdep.c (translate_insn_rn, is_media_pseudo, 
352         sh64_media_reg_base_num, sh64_compact_reg_base_num, 
353         sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
354         sh64_extract_return_value, sh64_show_media_regs, 
355         sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type, 
356         sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
357         sh64_pseudo_register_read, sh64_pseudo_register_write, 
358         sh64_do_pseudo_register, sh_compact_print_registers_info):
359         Delete unused variable 'tdep'.
360
361         * sh64-tdep.c: Coding standard and spelling comment fixes.
362         (sh64_extract_return_value): Replace deprecated_store_floating
363         with store_typed_floating.
364         (sh_sh64_register_convert_to_raw): Replace 
365         deprecated_store_floating with store_typed_floating.
366         (sh_sh64_register_virtual_type): Convert to sh64_register_type.
367         (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
368         sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
369         sh64_extract_struct_value_address, sh64_pop_frame, 
370         sh64_extract_return_value, sh64_store_return_value,
371         sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read, 
372         sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
373         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
374         Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
375         (sh64_gdbarch_init): Don't set deprecated_register_bytes,
376         deprecated_register_virtual_type, deprecated_register_raw_size,
377         deprecated_max_register_raw_size, or 
378         deprecated_max_register_virtual_size.  Instead, just set
379         gdbarch_register_type.
380         (sh_sh64_register_raw_size): Delete.
381         (sh_sh64_register_virtual_size): Delete.
382
383 2003-11-12  Daniel Jacobowitz <drow@mvista.com>
384
385         * dwarf2read.c (struct dwarf2_cu): New type.
386
387         (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
388         dwarf2_cu structure to pass down.
389
390         (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
391         (add_partial_enumeration, locate_pdi_sibling, process_die)
392         (read_file_scope, read_func_scope)
393         (read_lexical_block_scope, dwarf2_get_pc_bounds)
394         (dwarf2_add_field, dwarf2_attach_fields_to_type)
395         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
396         (read_structure_scope, read_enumeration, read_array_type)
397         (read_common_block, read_namespace, read_tag_pointer_type)
398         (read_tag_ptr_to_member_type, read_tag_reference_type)
399         (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
400         (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
401         (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
402         (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
403         (read_full_die. read_attribute_value, read_attribute)
404         (read_address, dwarf_decode_line_header, dwarf_decode_lines)
405         (var_decode_location, new_symbol, dwarf2_const_value, die_type)
406         (die_containing_type, type_at_offset, tag_type_to_type)
407         (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
408         (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
409
410 2003-11-12  Daniel Jacobowitz  <drow@mvista.com>
411
412         PR breakpoints/1450
413         * breakpoint.c (insert_bp_location): Fix a logic error by returning
414         0 after a catchpoint fails.
415
416 2003-11-11  Michael Chastain  <mec.gnu@mindspring.com>
417
418         * mips-tdep.c (msymbol_size): Delete.
419
420 2003-11-07  Michael Chastain  <mec@shout.net>
421
422         * symtab.h (struct minimal_symbol): Add size.
423         * dbxread.c: Use it.
424         * elfread.c: (record_minimal_symbol_and_info): Do not use info.
425         Rename to record_minimal_symbol.
426         (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
427         * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
428         (install_minimal_symbols): Ditto.
429         * objfiles.c (terminate_minimal_symbol_table): Ditto.
430         * arm-tdep.c: Delete unused MSYMBOL_SIZE.
431         * m68hc11-tdep.c: Ditto.
432         * mips-tdep.c: Ditto.
433         * sh64-tdep.c: Ditto.
434
435 2003-11-10  Michael Chastain  <mec.gnu@mindspring.com>
436
437         * MAINTAINERS: Change my e-mail address.
438
439 2003-11-10  Andrew Cagney  <cagney@redhat.com>
440
441         * gdbarch.sh (return_value): Replace "inval" and "outval" with
442         "readbuf" and "writebuf".
443         * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
444         * d10v-tdep.c (d10v_return_value): Ditto.
445         * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
446         (ppc_sysv_abi_broken_return_value): Ditto.
447         (ppc64_sysv_abi_return_value): Ditto.
448         * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
449         (ppc_sysv_abi_return_value): Ditto.
450         (ppc_sysv_abi_broken_return_value): Ditto.
451         (ppc64_sysv_abi_return_value): Ditto.
452         * values.c (register_value_being_returned): Update call.
453         * stack.c (return_command): Update call.
454         * gdbarch.h, gdbarch.c: Re-generate.
455
456         * target.h (struct target_ops): Order xfer buffer parameters "read
457         write" not "write read".
458         * bfd-target.c (target_bfd_xfer_partial): Update.
459         * remote.c (remote_xfer_partial): Update.
460         * inftarg.c (child_xfer_partial): Update.
461         * target.c (default_xfer_partial): Update.
462         (target_read_partial, target_write_partial): Update.
463         (debug_to_xfer_partial): Update.
464
465         * arch-utils.h, arch-utils.c: Fix typo in comment.
466
467         * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
468         (gdbarch_from_bfd): Call gdbarch_find_by_info.
469         (set_gdbarch_from_file): Call
470         "deprecated_current_gdbarch_select_hack".
471
472 2003-11-09  Andrew Cagney  <cagney@redhat.com>
473
474         * arch-utils.c (gdbarch_update_p): New function.
475         * gdbarch.sh (gdbarch_update_p): Delete function.
476         (find_arch_by_info, gdbarch_find_by_info): New functions.
477         (deprecated_current_gdbarch_select_hack): New function.
478         * gdbarch.c: Re-generate.
479
480         * gdbarch.sh (clear_gdbarch_swap): Delete function.
481         (swapout_gdbarch_swap): Delete function.
482         (swapin_gdbarch_swap): Delete function.
483         (init_gdbarch_swap): Delete function.
484         (initialize_non_multiarch): Delete function.
485         (current_gdbarch_swap_in_hack): New function.
486         (current_gdbarch_swap_out_hack): New function.
487         (current_gdbarch_swap_init_hack): New function.
488         * gdbarch.c: Re-generate.
489
490         * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
491         parameter to "current_gdbarch".  Add comment explaining why.
492         (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
493         (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
494         * gdbarch.c: Re-generate.
495         
496         * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
497         * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
498         * config/s390/xm-linux.h: Delete file.
499         * config/m88k/xm-delta88v4.h: Delete stray.
500
501         * Makefile.in (arch-utils.o): Update dependencies.
502         * arch-utils.c: Include "osabi.h".
503         (gdbarch_info_fill): New function.
504         * arch-utils.h (gdbarch_info_fill): Declare.
505         * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
506         * gdbarch.c: Re-generate.
507
508 2003-11-09  Mark Kettenis  <kettenis@gnu.org>
509             David S. Miller  <davem@redhat.com>
510
511         * glibc-tdep.c, glibc-tdep.h: New files.
512         * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
513         * config/i386/linux.mt (TDEPFILES): Likewise.
514         * i386-linux-tdep.c (glibc-tdep.h): Include.
515         (find_minsym_and_objfile, skip_hurd_resolver): Delete.
516         (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
517         * arm-linux-tdep.c (glibc-tdep.h): Include.
518         (find_minsym_and_objfile, skip_hurd_resolver): Delete.
519         (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
520         * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
521         (glibc_tdep_h): Define.
522         (glibc-tdep.o): Add dependencies.
523         (arm-linux-tdep.o): Update dependencies.
524         (i386-linux-tdep.o): Likewise.
525
526 2003-11-09  Andrew Cagney  <cagney@redhat.com>
527
528         * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
529         * config/mips/nm-irix6.h: Delete file.
530         * config/mips/nm-linux.h: Update copyright.
531         (MIPS_GNULINUX_TARGET): Delete macro.
532         * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
533         * config/mips/xm-irix6.h: Delete file.
534         * config/mips/linux.mh (XM_FILE): Delete definition.
535         * config/mips/xm-linux.h: Delete file.
536
537 2003-11-09  Andrew Cagney  <cagney@redhat.com>
538
539         * d10v-tdep.c (d10v_return_value): New function.
540         (d10v_use_struct_convention): Delete function.
541         (d10v_store_return_value): Delete function.
542         (d10v_extract_struct_value_address): Delete function.
543         (d10v_gdbarch_init): Set "return_value" instead of
544         "extract_return_value", "store_return_value",
545         "extract_struct_value_address", and "use_struct_convention".
546         (RET1_REGNUM): Delete const.
547
548 2003-11-09  Mark Kettenis  <kettenis@gnu.org>
549
550         From David S. Miller  <davem@redhat.com>:
551         * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
552         * gdbarch.c, gdbarch.h: Regenerated.
553         * arch-utils.c (generic_skip_solib_resolver): New function.
554         * arch-utils.h (generic_skip_solib_resolver): New prototype.
555         * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
556
557 2003-11-07  Andrew Cagney  <cagney@redhat.com>
558
559         * top.c (print_gdb_version): Replace STREQ with strcmp.
560         * valops.c (value_struct_elt_for_reference): Ditto.
561         (value_struct_elt_for_reference): Ditto.
562         * symtab.c (gdb_mangle_name): Ditto.
563         (find_line_symtab): Ditto.
564         * symmisc.c (maintenance_print_symbols): Ditto.
565         * symfile.c (symbol_file_command): Ditto.
566         * stabsread.c (define_symbol, read_type): Ditto.
567         (cleanup_undefined_types, scan_file_globals): Ditto.
568         * solib.c (solib_map_sections): Ditto.
569         * solib-svr4.c (bfd_lookup_symbol): Ditto.
570         * rs6000-tdep.c (skip_prologue): Ditto.
571         * p-valprint.c (pascal_value_print): Ditto.
572         (pascal_object_is_vtbl_ptr_type): Ditto.
573         * objfiles.c (in_plt_section): Ditto.
574         * minsyms.c (lookup_minimal_symbol): Ditto.
575         (compact_minimal_symbols): Ditto.
576         (find_solib_trampoline_target): Ditto.
577         * mdebugread.c (parse_type): Ditto.
578         * language.c (set_language_command): Ditto.
579         (set_type_command, set_range_command): Ditto.
580         * f-lang.c (add_common_block): Ditto.
581         (add_common_block): Ditto.
582         (find_first_common_named): Ditto.
583         (patch_all_commons_by_name): Ditto.
584         * elfread.c (elf_locate_sections): Ditto.
585         (elf_locate_sections): Ditto.
586         (elfstab_offset_sections): Ditto.
587         * dwarf2read.c (dwarf2_locate_sections): Ditto.
588         * dbxread.c (add_old_header_file): Ditto.
589         (find_corresponding_bincl_psymtab): Ditto.
590         (read_dbx_symtab, process_one_symbol): Ditto.
591         * coffread.c (patch_opaque_types): Ditto.
592         * cli/cli-decode.c (delete_cmd): Ditto.
593         * cli/cli-cmds.c (pwd_command, list_command): Ditto.
594         * c-typeprint.c (c_type_print_base): Ditto.
595         * breakpoint.c (bpstat_stop_status): Ditto.
596         (clear_command, breakpoint_re_set_one): Ditto.
597
598 2003-11-07  Andrew Cagney  <cagney@redhat.com>
599
600         * bcache.h: Update copyright.  Add comments on bcache VS hashtab.
601         * bcache.c (struct bstring): Make "length" an unsigned short, add
602         "half_hash".
603         (struct bcache): Add "half_hash_error_count".
604         (bcache): Compute and save the "half_hash".  Compare the
605         "half_hash" before comparing the length.  Update
606         half_hash_error_count.
607
608 2003-11-07  Andrew Cagney  <cagney@redhat.com>
609
610         * inftarg.c (child_xfer_partial): New function
611         (init_child_ops): Set "to_xfer_partial".
612
613 2003-11-07  Andrew Cagney  <cagney@redhat.com>
614
615         * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
616         set "return_value" instead of "use_struct_convention".
617         (ppc_linux_use_struct_convention): Delete function.
618         (ppc_linux_return_value): New function.
619         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
620         (ppc_sysv_abi_broken_return_value): New function.
621         (do_ppc_sysv_return_value): Add "gdbarch" parameter.
622         (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
623         static.
624         (ppc_sysv_abi_extract_return_value): Delete function.
625         (ppc_sysv_abi_broken_extract_return_value): Delete function.
626         (ppc_sysv_abi_store_return_value): Delete function.
627         (ppc_sysv_abi_broken_store_return_value): Delete function.
628         (ppc_sysv_abi_use_struct_convention): Delete function.
629         (ppc64_sysv_abi_use_struct_convention): Delete function.
630         (ppc64_sysv_abi_extract_return_value): Delete function.
631         (ppc64_sysv_abi_store_return_value): Delete function.
632         * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
633         (ppcnbsd_init_abi): Set "return_value", instead of
634         "use_struct_convention", "extract_return_value", and
635         "store_return_value".
636         (ppcnbsd_use_struct_convention): Delete function.
637         * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
638         (ppc_sysv_abi_return_value): Declare.
639         (ppc_sysv_abi_broken_return_value): Declare.
640         (ppc_sysv_abi_use_struct_convention): Delete.
641         (ppc_sysv_abi_store_return_value): Delete.
642         (ppc_sysv_abi_extract_return_value): Delete.
643         (ppc_sysv_abi_broken_store_return_value): Delete.
644         (ppc_sysv_abi_broken_extract_return_value): Delete.
645         (ppc64_sysv_abi_use_struct_convention): Delete.
646         (ppc64_sysv_abi_extract_return_value): Delete.
647         (ppc64_sysv_abi_store_return_value): Delete.
648         * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
649         set "return_value" instead of "extract_return_value",
650         "store_return_value", and "use_struct_convention".
651
652 2003-11-07  Mark Kettenis  <kettenis@gnu.org>
653
654         * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
655
656         * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
657         fscanf.
658
659 2003-11-07  Mark Kettenis  <kettenis@gnu.org>
660
661         * fbsd-proc.c: Fix formatting.
662
663 2003-11-06  Kevin Buettner  <kevinb@redhat.com>
664
665         * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
666         Define.
667         (new_variant): Set name for iacc0_regnum.
668         (frv_register_name): Accommodate pseudo-registers.
669         (frv_register_type): Add case for iacc0_regnum.
670         (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
671         (frv_gdbarch_init): Set number of pseudo registers.  Establish
672         pseudo-register read/write methods.
673
674 2003-11-06  Andrew Cagney  <cagney@redhat.com>
675
676         * valops.c (destructor_name_p): Replace STREQN with strncmp.
677         * top.c (command_line_input): Ditto.
678         * objc-exp.y (yylex): Ditto.
679         * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
680         * jv-exp.y (yylex): Ditto.
681         * f-exp.y (yylex): Ditto.
682         * event-top.c (command_line_handler): Ditto.
683         * environ.c (get_in_environ): Ditto.
684         (set_in_environ): Ditto.
685         * dwarfread.c (handle_producer): Ditto.
686         * dbxread.c (process_one_symbol): Ditto.
687         * c-typeprint.c (c_type_print_base): Ditto.
688         * c-exp.y (yylex): Ditto.
689
690 2003-11-06  Andrew Cagney  <cagney@redhat.com>
691             Jeff Johnston  <jjohnstn@redhat.com>
692
693         * target.c (add_target): Only set "to_xfer_partial" when NULL.
694         (init_dummy_target): Set "to_xfer_partial".
695
696 2003-11-06  Andrew Cagney  <cagney@redhat.com>
697
698         * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
699         REGISTER_CONVENTION.
700
701 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
702
703         * breakpoint.c (insert_bp_location, allocate_bp_location): Make
704         static.
705
706 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
707
708         * breakpoint.c (remove_breakpoint): Take an bp_location
709         instead of a breakpoint argument.  Check the bp_location's type.
710         Fix a reversed condition for hardware breakpoints.
711
712         (insert_bp_location): Update call to remove_breakpoint.
713         (remove_breakpoints): Likewise.  Use ALL_BP_LOCATIONS.
714         (remove_hw_watchpoints): Likewise.
715         (reattach_breakpoints): Likewise.
716         (detach_breakpoints): Likewise.
717         (delete_breakpoint): Likewise.
718
719 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
720
721         * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
722         (beakpoint_init_inferior): Likewise.
723         (breakpoint_here_p): Likewise.  Only check addresses for software
724         or hardware breakpoints.
725         (breakpoint_inserted_here_p): Likewise.
726         (breakpoint_thread_match): Likewise.  Correct comment.
727         (bpstat_have_active_hw_watchpoints): Likewise.
728         (check_duplicates): Likewise.
729
730 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
731
732         * breakpoints.c (insert_bp_location): New function, broken out
733         from insert_breakpoints.  Work on an bp_location instead of a
734         breakpoint.
735         (insert_breakpoints): Use it.
736
737 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
738
739         * breakpoint.h (struct bp_location): Add section.
740         (struct breakpoint): Remove section.
741         * breakpoint.c (insert_breakpoints, remove_breakpoint)
742         (breakpoint_here_p, breakpoint_inserted_here_p)
743         (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
744         (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
745         (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
746         section through loc.
747
748 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
749
750         * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
751         instead of ALL_BREAKPOINTS.  Check for software breakpoints only.
752
753 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
754
755         * breakpoint.c (allocate_bp_location): Take bpt and bp_type
756         arguments.  Initialize owner and type for the new breakpoint
757         location item.
758         (set_raw_breakpoint): Update call to allocate_bp_location.
759
760 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
761
762         * breakpoint.h (struct bp_location): Add a chain pointer.
763         * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
764         macros.
765         (bp_location_chain): New variable.
766         (allocate_bp_location): New function.
767         (set_raw_breakpoint): Use it.
768         (delete_breakpoint): Remove ->loc from the bp_location_chain.
769
770 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
771
772         * breakpoint.h (enum bp_loc_type, struct bp_location): New.
773         (struct breakpoint): Remove address, shadow_contents, inserted,
774         requested_address, and duplicate.  Add a struct bp_location.
775         * breakpoint.c (condition_command, read_memory_nobpt)
776         (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
777         (reattach_breakpoints, update_breakpoints_after_exec)
778         (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
779         (breakpoint_init_inferior, breakpoint_here_p)
780         (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
781         (breakpoint_thread_match, bpstat_stop_status)
782         (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
783         (describe_other_breakpoints, check_duplicates)
784         (make_breakpoint_permanent, create_thread_event_breakpoint)
785         (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
786         (set_longjmp_resume_breakpoint, mention, create_breakpoints)
787         (watch_command_1, print_one_exception_catchpoint)
788         (clear_command, breakpoint_re_set_one): Adjust member accesses to
789         use the breakpoint's ->loc.
790         (set_raw_breakpoint): Likewise.  Initialize ->loc.
791         (delete_breakpoint): Likewise.  Free ->loc.
792
793 2003-11-05  Andrew Cagney  <cagney@redhat.com>
794
795         * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
796         macro.
797         * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
798         * config/i386/tm-cygwin.h
799         (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
800         * config/powerpc/tm-linux.h
801         (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
802         (at_subroutine_call_instruction_target): Delete declaration.
803         * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
804         * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
805         * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
806
807         * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
808         "struct bfd_section" and "struct bfd".
809         * target.h (struct section_table): Ditto.
810         * rs6000-nat.c (xcoff_relocate_core): Ditto.
811         * solib-svr4.c (elf_locate_base): Ditto.
812         * pa64solib.c (dld_cache_t): Ditto.
813         * objfiles.h (struct obj_section): Ditto.
814         * objfiles.c (add_to_objfile_sections): Ditto.
815         * exec.c (bfdsec_to_vmap): Ditto.
816         (add_to_section_table): Ditto.
817         (build_section_table): Ditto.
818         * corelow.c (get_core_register_section): Ditto.
819         * coffread.c (find_linenos): Ditto.
820         * elfread.c (elf_interpreter): Delete #if0'd function.
821
822         * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
823         * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
824         * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
825         * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
826
827         * arch-utils.h (generic_cannot_extract_struct_value_address):
828         Delete declaration.
829         * wince.c (_initialize_wince): Fix multi-line string.
830         * ia64-tdep.c (floatformat_valid): Convert to ISO C.
831
832 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
833
834         * top.c (execute_command): Fix broken logic for command execution
835         while inferior is running in async mode.
836
837 2003-11-06  Mark Kettenis  <kettenis@gnu.org>
838
839         * dwarf2-frame.c (execute_cfa_program): Mark register as
840         REG_SAVED_REG for DW_CFA_register opcode.
841
842 2003-11-05  Mark Kettenis  <kettenis@gnu.org>
843
844         * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
845         %rsp, %rip and %eflags to match ABI-change.
846
847 2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>
848
849         * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
850         (ia64_gdbarch_init): Don't bother calculating the os.  
851         Instead use the gdbarch_info struct and look at the osabi field.  
852         Also use gdbarch_list_lookup_by_info() to look for a 
853         candidate gdbarch. 
854
855 2003-11-05  Kevin Buettner  <kevinb@redhat.com>
856
857         * frv-tdep.c (frv_register_byte): Delete.
858         (frv_extract_return_value, frv_store_return_value)
859         (frv_extract_struct_value_address): Don't call frv_register_byte().
860         Convert to non-deprecated form.
861         (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
862         Convert calls to set_gdbarch_deprecated_extract_return_value(),
863         set_gdbarch_deprecated_store_return_value(), and
864         set_gdbarch_deprecated_extract_struct_value_address() into
865         non-deprecated forms.
866
867 2003-11-05  Andrew Cagney  <cagney@redhat.com>
868
869         * mips-tdep.c (mips_dump_tdep): Do not print
870         PRINT_EXTRA_FRAME_INFO.
871         * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
872         Rename PRINT_EXTRA_FRAME_INFO.
873         * mips-tdep.c (mips_print_extra_frame_info): Delete function.
874         * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
875         (mips_print_extra_frame_info): Delete declaration.
876         * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
877
878 2003-11-05 Elena Zannoni  <ezannoni@redhat.com>
879
880         * coffread.c (coff_symtab_read): Remove passing of info parameter
881         to prim_record_minimal_symbol_and_info.
882
883 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
884
885         * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
886         (decode_base_type): Delete ifdeffed out code.
887
888 2003-11-04  Andrew Cagney  <cagney@redhat.com>
889
890         * symtab.c (find_active_alias): Delete function.
891         (lookup_block_symbol): Delete alias code.
892         * stabsread.c (resolve_live_range): Delete function.
893         (add_live_range): Delete function.
894         (resolve_symbol_reference): Delete function.
895         (define_symbol): Delete live range and alias code.
896         (scan_file_globals): Delete alias code.
897         * symtab.h (SYMBOL_RANGES): Delete macro.
898         (struct range_list): Delete structure.
899         (struct symbol): Delete field "ranges".
900         (SYMBOL_ALIASES): Delete macro.
901         (struct alias_list): Delete structure.
902         (struct symbol): Delete field "aliases".
903
904 2003-11-04  Michael Snyder  <msnyder@redhat.com>
905
906         * MAINTAINERS: Remove myself as owner of breakpoints and 
907         of sparc/solaris.
908
909 2003-11-03  Corinna Vinschen  <vinschen@redhat.com>
910
911         * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
912         (sh_sh4al_dsp_register_name): Ditto.
913         (sh4_nofpu_show_regs): Ditto.
914         (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
915         bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
916
917 2003-11-03  Andrew Cagney  <cagney@redhat.com>
918
919         * bcache.c: Include "gdb_assert.h".
920         (struct bcache): Add fields "expand_count" and
921         "expand_hash_count".
922         (expand_hash_table): Update the expand counts.
923         (print_bcache_statistics): Use XCALLOC, not alloca.  Print stats
924         on object sizes and hashes.
925         * Makefile.in (bcache.o): Update dependencies.
926
927 2003-11-03  Andrew Cagney  <cagney@redhat.com>
928
929         * exec.c (xfer_memory): Eliminate xfer_fn.
930
931 2003-10-31  Kevin Buettner  <kevinb@redhat.com>
932
933         * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
934         (opcodes/frv-desc.h): Include.
935         (iacc0h_regnum, iacc0l_regnum): Define.
936         (last_spr_regnum, frv_num_regs): Update.
937         (new_variant): Don't supply default names for holes in the SPRs.
938         Supply names for iacc0h_regnum and iacc0l_regnum.
939         (frv_register_type): Use symbolic constants first_fpr_regnum and
940         last_fpr_regnum instead of hardcoded constants 64 and 127.  Use
941         builtin_type_int instead of builtin_type_int32.
942         (frv_register_sim_regno): New function.
943         (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
944         * Makefile.in (gdb_sim_frv_h): Define.
945         (frv-tdep.o): Update dependencies.
946
947 2003-10-31  Andrew Cagney  <cagney@redhat.com>
948
949         * avr-tdep.c (avr_frame_this_id): Do not call
950         deprecated_inside_entry_file.
951         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
952         * m32r-tdep.c (m32r_frame_this_id): Ditto.
953         * d10v-tdep.c (d10v_frame_this_id): Ditto.
954         * arm-tdep.c (arm_prologue_this_id): Ditto.
955         * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
956
957 2003-10-31  Jim Blandy  <jimb@redhat.com>
958
959         * elfread.c (elf_symtab_read): Allocate correct number of tail
960         elements to sectinfo structure.  (Fix from Woody LaRue.)
961
962 2003-10-31  Andrew Cagney  <cagney@redhat.com>
963
964         * stack.c (return_command): Use get_frame_type, instead of
965         CALL_DUMMY_HAS_COMPLETED.
966         * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
967         * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
968
969 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
970
971         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
972         explicitly specify size of array.
973         (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
974         TDEP->sc_num_regs.
975
976 2003-10-31  Andrew Cagney  <cagney@redhat.com>
977
978         * s390-tdep.c (s390_cannot_extract_struct_value_address): New
979         function.
980         (s390_gdbarch_init): Set extract_struct_value_address.
981         * arch-utils.c (generic_cannot_extract_struct_value_address):
982         Delete function.
983         * arch-utils.h (generic_cannot_extract_struct_value_address):
984         Delete definition.
985
986 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
987
988         * i386-linux-nat.c (fetch_core_registers): Remove.
989         (linux_elf_core_fns): Remove.
990         (_initialize_i386_linux_nat): Remove.
991
992 2003-10-31  Andrew Cagney  <cagney@redhat.com>
993
994         * solib-svr4.c: Update copyright.  Include "bfd-target.h" and
995         "exec.h".
996         (exec_entry_point): New function.
997         (enable_break): Create a "tmp_bfd_target", use that and
998         entry_point_address when computing the relocation offset.
999         (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1000         * Makefile.in (solib-svr4.o): Update dependencies.
1001
1002 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1003
1004         * defs.h (XZALLOC): Define.
1005         * target.h (struct target_ops): Add "to_data";
1006         * bfd-target.h, bfd-target.c: New files.
1007         * Makefile.in (SFILES): Add "bfd-target.c".
1008         (COMMON_OBS): Add "bfd-target.o".
1009         (bfd-target.o): Specify dependencies.
1010         (bfd_target_h): Define.
1011         * defs.h (XZALLOC): Define.
1012
1013 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1014
1015         * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1016         adjust_breakpoint_address.
1017         * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1018         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1019         * ppc-sysv-tdep.c: Include "target.h".  Update copyright.
1020         (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1021
1022 2003-10-31  Andrew Cagney  <cagney@redhat.com>
1023
1024         * target.h (struct target_ops): Replace "to_read_partial" and
1025         "to_write_partial" with "to_xfer_partial".  Update comments.
1026         * target.c (debug_to_write_partial): Delete function.
1027         (debug_to_xfer_partial): Replace debug_to_read_partial.
1028         (add_target, update_current_target, setup_target_debug): Set
1029         "to_xfer_partial" instead of "to_read_partial" and
1030         "to_write_partial".
1031         (default_xfer_partial): Replace "default_write_partial".
1032         (default_read_partial): Delete.
1033         (target_read_partial, target_write_partial): Call
1034         "to_xfer_partial".
1035         * remote.c (init_remote_ops): Set "to_xfer_partial".
1036         (init_remote_async_ops): Ditto.
1037         (remote_xfer_partial): Replace "remote_read_partial".
1038
1039 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
1040
1041         * i386-tdep.c (i386_supply_fpregset): Support floating-point
1042         registers in `fxsave' format.
1043         (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1044
1045 2003-10-30  Mark Kettenis  <kettenis@gnu.org>
1046
1047         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1048         (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1049         TDEP->gregset_num_regs and tdep->sizeof_gregset.
1050
1051         * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1052         specify size of array.
1053         (i386_linux_init_abi): Remove initialization of
1054         TDEP->num_xmm_regs.  Use I386_LINUX_NUM_REGS for number of
1055         registers.  Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1056
1057         * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1058         * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1059         core-regset.o.
1060
1061         * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1062         the ELF header.
1063
1064 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
1065
1066         * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1067         * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1068         core-regset.o.
1069
1070         * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1071
1072         * corelow.c: Include "arch-utils.h", "regset.h" and
1073         "gdb_assert.h".
1074         (core_gdbarch): New variable.
1075         (sniff_core_bfd): Don't sniff if we have support for register sets
1076         in CORE_GDBARCH.
1077         (core_close): Reset CORE_GDBARCH.
1078         (core_open): Initialize CORE_GDBARCH.
1079         (get_core_register_section): Use register sets if they are
1080         supported by CORE_GDBARCH.
1081         (get_core_registers): Don't print error message if we have support
1082         for register sets in CORE_GDBARCH.
1083
1084 2003-10-29  Andrew Cagney  <cagney@redhat.com>
1085
1086         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1087         default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1088
1089 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
1090
1091         * objfiles.h (clear_objfile_data): New prototype.
1092         * objfiles.c (clear_objfile_data): New function.
1093         * symfile.c (reread_symbols): Clear per-objfile data.
1094
1095 2003-10-28  Jeff Johnston  <jjohnstn@redhat.com>
1096  
1097         * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1098         printf_unfiltered instead of printf_filtered for output messages.
1099         (add_symbol_file_command): Ditto.
1100         (reread_symbols): Ditto.
1101         (overlay_auto_command): Ditto.
1102         (overlay_manual_command): Ditto.
1103         (overlay_off_command): Ditto.
1104
1105 2003-10-27  Mark Kettenis  <kettenis@gnu.org>
1106
1107         * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1108         (gdbarch_from_bfd): New function.
1109         (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1110         deprecated_select_gdbarch_hack.
1111         * arch-utils.h (gdbarch_from_bfd): New prototype.
1112
1113 2003-10-27  Andrew Cagney  <cagney@redhat.com>
1114
1115         * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1116         arch_info.  Use warning instead of fprintf_filtered.  Do not use
1117         deprecated bfd_printable_arch_mach.
1118
1119 2003-10-26  Kevin Buettner  <kevinb@redhat.com>
1120
1121         * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1122         Delete.
1123         (frv_register_type): Rename from frv_register_virtual_type.  Add
1124         ``struct gdbarch *'' parameter.
1125         (frv_gdbarch_init): Delete calls to the following functions:
1126         set_gdbarch_deprecated_size(),
1127         set_gdbarch_deprecated_register_bytes(),
1128         set_gdbarch_deprecated_register_raw_size(),
1129         set_gdbarch_deprecated_max_register_raw_size(),
1130         set_gdbarch_deprecated_register_virtual_size(),
1131         set_gdbarch_deprecated_max_register_virtual_size(),
1132         set_gdbarch_deprecated_register_virtual_size(),
1133         set_gdbarch_deprecated_register_virtual_type().
1134         Add call to function set_gdbarch_register_type().
1135
1136 2003-10-26  Mark Kettenis  <kettenis@gnu.org>
1137
1138         * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1139         FDOFF_REGNUM): Remove defines.
1140         * win32-nat.c (do_child_fetch_inferior_registers): Include
1141         "i387-tdep.h".
1142         (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1143         I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM.  Define and
1144         undefine I387_ST0_REGNUM.
1145
1146         * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1147         * x86-64-tdep.c (x86_64_store_return_value): Use
1148         I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1149
1150         Change register numbers to enumartion values.
1151         * i386-tdep.h (enum i386_regnum): New.
1152         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1153         I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1154         I386_ST0_REGNUM): Remove defines.
1155         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1156         I386_EDI_REGNUM): Remove defines.
1157
1158 2003-10-24  Andrew Cagney  <cagney@redhat.com>
1159
1160         * target.c: Include "gdbcore.h".
1161         (get_target_memory, get_target_memory_unsigned): New functions.
1162         * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1163         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1164         Use get_target_memory_unsigned.
1165         * Makefile.in (target.o): Update dependencies.
1166
1167 2003-10-24  Andrew Cagney  <cagney@redhat.com>
1168
1169         * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1170         * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1171         * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1172         * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1173         * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1174
1175         * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1176         (can_run_code_for): Use the OO term "singleton".
1177
1178 2003-10-23  Andrew Cagney  <cagney@redhat.com>
1179
1180         * Makefile.in (stack.o): Add $(regcache_h).
1181         * stack.c: Include "regcache.h"
1182         (return_command): Rewrite.  Use get_frame_id and
1183         get_selected_frame.  Eliminate "deprecated_selected_frame".  Warn
1184         about unhandled return-values.
1185         * value.h (set_return_value): Delete declaration.
1186         * values.c (set_return_value): Delete function.
1187
1188 2003-10-23  Jeff Johnston  <jjohnstn@redhat.com>
1189
1190         * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1191         (pseudo_regs): Add comment regarding register stack registers.
1192         (ia64_alloc_frame_cache):  Initialize new prev_cfm field to 0.
1193         (floatformat_valid): New static routine.
1194         (floatformat_ia64_ext): Add name field and set up is_valid routine
1195         to floatformat_valid().
1196         (examine_prologue):  For the previous cfm, use
1197         frame_unwind_register()
1198         if the cfm is not stored in a register-stack register.  Save the
1199         previous cfm value in the prev_cfm field.  Add debug output.
1200         (ia64_frame_this_id): Use frame_id_build_special() to also register
1201         the bsp.  Add debug output.
1202         (ia64_sigtramp_frame_this_id): Ditto.
1203         (ia64_frame_prev_register):  Look at cache saved_regs for a few more
1204         registers and also add some checks for framelessness before accepting
1205         current register values for fields such as return address.  For cfm,
1206         use the cached prev_cfm field if available.  Add comment to explain
1207         PSR logic.  Add debug output.
1208         (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1209         as part of initialization.
1210         (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1211         calculated.  Cache the bsp and cfm values.
1212         (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1213         instead of using ia64_frame_prev_register() which doesn't expect most
1214         registers to be saved.  The saved values for bsp and sp
1215         can be taken from the cache.  Add debug output.
1216         (ia64_push_dummy_call): Use frame_id_build_special() to also register
1217         the bsp.
1218
1219 2003-10-23  Jim Blandy  <jimb@redhat.com>
1220
1221         * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1222         architecture the current arch can run code for --- but not if it's
1223         a superset.
1224         (can_run_code_for): New function.
1225
1226 2003-10-22  James E Wilson  <wilson@specifixinc.com>
1227
1228         * MAINTAINERS: Move myself from paper trail section back to write
1229         after approval section.
1230
1231 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1232
1233         * exec.h: New file.
1234         * win32-nat.c: Include "exec.h".
1235         * solib.c: Include "exec.h".
1236         * target.h (build_section_table): Delete declaration.
1237         * somsolib.c: Include "exec.h".
1238         (exec_ops): Delete extern declaration.
1239         * rs6000-nat.c: Update copyright.  Include "exec.h".
1240         (exec_ops): Delete extern declaration.
1241         * pa64solib.c: Update copyright.  Include "exec.h".
1242         (exec_ops): Delete extern declaration.
1243         * exec.c: Update copyright.  Include "exec.h".
1244         * corelow.c: Update dependencies.  Include "exec.h".
1245         * Makefile.in (exec_h): Define.
1246         (exec.o, somsolib.o): Update dependencies.
1247         (pa64solib.o, corelow.o): Update dependencies.
1248
1249 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1250
1251         * target.c: Include "gdb_assert.h" (target_read): Call
1252         "target_read_partial", not "target_write_partial".
1253         (default_read_partial, default_write_partial): New function.
1254         (target_read_partial, target_write_partial): Simplify, assume that
1255         there is always a read/write method.
1256         (update_current_target, add_target): Always set "to_read_partial"
1257         and "to_write_partial".
1258         (target_write, target_read): Fail on a zero byte transfer.
1259         * Makefile.in (target.o): Update dependencies.
1260         * target.h: Update copyright date.
1261         (target_object): Fix typo.
1262
1263 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1264
1265         * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1266         multi-arch method, add "targ" parameter.
1267         (struct target_ops): Declare.   
1268         * gdbarch.h, gdbarch.c: Re-generate.
1269         * Makefile.in (c-valprint.o): Update dependencies.
1270         * arch-utils.h: Update copyright.
1271         (convert_from_func_ptr_addr_identity): Declare.
1272         * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1273         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1274         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1275         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1276         * infcall.c (find_function_addr, call_function_by_hand): Update.
1277         * c-valprint.c: Include "target.h".
1278         (print_function_pointer_address): Update.
1279
1280 2003-10-22  Andrew Cagney  <cagney@redhat.com>
1281
1282         * target.c (target_close): New function.
1283         (debug_to_close): Use "target_close".
1284         (push_target): Use "target_close".
1285         (unpush_target): Use "target_close".
1286         (pop_target): Use "target_close".
1287         * target.h (struct target_ops): Add "to_xclose".
1288         (target_open): Delete macro.  Move comment to "to_open".
1289         (target_close): Replace macro with function that takes a target.
1290         * top.c (quit_target): Pass "current_target" to "target_close".
1291
1292 2003-10-21  Elena Zannoni  <ezannoni@redhat.com>
1293
1294         * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1295         Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1296         * symtab.h (lookup_minimal_symbol_text): Update.
1297         * breakpoint.c (create_overlay_event_breakpoint,
1298         create_longjmp_breakpoint): Update callers.
1299         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1300         * symtab.c (find_pc_sect_line): Ditto.
1301
1302 2003-10-21  Andrew Cagney  <cagney@redhat.com>
1303
1304         * target.c (errno): Delete extern declaration.
1305
1306 2003-10-20  Jeff Johnston  <jjohnstn@redhat.com>
1307
1308         * ia64-tdep.c: Change all occurrences of
1309         DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1310         (ia64_frame_prev_register): Minor whitespace change.
1311
1312 2003-10-20  Michael Chastain  <mec@shout.net>
1313
1314         * config/djgpp/fnchange.lst: Add lines for:
1315         sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1316         sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1317         sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1318         sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1319         sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1320         sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1321         sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1322
1323 2003-10-20  Andrew Cagney  <cagney@redhat.com>
1324
1325         * values.c (register_value_being_returned): Update comments.  Use
1326         "gdbarch_return_value" when available.
1327         (using_struct_return): Ditto.
1328         (set_return_value): Ditto.  Use "gdbarch_return_value" when
1329         available..  Print a warning, and not an error, when an unhandled
1330         return type is encountered.
1331         * infcmd.c: Include "gdb_assert.h".
1332         (print_return_value): When gdbarch_return_value_p, and using
1333         struct return, assume that the value is not available.
1334         * defs.h (return_value_convention): Define.
1335         * gdbarch.sh (gdbarch_return_value): New predicate method.
1336         * gdbarch.h, gdbarch.c: Re-generate
1337         * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1338
1339 2003-10-20  Andrew Cagney  <cagney@redhat.com>
1340
1341         * symtab.c: Replace "struct sec" with "struct bfd_section".
1342         * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1343
1344 2003-10-19  Michael Chastain  <mec@shout.net>
1345
1346         * config/djgpp/fnchange.lst: Add lines for:
1347         gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1348         gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1349         gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1350
1351 2003-10-19  Mark Kettenis  <kettenis@gnu.org>
1352
1353         * amd64fbsd-nat.c (fetch_inferior_registers,
1354         store_inferior_registers): Remove functions.
1355         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1356
1357 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
1358
1359         Add NetBSD/amd64 native configuration:
1360         * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1361         * amd64nbsd-tdep.c: New file.
1362         * amd64nbsd-nat.c: New file.
1363         * amd64bsd-nat.c: New file.
1364         * config/i386/nbsd64.mh: New file.
1365         * config/i386/nbsd64.mt: New file.
1366         * configure.host: Add x86_64-*-netbsd*.
1367         * configure.tgt: Add x86_64-*-netbsd*.
1368         * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1369         New targets.
1370         * NEWS (New native configurations): Mention NetBSD/amd64.
1371
1372 2003-10-17  Michael Chastain  <mec@shout.net>
1373
1374         * config/djgpp/fnchange.lst: Remove dead lines for:
1375         bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1376         bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1377         bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1378         gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1379         gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1380         gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1381         gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1382         gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1383         gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1384         gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1385         gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1386         gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1387         gdb/config/sparc/tm-sparclite.h,
1388         gdb/gdbtk/generic/ChangeLog-2001,
1389         gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1390         gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1391         gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1392         gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1393         gdb/testsuite/gdb.mi/mi0-var-block.exp,
1394         gdb/testsuite/gdb.mi/mi0-var-child.exp,
1395         gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1396         gdb/testsuite/gdb.mi/mi0-var-display.exp,
1397         itcl/iwidgets3.0.0/demos/extfileselectionbox,
1398         itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1399         itcl/iwidgets3.0.0/demos/fileselectionbox,
1400         itcl/iwidgets3.0.0/demos/fileselectiondialog,
1401         itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1402         itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1403         itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1404         itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1405         itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1406         itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1407         itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1408         itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1409         itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1410         itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1411         itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1412         itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1413         itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1414         itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1415         itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1416         itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1417         itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1418         itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1419         itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1420         itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1421         itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1422         itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1423         itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1424         itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1425         itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1426         itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1427         itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1428         itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1429         itcl/iwidgets3.0.0/demos/html/shell.n.html,
1430         itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1431         itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1432         itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1433         itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1434         itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1435         itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1436         itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1437         itcl/iwidgets3.0.0/demos/scrolledcanvas,
1438         itcl/iwidgets3.0.0/demos/scrolledframe,
1439         itcl/iwidgets3.0.0/demos/scrolledhtml,
1440         itcl/iwidgets3.0.0/demos/scrolledlistbox,
1441         itcl/iwidgets3.0.0/demos/scrolledtext,
1442         itcl/iwidgets3.0.0/demos/selectionbox,
1443         itcl/iwidgets3.0.0/demos/selectiondialog,
1444         itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1445         itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1446         itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1447         itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1448         itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1449         itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1450         itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1451         itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1452         itcl/iwidgets3.0.0/doc/scrolledframe.n,
1453         itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1454         itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1455         itcl/iwidgets3.0.0/doc/scrolledtext.n,
1456         itcl/iwidgets3.0.0/doc/selectionbox.n,
1457         itcl/iwidgets3.0.0/doc/selectiondialog.n,
1458         itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1459         itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1460         itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1461         itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1462         itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1463         itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1464         itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1465         itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1466         itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1467         itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1468         itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1469         itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1470         itcl/iwidgets3.0.0/generic/selectionbox.itk,
1471         itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1472         itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1473         itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1474         itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1475         itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1476         itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1477         itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1478         itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1479         itcl/iwidgets3.0.0/tests/scrolledframe.test,
1480         itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1481         itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1482         itcl/iwidgets3.0.0/tests/scrolledtext.test,
1483         itcl/iwidgets3.0.0/tests/selectionbox.test,
1484         itcl/iwidgets3.0.0/tests/selectiondialog.test,
1485         itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1486         itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1487         tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1488         tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1489         tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1490         tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1491         tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1492         tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1493         tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1494         tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1495         tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1496         tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1497         tk/mac/tkMacProjects.sit.hqx.
1498
1499 2003-10-17  Andrew Cagney  <cagney@redhat.com>
1500
1501         * target.c (target_section_by_addr): New function.
1502         (do_xfer_memory): Use "target_section_by_addr".
1503         * target.h (target_section_by_addr): Declare.
1504
1505         * target.h (struct target_ops): Add "to_read_partial" and
1506         "to_write_partial", delete "to_query".
1507         (target_read_partial, target_write_partial): Declare.
1508         (target_read, target_write): Declare.
1509         (target_query): Delete macro.
1510         * target.c (target_read_partial): New function.
1511         (target_write_partial, target_read, target_write): New function.
1512         (update_current_target): Delete inheritance of "to_query".  Add
1513         comments about "to_read_partial" and "to_write_partial".
1514         (debug_to_partial_read, debug_to_partial_write): New functions.
1515         (debug_to_query): Delete function.
1516         (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1517         instead of "to_query".
1518         * remote.c (remote_read_partial): Replace "remote_query".
1519         (init_remote_ops): Set "to_read_partial" instead of "to_query".
1520         (init_remote_async_ops): Ditto.
1521         * kod.c (gdb_kod_query): Make "bufsize" a LONGEST.  Use
1522         "target_read_partial" instead of "target_query".
1523         * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1524         Use "target_read_partial" instead of "target_query".
1525
1526 2003-10-17  Jeff Johnston  <jjohnstn@redhat.com>
1527
1528         * frame.h (struct frame_id): Add new field: special_addr.
1529         (frame_id_build_special): New prototype.
1530         * frame.c (frame_id_build_special): New function.
1531         (frame_id_build): Change to call frame_id_build_special().
1532         (frame_id_eq): Change to also test special_addr field. 
1533         (frame_id_inner): Update comment. 
1534
1535 2003-10-17  Andrew Cagney  <cagney@redhat.com>
1536
1537         * target.c (update_current_target): Perform the target cleanup.
1538         Put the target stack beneath the squashed "current_target".
1539         (add_target): Delete disabled call to "cleanup_target".
1540         (cleanup_target): Delete function.
1541         (push_target, unpush_target): Do not call "cleanup_target".
1542
1543 2003-10-17  Andrew Cagney  <cagney@redhat.com>
1544
1545         * target.c (target_stack): Change to a static target_ops.
1546         (update_current_target): Walk the "struct target_ops" stack.
1547         (pop_target, do_xfer_memory, target_info): Ditto.
1548         (find_target_beneath): Ditto.
1549         (push_target): Rewrite to use the "struct target_ops" stack.
1550         (unpush_target): Ditto.
1551         * target.h (struct target_stack_item): Delete definition.
1552         (target_stack): Delete declaration.
1553         (struct target_ops): Add field "beneath".
1554
1555 2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
1556
1557         * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1558         declaration.
1559         * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1560         (h8300_examine_prologue): Use h8300_normal_mode flag
1561         (h8300_gdbarch_init): Set architecture info for normal mode
1562
1563 2003-10-16  Daniel Jacobowitz  <drow@mvista.com>
1564
1565         * remote.c (remote_protocol_vcont): New variable.
1566         (set_remote_protocol_vcont_packet_cmd): New function.
1567         (show_remote_protocol_vcont_packet_cmd): New function.
1568         (init_all_packet_configs): Handle remote_protocol_vcont.
1569         (remote_vcont_probe): New function.
1570         (remote_vcont_resume): New function.
1571         (remote_resume): Use it.
1572         (remote_async_resume): Call remote_resume.
1573         (_initialize_remote): Add verbose-resume packet commands.
1574
1575 2003-10-16  Andrew Cagney  <cagney@redhat.com>
1576
1577         * infrun.c (handle_inferior_event): Add comment about
1578         "frame_id_inner" being too weak.
1579
1580 2003-10-16  Elena Zannoni  <ezannoni@redhat.com>
1581
1582         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1583         second parameter, which is always null. Remove
1584         SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1585         * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1586         accordingly.
1587         * somsolib.c (som_solib_create_inferior_hook,
1588         som_solib_desire_dynamic_linker_symbols): Update callers.
1589         * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1590
1591 2003-10-16  Kei Sakamoto  <sakamoto.kei@renesas.com>
1592
1593         * remote-m32r-sdi.c : New file, interface to m32r on-chip
1594         debug interface, SDI (Scalable Debug Interface).
1595         * NEWS: Mention m32r SDI protocol was supported.
1596         * Makefile.in (remote-m32r-sdi.o): Add build rule.
1597         * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1598
1599 2003-10-15  Jeff Johnston  <jjohnstn@redhat.com>
1600
1601         * ia64-linux-tdep.c: Include gdbcore.h.
1602         (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1603         (ia64_linux_sigcontext_register_addr): Find the address of the
1604         sigcontext area stored in the sigframe instead of using
1605         a magic offset constant. 
1606
1607 2003-10-15  Andrew Cagney  <cagney@redhat.com>
1608
1609         * remote.c (remote_search): Delete function.
1610         * target.h (target_search): Delete disabled macro.
1611         (struct target_ops): Delete disabled field "to_search".
1612
1613 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
1614
1615         * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1616         instead of deprecated_inside_entry_file().
1617
1618 2003-10-14  Corinna Vinschen  <vinschen@redhat.com>
1619
1620         * sh-tdep.c: Fix copy/paste hangover in comment.
1621         (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1622         mode.
1623         (sh3e_sh4_extract_return_value): Ditto.
1624
1625 2003-10-13  Richard Henderson  <rth@redhat.com>
1626
1627         * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1628         * f-valprint.c (f_val_print): Likewise.  Tweak TYPE_CODE_PTR to
1629         match c_val_print a bit closer.
1630
1631 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
1632
1633         * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1634         (frv_gdbarch_adjust_breakpoint_address): New function.
1635         (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1636         method.
1637
1638 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
1639
1640         * breakpoint.h (struct breakpoint): Add new member
1641         ``requested_address''.
1642         * breakpoint.c (breakpoint_adjustment_warning)
1643         (adjust_breakpoint_address): New static functions.
1644         (print_it_typical): Issue warning if breakpoint's address is different
1645         from its requested address.
1646         (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1647         (breakpoint_re_set_one):  Set breakpoint's
1648         ``requested_address'' field.  Set ``address'' field to the
1649         result of calling adjust_breakpoint_address() on the requested
1650         address.
1651
1652 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
1653
1654         * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1655         * gdbarch.h, gdbarch.c: Regenerate.
1656
1657 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
1658
1659         * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1660         TDEP->sc_num_regs.
1661
1662         * i386fbsd-tdep.c: New file.
1663         (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1664         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1665         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1666         i386bsd-tdep.c.
1667         (_initialize_i386fbsd_tdep): New function.
1668         (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1669         (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1670         TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1671         TDEP->sizeof_fpregset.  Use ARRAY_SIZE to initialize
1672         TDEP->sc_num_regs.
1673         (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1674         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
1675         to initialize TDEP->sc_num_regs.
1676         * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1677         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1678         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1679         (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1680         FreeBSD ELF OS/ABI's here.
1681         * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1682         (i386fbsd-tdep.o): New target.
1683         * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1684         * config/i386/fbsd64.mt (TDEPFILES):  Add i386fbsd-tdep.o.
1685
1686         * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1687         (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1688         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
1689         in initialization of TDEP->sc_num_regs.
1690
1691         * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1692         (x86_64_init_abi): Initialize regset_from_core_section if
1693         appropriate.
1694
1695         * i386-tdep.c (i386_regset_from_core_section): New function.
1696         (i386_gdbarch_init): Initialize regset_from_core_section if
1697         appropriate.
1698         * i386-tdep.h (i386_regset_from_core_section): New declaration.
1699
1700         * i386-tdep.h (struct regset): Declare opaque.
1701
1702         * gdbarch.sh (regset_from_core_section): New method.
1703         (struct regset): Declare opaque.
1704         * gdbarch.c, gdbarch.h: Regenerated.
1705
1706 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
1707
1708         * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1709         _cooked_size and vma;  Use bfd_section_size and bfd_get_section_vma.
1710         Correct test for pc within section.
1711
1712 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
1713
1714         * gdbarch.sh: Remove trailing whitepsace from comments.
1715
1716 2003-10-08  Roland McGrath  <roland@redhat.com>
1717
1718         * gcore.c (make_mem_sec): Function removed, folded into ...
1719         (gcore_create_callback): ... here.  To omit a section, clear its
1720         SEC_LOAD bit rather than zeroing its size.
1721         Omit read-only sections only if they correspond to a known disk file.
1722         (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1723
1724 2003-10-10  Michael Snyder  <msnyder@redhat.com>
1725
1726         * d10v-tdep.c: Fix typo in comment.
1727
1728 2003-10-10  Andrew Cagney  <cagney@redhat.com>
1729
1730         * rs6000-tdep.c (e500_store_return_value): Delete function.
1731         (e500_extract_return_value): Delete function.
1732         (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1733         "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1734         "ppc_sysv_abi_restore_return_value" where applicable.
1735         * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1736         (ppc_sysv_abi_extract_return_value): Declare.
1737         (ppc_sysv_abi_broken_store_return_value): Declare.
1738         (ppc_sysv_abi_broken_extract_return_value): Declare.
1739         (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1740         * ppc-sysv-tdep.c (return_value_convention): Move definition to
1741         start of file.
1742         (do_ppc_sysv_return_value): New function.
1743         (ppc_sysv_abi_extract_return_value): New function.
1744         (ppc_sysv_abi_store_return_value): New function.
1745         (ppc_sysv_abi_broken_extract_return_value): New function.
1746         (ppc_sysv_abi_broken_store_return_value): New function.
1747         (ppc_sysv_abi_use_struct_convention): Call
1748         do_ppc_sysv_return_value.
1749
1750 2003-10-10  J. Brobecker  <brobecker@gnat.com>
1751
1752         * blockframe.c (inside_main_func): No longer use symbol_lookup()
1753         to lookup the main function symbol.
1754
1755 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
1756
1757         * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1758         types correctly.
1759         (sh_push_dummy_call_fpu): Fix argument passing rules.
1760         (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1761         float types.
1762         (sh3e_sh4_store_return_value): Ditto.
1763
1764 2003-10-10  Elena Zannoni  <ezannoni@redhat.com>
1765
1766         * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1767         comment.
1768
1769 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
1770
1771         * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1772         more readable code.  Accomodate passing of bitfields.
1773
1774 2003-10-10  Andrew Cagney  <cagney@redhat.com>
1775
1776         * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1777         * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1778         push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1779         * ppc-sysv-tdep.c: Include "gdb_assert.h".
1780         (ppc64_sysv_abi_push_dummy_call): New function.
1781         (ppc64_sysv_abi_broken_push_dummy_call): New function.
1782         * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1783         (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1784
1785 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
1786
1787         * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1788         * README: Ditto.
1789         * d10v-tdep.c: Ditto.
1790         * h8300-tdep.c: Ditto.
1791         * remote-e7000.c: Ditto.
1792         * remote-hms.c: Ditto.
1793         * ser-e7kpc.c: Ditto.
1794         * sh-stub.c: Ditto.
1795         * sh-tdep.c: Ditto.
1796         * sh-tdep.h: Ditto.
1797         * sh3-rom.c: Ditto.
1798         * sh64-tdep.c: Ditto.
1799         * top.c: Ditto.
1800         * wince.c: Ditto.
1801         * config/d10v/d10v.mt: Ditto.
1802         * config/sh/embed.mt: Ditto.
1803         * config/sh/linux.mt: Ditto.
1804         * config/sh/tm-linux.h: Ditto.
1805         * config/sh/tm-sh.h: Ditto.
1806         * config/sh/wince.mt: Ditto.
1807
1808 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1809
1810         * ppc-tdep.h (struct type): Declare opaque.
1811         * x86-64-tdep.h (struct regcache): Declare opaque.
1812         * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1813         coding style.
1814
1815 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1816
1817         Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1818         * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1819         (SOFTWARE_SINGLE_STEP_P): Ditto.
1820         * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1821         * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1822         (SOFTWARE_SINGLE_STEP_P): Ditto.
1823         * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1824         software_single_step to rs6000_software_single_step.
1825
1826 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1827
1828         * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1829
1830 2003-10-09  Michael Snyder  <msnyder@redhat.com>
1831
1832         * frame.h: Fix typo in comment.
1833         * dummy-frame.c: Fix typo in comment.
1834         * d10v-tdep.c: Random whitespace/comment tweaks.
1835
1836 2003-10-09  Elena Zannoni  <ezannoni@redhat.com>
1837
1838         * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1839         (sh_push_dummy_code): Delete function, it's only used for dummy calls
1840         on stack.
1841
1842         Based on input by Stephen Clarke (stephen.clarke@superh.com):
1843         * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1844         in detail.
1845
1846 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
1847
1848         * remote-mips.c (mips_initialize): Remove unneeded call to
1849         get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1850
1851 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
1852
1853         * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1854         a memory pointer.
1855
1856 2003-10-08  Jeff Johnston  <jjohnstn@redhat.com>
1857
1858         * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1859         for any lwp we resume.
1860         (running_callback): Add lwps that have pending status events
1861         against them to be considered running.
1862
1863 2003-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
1864
1865         * m32r-tdep.c : Include "dis-asm.h".
1866         * Makefile.in (m32r-tdep.o): Update dependencies.
1867
1868 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1869
1870         * completer.h (get_gdb_completer_word_break_characters): Delete.
1871         * completer.c: include language.h.
1872         (gdb_completer_word_break_characters): Delete.
1873         (get_gdb_completer_word_break_characters): Delete.
1874         (location_completer): Use the word break characters of the current
1875         language.
1876         (complete_line): Likewise.
1877         (line_completion_function): Likewise.
1878         (skip_quoted_chars): Likewise.
1879         * Makefile.in (completer.o): Add dependency on language.h.
1880         * top.c (init_main): Set the readline word break characters
1881         to GDB's default word break characters.
1882
1883 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1884
1885         * language.h (language_defn): new field, la_word_break_characters.
1886         * language.c (unknown_language_defn): Set new field to
1887         default_word_break_characters.
1888         (auto_language_defn): Likewise.
1889         (local_language_defn): Likewise.
1890         * ada-lang.c (ada_language_defn): Likewise.
1891         * c-lang.c (c_language_defn): Likewise.
1892         (cplus_language_defn): Likewise.
1893         (asm_language_defn): Likewise.
1894         (minimal_language_defn): Likewise.
1895         * f-lang.c (f_language_defn): Likewise.
1896         * jv-lang.c (java_language_defn): Likewise.
1897         * m2-lang.c (m2_language_defn): Likewise.
1898         * objc-lang.c (objc_language_defn): Likewise.
1899         * p-lang.c (pascal_language_defn): Likewise.
1900         * scm-lang.c (scm_language_defn): Likewise.
1901
1902 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1903
1904         * ppc-sysv-tdep.c: Re-indent.
1905
1906 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1907
1908         * language.h (default_word_break_characters): Add prototype.
1909         * language.c (default_word_break_characters): New function.
1910
1911 2003-10-06  Andreas Schwab  <schwab@suse.de>
1912
1913         * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1914         with %eax.
1915
1916 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1917
1918         * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1919         "h8500-tdep.c".
1920         (z8k-tdep.o): Delete custom build rule.
1921
1922 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1923
1924         * Makefile.in: Update all dependencies.
1925
1926         * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1927         No longer list PA as as obsolete candidate.  List m32r as
1928         broken instead of obsolete.
1929
1930         * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1931         * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1932         * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1933         * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1934         * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1935         * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1936         * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1937         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1938         * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1939         * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1940         * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1941         * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1942         * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1943         * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1944         * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1945         * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1946         * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1947         * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1948         * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1949         * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1950         * config/z8k/z8k.mt: Ditto.
1951
1952         * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1953         h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1954         mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1955         i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1956         sparclite were removed.
1957         * configure.host, configure.tgt: Remove corresponding tuples.
1958
1959         * breakpoint.c, breakpoint.h: Remove obsolete code.
1960         * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1961         * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1962         * stabsread.h, xcoffread.c: Ditto.
1963
1964         * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1965         * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1966         * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1967         * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1968
1969 2003-10-06  David Lecomber  <dsl@sources.redhat.com>
1970
1971         * f-valprint.c: Reformatting
1972
1973 2003-10-06  Mark Kettenis  <kettenis@gnu.org>
1974
1975         * x86-64-tdep.c: Remove duplicate comment.
1976
1977         * x86-64-tdep.c (x86_64_store_return_value): Don't use
1978         DEPRECATED_REGISTER_RAW_SIZE.  Use symbolic names for register
1979         names for return values.  This fixes a bug since we looked at %rbx
1980         instead of %rdx.
1981
1982 2003-10-05  Mark Kettenis  <kettenis@gnu.org>
1983
1984         * x86-64-tdep.c: Include "regset.h".
1985
1986         * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1987         gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1988         sizeof_fpregset.
1989         * i386-tdep.c: Include "regset.h".
1990         (i386_supply_gregset): New function.
1991         (i386_supply_fpregset): New function.
1992         (i386_gdbarch_init): Initialze register set-related members of
1993         TDEP.
1994         * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1995         (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1996
1997 2003-10-03  Andrew Cagney  <cagney@redhat.com>
1998
1999         * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2000         set extract_return_value, store_return_value and
2001         use_struct_convention to ppc64_sysv_abi_extract_return_value,
2002         ppc64_sysv_abi_store_return_value and
2003         ppc64_sysv_abi_use_struct_convention.
2004         * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2005         (ppc64_sysv_abi_store_return_value): Declare.
2006         (ppc64_sysv_abi_use_struct_convention): Declare.
2007         * ppc-sysv-tdep.c (enum return_value_convention): Define.
2008         (ppc64_sysv_abi_extract_return_value): New function.
2009         (ppc64_sysv_abi_store_return_value): New function.
2010         (ppc64_sysv_abi_use_struct_convention): New function.
2011         (ppc64_sysv_abi_return_value): New function.
2012
2013 2003-10-03  Andrew Cagney  <cagney@redhat.com>
2014
2015         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2016         convert a descriptor to a function when it's in the ".opd"
2017         section.
2018
2019 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
2020
2021         * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2022         reg_size to keep GCC silent.
2023
2024 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
2025
2026         * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2027         base for DW_EH_PE_textrel encodings.
2028         (read_encoded_value): Add a DW_EH_PE_textrel case.
2029         (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2030         section.
2031
2032 2003-10-03  Mark Kettenis  <kettenis@gnu.org>
2033
2034         * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2035
2036 2003-10-02  Andrew Cagney  <cagney@redhat.com>
2037
2038         * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2039         REGISTER_RAW_SIZE.
2040         * gdbarch.h, gdbarch.c: Re-generate.
2041         * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2042         * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2043         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2044         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2045         * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2046         * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2047         * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2048         * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2049         * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2050         * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2051         * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2052         * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2053         * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2054         * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2055         * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2056         * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2057
2058 2003-10-02  Jim Blandy  <jimb@redhat.com>
2059
2060         * dwarf2read.c (struct die_info): Doc fix.
2061
2062 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
2063
2064         * sh-tdep.c: Running thru gdb_indent.sh.
2065
2066 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
2067
2068         * sh-tdep.c (sh_justify_value_in_reg): New function.
2069         (sh_stack_allocsize): Ditto.
2070         (flt_argreg_array): New array used for floating point argument
2071         passing.
2072         (sh_init_flt_argreg): New function.
2073         (sh_next_flt_argreg): Ditto.
2074         (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2075         "pass_on_stack". Use new helper functions.  Accomodate Renesas ABI.
2076         Fix argument passing strategy.
2077         (sh_push_dummy_call_nofpu): Ditto.
2078
2079 2003-10-01  Andrew Cagney  <cagney@redhat.com>
2080
2081         * value.h (register_value_being_returned): Declare.  Replace
2082         "value_being_returned".
2083         * infcall.c (call_function_by_hand): Use
2084         register_value_being_returned.
2085         * infcmd.c (print_return_value): Call
2086         "register_value_being_returned", handle struct return locally.
2087         * values.c (register_value_being_returned): New function.  Replace
2088         "value_being_returned".
2089
2090 2003-09-30  Elena Zannoni  <ezannoni@redhat.com>
2091
2092         * linux-proc.c (linux_do_registers): New function.
2093         (linux_make_note_section): Use linux_do_registers in case of
2094         single threaded inferior programs.
2095
2096 2003-10-01  Andrew Cagney  <cagney@redhat.com>
2097
2098         * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2099         use STRUCT_ADDR.  When not using "struct return convention", pass
2100         "0" to "value_being_returned".  Add FIXMEs.
2101         * infcmd.c (print_return_value): Pass an explicit 0/1 to
2102         value_being_returned.  Add comments.
2103         * values.c (value_being_returned): Add fixme.
2104         * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2105         (hppa_value_returned_from_stack): Add FIXME.
2106
2107 2003-09-30  David Carlton  <carlton@kealia.com>
2108
2109         * dwarf2read.c (struct die_info): Add 'parent' field; replace
2110         'has_children' and 'next' by 'child' and 'sibling'.
2111         (read_comp_unit): Rework algorithm, breaking body into
2112         read_die_and_children and read_die_and_siblings.
2113         (read_die_and_children, read_die_and_siblings): New.
2114         (read_full_die): Add 'has_children' argument; set it instead of
2115         the die's 'has_children' field.  Minor formatting cleanup.
2116         (free_die_list): Use die->child and die->sibling instead of
2117         die->next.
2118         (dump_die_list): Ditto.
2119         (sibling_die): Use die->sibling.
2120         (psymtab_to_symtab_1): Use die's 'child' field in place of its
2121         'has_children' and 'next' fields.
2122         (process_die, read_file_scope, read_func_scope)
2123         (read_lexical_block_scope, read_structure_scope)
2124         (read_enumeration, read_array_type, read_common_block)
2125         (read_namespace, read_subroutine_type, dump_die): Ditto.
2126
2127 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2128
2129         * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2130         to 224, not 220.
2131
2132 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2133
2134         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2135         REGISTER_VIRTUAL_SIZE.
2136         * gdbarch.h, gdbarch.c: Regenerate.
2137         * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2138         * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2139         * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2140
2141 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2142
2143         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2144         REGISTER_VIRTUAL_TYPE.
2145         * gdbarch.h, gdbarch.c: Regenerate.
2146         * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2147         * sh64-tdep.c, sparc-tdep.c: Update.
2148
2149         * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2150         * remote-vxmips.c (vx_read_register): Ditto.
2151         * remote-vx68.c (vx_read_register): Ditto.
2152         * gnu-nat.c (inf_validate_procs): Ditto.
2153
2154 2003-09-29  J. Brobecker  <brobecker@gnat.com>
2155
2156         * infcall.c (call_function_by_hand): Fix build failure
2157         introduced in the previous change to this file.
2158
2159 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2160
2161         * NEWS: Mention Objective-C.
2162
2163 2003-09-29  Jerome Guitton  <guitton@act-europe.fr>
2164
2165         * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2166         test if the register has been saved on the stack.
2167         (arm_scan_prologue_cache): When analysing the instruction
2168         "str lr, [sp, #-4]", save the address where lr has been stored.
2169
2170 2003-09-28  Andrew Cagney  <cagney@redhat.com>
2171
2172         * frame.c (frame_read_unsigned_register): Delete function.
2173         * frame.h (frame_read_unsigned_register): Delete declaration.
2174         * sparc-tdep.c (sparc_init_extra_frame_info): Use
2175         get_frame_register_unsigned.
2176         (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2177         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2178         * d10v-tdep.c (d10v_print_registers_info): Ditto.
2179
2180         * frame.h (frame_read_register): Delete declaration.
2181         * frame.c (frame_read_register): Delete function.
2182         * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2183         * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2184         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2185         * mips-tdep.c (mips_register_to_value): Ditto.
2186         * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2187         * d10v-tdep.c (d10v_print_registers_info): Ditto.
2188
2189         * frame.c (frame_read_signed_register): Delete function.
2190         (frame_read_unsigned_register): Update comments.
2191         * frame.h (frame_read_signed_register): Delete declaration.
2192         * h8300-tdep.c (h8300_print_register): Use
2193         get_frame_register_signed.
2194         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2195
2196         * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2197         Rename VALUE_RETURNED_FROM_STACK.
2198         * infcmd.c (print_return_value): Update.
2199         * infcall.c (call_function_by_hand): Update.
2200
2201 2003-09-28  Mark Kettenis  <kettenis@gnu.org>
2202
2203         * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2204         regcache argument and reverse the order of the other two
2205         arguments.  Remove local regcache variable.  Determine
2206         architecture from REGCACHE.  Update comments.
2207         * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2208         reverse the order of the other two arguments.  Remove local
2209         regcache variable.  Determine architecture from REGCACHE.  Update
2210         comments.
2211         * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2212         prototypes.  Update comments.
2213         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype.  Adjust
2214         comment.
2215         * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2216         Update.
2217         * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2218         * i386-interix-nat.c (supply_fpregset): Update.
2219         * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2220         * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2221         * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2222         * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2223         * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2224         Update.
2225         * i386obsd-tdep.c (fetch_core_registers): Update.
2226         * i386v4-nat.c (supply_fpregset): Update.
2227         * x86-64-linux-nat.c (supply_fpregset): Update.
2228         * x86-64-linux-tdep.c (fetch_core_registers): Update.
2229
2230 2003-09-27  Mark Kettenis  <kettenis@gnu.org>
2231
2232         * i386-tdep.h: Put opaque declarations in alphabetical
2233         order.  Remove spurious whitespace.
2234         (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2235         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2236         * i386-tdep.c (MM0_REGNUM): Remove define.
2237         (i386_mmx_regnum_p): Add gdbarch argument.
2238         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2239         Rewrite using new macro definitions for FPU/SSE registers.
2240         (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2241         definitions from i387-tdep.h.
2242         (i386_register_name): Update.
2243         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2244         new macro definitions for FPU/SSE registers.
2245         (i386_extract_return_value): Determine whether floating-point
2246         registers are present by examining REGCACHE's architecture.
2247         (i386_store_return_value): Likewise.  Use I386_MAX_REGISTER_SIZE
2248         instead of FPU_REG_RAW_SIZE.  Use new macro definitions for
2249         FPU/SSE registers.
2250         (i386_register_type): Update.
2251         (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2252         definitions for FPU registers.  Use REGCACHE's architecture to
2253         determine the appropriate register numbers.
2254         (i386_pseudo_register_read, i386_pseudo_register_write,
2255         i386_register_reggroup_p): Update.
2256         (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2257         TDEP->mm0_regnum.
2258         * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2259         I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2260         I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2261         I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2262         (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2263         i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2264         *' to `void *'.
2265         * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2266         i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2267         i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2268         definitions for FPU/SSE registers.
2269         (FXSAVE_MXCSR_ADDR): New define.
2270         * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2271         TDEP->mm0_regnum.
2272         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2273         (I387_ST0_REGNUM): Define.
2274
2275         * regcache.h (get_regcache_arch): New prototype.
2276         * regcache.c (get_regcache_arch): New function.
2277
2278         * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2279         whitespace.
2280
2281         * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2282         Initialize using ARRAY_SIZE.
2283
2284 2003-09-27  Andrew Cagney  <cagney@redhat.com>
2285
2286         * arch-utils.c (deprecated_init_frame_pc_default): Rename
2287         "init_frame_pc_default".
2288         * arch-utils.h (deprecated_init_frame_pc_default): Update.
2289         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2290         * vax-tdep.c (vax_gdbarch_init): Update.
2291         * v850-tdep.c (v850_gdbarch_init): Update.
2292         * sh64-tdep.c (sh64_gdbarch_init): Update.
2293         * s390-tdep.c (s390_gdbarch_init): Update.
2294         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2295         * mcore-tdep.c (mcore_gdbarch_init): Update.
2296         * h8300-tdep.c (h8300_gdbarch_init): Update.
2297         * cris-tdep.c (cris_gdbarch_init): Update.
2298         * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2299
2300 2003-09-26  Mark Kettenis  <kettenis@gnu.org>
2301
2302         * regset.h: New file.
2303         * Makefile.in (regset_h): Add.
2304
2305 2003-09-25  Andrew Cagney  <cagney@redhat.com>
2306
2307         * frame.h (deprecated_frame_saved_regs): Rename
2308         get_frame_saved_regs.
2309         * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2310         * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2311         * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2312         * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2313         * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2314
2315 2003-09-25  Andrew Cagney  <cagney@redhat.com>
2316
2317         * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2318         file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2319         and Java.
2320         * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2321         arm*-*-* do not use the new frame code.
2322
2323 2003-09-25  David Carlton  <carlton@kealia.com>
2324
2325         * c-exp.y: Remove 'register' declarations.
2326         * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2327
2328 2003-09-25  David Carlton  <carlton@kealia.com>
2329
2330         * c-exp.y: Include cp-support.h.  Add qualified_type.
2331         (yylex): Delete nested type hack; add comments.
2332         * cp-namespace.c (cp_lookup_nested_type): New function.
2333         * cp-support.h: Declare cp_lookup_nested_type.
2334         * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2335         instead of value_struct_elt_for_reference.
2336         * valops.c: Include cp-support.h.
2337         (value_aggregate_elt): New function.
2338         (value_namespace_elt): Ditto.
2339         (value_struct_elt_for_reference): Make static.
2340         * value.h: Delete declaration of value_struct_elt_for_reference;
2341         add declaration for value_aggregate_elt.
2342         * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2343         (valops.o): Ditto.
2344
2345 2003-09-25  Daniel Jacobowitz  <drow@mvista.com>
2346
2347         * stack.c: Include "reggroups.h".
2348         (frame_info): Only display registers in all_reggroup.
2349         * Makefile.in (stack.o): Update dependencies.
2350
2351 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
2352
2353         * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2354         "add ip, sp #n" in the prologue.
2355         (arm_scan_prologue): Ditto.
2356
2357 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
2358
2359         * MAINTAINERS (write after approval): Add myself.
2360
2361 2003-09-25  Andreas Schwab  <schwab@suse.de>
2362
2363         * m68k-tdep.c: Include "dwarf2-frame.h".
2364         (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2365         * Makefile.in (m68k-tdep.o): Update dependencies.
2366
2367 2003-09-25  Corinna Vinschen  <vinschen@redhat.com>
2368
2369         * sh-tdep.c (struct frame_extra_info): Remove.
2370         (struct sh_frame_cache): New structure.
2371         (GET_SOURCE_REG): New macro extracting source register of an opcode.
2372         (GET_TARGET_REG): Ditto but target register.
2373         (GET_PUSHED_REG): Remove.
2374         (IS_MOV_ARG_TO_REG): New macro.
2375         (IS_MOV_ARG_TO_IND_R14): New macro.
2376         (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2377         (IS_MOVW_PCREL_TO_REG): New macro.
2378         (IS_MOVL_PCREL_TO_REG): New macro.
2379         (IS_SUB_REG_FROM_SP): New macro.
2380         (IS_ARG_MOV): Remove.
2381         (IS_MOV_TO_R14): Remove.
2382         (IS_RESTORE_FP): New macro.
2383         (IS_RTS): New macro.
2384         (IS_LDS): New macro.
2385         (IS_MOV_FP_SP): New macro.
2386         (IS_ADD_REG_TO_FP): New macro.
2387         (IS_ADD_IMM_FP): New macro.
2388         (sh_skip_prologue_hard_way): Remove.
2389         (sh_saved_pc_after_call): Remove.
2390         (sh_frame_chain): Remove.
2391         (sh_find_callers_reg): Remove.
2392         (sh_nofp_frame_init_saved_regs): Remove.
2393         (sh_fp_frame_init_saved_regs): Remove.
2394         (sh_init_extra_frame_info): Remove.
2395         (sh_analyze_prologue): New function.
2396         (sh_skip_prologue): Remove deprecated code.  Rely on new function
2397         sh_analyze_prologue when after_prologue fails.
2398         (sh_frame_saved_pc): Remove.
2399         (sh_alloc_frame_cache): New function.
2400         (sh_frame_cache): Ditto.
2401         (sh_frame_prev_register): Ditto.
2402         (sh_frame_this_id): Ditto.
2403         (sh_frame_unwind): New structure defining the heuristic frame
2404         sniffer interface.
2405         (sh_frame_sniffer): New function.
2406         (sh_unwind_sp): Ditto.
2407         (sh_unwind_pc): Ditto.
2408         (sh_unwind_dummy_id): Ditto.
2409         (sh_frame_base_address): Ditto.
2410         (sh_frame_base): New structure defining new frame base code.
2411         (sh_in_function_epilogue_p): New function.
2412         (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2413         code and to call all new code instead.  Initialize dwarf2 and
2414         heuristic frame sniffer.
2415
2416 2003-09-24  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
2417
2418         * parser-defs.h (struct exp_descriptor): New definition, containing
2419         language-specific info for printing, prefixifying, dumping, and
2420         evaluating expressions.
2421         (exp_descriptor_standard): Declare new variable.
2422         (print_subexp): Make global and declare here (from expprint.c).
2423         (dump_subexp): Ditto.
2424         (dump_subexp_body_standard): Declare.
2425         (operator_length_standard): Declare.
2426         (op_name_standard): Declare.
2427         (print_subexp): Declare.
2428         (print_subexp_standard): Declare.
2429
2430         * language.h (struct language_defn): Add la_exp_desc field to hold
2431         pointer to table for language-specific operators.
2432         Remove evaluate_exp field, which is now in struct exp_descriptor.
2433
2434         * parse.c (operator_length): Move most code to new
2435         operator_length_standard function.  Use language-specific information.
2436         (operator_length_standard): New function taking most code from
2437         operator_length.
2438         (exp_descriptor_standard): New constant.
2439
2440         * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2441         and OP_EXTENDED_LAST.
2442
2443         * expprint.c (print_subexp): Use language-specific print_subexp.
2444         Make global; remove static declaration.
2445         Move most code to print_subexp_standard.
2446         (print_subexp_standard): New function, containing code formerly in
2447         print_subexp.
2448         (op_name): Add expression to argument signature.
2449         Use langauge-specific op_name.
2450         Move most code to op_name_standard.
2451         (op_name_standard): New function, containing code formerly in op_name.
2452         (dump_subexp):  Use new version of op_name function.
2453         Use language-specific dump_subexp_body, and move most existing code to
2454         dump_subexp_body_standard.
2455         (dump_raw_expression): Use new op_name interface.
2456         (dump_subexp_body): Move most code to dump_subexp_body_standard.
2457         (dump_subexp_body_standard): New function, containing code formerly
2458         in dump_subexp_body.
2459
2460         * language.c (unknown_language): Add default la_exp_desc field and
2461         remove evaluate_exp field.
2462         (auto_language): Ditto.
2463         (local_language): Ditto.
2464         * f-lang.c (f_language_defn): Ditto.
2465         * c-lang.c (c_language_defn): Ditto.
2466         (cplus_language_defn): Ditto.
2467         (asm_language_defn): Ditto.
2468         (minimal_language_defn): Ditto.
2469         * p-lang.c (pascal_language_defn): Ditto.
2470         * m2-lang.c (m2_language_defn): Ditto.
2471         * objc-lang.c (objc_language_defn): Ditto.
2472
2473         * jv-lang.c (exp_descriptor_java): New variable, containing
2474         Java-specific expression evaluator.
2475         (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2476         field.
2477         * scm-lang.c (exp_descriptor_scm): New variable, containing
2478         Scheme-specific expression evaluator.
2479         (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2480         field.
2481         * objc-lang.c (print_object_command): Take evaluate_exp from the
2482         la_exp_desc field.
2483
2484         * Makefile.in (eval.o): Add dependency on parser-defs.h.
2485
2486         * eval.c: Include parser-defs.h for the full declaration of
2487         la_exp_desc's type.
2488         (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2489
2490 2003-09-23  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
2491
2492         * parser-defs.h (operator_length): Declare.
2493
2494         * parse.c (length_of_subexp): Use operator_length to get operator
2495         lengths and arities for operators.
2496         Move most code to new operator_length function.
2497         (operator_length): New function absorbing most code from
2498         length_of_subexp.
2499         (prefixify_subexp): Remove large case and use operator_length instead.
2500         (parse_exp_1): Use renamings:
2501         dump_prefix_expression => dump_raw_expression and
2502         dump_postfix_expression => dump_prefix_expression.
2503
2504         * expression.h (dump_prefix_expression): Rename to ...
2505         (dump_raw_expression): New name.
2506         (dump_postfix_expression): Rename to ...
2507         (dump_prefix_expression): New name.
2508
2509         * expprint.c (dump_subexp): Make global.  Add comment.
2510         Move most existing code to dump_subexp_body.
2511         (dump_subexp_body): New function.
2512         (dump_prefix_expression): Rename to dump_raw_expression.
2513         Remove attempt to print the expression via print_expression: it can't
2514         work before the expression is prefixified.
2515         (dump_raw_expression): Renamed from dump_prefix_expression.
2516         (dump_postfix_expression): Rename to dump_prefix_expression, since
2517         that's what it does.
2518         Remove 'note' parameter, since this routine must be used on
2519         prefixified expression.
2520         (dump_prefix_expression): Renamed from dump_postfix_expression.
2521
2522 2003-09-22  Jim Blandy  <jimb@redhat.com>
2523
2524         * dwarf2read.c (read_array_type): When building the type for an
2525         array of unspecified length, make sure to choose the upper bound
2526         so that the array's total length comes out to be zero --- that's
2527         how we represent such arrays.
2528
2529 2003-09-22  Michael Chastain  <mec@shout.net>
2530
2531         * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2532
2533 2003-09-22  Jeff Johnston  <jjohnstn@redhat.com>
2534
2535         * top.c (quit_force): Fix indirect call to quit_target so
2536         a struct qt_args pointer is passed.
2537
2538 2003-09-22  Andrew Cagney  <cagney@redhat.com>
2539
2540         * arch-utils.h (init_frame_pc_noop): Delete declaration.
2541         * arch-utils.c (init_frame_pc_noop): Delete function.
2542         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2543         "init_frame_pc".
2544         * mips-tdep.c (mips_gdbarch_init): Ditto.
2545         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2546         * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2547         declaration.
2548         (DEPRECATED_INIT_FRAME_PC): Delete macro.
2549         * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2550         declaration.
2551         (DEPRECATED_INIT_FRAME_PC): Delete macro.
2552
2553 2003-09-22  Anthony Green  <green@redhat.com>
2554
2555         * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2556         declaration.
2557
2558 2003-09-20  Andrew Cagney  <cagney@redhat.com>
2559
2560         * breakpoint.c: Eliminate ARGSUSED.
2561         * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2562         * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2563         * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2564         * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2565         * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2566         * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2567         * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2568         * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2569         * wince.c, remote-vx.c: Ditto.
2570
2571         * cli/cli-script.c: Remove "register" attributes.
2572         * config/pa/tm-hppa.h: Ditto.
2573         * cli/cli-decode.c: Ditto.
2574         * cli/cli-cmds.c: Ditto.
2575
2576 2003-09-19  Andrew Cagney  <cagney@redhat.com>
2577
2578         * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2579         DEPRECATED_NPC_REGNUM.
2580         * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2581
2582 2003-09-19  Christopher Faylor  <cgf@redhat.com>
2583
2584         * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2585
2586 2003-09-19  Jim Blandy  <jimb@redhat.com>
2587
2588         * macrotab.c (macro_include): Use the correct comparison to find
2589         the appropriate place for this inclusion in the list.
2590
2591 2003-09-19  Andrew Cagney  <cagney@redhat.com>
2592
2593         * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2594         (DEPRECATED_HPUX_TEXT_END): Define.
2595         (deprecated_hpux_text_end): Declare.
2596         (struct target_ops): Declare opaque.
2597         * hppah-nat.c (text_end): Make static.
2598         (deprecated_hpux_text_end): New function.
2599         * exec.c (text_end): Delete global variable.
2600         (NEED_TEXT_START_END): Do not define.
2601         (exec_file_attach): Replace code computing "text_end" code with
2602         call to DEPRECATED_HPUX_TEXT_END.
2603
2604 2003-09-19  Andrew Cagney  <cagney@redhat.com>
2605
2606         * utils.c (align_up, align_down): New functions.
2607         * defs.h (align_up, align_down): Declare.
2608         * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2609         * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2610         and "align_down".
2611         (round_up, round_down): Delete functions.
2612         * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2613         "align_down".
2614         (ROUND_DOWN, ROUND_UP): Delete macros.
2615         (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2616         * h8300-tdep.c: Replace "round_up" and "round_down" with
2617         "align_up" and "align_down".
2618         (round_up, round_down): Delete macros.
2619         * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2620         "align_down".
2621         (ROUND_UP, ROUND_DOWN): Delete macros.
2622
2623 2003-09-18  J. Brobecker  <brobecker@gnat.com>
2624
2625         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2626         hard-coded constant. Use the proper machine name instead.
2627
2628 2003-09-17  Andrew Cagney  <cagney@redhat.com>
2629
2630         * sparc-tdep.c (legacy_register_name): Delete function.
2631         * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2632         (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2633         * infcmd.c (gdb_register_name): Delete variable.
2634         * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2635         REGISTER_NAME and "tm.h".
2636         * gdbarch.h, gdbarch.c: Regenerate.
2637         * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2638         REGISTER_NAMES in comments.
2639         * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2640         * m68klinux-nat.c (regmap): Ditto.
2641
2642 2003-09-17  Jim Blandy  <jimb@redhat.com>
2643
2644         * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2645
2646 2003-09-17  Andrew Cagney  <cagney@redhat.com>
2647
2648         * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2649         (ppcnbsd_init_abi): Set "use_struct_convention" to
2650         "ppcnbsd_use_struct_convention".
2651
2652 2003-09-17  Mark Kettenis  <kettenis@gnu.org>
2653
2654         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2655         * gdbarch.h, gdbarch.c: Regenerate.
2656         (stabs_argument_has_addr): New architecture method.
2657         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2658         * arch-utils.c: Include "buildsym.h".
2659         (default_stabs_argument_has_addr): New function.
2660         * stabsread.c (define_symbol): Use stabs_argument_has_addr
2661         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2662
2663 2003-09-17  Andrew Cagney  <cagney@redhat.com>
2664
2665         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2666         * gdbarch.h, gdbarch.c: Regenerate.
2667         * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2668         * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2669         * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2670         * sparcnbsd-tdep.c: Update.
2671
2672 2003-09-17  Andrew Cagney  <cagney@redhat.com>
2673
2674         * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2675         * gdbarch.h, gdbarch.c: Regenerate.
2676         * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2677         * d10v-tdep.c, frame.c: Update.
2678         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2679         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2680         * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2681         * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2682         * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2683         * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2684         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2685         * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2686         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2687         * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2688         * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2689         * config/pa/nm-hppah.h: Update.
2690
2691 2003-09-16  Andrew Cagney  <cagney@redhat.com>
2692
2693         * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2694         "use_struct_convention" to "ppc_linux_use_struct_convention".
2695         (ppc_linux_use_struct_convention): New function.
2696         * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2697         (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2698         "rs6000_use_struct_convention".
2699         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2700         declaration.
2701         * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2702         Delete function.
2703
2704 2003-09-16  Andrew Cagney  <cagney@redhat.com>
2705
2706         * buildsym.c: Remove more occurances of "register".
2707         * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2708         * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2709         * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2710         * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2711         * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2712         * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2713         * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2714         * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2715
2716 2003-09-16  Corinna Vinschen  <vinschen@redhat.com>
2717
2718         * sh-tdep.h (struct gdbarch_tdep): Remove.  Change all register
2719         numbers to enumeration values.
2720         * sh-tdep.c: Accomodate above change.
2721         (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2722         (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2723         (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2724         (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2725         (IS_FPUSH): Rename from IS_FMOV.
2726         (sh_extract_struct_value_address): Remove useless comment.
2727         (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2728         instead of own local values.
2729         (sh_dump_tdep): Remove.
2730         (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2731         * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2732
2733 2003-09-15  Andrew Cagney  <cagney@redhat.com>
2734
2735         * doublest.c (convert_floatformat_to_doublest): No longer need to
2736         cast "exp_bias" to an int.  Reverts 2002-12-04 change.
2737
2738 2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
2739
2740         * values.c (unpack_double): Call floatformat_is_valid.
2741
2742 2003-09-15  Mark Kettenis  <kettenis@gnu.org>
2743
2744         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2745         ps_strings into a long.
2746
2747         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2748         _initialize_am64fbsd_nat.
2749
2750 2003-09-15  Kevin Buettner  <kevinb@redhat.com>
2751
2752         * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2753         associated with DW_AT_ranges attribute is out of bounds.
2754
2755 2003-09-15  David Lecomber  <dsl@sources.redhat.com>
2756
2757         * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2758
2759 2003-09-14  Michael Chastain  <mec@shout.net>
2760
2761         * config/m68k/nm-apollo68v.h: Delete.
2762         * config/m68k/xm-apollo68v.h: Delete.
2763
2764 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2765
2766         * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2767         * dcache.c: Update copyrights and descriptions.
2768         * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2769
2770 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2771
2772         * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2773         "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2774
2775 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2776
2777         * alpha-nat.c: Remove some occurances of "register".
2778         * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2779         * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2780         * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2781         * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2782         * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2783         * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2784         * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2785         * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2786         * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2787         * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2788         * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2789         * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2790         * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2791         * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2792         * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2793         * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2794         * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2795         * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2796         * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2797         * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2798         * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2799         * values.c, vax-tdep.c, xcoffread.c: Ditto.
2800
2801 2003-09-13  Andrew Cagney  <cagney@redhat.com>
2802
2803         * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2804         * ppc-tdep.h (struct regcache): Declare opaque.
2805         * objfiles.h (struct objfile_data): Declare opaque.
2806         * cp-support.h (struct objfile): Declare opaque.
2807         * linux-nat.h (target_waitstatus): Declare opaque.
2808
2809 2003-09-14  Mark Kettenis  <kettenis@gnu.org>
2810
2811         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2812         (stabs_argument_has_addr): New architecture method.
2813         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2814         * arch-utils.c: Include "buildsym.h".
2815         (default_stabs_argument_has_addr): New function.
2816         * stabsread.c (define_symbol): Use stabs_argument_has_addr
2817         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2818
2819         * cris-tdep.c (cris_gdbarch_init): Set
2820         deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2821         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2822         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2823         * mips-tdep.c (mips_gdbarch_init): Likewise.
2824         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2825         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2826
2827 2003-09-13  Andrew Cagney  <cagney@redhat.com>
2828
2829         * values.c (using_struct_return): Delete "function" and "funcaddr"
2830         parameters.
2831         * value.h (using_struct_return): Update declaration.
2832         * infcmd.c (finish_command_continuation): Update.
2833         (finish_command): Update.
2834         * infcall.c (call_function_by_hand): Update.
2835         * eval.c (evaluate_subexp_standard): Update.
2836
2837 2003-09-13  Christopher Faylor  <cgf@redhat.com>
2838
2839         * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2840         SSE registers since gdb will not operate correctly without this.
2841         Restore include file ordering munged in previous change.
2842         * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2843
2844 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
2845
2846         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2847         REG_STRUCT_HAS_ADDR.
2848         * gdbarch.c, gdbarch.h: Updated.
2849         * infcall.c (call_function_by_hand): Update.
2850         * stabsread.c (define_symbol): Updated.
2851
2852         * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2853
2854 2003-09-12  Christopher Faylor  <cgf@redhat.com>
2855
2856         * win32-nat.c: Reorganize so that defines used by target headers are
2857         actually defined by the system headers.
2858         * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2859         than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2860
2861 2003-09-12  Jim Blandy  <jimb@redhat.com>
2862
2863         * dbxread.c (read_dbx_symtab): Don't report an internal error if
2864         the file has no .data, .bss, or .rodata sections.  Instead wait
2865         until we see a variable alleged to live in one of those sections.
2866
2867         * dbxread.c (read_dbx_symtab): If we have no .data section and no
2868         .bss section, presume that any variables we find live in the
2869         .rodata section.
2870
2871         * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2872         offsets for global and static variables.
2873
2874         * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2875         symbol types are, by definition, in the .data section, so it is
2876         correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2877         If there is no .data section, there should be no N_DATA or N_DATA
2878         | N_EXT symbols.
2879
2880 2003-09-12  Mark Kettenis  <kettenis@gnu.org>
2881
2882         * amd64fbsd-tdep.c: Fix sigtramp recognition.
2883         (amd64fbsd_sigcontext_addr): Rewrite.
2884         (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2885         with correct values.
2886         (amd64fbsd_sc_reg_offset): Initialize with correct values.
2887         (amd64fbsd_init_abi): Fix typo.
2888
2889 2003-09-12  Andrew Cagney  <cagney@redhat.com>
2890
2891         * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2892         (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2893
2894 2003-09-12  Andrew Cagney  <cagney@redhat.com>
2895
2896         * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2897         "entry_file_highpc".  Update comments.
2898         * defs.h (deprecated_inside_entry_file): Rename
2899         "inside_entry_file".
2900         * blockframe.c (deprecated_inside_entry_file): Rename
2901         "inside_entry_file".
2902         * frame.c (get_prev_frame): Update.  Use if 0 instead of #if 0.
2903         * vax-tdep.c (vax_frame_chain): Update.
2904         * sh64-tdep.c (sh64_frame_chain): Update.
2905         * sh-tdep.c (sh_frame_chain): Update.
2906         * rs6000-tdep.c (rs6000_frame_chain): Update.
2907         * ns32k-tdep.c (ns32k_frame_chain): Update.
2908         * mips-tdep.c (mips_frame_chain): Update.
2909         * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2910         * m32r-tdep.c (m32r_frame_this_id): Update.
2911         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2912         * frv-tdep.c (frv_frame_this_id): Update.
2913         * d10v-tdep.c (d10v_frame_this_id): Update.
2914         * cris-tdep.c (cris_frame_chain): Update.
2915         * blockframe.c (legacy_frame_chain_valid): Update.
2916         * avr-tdep.c (avr_frame_this_id): Update.
2917         * arm-tdep.c (arm_prologue_this_id): Update.
2918         * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2919         * objfiles.c (objfile_relocate): Update.
2920         * mipsread.c (mipscoff_symfile_read): Update.
2921         (mipscoff_symfile_read): Update.
2922         * mdebugread.c (parse_partial_symbols): Update.
2923         * dwarfread.c (read_file_scope): Update.
2924         * dwarf2read.c (read_file_scope): Update.
2925         * dbxread.c (read_dbx_symtab): Update.
2926         (read_dbx_symtab): Update.
2927         * coffread.c (complete_symtab): Update.
2928
2929 2003-09-12  Jeff Johnston  <jjohnstn@redhat.com>
2930
2931         * top.c (quit_target): New static helper function.
2932         (quit_force): Moved code to quit_target().  Call quit_target()
2933         via catch_errors() to catch errors during quit.
2934
2935 2003-09-11  David Carlton  <carlton@kealia.com>
2936
2937         * buildsym.c (finish_block): Use allocate_block to allocate the
2938         block.
2939         * mdebugread.c (new_block): Add FIXME.
2940
2941 2003-09-11  David Carlton  <carlton@kealia.com>
2942
2943         * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2944         * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2945         (recursive_dump_type): Ditto.
2946         * printcmd.c (print_formatted): Ditto.
2947         * typeprint.c (print_type_scalar): Ditto.
2948         * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2949         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2950         * cp-support.h: Declare cp_check_possible_namespace_symbols,
2951         maint_cplus_cmd_list.
2952         * cp-support.c: Make maint_cplus_cmd_list extern.
2953         * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2954         command.h.
2955         (lookup_symbol_file): Look in possible namespace blocks when
2956         appropriate.
2957         (initialize_namespace_symtab): New.
2958         (get_possible_namespace_block, free_namespace_block)
2959         (check_possible_namespace_symbols)
2960         (check_possible_namespace_symbols_loop)
2961         (check_one_possible_namespace_symbol)
2962         (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2963         (_initialize_cp_namespace): Ditto.
2964         * block.h: Declare allocate_block.
2965         * block.c (allocate_block): New.
2966         * jv-lang.c (get_java_class_symtab): Allocate blocks via
2967         allocate_block.
2968         * symfile.h: Update declaration of add_psymbol_to_list.
2969         * symfile.c (add_psymbol_to_list): Return the partial symbol in
2970         question.
2971         * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2972         scan_partial_symbols_call.
2973         (scan_partial_symbols): Add NAMESPACE argument; update calls to
2974         helper functions.
2975         (add_partial_symbol): If necessary, scan mangled names for names
2976         of namespaces.
2977         (add_partial_namespace): Add NAMESPACE argument; generate partial
2978         symbols associated  to namespaces.
2979         (add_partial_enumeration): Add NAMESPACE argument.
2980         (new_symbol): Allow namespace syms.
2981         (read_namespace): Generate namespace syms.
2982         * objfiles.h: Add opaque declaration of struct symtab.
2983         (struct objfile): Add cp_namespace_symtab member.
2984         * objfiles.c (allocate_objfile): Set
2985         objfile->cp_namespace_symtab.
2986         * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2987         dictionary_h, command_h.
2988
2989 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2990
2991         * rs6000-tdep.c (rs6000_push_dummy_call): Use
2992         regcache_raw_write_signed to set SP_REGNUM, move the operation to
2993         near the function's end.
2994         (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2995         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2996         regcache_raw_write_signed to set SP_REGNUM.
2997
2998 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
2999
3000         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3001         orig_addrs is set up properly.
3002
3003 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3004
3005         * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3006         * gdbarch.h, gdbarch.c: Re-generate.
3007         * infcall.c (call_function_by_hand): Update.
3008         * hppa-tdep.c (hppa_push_arguments): Update.
3009         * ada-lang.c (place_on_stack): Update.
3010         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3011         * sparc-tdep.c (sparc_gdbarch_init): Update.
3012         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3013         * hppa-tdep.c (hppa_gdbarch_init): Update.
3014         * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3015         stack_align.
3016
3017 2003-09-11  Daniel Jacobowitz  <drow@mvista.com>
3018
3019         * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3020         register do need a frame.
3021
3022 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3023
3024         Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3025         buildable since GDB 5.0.
3026         * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3027         * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3028         * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3029         * irix4-nat.c: Delete file.
3030         * config/mips/irix4.mh: Delete file.
3031         * config/mips/irix3.mh: Delete file.
3032         * config/mips/irix3.mt: Delete file.
3033         * config/mips/tm-irix3.h: Delete file.
3034         * config/mips/nm-irix3.h: Delete file.
3035         * config/mips/xm-irix3.h: Delete file.
3036         * config/mips/nm-irix4.h: Delete file.
3037         * config/mips/xm-irix4.h: Delete file.
3038         * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3039
3040 2003-09-10  J. Brobecker  <brobecker@gnat.com>
3041
3042         * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3043         * Makefile.in (hppa-tdep.o): Update dependencies.
3044
3045 2003-09-10  James E Wilson  <wilson@specifixinc.com>
3046
3047         * MAINTAINERS: Change my e-mail address.  Move to paper trail
3048         section.
3049
3050 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
3051
3052         * MAINTAINERS (frv): New ISA entry.
3053
3054 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
3055
3056         * frv-tdep.c (dis-asm.h): Include.
3057         * Makefile.in (frv-tdep.o): Update dependencies.
3058
3059 2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
3060
3061         * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3062         Fix typo for high range of floating registers.
3063
3064 2003-09-09  David Carlton  <carlton@kealia.com>
3065
3066         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3067         highpc initialization here out of scan_partial_symbols.
3068         (scan_partial_symbols): Restructure into a recursive version,
3069         calling add_partial_namespace and add_partial_enumeration when
3070         appropriate.
3071         (add_partial_namespace): New.
3072         (add_partial_enumeration, locate_pdi_sibling): Ditto.
3073
3074 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3075
3076         * rs6000-tdep.c (ppc_push_return_address): Delete function.
3077         (rs6000_push_dummy_call): Set LR to BP_ADDR.
3078         (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3079         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3080
3081         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3082         (rs6000_push_dummy_call): Set the "TOC" register.
3083
3084         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3085         methods "max_register_raw_size", "max_register_virtual_size" or
3086         "register_virtual_size".
3087
3088 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
3089
3090         * MAINTAINERS: Update my e-mail address.
3091
3092 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3093
3094         * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3095         (rs6000_push_dummy_call): Store the struct return address.
3096         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3097
3098 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3099
3100         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3101         "ppc_sysv_abi_push_arguments".
3102         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3103         "ppc_sysv_abi_push_arguments".
3104         * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3105         instead of "push_arguments".
3106         (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3107
3108 2003-09-09  Andrew Cagney  <cagney@redhat.com>
3109
3110         * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3111         instead of CALL_DUMMY_ADDRESS.
3112
3113 2003-09-09  Paul N. Hilfinger  <hilfingr@gnat.com>
3114
3115         * p-lang.c: Eliminate "register".
3116         * c-lang.c: Ditto.
3117         * expprint.c: Ditto.
3118         * f-lang.c: Ditto.
3119         * jv-lang.c: Ditto.
3120         * language.c: Ditto.
3121         * m2-lang.c: Ditto.
3122         * parse.c: Ditto.
3123         * scm-lang.c: Ditto.
3124         * objc-lang.c: Ditto.
3125
3126 2003-09-09  Nick Clifton  <nickc@redhat.com>
3127
3128         * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3129
3130 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3131
3132         * avr-tdep.c: Include "dis-asm.h".
3133         * cris-tdep.c: Include "dis-asm.h".
3134         (cris_delayed_get_disassembler): Use "struct disassemble_info"
3135         instead of corresponding typedef.
3136         * h8300-tdep.c: Include "dis-asm.h".
3137         * ia64-tdep.c: Include "dis-asm.h".
3138         * i386-tdep.c: Include "dis-asm.h".
3139         (i386_print_insn): Use "struct disassemble_info" instead of
3140         corresponding typedef.
3141         * m68k-tdep.c: Include "dis-asm.h".
3142         * mcore-tdep.c: Include "dis-asm.h".
3143         * mips-tdep.c: Include "dis-asm.h".
3144         (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3145         instead of corresponding typedef.
3146         * ns32k-tdep.c: Include "dis-asm.h".
3147         * s390-tdep.c: Include "dis-asm.h".
3148         * sparc-tdep.c: Include "dis-asm.h".
3149         * vax-tdep.c: Include "dis-asm.h".
3150         * v850-tdep.c: Include "dis-asm.h".
3151         * mn10300-tdep.c: Include "dis-asm.h".
3152         * rs6000-tdep.c: Include "dis-asm.h".
3153         * xstormy16-tdep.c: Include "dis-asm.h".
3154         (_initialize_xstormy16_tdep): Delete "extern" declaration of
3155         print_insn_xstormy16.
3156         * Makefile.in (v850-tdep.o): Update dependencies.
3157         (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3158         (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3159         (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3160         (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3161         (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3162         (gdbarch_h): Remove $(dis_asm_h).
3163         * disasm.c: Include "dis-asm.h".
3164         (dis_asm_read_memory): Use "struct disassemble_info" instead of
3165         corresponding typedef.
3166         (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3167         (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3168         * gdbarch.sh: Do not include "dis-asm.h".
3169         (struct disassemble_info): Declare opaque.
3170         (TARGET_PRINT_INSN): Update declaration.
3171         * gdbarch.h, gdbarch.c: Re-generate.
3172
3173 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3174
3175         * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3176         CALL_DUMMY_ADDRESS, change to a predicate.
3177         * gdbarch.h, gdbarch.c: Re-generate.
3178         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3179         Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3180         * infcall.c (call_function_by_hand): Ditto.
3181         * sparc-tdep.c (sparc_push_return_address): Ditto.
3182         (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3183         * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3184         CALL_DUMMY_ADDRESS with entry_point_address.
3185         * v850-tdep.c (v850_push_return_address): Ditto.
3186         * s390-tdep.c (s390_push_return_address): Ditto.
3187         * rs6000-tdep.c (ppc_push_return_address): Ditto.
3188         * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3189         * mcore-tdep.c (mcore_push_return_address): Ditto.
3190         * cris-tdep.c (cris_push_return_address): Ditto.
3191         * arm-tdep.c (arm_push_return_address): Ditto.
3192
3193 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3194
3195         * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3196         enum.  Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3197         and REG_UNMODIFIED to REG_SAME_VALUE.
3198         (execute_cfa_program): Update.
3199         (dwarf2_frame_cache): Update.  Initialize table to
3200         REG_UNSPECIFIED, complain if CFI fails to specify a register's
3201         location.
3202         (dwarf2_frame_prev_register): Update.  Handle REG_UNSPECIFIED.
3203
3204 2003-09-08  Andrew Cagney  <cagney@redhat.com>
3205
3206         * gnu-nat.c: Remove "inline" function attribute.
3207         * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3208
3209 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
3210
3211         * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3212         target.
3213
3214 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
3215
3216         * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3217         (frame_extra_info): Rename this struct to frv_unwind_cache.
3218         Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3219         Add fields ``prev_sp'' and ``base''.
3220         (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3221         (frv_saved_pc_after_call, frv_init_extra_frame_info)
3222         (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3223         Delete.
3224         (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3225         Revise all callers.  Fill in the unwind cache argument and make
3226         other adjustments to account for new frame mechanisms.
3227         (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3228         (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3229         (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3230         (frv_frame_unwind, frv_frame_base): New structs.
3231         (frv_push_arguments): Change name to frv_push_dummy_call().  Add
3232         additional arguments expected by this method and adjust function
3233         body accordingly.
3234         (frv_gdbarch_init): Remove calls to the following functions:
3235         set_gdbarch_deprecated_init_frame_pc(),
3236         set_gdbarch_deprecated_saved_pc_after_call(),
3237         set_gdbarch_deprecated_frame_chain(),
3238         set_gdbarch_deprecated_frame_saved_pc(),
3239         set_gdbarch_deprecated_frame_init_saved_regs(),
3240         set_gdbarch_deprecated_push_arguments(),
3241         set_gdbarch_deprecated_push_return_address(),
3242         set_gdbarch_deprecated_pop_frame(),
3243         set_gdbarch_deprecated_call_dummy_words(),
3244         set_gdbarch_deprecated_sizeof_call_dummy_words(),
3245         set_gdbarch_deprecated_init_extra_frame_info(),
3246         set_gdbarch_deprecated_dummy_write_sp(), and
3247         set_gdbarch_deprecated_pc_in_call_dummy().
3248         Add calls to the following functions:
3249         set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3250         set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3251         frame_base_set_default().
3252         * Makefile.in (frv-tdep.o): Update dependencies.
3253
3254 2003-09-09  Mark Kettenis  <kettenis@gnu.org>
3255
3256         * dwarf2-frame.c (read_encoded_value): Add support for
3257         DW_EH_PE_aligned encoding.
3258
3259 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
3260
3261         * infrun.c (normal_stop): Don't print a message if the inferior
3262         has exited.
3263
3264 2003-09-08  Jim Blandy  <jimb@redhat.com>
3265
3266         * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3267         * dbxread.c: #include "gdb_assert.h".
3268         (read_dbx_symtab): If the objfile has no .data section, use the
3269         section index for the .bss section instead.
3270
3271 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
3272
3273         * frame.c (deprecated_safe_get_selected_frame): New function.
3274         * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3275         * findvar.c (read_var_value): Call it.
3276
3277 2003-09-08  Corinna Vinschen  <vinschen@redhat.com>
3278
3279         * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3280         (sh64-tdep.o): Add dependencies.
3281         * configure.tgt: Add FIXME to sh-*-linux*.
3282         * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3283         (sh_gdbarch_init): Always set correct sh_show_regs function
3284         pointer.  Call sh64_gdbarch_init() if machine type is sh5.
3285         * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3286         * sh64-tdep.c: New file, containing all sh64 related code from
3287         sh-tdep.c.
3288         * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3289         * config/sh/linux.mt (TDEPFILES): Ditto.
3290         * config/sh/nbsd.mt (TDEPFILES): Ditto.
3291         * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3292         * config/sh/wince.mt (TDEPFILES): Ditto.
3293
3294 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
3295
3296         * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3297         (stop_wait_callback): Handle !lp->signalled also.
3298         (lin_lwp_has_pending, flush_callback): New functions.
3299         (lin_lwp_wait): Call flush_callback.
3300         * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3301         (linux_proc_pending_signals): New function.
3302         * linux-nat.h (linux_proc_pending_signals): Add prototype.
3303
3304 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
3305
3306         From Nick Kelsey <nickk@ubicom.com>:
3307         * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3308         when the stop PC is at the beginning of a function also.
3309
3310 2003-09-06  Daniel Jacobowitz  <drow@mvista.com>
3311
3312         * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3313         (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3314
3315 2003-09-06  Mark Kettenis  <kettenis@gnu.org>
3316
3317         * sol-thread.c: Include "gdb_string.h".
3318
3319 2003-09-03  Mark Kettenis  <m.kettenis@osp.nl>
3320
3321         * gcore.c: Reorder include files in alphabetical order.  Include
3322         "gdb_assert.h".  Various coding style fixes.
3323         (derive_stack_segment, derive_heap_segment): Replace check for
3324         non-null BOTTOM and TOP with gdb_assert.
3325         (derive_heap_segment): Replace check for successful creation of
3326         ZERO with gdb_assert.
3327         (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3328
3329 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3330
3331         * thread-db.c (verbose_dlsym): New function.
3332         (thread_db_load): Use verbose_dlsym
3333         (thread_db_new_objfile): Print that libthread_db was loaded, and
3334         that thread debugging was enabled.
3335
3336 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3337
3338         * configure.tgt: Add "mips64*-*-*" target.  Delete
3339         mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3340         mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3341         mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3342         mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3343         mips*-sony-*, and mips64*-*-elf* targets.
3344         * config/mips/embedl.mt: Delete file.
3345         * config/mips/embedl64.mt: Delete file.
3346         * config/mips/mips.mt: Delete file.
3347         * config/mips/mips64.mt: Delete file.
3348         * config/mips/tm-embed.h: Delete file.
3349         * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3350         * config/mips/embed64.mt: Delete out-of-date comment.
3351
3352 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3353
3354         * hppa-tdep.c (hppa_gdbarch_init): Set
3355         "have_nonsteppable_watchpoint".
3356         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3357         * mips-tdep.c (mips_dump_tdep): Do not print
3358         HAVE_NONSTEPPABLE_WATCHPOINT.
3359         (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3360         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3361         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3362         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3363
3364 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
3365
3366         * breakpoint.c (watchpoint_check): Remove accidentally checked in
3367         unused code.  Add comment.
3368
3369 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
3370
3371         * breakpoint.c (watchpoint_check): Check for pc being in an
3372         epilogue if watchpoint frame couldn't be found.
3373
3374 2003-09-04  Andrew Cagney  <cagney@redhat.com>
3375
3376         * Makefile.in: Re-generate all dependencies.
3377
3378 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3379
3380         * arch-utils.h (legacy_print_insn): Delete declaration.
3381         * arch-utils.c (legacy_print_insn): Delete function.
3382         * disasm.c (deprecated_tm_print_insn_info): Delete.
3383         (_initialize_disasm): Delete function, contained code initializing
3384         deprecated_tm_print_insn_info.
3385         * gdbarch.sh (deprecated_tm_print_insn): Delete.
3386         (deprecated_tm_print_insn_info): Delete.
3387         (TARGET_PRINT_INSN): Do not provide a default.
3388         * gdbarch.h, gdbarch.c: Re-generate.
3389
3390 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3391
3392         * disasm.c (fprintf_disasm): New function.
3393         (gdb_disassemble_info): Call "init_disassemble_info", instead of
3394         INIT_DISASSEMBLE_INFO_NO_ARCH.  Do not initialize "insn_sets",
3395         reverts 2003-08-14 change.
3396         (_initialize_disasm): Call "init_disassemble_info", instead of
3397         INIT_DISASSEMBLE_INFO_NO_ARCH.
3398
3399 2003-09-03  Michael Snyder  <msnyder@redhat.com>
3400
3401         * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3402
3403 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3404
3405         * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3406         * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3407         * symfile.c (syms_from_objfile): Update.
3408         (reread_symbols): `Update
3409         * exec.c (exec_file_attach): Update.
3410         (exec_file_attach): Update.
3411         * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3412         2003-08-29 change.
3413         * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3414
3415 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
3416
3417         * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3418         trad-frame.h.
3419         (arm_get_cache): Delete macro.
3420         (struct arm_prologue_cache): Update comments.  Make saved_regs into
3421         a trad_frame_saved_reg pointer.  Remove unwound_pc; rename unwound_sp
3422         to prev_sp.
3423         (thumb_scan_prologue): Update for cache changes.  Don't call
3424         DEPRECATED_PC_IN_CALL_DUMMY.
3425         (arm_scan_prologue): Update for cache changes.  Take NEXT_FRAME
3426         argument and use it in desperation search for our prologue.  Do not
3427         search past the specified PC.
3428         (arm_make_prologue_cache): Simplify.
3429
3430         (arm_prologue_this_id, arm_prologue_prev_register)
3431         (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3432         (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3433         (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3434         (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3435         (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3436
3437         (arm_frame_chain_valid, arm_find_callers_reg)
3438         (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3439         (arm_pop_frame): Delete obsolete methods.
3440         (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3441
3442         (arm_gdbarch_init): Update for new frame methods.  Register prologue
3443         and sigtramp unwinders.  Set the default frame base method.
3444
3445         * Makefile.in (arm-tdep.o): Update dependencies.
3446         * varobj.c (find_frame_addr_in_frame_chain): Call
3447         get_frame_base_address.
3448         * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3449
3450 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
3451
3452         * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3453         arm_frame_chain.  Take NEXT_FRAME and CACHE arguments.
3454         Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3455         (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3456         Take NEXT_FRAME and CACHE arguments.  Call
3457         FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3458         Set unwound_pc in CACHE instead of modifying the frame argument.
3459         Don't bother checking the frame type when looking for sigtramp
3460         frames.
3461         (arm_make_prologue_cache, arm_frame_chain)
3462         (arm_init_extra_frame_info): New functions.
3463
3464 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
3465
3466         * arm-tdep.c (arm_get_cache): Define.
3467         (struct arm_prologue_cache): Renamed from frame_extra_info.  Add
3468         unwound_sp, unwound_pc, and saved_regs.
3469         (thumb_scan_prologue): Take a cache instead of the frame.
3470         (arm_scan_prologue): Likewise.
3471         (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3472         instead of a temporary frame.
3473         (arm_init_extra_frame_info): Allocate and use a cache.
3474         (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3475
3476 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3477
3478         * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3479         * config/mips/wince.mt (TM_CLIBS): Ditto.
3480         * config/sh/wince.mt (TM_CLIBS): Ditto.
3481         * config/pa/hppa64.mt (TM_CLIBS): Delete.
3482         * config/sparc/sp64.mt (CC): Delete.
3483
3484 2003-09-03  Andrew Cagney  <cagney@redhat.com>
3485
3486         * defs.h: Do not include "arch-utils.h".
3487         (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3488         GDB_MULTI_ARCH_PURE.
3489         * configure.in (GDB_MULTI_ARCH): Do not define.
3490         * configure, config.in: Regenerate.
3491         * configure.tgt: Do not set variable "gdb_multi_arch".
3492         * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3493         * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3494         * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3495         * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3496         * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3497         * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3498         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3499         * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3500         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3501         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3502         * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3503         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3504         * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3505         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3506         * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3507         * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3508         * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3509         * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3510
3511 2003-08-30  Michael Chastain  <mec@shout.net>
3512
3513         * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3514         * config/m68k/nm-hp300hpux.h: Delete.
3515         * config/m68k/tm-hp300hpux.h: Delete.
3516         * config/m68k/xm-hp300hpux.h: Delete.
3517         * config/m68k/xm-hp300bsd.h: Delete.
3518         * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3519         tm-hp300hpux.h, xm-hp300hpux.h.
3520         * somsolib.c: Remove comment about hp300 shared libraries.
3521
3522 2003-08-31  Mark Kettenis  <kettenis@gnu.org>
3523
3524         * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3525         Only define PTRACE_GET_THREAD_AREA is not already defined.
3526         Various style fixes in code and comments and some additional
3527         spelling fixes in comments.  Move after functions dealing with
3528         debug registers.
3529         * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3530         Fix coding-style.
3531
3532         * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3533         frame_unwind_register_unsigned instead of
3534         frame_unwind_unsigned_register.
3535
3536 2003-08-30  Mark Kettenis  <kettenis@gnu.org>
3537
3538         * configure.in: Search for gethostbyname in libnsl.
3539         * configure: Regenerated.
3540
3541 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
3542
3543         * configure.in: Remove redundant AC_MSG_RESULT in check for
3544         uintptr_t in stdint.h.
3545         * configure: Regenerated.
3546
3547         * amd64-nat.h (struct regcache): Add opaque declaration.
3548
3549         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3550         * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3551         Change "register array" to "register cache" in comments.
3552         (x86_64_linux_gregset64_reg_offset): New variable.
3553         (GETREGS_SUPPLIES): Remove macro.
3554         (supply_gregset): Call amd64_supply_native_gregset instead of
3555         x86_64_linux_supply_gregset.
3556         (fill_gregset): Rename `regno' to `regnum'.  Call
3557         amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3558         (store_regs): Rename `regno' to `regnum'.
3559         (store_fpregs): Rename `regno' to `regnum'.
3560         (fetch_inferior_registers): Rename `regno' to `regnum'.  Use
3561         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3562         Reorganize function a bit.
3563         (store_inferior_registers): Rename `regno' to `regnum'.  Use
3564         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3565         Reorganize function a bit.
3566         (_initialize_x86_64_linux_nat): New function.
3567         * config/i386/x86-64linux.mh.
3568
3569 2003-08-29  Andrew Cagney  <cagney@redhat.com>
3570
3571         * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3572         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3573         (target_remove_watchpoint): Delete macro.
3574         (target_insert_watchpoint): Delete macro.
3575         (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3576         (remote_mips_stopped_by_watchpoint): Delete declaration.
3577         (remote_mips_remove_watchpoint): Delete declaration.
3578         (remote_mips_set_watchpoint): Delete declaration.
3579         (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3580         * remote-mips.c (_initialize_remote_mips): Set
3581         "to_insert_watchpoint", "to_stopped_by_watchpoint",
3582         "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3583         (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3584         (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3585         (mips_stopped_by_watchpoint): Rename
3586         remote_mips_stopped_by_watchpoint.
3587         (mips_can_hardware_watchpoint): Rename
3588         remote_mips_can_use_hardware_watchpoint, update function
3589         signature.
3590
3591 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
3592
3593         * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3594         USER_DS.  We haven't given them a register number yet.
3595
3596         * amd64-nat.h: New file.
3597         * amd64-nat.c: New file.
3598         * amd64fbsd-nat.c: Include "amd64-nat.h".
3599         (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3600         (amd64fbsd32_r_reg_offset): New variable.
3601         (supply_gregset): Simply call amd64_supply_native_gregset.
3602         (fill_gregset): Rename `regno' to `regnum'.  Simply call
3603         amd64_collect_native_gregset.
3604         (fill_fpregset): Rename `regno' to `regnum'.
3605         (fetch_inferior_registers): Rename `regno' to `regnum'.  Replace
3606         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3607         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3608         `fpregset_t'.  Call amd64_supply_native_gregset instead of
3609         supply_gregset.  Call x86_64_supply_fxsave instead of
3610         supply_fpregset.
3611         (store_inferior_registers): Rename `regno' to `regnum'.  Replace
3612         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3613         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3614         `fpregset_t'.  Call amd64_collect_native_gregset instead of
3615         fill_gregset.  Call x86_64_collect_fxsave instead of
3616         fill_fpregset.
3617         (_initialize_am64fbsd_nat): Initialize
3618         amd64_native_gregset32_reg_offset and
3619         amd64_native_gregset64_reg_offset.
3620         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3621
3622         * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3623         null pointer.  Fix typo in comment.
3624
3625         * regcache.c (supply_register): Reimplement to call
3626         regcache_raw_supply.
3627         (regcache_collect): Reimplement by calling regcache_raw_collect.
3628
3629 2003-08-28  Mark Kettenis  <kettenis@gnu.org>
3630
3631         * regcache.c (register_buffer): Consitify first argument.
3632         (regcache_raw_supply, regcache_raw_collect): New
3633         functions.
3634
3635 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
3636
3637         * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET.  Suggested
3638         by Nathan J. Williams.
3639
3640 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
3641
3642         * lin-lwp.c (wait_lwp): New function, copied from
3643         stop_wait_callback.  Clean up.
3644         (stop_wait_callback): Use wait_lwp.
3645
3646 2003-08-28  Andrew Cagney  <cagney@redhat.com>
3647
3648         * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3649         flavour and disassembler options.
3650         (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3651         (mips_gdbarch_init): Set "print_insn".  Delete initialization of
3652         deprecated_tm_print_insn_info.
3653
3654 2003-08-27  Andrew Cagney  <cagney@redhat.com>
3655
3656         * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3657         Use target_read_memory.
3658         (s390_get_frame_info): Update.  Do not reference
3659         deprecated_tm_print_insn_info.
3660         (s390_check_function_end, s390_is_sigreturn): Ditto.
3661
3662 2003-08-27  Andrew Cagney  <cagney@redhat.com>
3663
3664         * Makefile.in (cris-tdep.o): Update dependencies.
3665         * cris-tdep.c: Include "gdb_assert.h".
3666         (cris_gdbarch_init): Set print_insn.
3667         (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3668         (cris_delayed_get_disassembler): Simplify, directly call the
3669         disassembler returned by cris_get_disassembler.
3670         * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3671         (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3672         * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3673         (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3674         * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3675         (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3676         * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3677         (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3678         * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3679         (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3680         * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3681         (gdb_print_insn_sparc): Delete function.
3682         (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3683         deprecated_tm_print_insn_info.
3684         * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3685         (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3686         (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3687         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3688         (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3689         * s390-tdep.c (gdb_print_insn_s390): Delete function.
3690         (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3691         (s390_gdbarch_init): Set print_insn.
3692
3693 2003-08-27  Andrew Cagney  <cagney@redhat.com>
3694
3695         * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3696         (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3697         * infcall.c (call_function_by_hand): Convert the entry point
3698         address into a code address.
3699
3700 2003-08-27  Andrew Cagney  <cagney@redhat.com>
3701
3702         * dsrec.c: Include "gdb_string.h".
3703         * Makefile.in (dsrec.o): Update dependencies.
3704
3705 2003-08-27  Michael Chastain  <mec@shout.net>
3706
3707         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3708
3709 2003-08-27  Andrew Cagney  <cagney@redhat.com>
3710
3711         * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3712         (alpha_osf1_init_abi): Do not set call_dummy_address.
3713
3714 2003-08-27  David Carlton  <carlton@kealia.com>
3715
3716         From Randolph Chung  <tausq@debian.org>:
3717         * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3718         compiles with -Wformat-nonliteral -Werror.
3719
3720 2003-08-26  Jim Blandy  <jimb@redhat.com>
3721
3722         * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3723         (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3724         bfd_lookup_symbol, since we only want symbols in code sections.
3725         (look_for_base): Pass zero as the SECT_FLAGS argument to
3726         bfd_lookup_symbol, since we're not concerned about which section
3727         the symbol is in.
3728
3729 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
3730
3731         * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3732         we are frameless or the return address register is already known.
3733
3734 2003-08-26  Andrew Cagney  <cagney@redhat.com>
3735
3736         * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3737         in size.  Add comments.
3738
3739 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
3740
3741         * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3742         (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3743
3744 2003-08-26  Jason Merrill  <jason@redhat.com>
3745
3746         * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3747         case out of #ifdef MIPS block.
3748
3749 2003-08-25  Daniel Jacobowitz  <drow@mvista.com>
3750
3751         PR java/1322
3752         * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3753         available before calling SECT_OFF_TEXT.
3754         * PROBLEMS: Remove description of java/1322.
3755
3756 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
3757
3758         * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3759         bof, and nat0-nat127 as pseudo-registers.
3760         (ia64_frame_cache): New struct used to cache frame info.
3761         (ia64_register_reggroup_p): New routine used to override default
3762         register grouping so registers without names are still saved and
3763         restored.
3764         (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3765         pseudo values.
3766         (ia64_pseudo_register_read): New routine to read pseudo-registers.
3767         (ia64_pseudo_register_write): New routine to write pseudo-registers.
3768         (ia64_alloc_frame_cache): New routine to create a new
3769         ia64_frame_cache.
3770         (examine_prologue): Change prototype to add next_frame pointer.
3771         Assume frameless until otherwise proven.  Verify that the cfm for
3772         current frame matches the cfm that should occur for the prologues
3773         alloc insn and if equal, mark as not frameless.  At end of routine,
3774         if not frameless, calculate registers for the previous frame and store
3775         in the cache, if a cache is provided.
3776         (ia64_skip_prologue):  Use new prototype when calling examine_prologue
3777         and pass 0 for next_frame.
3778         (ia64_store_return_value): Change to use convert_typed_floating()
3779         instead of calling ia64_convert_to_raw().
3780         (ia64_extract_return_value): Change to use convert_typed_floating()
3781         instead of calling ia64_convert_to_virtual().
3782         (ia64_frame_cache): New routine to support new frame model.
3783         (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3784         (ia64_frame_sniffer): Ditto.
3785         (ia64_sigtramp_frame_init_saved_regs): Ditto.
3786         (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3787         (ia64_sigtramp_frame_prev_register): Ditto.
3788         (ia64_sigtramp_frame_sniffer): Ditto.
3789         (ia64_frame_base_address): Ditto.
3790         (ia64_extract_struct_value_address): Change to issue error message.
3791         (ia64_frame_align): New routine to align sp.
3792         (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3793         (ia64_push_arguments): Removed.  Logic moved to
3794         ia64_push_dummy_call().
3795         (ia64_push_return_address): Ditto.
3796         (ia64_unwind_dummy_id): New function.
3797         (ia64_unwind_pc): Ditto.
3798         (ia64_convert_register_p): Ditto.
3799         (ia64_register_to_value): Ditto.
3800         (ia64_value_to_register): Ditto.
3801         (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3802         (ia64_register_byte, ia64_register_raw_size): Ditto.
3803         (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3804         (ia64_saved_pc_after_call): Ditto.
3805         (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3806         (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3807         (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3808         (ia64_register_convert_to_raw): Ditto.
3809         (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3810         (ia64_init_extra_frame_info): Ditto.
3811         (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3812         (ia64_gdbarch_init): Remove registering of deprecated functions that
3813         are no longer used.  Add registration of new gdbarch functions.
3814         Remove registering deprecated_write_sp.  Replace
3815         set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3816         Delete set_gdbarch_deprecated_register_convertible(),
3817         set_gdbarch_deprecated_register_convert_to_virtual(), and
3818         set_gdbarch_deprecated_register_convert_to_raw() calls.  Remove
3819         set_gdbarch_deprecated_register_size(),
3820         set_gdbarch_deprecated_register_bytes(),
3821         set_gdbarch_pcregnum(),
3822         set_gdbarch_deprecated_register_byte(),
3823         set_gdbarch_deprecated_register_raw_size(),
3824         set_gdbarch_deprecated_max_register_raw_size(),
3825         set_gdbarch_deprecated_register_virtual_size(),
3826         and set_gdbarch_deprecated_max_register_virtual_size() calls.
3827         Replace set_gdbarch_deprecated_extract_return_value() with
3828         set_gdbarch_extract_return_value().  Remove calls to:
3829         set_gdbarch_deprecated_saved_pc_after_call();
3830         set_gdbarch_deprecated_frame_chain(),
3831         set_gdbarch_deprecated_frame_saved_pc(),
3832         set_gdbarch_deprecated_frame_init_saved_regs(),
3833         set_gdbarch_deprecated_get_saved_register(),
3834         set_gdbarch_deprecated_call_dummy_words(),
3835         set_gdbarch_deprecated_sizeof_call_dummy_words(),
3836         set_gdbarch_deprecated_init_extra_frame_info(),
3837         set_gdbarch_deprecated_frame_args_address(),
3838         set_gdbarch_deprecated_frame_locals_address(),
3839         and set_gdbarch_deprecated_dummy_write_sp().
3840         Add set_gdbarch_convert_register_p(),
3841         set_gdbarch_register_to_value(),
3842         set_gdbarch_value_to_register(),
3843         set_gdbarch_push_dummy_call(),
3844         set_gdbarch_frame_align(),
3845         set_gdbarch_unwind_dummy_id(),
3846         set_gdbarch_unwind_pc(),
3847         frame_unwind_append_sniffer(),
3848         frame_unwind_append_sniffer(),
3849         and frame_base_set_default().
3850
3851 2003-08-25  Chris Demetriou  <cgd@broadcom.com>
3852
3853         * configure.tgt: Document need for special "mipsisa64" handling.
3854         (mipsisa64*-*-linux64): Handle as target linux64.
3855         (mipsisa64*-*-*): Handle as target embed64.
3856
3857 2003-08-18  Michael Chastain  <mec@shout.net>
3858
3859         * PROBLEMS: Document pr gdb/1322, the Java anonymous
3860         objfile bug.
3861
3862 2003-08-24  Mark Kettenis  <kettenis@gnu.org>
3863
3864         * i387-tdep.h: Update copyright date.
3865         (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3866
3867         * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3868         CFLAGS games to reflect reality.
3869
3870 2003-08-24  Andrew Cagney  <cagney@redhat.com>
3871
3872         * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3873         GDB_MULTI_ARCH is always non-zero.
3874         * osabi.c (_initialize_gdb_osabi): Ditto.
3875         (gdbarch_init_osabi): Ditto.
3876         * sparc-tdep.c: Ditto for #if code.
3877
3878 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
3879
3880         * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3881         Update comments.
3882         * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype.  Update
3883         comments.
3884         * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3885         x86_64_supply_fxsave.
3886         * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3887         x86_64_supply_fxsave.
3888         * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3889         x86_64_supply_fxsave.
3890
3891 2003-08-23  Andreas Jaeger  <aj@suse.de>
3892
3893         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3894         i387_supply_fxsave.
3895
3896 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
3897
3898         * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3899         i387_supply_register.
3900         (go32_fetch_registers): Adjust call to i387_supply_fsave.
3901         * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3902         i387_supply_fsave.
3903         (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3904         i387_supply_fxsave.
3905         * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3906         i387_supply_fsave.
3907         * i386bsd-nat.c (supply_fpregset): Adjust call to
3908         i387_supply_fsave.
3909         (fetch_inferior_registers): Remove extraneous whitespace.  Adjust
3910         call to i387_supply_fxsave.  Call i387_supply_fsave instead of
3911         supply_fpregset.
3912         (store_inferior_registers): Remove extraneous whitespace.  Call
3913         i387_fill_fsave instead of fill_fpregset.
3914         * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3915         (supply_fpregset): Likewise.
3916         * i386v4-nat.c (supply_fpregset): Adjust call to
3917         i387_supply_fsave.
3918         * i386-interix-nat.c (supply_fpregset): Adjust call to
3919         i387_supply_fsave.
3920         * i386-linux-nat.c (supply_fpregset): Adjust call to
3921         i387_supply_fsave.
3922         (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3923         * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3924         i387supply_fsave and i387_supply_fxsave.
3925         * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3926         Incorporate code from `i387_supply_register.
3927         (i387_supply_register): Remove.
3928         (i387_supply_fxsave): Add `regnum' argument.
3929         Update comments.
3930         * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3931         prototype.
3932         (i387_supply_register): remove prototype.
3933         Update comments.
3934
3935 2003-08-22  Michael Chastain  <mec@shout.net>
3936
3937         * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3938         Add lines for files in gdb/testsuite/gdb.cp/* that are
3939         still not 8.3 unique.
3940
3941 2003-08-22  Daniel Jacobowitz  <drow@mvista.com>
3942
3943         * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3944         TYPE_VPTR_FIELDNO is valid.
3945
3946 2003-08-19  Mark Kettenis  <kettenis@gnu.org>
3947
3948         * utils.c (set_width_command): Remove prototypes.
3949         (set_screen_size): New prototype.
3950         (init_page_info): Simplify by fetching the screen size from
3951         Readline.  Call set_screen_size.
3952         (set_screen_size): New function.
3953         (set_width): Add missing whitespace in comment.
3954         (set_width_command): Call set_screen_size.
3955         (set_height_command): New function.
3956         (initialize_utils): Fix formatting.  Make "set height" command
3957         call set_height_command.  Remove redundant code that turns off
3958         pagination if output isn't a terminal.  Remove redundant call to
3959         set_width_command.
3960
3961 2003-08-22  Mark Kettenis  <kettenis@gnu.org>
3962
3963         * sparc64-tdep.h (sparc64_regnum): Fix comment.
3964         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3965         (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3966         * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3967         `case' keyword.
3968         (sparc64_register_info): Give the reister with number
3969         SPARC64_STATE_REGNUM a name.
3970         (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3971         %asi and %ccr.
3972         (sparc64_push_dummy_call): Take BIAS into account when checking
3973         stcak alignment.
3974         (sparc_software_single_step): Remove assertions that check whether
3975         NPC and NNPC were zero.
3976         (sparc_supply_rwindow): Make public.  Merge functionality with
3977         sparc64_supply_rwindow.
3978         (sparc_fill_rwindow): Make public.  Merge functionality with
3979         sparc64_fill_rwindow.
3980         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3981         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3982         SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3983         * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3984         sparc_supply_rwindow instead of sparc64_supply_rwindow.
3985
3986         * reggroups.c: Add whitespace after declarations of local
3987         variables in functions.
3988
3989 2003-08-21  Michael Chastain  <mec@shout.net>
3990
3991         * gdbtypes.h: Change array bound type from an int to enum.
3992
3993 2003-08-21  Andrew Cagney  <cagney@redhat.com>
3994
3995         * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3996         * config/sparc/tm-sparc.h: Ditto.
3997         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3998         unconditionally.
3999         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4000
4001 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
4002
4003         * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4004         (register_objfile_data, set_objfile_data, objfile_data): New
4005         prototypes.
4006         * objfiles.c (objfile_alloc_data, objfile_free_data): New
4007         prototypes.
4008         (allocate_objfile): Call objfile_alloc_data.
4009         (free_objfile): Call objfile_free_data.
4010         (struct objfile_data): New.
4011         (struct objfile_data_registration): New.
4012         (struct objfile_data_registry): New.
4013         (objfile_data_registry): New variable.
4014         (register_objfile_data): New function.
4015         (objfile_alloc_data, objfile_free_data): New functions.
4016         (set_objfile_data, objfile_data): New functions.
4017         * dwarf2-frame.c (dwarf2_frame_data): New variable.
4018         (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4019         (_initialize_dwarf2_frame): New function and prototype.
4020
4021 2003-08-21  Andrew Cagney  <cagney@redhat.com>
4022
4023         * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4024         a specific architecture.
4025         * arch-utils.h (set_architecture_from_arch_mach): Delete
4026         declaration.
4027         (target_architecture_hook): Delete declaration.
4028         * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4029         (default_float_format): Assume GDB_MULTI_ARCH.
4030         (default_double_format): Assume GDB_MULTI_ARCH.
4031         (set_endian_from_file): Delete function.
4032         (arch_ok): Delete function.
4033         (set_arch): Delete function.
4034         (set_architecture_from_arch_mach): Delete function.
4035         (set_architecture_from_file): Delete function.
4036         (set_architecture): Assume GDB_MULTI_ARCH.
4037         (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4038
4039 2003-08-21  Mark Kettenis  <kettenis@gnu.org>
4040
4041         Rewrite FreeBSD/sparc64 native configuration.
4042         * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4043         * sparc64fbsd-nat.c: New file.
4044         * sparc64fbsd-tdep.c: New file.
4045         * sparc64-tdep.c sparc64-tdep.h: New files.
4046         * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4047         sparc64fbsd-tdep.o): New dependencies.
4048         (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4049         and sparc64fbsd-tdep.c.
4050         (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4051         * config/sparc/fbsd.mh: Remove copyright notice.
4052         (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4053         sparcbsd-nat.o.
4054         * config/sparc/fbsd.mt: Remove copyright notice.
4055         (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4056         solib-legacy.o.  Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4057         * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4058         (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4059         PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4060         regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4061         fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4062         * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4063         "sparc/tm-sp64.h".
4064         (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4065         (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4066
4067 2003-08-21  Michael Chastain  <mec@shout.net>
4068
4069         * symtab.h: Add doco on the space critical structures and
4070         some measurements of space usage.
4071
4072 2003-08-21  Michael Snyder  <msnyder@redhat.com>
4073
4074         * tracepoint.c (trace_dump_command): Trace break address
4075         is subject to DECR_PC_AFTER_BREAK.
4076         (set_traceframe_context): Make "trace_line" an int.
4077         Fixes suggested by Mark Newman  <mark.newman@lmco.com>
4078
4079 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4080
4081         * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4082         * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4083         FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4084         argument passing.
4085         (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4086         functions, replace sh_push_dummy_call.
4087         (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4088
4089 2003-08-20  Michael Chastain  <mec@shout.net>
4090
4091         * gdbtypes.h (struct main_type): Rearrange to save space.
4092
4093 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4094
4095         * trad-frame.c: Comment typo fix.
4096
4097 2003-08-20  Michael Snyder  <msnyder@redhat.com>
4098             Kevin Buettner  <kevinb@redhat.com>
4099
4100         * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4101         (frv_frame_init_saved_regs): Add declaration.
4102         (frame_extra_info): Add new field ``saved_regs''.
4103         (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4104         (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4105         Update frame related code.
4106         (frv_extract_struct_value_address): Adjust formatting.
4107         * Makefile.in (frv-tdep.o): Update dependencies.
4108         * config/frv/tm-frv.h (target_insert_watchpoint)
4109         (target_remove_watchpoint, target_insert_hw_breakpoint)
4110         (target_remove_hw_breakpoint): Delete these macros.
4111         (remote_insert_watchpoint, remote_remove_watchpoint)
4112         (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4113         these declarations.
4114
4115 2003-08-20  Michael Chastain  <mec@shout.net>
4116
4117         * defs.h (ENUM_BITFIELD): New macro.
4118         * symtab.h (ENUM_BITFIELD): Use it.
4119         (BYTE_BITFIELD): Remove old macro, which was already disabled.
4120
4121 2003-08-19  Shrinivas Atre <shrinivasa@kpitcummins.com>
4122
4123         * MAINTAINERS (write after approval): Add myself.
4124
4125 2003-08-18  Andrew Cagney  <cagney@redhat.com>
4126
4127         * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4128         * gdbarch.h, gdbarch.c: Re-generate.
4129         * infcall.c (call_function_by_hand): Adjust the SP by
4130         frame_red_zone_size before allocating any stack space.
4131         * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4132         * x86-64-tdep.c (x86_64_frame_align): New function.
4133         (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4134
4135         * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4136         Remove code adjusting SP so that it skips over the Red Zone.
4137
4138 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4139
4140         * NEWS (New native configurations): Mention FreeBSD/amd64.
4141
4142 2003-08-18  Andrew Cagney  <cagney@redhat.com>
4143
4144         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4145         "dwarf2_build_frame_info".  Append "m68k_frame_sniffer" instead of
4146         "m68k_frame_p".
4147         (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4148
4149 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4150
4151         * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4152
4153 2003-08-18  Michal Ludvig  <mludvig@suse.cz>
4154
4155         * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4156         Define.
4157         * i386-linux-nat.c: Include "linux-nat.h".
4158         (child_post_startup_inferior): New function.
4159
4160 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4161
4162         * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4163         at the start of a frameless function.  This probably fixes PR
4164         backtrace/1338.
4165
4166 2003-08-17  Michael Chastain  <mec@shout.net>
4167
4168         * symfile.c (find_sym_fns): Remove special case for apollo target.
4169
4170 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4171
4172         * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4173         (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4174         (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4175         (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4176         (linux_supports_tracevforkdone): New function.
4177         (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4178         TRACEVFORKDONE.
4179         (child_follow_fork): Handle vfork.
4180         (linux_handle_extended_wait): Likewise.  Also handle exec.
4181         (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4182         * NEWS: Mention fork tracing.
4183
4184 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4185
4186         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4187
4188 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4189
4190         * Makefile.in (i386-linux-nat.o): Update dependencies.
4191         * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4192         * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4193         (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4194         * i386-linux-nat.c: Include "linux-nat.h".
4195         (child_post_startup_inferior): New function.
4196         * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4197         * infptrace.c (kill_inferior): Wrap in #ifdef.
4198         * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4199         attaching to each LWP.
4200         (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4201         (init_lin_lwp_ops): Fill in some more operations.
4202         * linux-nat.h (linux_enable_event_reporting)
4203         (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4204         prototypes.
4205         * linux-nat.c (linux_enable_event_reporting): New function.
4206         (child_post_attach, linux_child_post_startup_inferior)
4207         (child_post_startup_inferior, child_follow_fork)
4208         (linux_handle_extended_wait, kill_inferior): New functions.
4209
4210 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4211
4212         * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4213         * gdbarch.h, gdbarch.c: Re-generate.
4214
4215 2003-08-16  Mark Kettenis  <kettenis@gnu.org>
4216
4217         * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4218
4219 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4220
4221         * NEWS: Mention that "set prompt-escape-char" was deleted.
4222         * top.c (get_prompt_1): Delete function.
4223         (gdb_prompt_escape):
4224         (init_main): Do not clear "gdb_prompt_escape".  Delete "set
4225         prompt-escape-char" command.
4226         (MAX_PROMPT_SIZE): Delete macro.
4227         (get_prompt): Simplify, do not call get_prompt_1.
4228
4229 2003-08-16  Andrew Cagney  <cagney@redhat.com>
4230
4231         * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4232         -Werror.  -Wformat-nonliteral problems.
4233
4234 2003-08-15  J. Brobecker  <brobecker@gnat.com>
4235
4236         Further multiarching work mostly for hppa64-*-hpux11:
4237         * hppa-tdep.h: New file.
4238         * hppa-tdep.c: #include hppa-tdep.c.
4239         (hppa32_num_regs): Renamed from hppa_num_regs.
4240         (hppa64_num_regs): New constant.
4241         (hppa64_call_dummy_breakpoint_offset): New constant.
4242         (hppa32_call_dummy_length): New constant.
4243         (hppa64_call_dummy_length): New constant.
4244         (hppa32_stack_align): Make name 32bit explicit.
4245         (hppa32_register_virtual_type): Likewise.
4246         (hppa32_extract_return_value): Likewise.
4247         (hppa32_use_struct_convention): Likewise.
4248         (hppa32_store_return_value): Likewise.
4249         (hppa64_register_virtual_type): New function.
4250         (hppa64_extract_return_value): New function.
4251         (hppa64_use_struct_convention): New function.
4252         (hppa64_store_return_value): New function.
4253         (hppa_frame_locals_address): Remove declaration, function does
4254         not exist anymore.
4255         (hppa_register_byte): Add support for PA64 ABI.
4256         (hppa_gdbarch_init): Add support for PA64 ABI.
4257         * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4258         Make name 32bit explicit.
4259         (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4260         (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4261         (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4262         (hppa64_hpux_frame_base_before_sigtramp): New function.
4263         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4264         * config/pa/tm-hppa64.h: Remove macros that are no longer
4265         necessary now that the gdbarch vector is properly setup.
4266         Transform some macros into function calls. Some minor cleanup.
4267         * config/pa/tm-hppah.h: Update function calls in macros
4268         following the function renaming in hppa-hpux-tdep.c.
4269         * Makefile.in (hppa_tdep_h): New variable.
4270         (hppa-tdep.o): Add dependency over hppa_tdep_h.
4271
4272 2003-08-14  Michael Snyder  <msnyder@redhat.com>
4273
4274         * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4275
4276 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4277
4278         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4279         bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4280         routine.
4281
4282 2003-08-13  Michael Snyder  <msnyder@redhat.com>
4283
4284         * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4285         (frv_saved_pc_after_call): Use deprecated ftype.
4286         (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4287         (frv_remote_translate_xfer_address): Remove.
4288         (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4289
4290 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4291
4292         * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4293         initialization after the common gdbarch initialization, not before.
4294
4295 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4296
4297         * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4298         (ADDR_BITS_REMOVE): Remove, redundant.
4299
4300 2003-08-13  J. Brobecker  <brobecker@gnat.com>
4301
4302         * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4303         gdbarch method to clear the 2 low bits of text addresses.
4304
4305 2003-08-12  Andrew Cagney  <cagney@redhat.com>
4306
4307         * Makefile.in (dsrec.o): Update dependencies.
4308         * dsrec.c: Include "gdb_assert.h".
4309         (make_srec): Use snprintf instead of sprintf, use a literal format
4310         string.
4311
4312 2003-08-12  Andrew Cagney  <cagney@redhat.com>
4313
4314         * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4315         FRAME_OBSTACK_ZALLOC.
4316
4317 2003-08-12  Kevin Buettner  <kevinb@redhat.com>
4318
4319         * i386-tdep.c (i386_gdbarch_init): Enable default support for
4320         SSE registers.
4321
4322 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4323
4324         * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4325         amd64fbsd_sc_reg_offset): Add extern declarations.
4326         * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4327         declarations.
4328
4329 2003-08-11  Ben Elliston  <bje@wasabisystems.com>
4330
4331         * MAINTAINERS (write after approval): Update my mail address.
4332
4333 2003-08-10  Andrew Cagney  <cagney@redhat.com>
4334
4335         * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4336
4337 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4338
4339         * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4340         i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4341         i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4342         i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4343         i386bsd_sc_reg_offset): Add extern declarations.
4344         * i386obsd-nat.c: Include "i386-tdep.h"
4345         (_initialize_i386obsd_nat): Remove extern declarations.
4346         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4347         declarations.
4348         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4349         declarations.
4350
4351         * i386-tdep.c (i386_register_to_value): Use get_frame_register
4352         instead of frame_read_register.
4353         (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4354         instead of frame_read_register.  Use I386_ESP_REGNUM instead of
4355         SP_REGNUM.
4356         (i386_frame_prev_register): Use frame_unwind_register_unsigned
4357         instead of frame_unwind_unsigned_register.  Use
4358         I386_EFLAGS_REGISTER instead of PS_REGNUM.
4359         (i386_get_longjmp_target): Use regcache_read_unsigned_register
4360         instead of read_register.  Use builtin_type_void_data_ptr instead
4361         of builtin_type_void_func_ptr when extracting the address of the
4362         jmp_buf.
4363         (i386_extract_return_value, i386_store_return_value,
4364         i386_pseudo_register_read, i386_pseudo_register_write): Use
4365         register_size instead REGISTER_RAW_SIZE.
4366
4367 2003-08-10  Andrew Cagney  <cagney@redhat.com>
4368
4369         * infcall.c (call_function_by_hand): Use xstrprintf instead of
4370         sprintf.  Make "name" constant.
4371
4372 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4373
4374         * i387-tdep.c (i387_register_to_value): Use get_frame_register
4375         instead of frame_read_register.
4376         (i387_print_float_info): Use get_frame_register and
4377         get_frame_register_unsigned instead of frame_register_read.
4378
4379         * i386fbsd-nat.c: Include "i386-tdep.h".
4380         (child_resume): Make `eflags' an ULONGEST.  Use
4381         regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4382         instead of register_read and register_write.
4383
4384         * i386bsd-nat.c (fetch_inferior_registers,
4385         store_inferior_registers): Don't use && at the end of a line.
4386         (_initialize_i386bsd_nat): Fix typo.
4387
4388         * frame.c (_initialize_frame): Add missing backslash.
4389
4390         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4391         * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4392         and supply_register instead of manipulating the register buffer
4393         directly.
4394
4395         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4396         * config/i386/nm-i386sol2.h
4397         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4398
4399         Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4400         * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4401         instructions that GCC likes to mingle into the prologue.  Fixes
4402         gdb/1253 and gdb/1255.
4403
4404 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4405
4406         Fix GDB PR cli/926.
4407         * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4408         * command.h (add_setshow_uinteger_cmd): Declare.
4409         * frame.c (set_backtrace_cmd): New function.
4410         (show_backtrace_cmd): New function.
4411         * frame.c (_initialize_frame): Replace "set/show
4412         backtrace-below-main" with "set/show backtrace past-main".  Add
4413         command "set/show backtrace limit".
4414         (backtrace_past_main): Rename "backtrace_below_main".
4415         (backtrace_limit): New variable.
4416         (get_prev_frame): Update.  Check the backtrace_limit.
4417
4418 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4419
4420         * defs.h (xstrprintf): Declare.
4421         * utils.c (xstrprintf): New function.
4422         * breakpoint.c (insert_breakpoints): Replace sprintf and
4423         non-literal format strings, with xstrprintf and cleanups.
4424         (delete_breakpoint,breakpoint_re_set): Ditto.
4425         (commands_command, insert_breakpoints): Ditto.
4426         (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4427         (break_at_finish_command_1): Ditto.
4428
4429 2003-08-09  Andrew Cagney  <cagney@redhat.com>
4430
4431         * MAINTAINERS (language support): List Adam Fedor as Objective C
4432         maintainer.
4433
4434 2003-08-08  J. Brobecker  <brobecker@gnat.com>
4435
4436         * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4437         are now multiarched.
4438
4439 2003-08-08  J. Brobecker  <brobecker@gnat.com>
4440
4441         * config/pa/tm-hppa64.h: Remove lots of macros that are no
4442         longer necessary now that hppa64 is partially multiarch'ed.
4443
4444 2003-08-08  Andrew Cagney  <cagney@redhat.com>
4445
4446         * interps.c (interp_set): Check for a NULL "old_interp".
4447
4448 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
4449
4450         * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4451         (install-only): Support DESTDIR.
4452         (uninstall): Likewise.
4453         (install-gdbtk): Likewise.
4454
4455 2003-08-08  Elena Zannoni  <ezannoni@redhat.com>
4456
4457         * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4458         contains something meaningful at all times.
4459
4460 Fri Aug  8 00:28:46 UTC 2003  Brendan Conoboy  <blc@redhat.com>
4461
4462         * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4463
4464 Fri Aug  8 00:28:38 UTC 2003  Brendan Conoboy  <blc@redhat.com>
4465
4466         * MAINTAINERS (write after approval): Added self.
4467
4468 2003-08-07  Andrew Cagney  <cagney@redhat.com>
4469
4470         * inferior.h (AT_SYMBOL): Define.
4471         * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4472         * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4473         * mips-tdep.c (mips_call_dummy_address): Delete function.
4474         (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4475         set call_dummy_address.
4476
4477 2003-08-07  Andrew Cagney  <cagney@redhat.com>
4478
4479         * language.c (op_error): Delete function.
4480         (binop_type_check): Delete function.
4481         * language.h (type_op_error, range_op_error): Delete macros.
4482         (op_error): Delete declaration.
4483
4484 2003-08-07  Andrew Cagney  <cagney@redhat.com>
4485
4486         * interps.h (INTERP_MI2, INTERP_MI3): Define.
4487
4488 2003-08-07  Michal Ludvig  <mludvig@suse.cz>
4489
4490         * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4491         (x86_64_push_arguments): Skip the red zone.
4492
4493 2003-08-05  Andrew Cagney  <cagney@redhat.com>
4494
4495         * reggroups.c (reggroup_next): Check for the final entry.
4496
4497 2003-08-04  Andrew Cagney  <cagney@redhat.com>
4498
4499         * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4500         * cli/cli-script.c (define_command): Call query directly, instead
4501         of passing it a buffer.
4502         * ocd.c (ocd_error): Pass error a constant format string.
4503         * remote-mips.c (mips_error): Use fputs_filtered.
4504
4505         * solib-svr4.c (_initialize_svr4_solib): Update
4506         register_gdbarch_data call.
4507         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4508
4509         * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4510         (register_gdbarch_data): Delete "free" parameter.  Update
4511         comments.
4512         * gdbarch.h, gdbarch.c: Re-generate.
4513         * reggroups.c (_initialize_reggroup): Update.
4514         * gnu-v3-abi.c (init_gnuv3_ops): Update.
4515         * frame-base.c (_initialize_frame_base): Update.
4516         * frame-unwind.c (_initialize_frame_unwind): Update.
4517         * user-regs.c (_initialize_user_regs): Update.
4518         * remote.c (_initialize_remote): Update.
4519         * regcache.c (_initialize_regcache): Update.
4520
4521         * regcache.c (xfree_regcache_descr): Delete function.
4522         (_initialize_regcache): Update call to register_gdbarch_data.
4523         (init_regcache_descr, init_legacy_regcache_descr): Use
4524         GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4525
4526         * remote.c (free_remote_state): Delete function.
4527         (_initialize_remote): Update register_gdbarch_data.
4528         (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4529         GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4530
4531 2003-08-04  Andrew Cagney  <cagney@redhat.com>
4532
4533         * reggroups.c (struct reggroup_el): Define.
4534         (struct reggroups): Delete field "nr_group".  Replace array
4535         "group" with a "first" to "last" linked list.
4536         (reggroups_init): Update.  Allocate using gdbarch's obstack.
4537         (reggroups_free): Delete function.
4538         (add_group): Update.  Add "el" parameter.
4539         (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4540         (default_groups): Update.
4541         (reggroup_next): Replace reggroups.
4542         (reggroups_dump): Update.
4543         (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4544         * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4545         * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4546
4547 2003-08-04  Daniel Jacobowitz  <drow@mvista.com>
4548
4549         * Makefile.in (tui-interp.o): Update dependencies.
4550
4551 2003-08-04  David Carlton  <carlton@kealia.com>
4552
4553         * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4554         to internal_error call.
4555         * source.c (forward_search_command): Add "%s" format argument.
4556         (reverse_search_command): Ditto.
4557         * top.c (quit_confirm): Ditto.
4558         * cli/cli-setshow.c (do_setshow_command): Ditto.
4559         * cp-valprint.c (cp_print_class_method): Replace
4560         {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4561         (cp_print_class_member): Ditto.
4562         * event-top.c (command_line_handler): Ditto.
4563         * linux-proc.c (linux_info_proc_cmd): Ditto.
4564         * p-typeprint.c (pascal_type_print_base): Ditto.
4565         * p-valprint.c (pascal_object_print_class_method): Ditto.
4566         (pascal_object_print_class_member): Ditto.
4567         * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4568         * remote.c (remote_cisco_section_offsets): Ditto.
4569         * top.c (command_line_input): Ditto.
4570         * utils.c (vwarning,error_stream,quit): Ditto.
4571         * valprint.c (print_floating,print_binary_chars)
4572         (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4573
4574 2003-08-04  Andrew Cagney  <cagney@redhat.com>
4575
4576         * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4577
4578 2003-08-02  Andrew Cagney  <cagney@redhat.com>
4579
4580         * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4581         gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4582         amd64fbsd-nat.c.
4583
4584 2003-08-02  Andrew Cagney  <cagney@redhat.com>
4585
4586         * Makefile.in: Update all dependencies and definitions.
4587
4588 2003-08-02  Adam Fedor  <fedor@gnu.org>
4589
4590         * linespec.c (is_objc_method_format): New function
4591         (decode_line_1, locate_first_half): Use it.
4592         Fixes PR objc/1298
4593
4594 2003-08-01  Andrew Cagney  <cagney@redhat.com>
4595
4596         * NEWS: Mention that m32r is multi-arch.
4597         From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4598         * configure.tgt: Recognize m32r-*-*.
4599         * config/m32r/tm-m32r.h: Delete file.
4600         * config/m32r/m32r.mt: New file.
4601         * m32r-rom.c (m32r_upload_command): Use hostent only when
4602         gethostname succeeds, in order to avoid a compilation
4603         warning.
4604         * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4605         compiler warning.
4606
4607 2003-08-01  Michael Snyder  <msnyder@redhat.com>
4608
4609         * sh-tdep.c (sh_frame_align): New gdbarch method.
4610         (sh_gdbarch_init): Set up frame_align method.
4611
4612 2003-07-31  Michael Snyder  <msnyder@redhat.com>
4613
4614         * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4615         which is already covered by the new frames infrastructure.
4616
4617 2003-07-31  Andrew Cagney  <cagney@redhat.com>
4618
4619         * user-regs.c (struct user_reg): Add "next" link.
4620         (struct user_regs): Replace "user" with "first" and "last" links.
4621         (append_user_reg): Add pre-allocated "reg" parameter.
4622         (builtin_user_regs): Provide initial value for "last".
4623         (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4624         (user_regs_init): Allocate memory from the gdbarch obstack.
4625         (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4626         (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4627         linked list.
4628         (usernum_to_user_reg): New function.
4629         (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4630         (value_of_user_reg): Use usernum_to_user_reg.
4631         (user_regs_free): Delete function.
4632         (_initialize_user_regs): Update register_gdbarch_data call.
4633
4634 2003-07-31  Daniel Jacobowitz  <drow@mvista.com>
4635
4636         * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4637
4638 2003-07-30  Michael Snyder  <msnyder@redhat.com>
4639
4640         * value.h (value_being_returned): Add a struct_addr argument.
4641         * infcall.c (call_function_by_hand): Pass struct_addr to
4642         value_being_returned.
4643         * infcmd.c (print_return_value): Pass zero as struct_addr.
4644         * values.c (value_being_returned): If struct_addr is passed,
4645         use it instead of trying to recover it from the inferior.
4646
4647 2003-07-30  Kevin Buettner  <kevinb@redhat.com>
4648
4649         * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4650         the prologue analyzer won't need to attempt to extract the pc
4651         value from the woefully incomplete dummy frame.
4652         (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4653         possible.  Disable code which modifies the frame.
4654
4655 2003-07-28  Andrew Cagney  <cagney@redhat.com>
4656
4657         * annotate.c (annotate_breakpoints_headers): Restrict annotation
4658         to level 2.
4659         (annotate_breakpoints_table, annotate_record): Ditto.
4660         (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4661         (annotate_field_name_end, annotate_field_value): Ditto.
4662         (annotate_field_end, annotate_frame_source_begin): Ditto.
4663         (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4664         (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4665         (annotate_frame_begin, annotate_frame_function_name): Ditto.
4666         (annotate_frame_address_end, annotate_frame_address): Ditto.
4667         (annotate_frame_args, annotate_frame_end): Ditto.
4668         (annotate_frame_where, annotate_arg_begin): Ditto.
4669         (annotate_arg_name_end, annotate_arg_value): Ditto.
4670         (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4671         (annotate_function_call, annotate_signal_name): Ditto.
4672         (annotate_signal_string, annotate_signal_name_end): Ditto.
4673         (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4674         (annotate_value_begin, annotate_value_history_value): Ditto.
4675         (annotate_value_history_end, annotate_value_end): Ditto.
4676         (annotate_display_begin, annotate_display_number_end): Ditto.
4677         (annotate_display_format, annotate_display_expression): Ditto.
4678         (annotate_display_expression_end, annotate_display_value): Ditto.
4679         (annotate_display_end, annotate_array_section_begin): Ditto.
4680         (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4681         (annotate_elt, annotate_array_section_end): Ditto.
4682
4683 2003-07-28  Andrew Cagney  <cagney@redhat.com>
4684
4685         * regcache.c (struct regcache_descr): Update comments on
4686         nr_raw_registers.
4687         (init_legacy_regcache_descr): Don't set nr_raw_registers or
4688         sizeof_raw_register_valid_p.
4689         (init_regcache_descr): Set nr_raw_registers and
4690         sizeof_raw_register_valid_p before calling
4691         init_legacy_regcache_descr.
4692
4693 2003-07-28  Andrew Cagney  <cagney@redhat.com>
4694
4695         * mips-tdep.c (print_gp_register_row): Print the GPR's register
4696         MOD NUM_REGS.
4697
4698 2003-07-28  Daniel Jacobowitz  <drow@mvista.com>
4699
4700         * thread.c (info_threads_command): Use get_selected_frame ().
4701         Check that there is at least one non-sentinel frame.
4702
4703 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
4704
4705         * m68hc11-tdep.c (struct frame_extra_info): Remove.
4706         (m68hc11_pop_frame): Remove.
4707         (m68hc11_frame_saved_pc): Remove.
4708         (m68hc11_frame_chain): Remove.
4709         (m68hc11_frame_init_saved_regs): Remove.
4710         (m68hc11_init_extra_frame_info): Remove.
4711         (m68hc11_store_struct_return): Remove.
4712         (m68hc11_saved_pc_after_call): Remove.
4713
4714 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
4715
4716         * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4717         frame unwind information.
4718         (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4719         and adapted for frame unwinding.
4720         (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4721         (m68hc11_unwind_pc): New function.
4722         (m68hc11_frame_unwind_cache): New function to analyze frames.
4723         (m68hc11_frame_this_id): New function to create new frame struct.
4724         (m68hc11_frame_prev_register): New function to unwind a register from
4725         the frame.
4726         (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4727         (m68hc11_frame_p): New function for the above.
4728         (m68hc11_frame_base_address): New function to return fp of frame.
4729         (m68hc11_frame_args_address): Update for frame.
4730         (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4731         (m68hc11_unwind_sp): New function.
4732         (m68hc11_unwind_dummy_id): New function.
4733         (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4734         calls.
4735
4736 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
4737
4738         * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4739         (m68hc11_guess_from_prologue): Advance the pc and frame size only
4740         when we are beyond the current pc.
4741
4742 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
4743
4744         * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4745         from m68hc11_push_arguments.
4746         (m68hc11_push_arguments): Remove.
4747         (m68hc11_push_return_address): Remove.
4748         (m68hc11_gdbarch_init): Install the above; remove above deprecated
4749         handlers; remove deprecated_extra_stack_alignment_needed.
4750
4751 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4752
4753         * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4754         * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4755         REAL_PC and not the pointer.
4756         * hppa-hpux-tdep.c: Include frame.h
4757
4758 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4759
4760         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4761         GDB_MULTI_ACH_PARTIAL.
4762
4763 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4764
4765         Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4766         * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4767         operator at start and not end of line.
4768         (decode_prologue): Ditto.
4769         (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4770         frame_unwind_register_unsigned instead of
4771         frame_unwind_unsigned_register.
4772         (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4773         read_register.
4774         (m32r_push_dummy_call): Use register_size instead of
4775         REGISTER_RAW_SIZE.
4776         (m32r_frame_sniffer): Replace m32r_frame_p.
4777         (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4778         * m32r-rom.c (report_transfer_performance): Delete extern
4779         declaration.
4780         (m32r_load, m32r_upload_command): Use print_transfer_performance
4781         instead of report_transfer_performance.
4782         (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4783         / add_show_from_set.
4784
4785 2003-07-26  Andrew Cagney  <cagney@redhat.com>
4786
4787         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4788         store_return_value and extract_struct_value_address.
4789
4790 2003-07-26  Daniel Jacobowitz  <drow@mvista.com>
4791
4792         PR c++/1267
4793         * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4794         NULL, default to the section containing PC.
4795
4796 2003-07-24  Stephane Carrez  <stcarrez@nerim.fr>
4797
4798         * NEWS: Mention "regs" deprecated for m68hc11 too.
4799
4800         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4801         (m68hc11_print_register): New function to print out one register.
4802         (m68hc11_print_registers_info): New function to print registers.
4803         (show_regs): Deprecate and use the above.
4804         (m68hc11_gdbarch_init): Install the print_registers_info.
4805
4806 2003-07-24  Jeff Johnston  <jjohnstn@redhat.com>
4807
4808         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4809         that we have a SIGTRAP before returning non-zero.
4810
4811 2003-07-23  Michal Ludvig  <mludvig@suse.cz>
4812             Elena Zannoni  <ezannoni@redhat.com>
4813
4814         * linespec.c (decode_line_2): Avoid crash if
4815         find_function_start_sal() returns empty record.
4816
4817 2003-07-23  Andreas Schwab  <schwab@suse.de>
4818
4819         * ia64-tdep.c (ia64_print_insn): New function.
4820         (ia64_gdbarch_init): Set print_insn to it.
4821         (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4822         deprecated_tm_print_insn_info.
4823
4824 2003-07-22  Michael Snyder  <msnyder@redhat.com>
4825
4826         * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4827         handle 8-bit returns (long long).
4828         (h8300h_extract_return_value): Ditto.
4829         (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4830
4831 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4832
4833         * gdbarch.c Include "gdb_obstack.h".
4834         (struct gdbarch): Add an "obstack".
4835         (alloc_gdbarch_data): Allocate the gdbarch data using
4836         GDBARCH_OBSTACK_CALLOC.
4837         (free_gdbarch_data): Delete function.
4838         (gdbarch_obstack_zalloc): New function.
4839         (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4840         Assert that the architecture is not initialized.
4841         (gdbarch_alloc): Allocate an obstack, allocate the architecture
4842         vector from the obstack.
4843         (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4844         architecture obstack.
4845         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4846         (set_gdbarch_data): Assert that the data is not initialized.
4847         (struct gdbarch_data): Delete member "free".
4848         (register_gdbarch_data): Do not initialize "free".
4849         * gdbarch.h, gdbarch.c: Re-generate.
4850
4851 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4852
4853         * configure.in (build_warnings): Add -Wformat-nonliteral.
4854         * configure: Re-generate.
4855
4856 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4857
4858         * dwarf2loc.c (locexpr_describe_location): Fix typos.
4859
4860 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4861
4862         * findvar.c (read_var_value): Remove case for thread local storage
4863         variables.  It is now entirely handled by the dwarf2 location
4864         expression code.
4865         * printcmd.c (address_info): Ditto.
4866         * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4867         enumeration value.
4868         (struct symbol): Remove objfile field, which was used by
4869         LOC_THREAD_LOCAL_STATIC only.
4870         * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4871         * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4872         usage of objfile pointer.
4873         * dwarf2loc.c (locexpr_describe_location): Add case to handle
4874         thread local variables.
4875         Add include of objfiles.h.
4876         * dwarf2expr.c (execute_stack_op): Add comments about thread local
4877         storage variables.
4878         * Makefile.in (dwarf2loc.o): Update dependencies.
4879
4880 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4881
4882         * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4883         get_frame_base.
4884         (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4885         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4886         (struct value): Add opaque declaration.
4887         (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4888
4889 2003-07-21  Andrew Cagney  <cagney@redhat.com>
4890
4891         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4892         * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4893
4894 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
4895
4896         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4897         regcache_cooked_read_unsigned instead of read_register.
4898         (m68hc11_saved_pc_after_call): Likewise.
4899         (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4900         instead of write_register.
4901         (m68hc11_register_type): New function.
4902         (m68hc11_register_virtual_type): Remove.
4903         (m68hc11_store_return_value): Convert to use the regcache.
4904         (m68hc11_extract_struct_value_address): Likewise.
4905         (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4906         m68hc11_register_type; undeprecate store_return_value and
4907         extract_struct_value_address.
4908
4909 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
4910
4911         * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4912         and translate to use regcache.
4913         (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4914
4915 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4916
4917         * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4918         * gdbarch.h, gdbarch.c: Re-generate.
4919         * i386-tdep.c (i386_gdbarch_init): Do not set
4920         DWARF2_BUILD_FRAME_INFO.
4921         * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4922         unconditionally.
4923         * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4924         DWARF2_BUILD_FRAME_INFO.
4925
4926 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4927
4928         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4929         * disasm.c (gdb_disassemble_info): Initilize di.arch.
4930
4931 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4932
4933         * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4934         frame_unwind_address_in_block, instead of frame_pc_unwind.
4935         (dwarf2_frame_cache): Ditto.
4936
4937 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4938
4939         * user-regs.h (struct gdbarch): Declare opaque.
4940         * ui-out.h (struct ui_file): Declare opaque.
4941         * dwarf2-frame.h (struct frame_info): Declare opaque.
4942
4943 2003-07-18  Kris Warkentin  <kewarken@qnx.com>
4944
4945         * nto-procfs.c: Clean ARI hits.  Change #include <..> to
4946         #include "...".
4947         (procfs_meminfo): Change strerror to safe_strerror.
4948         (procfs_can_run): Remove K&R badness.
4949
4950 2003-07-17  Michael Snyder  <msnyder@redhat.com>
4951
4952         * remote-sim.c: Comment typo fix.
4953
4954 2003-07-17  Andrew Cagney  <cagney@redhat.com>
4955
4956         * defs.h (GDB_MULTI_ARCH): Delete conditional define.  Handled by
4957         configure.
4958         * sparc-tdep.c (sparc_intreg_size): Make non-static.
4959         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4960         GDB_MULTI_ARCH_PARTIAL.
4961
4962 2003-07-17  Elena Zannoni  <ezannoni@redhat.com>
4963
4964         * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4965         * x86-64-linux-nat.c (ps_get_thread_area): New function.  Add
4966         include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4967
4968 2003-07-16  Theodore A. Roth  <troth@openavr.org>
4969
4970         * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4971         found.
4972         (avr_frame_unwind_cache): Don't unwind FP for main.
4973         Update a comment.
4974         Save the computed prev_sp.
4975         (avr_saved_regs_unwinder): Remove function.
4976         (avr_frame_prev_register): Use PC unwind logic from
4977         avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4978
4979 2003-07-16  Andrew Cagney  <cagney@redhat.com>
4980
4981         * frame-base.h (frame_base_p_ftype): Delete definition.
4982         (frame_base_append_predicate): Delete declaration.
4983         * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4984         (frame_unwind_append_predicate): Delete declaration.
4985         * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4986         (append_predicate): Delete parameter "p".
4987         (frame_unwind_append_predicate): Delete function.
4988         (frame_unwind_append_sniffer): Update call to append_predicate.
4989         (frame_unwind_free): Delete function.
4990         (_initialize_frame_unwind): Pass NULL as "free" to
4991         register_gdbarch_data.
4992         (frame_unwind_init): Append the dummy_frame_sniffer.
4993         (frame_unwind_find_by_frame): Simplify.
4994         * frame-base.c (struct frame_base_table): Delete field "p".
4995         (append_predicate): Delete parameter "p".
4996         (frame_base_append_predicate): Delete function.
4997         (frame_base_append_sniffer): Update call to append_predicate.
4998         (frame_base_free): Delete function.
4999         (frame_base_find_by_frame): Simplify.
5000         (_initialize_frame_base): Pass NULL as "free" to
5001         register_gdbarch_data.
5002         * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5003         (x86_64_sigtramp_frame_sniffer): Replace
5004         "x86_64_sigtramp_frame_p".
5005         (x86_64_init_abi): Set the frame unwind sniffers.
5006         * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5007         (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5008         (m68k_gdbarch_init): Set the frame unwind sniffers.
5009         * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5010         "i386_sigtramp_frame_p".
5011         (i386_frame_sniffer): Replace "i386_frame_p".
5012         (i386_gdbarch_init): Set the frame unwind sniffers.
5013         * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5014         (avr_gdbarch_init): Set the frame unwind sniffers.
5015         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5016         "alpha_sigtramp_frame_p"
5017         (alpha_heuristic_frame_sniffer): Replace
5018         "alpha_heuristic_frame_p".
5019         (alpha_gdbarch_init): Set the frame unwind sniffers.
5020         (alpha_dwarf2_init_abi): Ditto.
5021         * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5022         "alpha_debug_frame_p".
5023         (alpha_mdebug_frame_base_sniffer): Replace
5024         "alpha_mdebug_frame_base_p".
5025         (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5026         * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5027         (d10v_gdbarch_init): Set the frame unwind sniffer.
5028         * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5029         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5030         * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5031         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5032         * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5033         * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5034
5035 2003-07-16  Michael Snyder  <msnyder@redhat.com>
5036
5037         * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5038         should go thru sh_dsp_register_sim_regno, else the dsp regs
5039         will not get the right values.
5040
5041 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5042
5043         * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5044         deprecated_store_floating by call to store_typed_floating.
5045         (sh_sh4_register_convert_to_raw): Substitute call to
5046         deprecated_extract_floating by call to extract_typed_floating.
5047
5048 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5049
5050         * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5051
5052 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
5053
5054         * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5055         register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5056         gdbarch_register_type in 32 bit code throughout.  Avoid current_gdbarch
5057         as possible.
5058         (do_pseudo_register): Remove.
5059         (sh_push_dummy_code): New function.
5060         (sh64_store_struct_return): Rename from sh_store_struct_return.
5061         Only called for sh64 now.
5062         (sh_extract_struct_value_address): Regcache'ify.
5063         (sh_push_dummy_call): Rename from sh_push_arguments.  Regcache'ify
5064         and accomodate new tasks.
5065         (sh64_push_return_address): Rename from sh_push_return_address.
5066         Only called for sh64 now.
5067         (sh_default_extract_return_value): Rename from sh_extract_return_value.
5068         Regcache'ify.
5069         (sh3e_sh4_extract_return_value): Regcache'ify.
5070         (sh_default_store_return_value): Ditto.
5071         (sh3e_sh4_store_return_value): Ditto.
5072         (sh_default_register_byte): Remove.
5073         (sh_sh4_register_byte): Remove.
5074         (sh_default_register_raw_size): Remove.
5075         (sh_sh4_register_raw_size): Remove.
5076         (sh_register_virtual_size): Remove.
5077         (sh_sh3e_register_virtual_type): Remove.
5078         (sh_sh3e_register_type): New function.
5079         (sh_sh4_register_virtual_type): Remove.
5080         (sh_sh4_register_type): New function.
5081         (sh_default_register_virtual_type): Remove.
5082         (sh_default_register_type): New function.
5083         (do_fv_register_info): Add parameters to accomodate call from
5084         sh_print_registers_info.
5085         (do_dr_register_info): Ditto.
5086         (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5087         Add parameters to accomodate call from sh_print_registers_info.
5088         (sh_do_fp_register): Ditto.
5089         (sh64_do_pseudo_register): Call do_dr_register_info,
5090         do_fv_register_info and sh_do_fp_register with default parameters.
5091         (sh_do_register): Add parameters to accomodate call from
5092         sh_print_registers_info.
5093         (sh_print_register): Ditto.
5094         (sh_print_registers_info): Rename from sh_do_registers_info.
5095         Add parameters to be used as gdbarch_print_registers_info
5096         implementation.  Accomodate removed do_pseudo_register function
5097         pointer.
5098         (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5099         function pointer. Call sh_print_register with default parameters.
5100         (sh64_do_registers_info): Call sh_print_registers_info instead of
5101         sh_do_registers_info.
5102         (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5103         detection of deprecated vs. non-deprecated functionality.
5104         Rename sh_call_dummy_words to sh64_call_dummy_words.  Remove
5105         function pointer assignments by direct function calls.
5106
5107 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5108
5109         * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5110         (frame_register_unwind, create_new_frame): Ditto.
5111         (legacy_get_prev_frame, get_frame_type): Ditto.
5112         (get_frame_base_address): Use frame_base_find_by_frame.
5113         (get_frame_locals_address): Use frame_base_find_by_frame.
5114         (get_frame_args_address): Use frame_base_find_by_frame.
5115         * frame-base.h (frame_base_sniffer_ftype): Declare.
5116         (frame_base_append_sniffer): Declare.
5117         (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5118         * frame-base.c (append_predicate): Add a "sniffer" parameter.
5119         (frame_base_append_sniffer): New function.
5120         (frame_base_append_predicate): Add a NULL sniffer.
5121         (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5122         (struct frame_base_table): Add "sniffer".
5123         (frame_base_free): Free the "sniffer" table.
5124         * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5125         (frame_unwind_append_sniffer): Declare.
5126         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5127         * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5128         (struct frame_unwind_table): Add "sniffer", delete "middle".
5129         (append_predicate): Add "sniffer" parameter, append the sniffer.
5130         (frame_unwind_init): Update append_predicate call.
5131         (frame_unwind_append_sniffer): New function.
5132         (frame_unwind_append_predicate): Update append_predicate call.
5133         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5134
5135 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5136
5137         * frame.c (get_prev_frame): Move disabled inside_entry_func to
5138         before code inhibiting repeated unwind attempts.  Add to
5139         commentary on that test's problems.
5140         * blockframe.c (inside_main_func): Look for "main" in the minimal
5141         symbol table.
5142         * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5143         identical.
5144
5145 2003-07-15  Andrew Cagney  <cagney@redhat.com>
5146
5147         * complaints.c (struct explanation): Define.
5148         (struct complaints): Change type of "explanation" to "struct
5149         explanation".
5150         (symfile_explanations): Convert to a "struct explanation" table.
5151         (vcomplaint): Update.
5152
5153 2003-07-15  Michal Ludvig  <mludvig@suse.cz>
5154
5155         * x86-64-linux-nat.c (regmap): Removed.
5156         (supply_gregset, fill_gregset): Call
5157         x86_64_linux_(fill,supply)_gregset functions.
5158         * x86-64-linux-tdep.c (USER_*): New defines.
5159         (user_to_gdb_regmap, x86_64_core_fns): New structure.
5160         (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5161         New functions.
5162         (fetch_core_registers): Ditto.
5163         (_initialize_x86_64_linux_tdep): Call add_core_fns().
5164         * x86-64-linux-tdep.h: New file.
5165         * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5166         and core-regset.o.
5167         * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5168
5169 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
5170
5171         * x86-64-tdep.c (x86_64_store_return_value): Use
5172         regcache_cooked_write_part instead of regcache_cooked_write.
5173
5174         * configure.host: Add x86_64-*-freebsd*.
5175         * configure.tgt: Add x86_64-*-freebsd*.
5176         * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5177         * amd64fbsd-nat.c: New file.
5178         * amd64fbsd-tdep.c: New file.
5179         * config/i386/nm-fbsd64.h: New file.
5180         * config/i386/fbsd64.mh: New file.
5181         * config/i386/fbsd64.mt: New file.
5182
5183 2003-07-11  Mark Kettenis  <kettenis@gnu.org>
5184
5185         * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5186         `sc_regs_offset' and `sc_fpregs_offset'.
5187         * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5188         SIGFRAME_FPREGSAVE_OFF): Remove defines.
5189         (alpha_sigtramp_register_address): Rewrite to use new members of
5190         `struct gdbarch_tdep'.
5191         (alpha_gdbarch_init): Initialize new members of struct
5192         gdbarch_tdep'.
5193         * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5194         ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5195         (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5196         (alphafbsd_pc_in_sigtramp): Implement.
5197         (alphafbsd_sigtramp_offset): New function.
5198         (alphafbsd_sigcontext_addr): New function.
5199         (alphafbsd_init_abi): Initialize signal trampoline related members
5200         of `struct gdbarch_tdep'.
5201         (_initialize_alphafbsd_tdep): Add prototype.
5202
5203 2003-07-11  Theodore A. Roth  <troth@openavr.org>
5204
5205         * Makefile.in (install-only): Quote sed expression when generating
5206         transformed_name.
5207
5208 2003-07-11  Richard Henderson  <rth@redhat.com>
5209
5210         * Makefile.in (dwarf2-frame.o): Add complaints_h.
5211         * dwarf2-frame.c: Include complaints.h.
5212         (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5213         variable initialization; return NULL on error.
5214         (decode_frame_entry): New.
5215
5216 2003-07-11  Andrew Cagney  <cagney@redhat.com>
5217
5218         * frame.h (frame_address_in_block): Delete declaration.
5219         * blockframe.c (frame_address_in_block): Delete function.
5220         (get_frame_block): Use get_frame_address_in_block.
5221         (block_innermost_frame): Ditto.
5222         * stack.c (print_frame, backtrace_command_1): Ditto.
5223
5224         * frame.h (get_frame_address_in_block): Declare.
5225         (frame_unwind_address_in_block): Declare.
5226         * frame.c (frame_unwind_address_in_block): New function.
5227         (get_frame_address_in_block): New function.
5228
5229 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5230
5231         * gdbarch.sh: Simplify predicate methods.  Remove need to provide
5232         pre-default.   Note: re-generate has no effect.
5233
5234 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5235
5236         * gdbarch.sh: When a variable, but not a function, compare against
5237         0.  Fix problem in previous patch.
5238         * gdbarch.c: Re-generate.
5239
5240 2003-07-10  Andrew Cagney  <cagney@redhat.com>
5241
5242         * gdbarch.sh: Use gdb_assert instead of internal_error.  Compare
5243         functions against NULL, not 0.
5244         * gdbarch.c: Re-generate.
5245
5246 2003-07-10  Fred Fish  <fnf@ninemoons.com>
5247
5248         * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5249         null string instead of a null pointer.
5250         * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5251
5252 2003-07-09  Michael Snyder  <msnyder@redhat.com>
5253
5254         * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5255
5256 2003-07-09  Mark Kettenis  <kettenis@gnu.org>
5257
5258         * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5259         X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5260         X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5261         X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5262         * x86-64-tdep.c: ... from here.
5263
5264 2003-07-09  Andreas Schwab  <schwab@suse.de>
5265
5266         * m68k-tdep.h (enum struct_return): Define.
5267         (struct gdbarch_tdep): Add struct_return.
5268         * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5269         bytes are padded to the right, not to the left.  Pass struct value
5270         address in register %a1, not on stack.
5271         (m68k_use_struct_convention): New function.
5272         (m68k_gdbarch_init): Set use_struct_convention.  Initialize
5273         struct_return in tdep to pcc_struct_return.
5274         * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5275         reg_struct_return.
5276
5277 2003-07-09  Joel Brobecker  <brobecker@gnat.com>
5278
5279         * somread.c (som_symfile_offsets): Fix compilation error.
5280
5281 2003-07-09  Andrew Cagney  <cagney@redhat.com>
5282
5283         * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5284         Add comments about the checks.
5285
5286 2003-07-08  Andrew Cagney  <cagney@redhat.com>
5287
5288         * Makefile.in: Make dependency section headers consistent.
5289         (config_h): Move to $BUILD headers section.
5290         (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5291         (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5292         (ada-exp.tab.c): Move to YACC/LEX section.
5293         (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5294         (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5295
5296 2003-07-08  Kris Warkentin  <kewarken@qnx.com>
5297
5298         * nto-procfs.c: Cleaned up a bunch of ARI hits.
5299         Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5300         of strerror with safe_strerror, use ISO C function definitions,
5301         and replace instances of sprintf with snprintf.
5302
5303 2003-07-07  Andrew Cagney  <cagney@redhat.com>
5304
5305         * frame.c (get_prev_frame): Enable check for identical frames.
5306         Update comments.  Update error messages.
5307
5308 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5309
5310         * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5311
5312 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5313
5314         * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5315         sort_symtab_syms, no longer necessary.
5316
5317 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5318
5319         * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5320
5321 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
5322
5323         * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5324         (mips_register_byte): Likewise.
5325
5326 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5327
5328         * Makefile.in (sparc_tdep_h): New.
5329         (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5330         (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5331         * sparc-linux-nat.c: Include "sparc-tdep.h".
5332         * sparc-nat.c: Likewise.
5333         * sparc-tdep.c: Likewise.
5334         * sparc64nbsd-nat.c: Likewise.
5335         * sparcnbsd-nat.c: Likewise.
5336         * sparcnbsd-tdep.c: Likewise.
5337         * sparc-tdep.h: New file.
5338         * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5339         and sparc_npc_regnum.
5340
5341 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5342
5343         * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5344         (mips_linux_cannot_store_register): List supported instead of
5345         unsupported registers.
5346
5347 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
5348
5349         * disasm.c (dump_insns): Separate instructions from addresses.
5350
5351 2003-07-07  Andreas Schwab  <schwab@suse.de>
5352
5353         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5354         dependencies.
5355         * m68k-tdep.c (NUM_FREGS): Delete.
5356         (SIG_PC_FP_OFFSET): Delete.
5357         (TARGET_M68K): Delete.
5358         (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5359         P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5360         P_MOVEL_SP, P_MOVEML_SP): Define.
5361         (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5362         P_TRAP): Delete.
5363         (m68k_register_raw_size): Delete.
5364         (m68k_register_virtual_size): Delete.
5365         (m68k_register_type): Renamed from m68k_register_virtual_type and
5366         add gdbarch argument.
5367         (m68k_store_struct_return): Delete.
5368         (m68k_deprecated_extract_return_value): Delete.
5369         (m68k_deprecated_extract_struct_value_address): Delete.
5370         (m68k_frame_chain): Delete.
5371         (m68k_frame_saved_pc): Delete.
5372         (m68k_fix_call_dummy): Delete.
5373         (m68k_push_dummy_frame): Delete.
5374         (m68k_pop_frame): Delete.
5375         (m68k_extract_return_value): New function.
5376         (m68k_store_return_value): Rewrite using regcache.
5377         (m68k_extract_struct_value_address): Rewrite using regcache.
5378         (m68k_push_dummy_call): New function.
5379         (struct m68k_frame_cache): Define.
5380         (m68k_alloc_frame_cache): New function.
5381         (m68k_analyze_frame_setup): New function.
5382         (m68k_analyze_register_saves): New function.
5383         (m68k_analyze_prologue): New function.
5384         (m68k_skip_prologue): Rewrite using above functions.
5385         (m68k_unwind_pc): New function.
5386         (m68k_frame_cache): New function.
5387         (m68k_frame_this_id): New function.
5388         (m68k_frame_prev_register): New function.
5389         (m68k_frame_unwind): New variable.
5390         (m68k_frame_p): New function.
5391         (m68k_sigtramp_frame_cache): New function.
5392         (m68k_sigtramp_frame_this_id): New function.
5393         (m68k_sigtramp_frame_prev_register): New function.
5394         (m68k_sigtramp_frame_unwind): New variable.
5395         (m68k_sigtramp_frame_p): New function.
5396         (m68k_frame_base_address): New function.
5397         (m68k_frame_base): New function.
5398         (m68k_unwind_dummy_id): New function.
5399         (fill_gregset): Use regcache_collect.
5400         (fill_fpregset): Likewise.
5401         (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5402         defined.
5403         (m68k_gdbarch_init): Don't define call_dummy_words.  Don't set
5404         deprecated_init_frame_pc, deprecated_store_struct_return,
5405         deprecated_extract_return_value, deprecated_store_return_value,
5406         deprecated_frame_chain, deprecated_frame_saved_pc,
5407         deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5408         deprecated_register_virtual_size,
5409         deprecated_max_register_raw_size,
5410         deprecated_max_register_virtual_size,
5411         deprecated_register_virtual_type, deprecated_register_size,
5412         deprecated_register_byte, deprecated_register_bytes,
5413         deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5414         call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5415         deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5416         deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5417         deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5418         deprecated_push_dummy_frame, deprecated_pop_frame,
5419         deprecated_dummy_write_sp.  Set deprecated_saved_pc_after_call
5420         only if SYSCALL_TRAP is defined.  Set extract_return_value,
5421         store_return_value, extract_struct_value_address, register_type,
5422         push_dummy_call, unwind_dummy_id, unwind_pc.  Add two frame unwind
5423         predicates.
5424         * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5425         M68K_MAX_REGISTER_SIZE): Define.
5426         (struct m68k_sigtramp_info): Define.
5427         (struct gdbarch_tdep): Add get_sigtramp_info.
5428         * m68klinux-nat.c (fetch_register): Use register_size instead of
5429         REGISTER_RAW_SIZE.  Don't put assignment in if.
5430         (store_register): Likewise.
5431         (fetch_inferior_registers): Likewise.
5432         (store_inferior_registers): Likewise.
5433         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5434         (m68k_linux_frame_saved_pc): Delete.
5435         (m68k_linux_sigcontext_reg_offset,
5436         m68k_linux_ucontext_reg_offset): Define.
5437         (m68k_linux_get_sigtramp_info): New function.
5438         (m68k_linux_extract_return_value): Rewrite using regcache.
5439         (m68k_linux_store_return_value): Likewise.
5440         (m68k_linux_extract_struct_value_address): Likewise.
5441         (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5442         Don't set deprecated_frame_saved_pc,
5443         deprecated_extract_return_value, deprecated_store_return_value,
5444         deprecated_extract_struct_value_address.  Set
5445         extract_return_value, store_return_value,
5446         extract_struct_value_address.
5447
5448 2003-07-07  Andrew Cagney  <cagney@redhat.com>
5449
5450         * expprint.c: Include "user-regs.h" instead of "frame.h".
5451         (print_subexp): Use user_reg_map_regnum_to_name, instead of
5452         frame_map_regnum_to_name.
5453         * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5454         (frame_map_name_to_regnum): Simplify, call
5455         user_reg_map_name_to_regnum.
5456         (frame_map_regnum_to_name): Simplify, call
5457         user_reg_map_regnum_to_name.
5458         (frame_register_unwind): Update.
5459         * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5460         (_initialize_frame_reg): Call user_reg_add_builtin.
5461         * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5462         (value_of_register): Use value_of_user_reg.
5463         * eval.c (evaluate_subexp_standard): Update.
5464         * parse.c (write_dollar_variable): Update.
5465         * d10v-tdep.c (d10v_print_registers_info): Update.
5466         * infcmd.c (registers_info): Update.
5467         * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5468         (builtin_regs_h): Delete macro.
5469         (user_regs_h): Define.
5470         (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5471         (builtin-regs.o): Delete target.
5472         (user-regs.o): Specify dependencies.
5473         (expprint.o): Update dependencies.
5474         (findvar.o): Update dependencies.
5475         (frame.o): Update dependencies.
5476         (std-regs.o): Update dependencies.
5477
5478 2003-07-06  Christopher Faylor  <cgf@redhat.com>
5479
5480         * win32-nat.c (solib_symbols_add): Use one variable for all section
5481         address stuff.  Pass variable rather than address of variable to
5482         safe_symbol_file_add.
5483
5484 2003-07-06  Andreas Schwab  <schwab@suse.de>
5485
5486         * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5487
5488 2003-07-04  Joel Brobecker  <brobecker@gnat.com>
5489
5490         * rs6000-nat.c (vmap_symtab): Fix compilation error.
5491
5492 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
5493
5494         * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5495
5496 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
5497
5498         * nto-procfs.c: New file.  Native procfs support for QNX Neutrino.
5499         * config/i386/nto.mh: New file.
5500         * config/i386/nm-nto.h: New file.
5501         * configure.host: Add i[3456]86-*-nto*.
5502
5503 2003-07-03  Joel Brobecker  <brobecker@gnat.com>
5504
5505         * remote-vx.c (vx_add_symbols): Fix compilation error.
5506
5507 2003-07-03  Andrew Cagney  <cagney@redhat.com>
5508
5509         * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5510         * gdbarch.h, gdbarch.c: Re-generate.
5511         * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5512         (legacy_register_name): Declare.
5513         * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5514         (REGISTER_NAME): Define.
5515         * sparc-tdep.c (legacy_register_name): New function.
5516         * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5517         (REGISTER_NAME): Define.
5518         (hppa64_register_name): Declare.
5519         * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5520         * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5521         (hppa64_register_name): New function.
5522         (hppa_register_name): New function.
5523         * arch-utils.c (legacy_register_name): Delete.
5524         * arch-utils.h (legacy_register_name): Delete.
5525
5526 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
5527
5528         * cli/cli-interp.c (cli_interpreter_resume): Update the
5529         cli_uiout's stream to gdb_stdout.
5530
5531 2003-07-03  Andrew Cagney  <cagney@redhat.com>
5532
5533         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5534         predicate.
5535         * gdbarch.h, gdbarch.c: Re-generate.
5536         * regcache.c (init_regcache_descr): Use legacy code when either
5537         REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5538
5539 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
5540
5541         * NEWS: Move "set logging" entry into GDB 6.0 section.
5542
5543 2003-07-02  Jim Blandy  <jimb@redhat.com>
5544
5545         * s390-tdep.c (struct frame_extra_info): new member:
5546         'stack_bought_valid'.
5547         (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5548         initialize fextra_info->stack_bought.
5549         (s390_frameless_function_invocation): Don't trust the value of
5550         fextra_info_ptr->stack_bought unless
5551         fextra_info->stack_bought_valid is set.
5552
5553         New S390 prologue analyzer.
5554         * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5555         (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5556         pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5557         pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5558         compute_x_addr, s390_on_stack, s390_store,
5559         s390_get_signal_frame_info): New functions.
5560         (S390_NUM_SPILL_SLOTS): New macro.
5561         (s390_get_frame_info): Rewritten.
5562         (is_arg_reg): Deleted.
5563
5564         Break out the decoding of S/390 instructions into separate
5565         functions, to make it more legible, and easier to check
5566         against the spec.
5567         * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5568         is_rx, is_rxe): New functions.
5569         (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5570         op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5571         op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5572         op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5573         enums for opcode values.  (Is this an improvement?)
5574
5575 2003-07-02  Andrew Cagney  <cagney@redhat.com>
5576
5577         * i386-tdep.c: Revert change committed as part of trad-frame code
5578         below.
5579
5580 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
5581
5582         * breakpoint.c (insert_catchpoint): Make static.
5583
5584 2003-07-02  Andreas Schwab  <schwab@suse.de>
5585
5586         * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5587         former ia64_push_arguments and ia64_push_return_address, and use
5588         regcache functions instead of read/write_register.
5589         (ia64_gdbarch_init): Set push_dummy_call instead of
5590         deprecated_push_arguments and deprecated_push_return_address.
5591
5592 2003-07-01  Andreas Jaeger  <aj@suse.de>
5593
5594         * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5595         before the call.
5596         Set %rax only to number of SSE registers used.
5597
5598 2003-07-01  Andrew Cagney  <cagney@redhat.com>
5599
5600         * trad-frame.h: Update comments, a -1 .addr is reserved.
5601         (trad_frame_value_p, trad_frame_addr_p): Declare.
5602         (trad_frame_reg_p): Declare.
5603         (trad_frame_set_value): Rename trad_frame_register_value.
5604         (trad_frame_set_unknown): Declare.
5605         * trad-frame.c (trad_frame_realreg_p): New function.
5606         (trad_frame_addr_p, trad_frame_value_p): New function.
5607         (trad_frame_set_unknown): New function.
5608         (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5609         (trad_frame_prev_register): Use trad_frame_realreg_p,
5610         trad_frame_addr_p and trad_frame_value_p.
5611         (trad_frame_set_value): Rename trad_frame_register_value.
5612         * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5613         and trad_frame_set_value.
5614
5615 2003-06-30  Jim Blandy  <jimb@redhat.com>
5616
5617         Patch from IBM (authors unspecified, probably Ulrich Weigand and
5618         Gerhard Tonn) for argument passing on the S/390 and S/390x:
5619         * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5620         for 16 registers, and then 32 more bytes.
5621         (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5622         New macros.
5623         (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5624         Move up in the file, since it's now used by is_simple_arg.
5625         (is_simple_arg): Don't assume registers are four bytes long.
5626         Exclude all double arguments.  Extended floats are not simple
5627         args.
5628         (is_power_of_two): New function.
5629         (pass_by_copy_ref): Call is_power_of_two, and check that the
5630         length fits in a register, rather than listing all the acceptable
5631         sizes.  Extended floats are not passed by reference.
5632         (s390_push_arguments): Don't assume registers are four bytes long.
5633         Reserve an argument register to point to the buffer for structures
5634         returned by value.  Use S390_NUM_FP_PARAMETER_REGISTERS and
5635         S390_STACK_FRAME_OVERHEAD.
5636
5637 2003-06-30  Andreas Schwab  <schwab@suse.de>
5638
5639         * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5640         format error message.
5641
5642 2003-06-30  Joel Brobecker  <brobecker@gnat.com>
5643
5644         * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5645
5646 2003-06-30  David Carlton  <carlton@kealia.com>
5647
5648         Band-aid for PR c++/1245.
5649         * Makefile.in (cp-support.o): Depend on complaints_h.
5650         * cp-support.c: Include complaints.h.  Add declaration for
5651         find_last_component.
5652         (cp_find_first_component): Separate code into
5653         cp_find_first_component_aux.
5654         (cp_find_first_component_aux): Call demangled_name_complaint.
5655         (demangled_name_complaint): New.
5656
5657 2003-06-30  Andrew Cagney  <cagney@redhat.com>
5658
5659         * remote.c (remote_write_bytes): Explicitly compute and then use
5660         the payload size.  Update comments to reflect.  Fixes problem of
5661         GDB not sending small packets as found by Fred Fish.
5662
5663 2003-06-30  Andrew Cagney  <cagney@redhat.com>
5664
5665         * remote.c (remote_async_wait): Fix -Wformat problem.
5666
5667 2003-06-29  Andrew Cagney  <cagney@redhat.com>
5668
5669         * remote.c (remote_wait): Call error, and not warning, when the
5670         packet is corrupt.
5671         (remote_async_wait): Ditto.
5672
5673 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
5674
5675         * sparc-tdep.c (sparc_y_regnum): Make external again.
5676
5677 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
5678
5679         * cli/cli-logging.c (pop_output_files): Add void to function
5680         definition.
5681
5682 2003-06-29  Andrew Cagney  <cagney@redhat.com>
5683
5684         * frame.c (frame_register_unwind): Use unsigned char when dumping
5685         the buffer contents.
5686
5687 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
5688
5689         * cli/cli-logging.c: New file.
5690         * cli-out.c (struct ui_out_data): Add original_stream.
5691         (cli_redirect): New function.
5692         (cli_ui_out_impl): Add cli_redirect.
5693         (cli_out_new): Initialize original_stream.
5694         * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5695         (uo_redirect, ui_out_redirect): New.
5696         * ui-out.h (struct ui_out_impl): Add redirect member.
5697         (redirect_ftype): New.
5698         (ui_out_redirect): Add prototype.
5699         * Makefile.in: Add rules for cli-logging.c.
5700         * NEWS: Mention "set logging".
5701
5702 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
5703
5704         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5705
5706 2003-06-27  Andrew Cagney  <cagney@redhat.com>
5707
5708         * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5709         (m68hc11_gdbarch_init): Do not set call_dummy_address.
5710         * avr-tdep.c (avr_call_dummy_address): Delete function.
5711         (avr_gdbarch_init): Do not set call_dummy_address.
5712
5713 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
5714
5715         * symfile.c (syms_from_objfile): Move variables to inner block.
5716         Move the checks for the non-mainline case a bit earlier to avoid
5717         doing some useless computations.
5718
5719 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
5720
5721         * dwarfread.c (decode_modified_type): Gag new compiler warning.
5722
5723 2003-06-26  Elena Zannoni  <ezannoni@redhat.com>
5724
5725         * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5726         sections.
5727
5728 2003-06-26  Michael Chastain  <mec@shout.net>
5729
5730         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5731         gdb/testsuite/gdb.c++/pr-1210.exp.
5732
5733 2003-06-26  Andrew Cagney  <cagney@redhat.com>
5734
5735         * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5736         altivec_expression.h and altivec_registers.h.
5737
5738 2003-06-26  Andrew Cagney  <cagney@redhat.com>
5739
5740         * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5741         info->mach when MIPS16.  Patch suggested by Fred Fish.
5742
5743 2003-06-26  Andrew Cagney  <cagney@redhat.com>
5744
5745         * utils.c (internal_vproblem): Print the problem to a reason
5746         buffer and then pass to query.  Make the msg variable more local.
5747
5748 2003-06-26  Andrew Cagney  <cagney@redhat.com>
5749
5750         * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate.  Deprecate.
5751         (FRAME_LOCALS_ADDRESS): Add predicate.  Deprecate.
5752         * gdbarch.h, gdbarch.c: Re-generate.
5753         * frame-base.c (default_frame_args_address): Update.  Use
5754         default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5755         not available.
5756         (default_frame_locals_address): Ditto for
5757         DEPRECATED_FRAME_LOCALS_ADDRESS.
5758         * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5759         (vax_frame_num_args): Update.
5760         (vax_gdbarch_init): Update.
5761         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5762         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5763         * mcore-tdep.c (mcore_gdbarch_init): Update.
5764         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5765         * ia64-tdep.c (ia64_gdbarch_init): Update.
5766         * symtab.h (address_class): Update comments.
5767         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5768         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5769         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5770         * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5771         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5772         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5773         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5774         * alpha-mdebug-tdep.c: Update.
5775         * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5776
5777 2003-06-26  Andreas Jaeger  <aj@suse.de>
5778
5779         * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5780         of SSE registers so that varargs functions work.  Rework handling
5781         of passing arguments on the stack.
5782         (x86_64_store_return_value): Return double and float values in SSE
5783         register.
5784
5785 2003-06-24  Michael Chastain  <mec@shout.net>
5786
5787         * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5788         the "constructor breakpoints ignored" bug.
5789
5790 2003-06-25  David Carlton  <carlton@kealia.com>
5791
5792         * MAINTAINERS: Update e-mail address.
5793
5794 2003-06-24  Jim Blandy  <jimb@redhat.com>
5795
5796         * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5797
5798         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5799         function.
5800         (ppc_linux_init_abi): Register it as the
5801         CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5802
5803         * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5804         (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5805         method.
5806
5807         * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5808         (ppc64_standard_linkage_target): Use it.
5809
5810 2003-06-23  Andrew Cagney  <cagney@redhat.com>
5811
5812         * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5813         for 0 "int0" and 4 "int32" sized registers.
5814         * gdbtypes.c (builtin_type_int0): Define.
5815         (build_gdbtypes): Initialize builtin_type_int0.
5816         * gdbtypes.h (builtin_type_int0): Declare.
5817
5818 2003-06-23  Stephane Carrez  <stcarrez@nerim.fr>
5819
5820         * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5821         as characters are unsigned.
5822
5823 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5824
5825         PR gdb/1179
5826         * dwarfread.c (struct_type): Skip static fields without crashing.
5827
5828 2003-06-22  Andrew Cagney  <cagney@redhat.com>
5829
5830         GDB 6.0 branch created.
5831         * README: Update.
5832         * PROBLEMS: Update.  Empty.
5833         * NEWS: Update.
5834
5835 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5836
5837         * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5838         Suggested by Nick Hibma <n_hibma@webweaving.org>.
5839
5840 2003-06-22  Andrew Cagney  <cagney@redhat.com>
5841
5842         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5843         GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD.  Suggested by Momchil
5844         Velikov.
5845
5846 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5847
5848         * cli/cli-cmds.c (shell_escape): Silence warnings from old
5849         compilers.
5850
5851 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
5852
5853         * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5854         argument of val_print.
5855         * cp-valprint.c (cp_print_value): Don't add the offset parameter
5856         to the address argument of baseclass_offset or target_read_memory.
5857         Do add it to the argument of cp_print_value_fields.
5858
5859 2003-06-21  Andrew Cagney  <cagney@redhat.com>
5860
5861         * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5862         (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5863         instead of 0..NUM_REGS.
5864         (mips_register_reggroup_p): New function.
5865         (mips_pseudo_register_write): New function.
5866         (mips_pseudo_register_read): New function.
5867         (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5868         based on the register's type.
5869         (read_next_frame_reg): Simplify.  Assert that REGNO is a pseudo /
5870         cooked.
5871         (mips_get_saved_register): Simplify.  Assert that REGNO is a
5872         pseudo / cooked.
5873         (mips_register_byte): New function.  Use MIPS_REGISTER_BYTE.
5874         (mips_register_type): Replace mips_register_virtual_type.  Map
5875         NUM_REGS..2*NUM_REGS onto 0..NUM_REGS.  Use MIPS_REGISTER_TYPE
5876         when available.
5877         (read_next_frame_reg): Simplify, but handle SP_REGNUM.  Assert
5878         that the register is cooked / virtual.
5879         (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5880         Only get the extra info when needed.
5881         (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5882         (mips32_heuristic_proc_desc): Fetch the cooked register.
5883         (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5884         (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5885         (mips_print_register): Use gdbarch_register_type, instead of
5886         REGISTER_VIRTUAL_TYPE.
5887         (print_gp_register_row): Use gdbarch_register_type, instead of
5888         REGISTER_VIRTUAL_TYPE.  Allow for a pseudo / cooked REGNUM.
5889         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5890         Print the pseudo / cooked registers.
5891         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5892         Print the pseudo / cooked registers.
5893         (mips_xfer_register): Use regcache_cooked_read_part.  Assert that
5894         REG_NUM is pseudo / cooked.
5895         (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5896         (mips_n32n64_xfer_return_value): Ditto.
5897         (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5898         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5899         (mips_register_sim_regno): New function.
5900         (mips_gdbarch_init): Set deprecated_register_byte,
5901         register_group_p, pseudo_register_write, pseudo_register_read,
5902         register_sim_regno, and num_pseudo_regs.  Set register_type,
5903         instead of register_virtual_type.
5904         * Makefile.in (mips-tdep.o): Update dependencies.
5905         * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5906         REGISTER_VIRTUAL_TYPE.
5907         * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5908         * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5909         * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5910         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5911         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5912
5913 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
5914
5915         * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5916         * cli/cli-cmds.c: Include "gdb_vfork.h".
5917         (shell_escape): Use vfork.
5918
5919 2003-06-21  Andrew Cagney  <cagney@redhat.com>
5920
5921         * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5922         32 bit floating-point register saves.
5923
5924         * frame.h (deprecated_unwind_get_saved_register): Delete.
5925         * frame.c (deprecated_unwind_get_saved_register): Delete function.
5926         * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5927         and deprecated_get_next_frame_hack instead of
5928         deprecated_unwind_get_saved_register.
5929
5930         * mips-tdep.c (mips_dump_tdep): Do not print
5931         REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5932
5933         * frame.c (get_frame_register): New function.
5934         (frame_unwind_register_signed): New function.
5935         (get_frame_register_signed): New function.
5936         (frame_unwind_register_unsigned): New function.
5937         (get_frame_register_unsigned): New function.
5938         * frame.h: Add comments on naming schema.
5939         (get_frame_register, frame_unwind_register_signed): Declare.
5940         (get_frame_register_signed, get_frame_register_signed): Declare.
5941         (frame_unwind_register_unsigned): Declare.
5942         (get_frame_register_unsigned): Declare.
5943
5944 2003-06-20  Theodore A. Roth  <troth@openavr.org>
5945
5946         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5947
5948 2003-06-20  Theodore A. Roth  <troth@openavr.org>
5949
5950         * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5951         (avr_read_sp): Ditto.
5952
5953 2003-06-20  Daniel Jacobowitz  <drow@mvista.com>
5954
5955         * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5956         * config/arm/nm-linux.h: Likewise.
5957         * config/arm/tm-linux.h: Likewise.
5958         * config/ia64/nm-linux.h: Likewise.
5959         * config/ia64/tm-ia64.h: Likewise.
5960         * config/s390/tm-linux.h: Likewise.
5961         * config/s390/tm-s390.h: Likewise.
5962         * s390-nat.c: Likewise.
5963         * s390-tdep.c: Likewise.
5964
5965         * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5966         * config/ia64/linux.mt: Likewise.
5967         * config/m68k/linux.mh: Likewise.
5968         * config/mips/linux.mt: Likewise.
5969         * config/powerpc/linux.mh: Likewise.
5970         * config/sh/linux.mt: Likewise.
5971
5972 2003-06-19  Kris Warkentin  <kewarken@qnx.com>
5973
5974         * solib.c (solib_open): Change tests for whether to search
5975         LD_LIBRARY_PATH and PATH to better deal with remotes.  Update
5976         comments.
5977
5978 2003-06-19  Theodore A. Roth  <troth@openavr.org>
5979
5980         * avr-tdep.c (avr_frame_address): Delete function.
5981         (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5982         set_gdbarch_frame_args_address.
5983
5984 2003-06-19  Andrew Cagney  <cagney@redhat.com>
5985
5986         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5987         (REGISTER_CONVERT_FROM_TYPE): Delete.
5988         (mips_register_convert_to_type): Delete declaration.
5989         (mips_register_convert_from_type): Delete declaration.
5990         * linux-nat.h (struct target_ops): Declare opaque.  s/Linux/Linux
5991         kernel/.
5992
5993 2003-06-19  Michael Snyder  <msnyder@redhat.com>
5994
5995         * linux-nat.h: New file.
5996         * linux-nat.c: Include linux-nat.h.
5997         * lin-lwp.c: Include linux-nat.h.
5998         Move struct lwp_info def to linux-nat.h.
5999         * linux-proc.c: Include linux-nat.h.
6000         (linux_make_note_section): Iterate over lwps instead of threads.
6001         (linux_do_thread_registers): Use lwp instead of merged pid.
6002         * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6003         * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6004         Add dependency on linux_nat_h.
6005
6006 2003-06-19  Theodore A. Roth  <troth@openavr.org>
6007
6008         * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6009
6010 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6011
6012         * varobj.c (get_type, get_target_type): Use check_typedef.
6013
6014 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6015
6016         * breakpoint.c (insert_catchpoint): Call internal_error.
6017
6018 2003-06-19  Theodore A. Roth  <troth@openavr.org>
6019
6020         * avr-tdep.c (avr_push_dummy_code): Delete function.
6021         (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6022
6023 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6024
6025         * arch-utils.c (default_prepare_to_proceed): Remove.
6026         (generic_prepare_to_proceed): Remove.
6027         * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6028         (generic_prepare_to_proceed): Remove prototype.
6029         * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6030         * gdbarch.c: Regenerate.
6031         * gdbarch.h: Regenerate.
6032         * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6033         * hppah-nat.c (hppa_switched_threads): Remove.
6034         * infrun.c (prepare_to_proceed): New static function, copied from
6035         generic_prepare_to_proceed.  Remove select_it argument.
6036         (proceed): Call prepare_to_proceed.
6037         * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6038         variables.
6039         (ptrace_wait): Don't set the removed variables.
6040         (hppa_switched_threads): Remove.
6041         * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6042         * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6043         (lin_lwp_prepare_to_proceed): Remove prototype.
6044         * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6045         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6046
6047 2003-06-18  Theodore A. Roth  <troth@openavr.org>
6048
6049         * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6050         trad-frame.h.
6051         (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6052         (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6053         (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6054         (AVR_PROLOGUE_*): Enumerate prologue types.
6055         (struct frame_extra_info): Remove.
6056         (struct avr_unwind_cache): Define.
6057         (avr_write_sp): Delete function.
6058         (avr_read_fp): Ditto.
6059         (avr_init_extra_frame_info): Ditto.
6060         (avr_pop_frame): Ditto.
6061         (avr_frame_saved_pc): Ditto.
6062         (avr_saved_pc_after_call): Ditto.
6063         (avr_push_return_address): Ditto.
6064         (avr_frame_chain): Ditto.
6065         (avr_store_struct_return): Ditto.
6066         (avr_push_arguments): Ditto.
6067         (avr_scan_prologue): Update comments. Changed to set up the info for
6068         cache unwinding. Now returns end of prologue PC.
6069         (avr_skip_prologue): Better handling of functions lacking a prologue
6070         by using avr_scan_prologue.
6071         (avr_scan_arg_moves): New function.
6072         (avr_saved_regs_unwinder): Ditto.
6073         (avr_frame_unwind_cache): Ditto.
6074         (avr_unwind_pc): Ditto.
6075         (avr_frame_this_id): Ditto.
6076         (avr_frame_prev_register): Ditto.
6077         (avr_frame_p): Ditto.
6078         (avr_frame_base_address ): Ditto.
6079         (avr_unwind_dummy_id): Ditto.
6080         (avr_push_dummy_code): Ditto.
6081         (push_stack_item): Ditto.
6082         (pop_stack_item): Ditto.
6083         (avr_push_dummy_call): Ditto.
6084         (struct stack_item): Define.
6085         (avr_frame_unwind): Declare structure.
6086         (avr_frame_base): Ditto.
6087         (avr_gdbarch_init): Remove calls to
6088         set_gdbarch_deprecated_init_frame_pc,
6089         set_gdbarch_deprecated_target_read_fp,
6090         set_gdbarch_deprecated_dummy_write_sp,
6091         set_gdbarch_deprecated_fp_regnum,
6092         set_gdbarch_deprecated_push_arguments,
6093         set_gdbarch_deprecated_push_return_address,
6094         set_gdbarch_deprecated_pop_frame,
6095         set_gdbarch_deprecated_store_struct_return,
6096         set_gdbarch_deprecated_frame_init_saved_regs,
6097         set_gdbarch_deprecated_init_extra_frame_info,
6098         set_gdbarch_deprecated_frame_chain,
6099         set_gdbarch_deprecated_frame_saved_pc,
6100         set_gdbarch_deprecated_saved_pc_after_call.
6101         Add calls to set_gdbarch_push_dummy_call,
6102         set_gdbarch_push_dummy_code,
6103         frame_unwind_append_predicate,
6104         frame_base_set_default,
6105         set_gdbarch_unwind_dummy_id,
6106         set_gdbarch_unwind_pc.
6107         Wrap a long line.
6108
6109 2003-06-18  Corinna Vinschen  <vinschen@redhat.com>
6110
6111         * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6112         registers for H8/300S.
6113         (h8300_print_registers_info): Ditto.
6114         (h8300_gdbarch_init): Accommodate register count for H8/300S.
6115
6116 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
6117
6118         * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6119         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6120         (lin_lwp_wait): Likewise.  Update comments.
6121         * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6122         (pull_pid_from_list, linux_record_stopped_pid): New.
6123
6124 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
6125
6126         * ada-lang.c (scan_discrim_bound): Name first argument.
6127         (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6128         declared by ALL_BLOCK_SYMBOLS.
6129
6130 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
6131
6132         * ada-tasks.c (find_function_in_inferior): Don't declare it.
6133         ("regcache.h"): Include it.
6134         * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6135
6136 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6137
6138         * NEWS: Mention gdbserver detach change and "disconnect" command.
6139         * infcmd.c (disconnect_command): New function.
6140         (_initialize_infcmd): Add ``disconnect'' command.
6141         * remote.c (remote_async_detach): Delete.
6142         (remote_detach): Merge remote_async_detach.
6143         (remote_disconnect): New.
6144         (init_remote_ops): Set to_disconnect.
6145         (init_remote_cisco_ops): Likewise.
6146         (init_remote_async_ops): Likewise.  Use remote_detach.
6147         * target.c (cleanup_target): Default to_disconnect.
6148         (update_current_target): Inherit to_disconnect.
6149         (target_disconnect, debug_to_disconnect): New functions.
6150         (setup_target_debug): Set to_disconnect.
6151         * target.h (struct target_ops): Add to_disconnect.
6152         (target_disconnect): Add prototype.
6153
6154 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6155
6156         * breakpoint.c (insert_catchpoint): New function.
6157         (insert_breakpoints): Use catch_exceptions to call
6158         insert_catchpoint.  Disable catchpoints if they fail to insert.
6159
6160 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6161
6162         * symfile.c (reread_symbols): Clear sym_private.
6163
6164 2003-06-17  Andrew Cagney  <cagney@redhat.com>
6165
6166         * trad-frame.h (struct frame_info): Add opaque declaration.
6167         * remote-fileio.h (struct cmd_list_element): Add opaque
6168         declaration.
6169         * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6170         comments.
6171
6172 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
6173
6174         * remote.c (remote_prepare_to_store): Replace call to
6175         deprecated_read_register_bytes with multiple regcache_raw_read
6176         calls.
6177
6178 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6179
6180         * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6181         (nto_find_and_open_solib): Likewise.
6182         (nto_init_solib_absolute_prefix): Likewise.
6183         (_initialize_nto_tdep): Fix indentation.
6184
6185 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6186
6187         * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6188
6189 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
6190
6191         * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6192
6193 2003-06-17  Jim Blandy  <jimb@redhat.com>
6194
6195         * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6196
6197 2003-06-16  Theodore A. Roth  <troth@openavr.org>
6198
6199         * avr-tdep.c (avr_extract_return_value): New function.
6200         (avr_gdbarch_init): Set extract_return_value method.
6201
6202 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6203
6204         * frame.h (deprecated_get_next_frame_hack): Declare.
6205         * frame.c (legacy_saved_regs_prev_register): Only require
6206         DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed.  Assert that
6207         there are always saved regs.
6208         (deprecated_generic_get_saved_register): Do not require
6209         DEPRECATED_FRAME_INIT_SAVED_REGS.
6210         (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6211         use frame ID unwind instead.
6212         (deprecated_get_next_frame_hack): New function.
6213
6214 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
6215
6216         * h8300-tdep.c (h8300_push_arguments): Remove.  Substitute by...
6217         (h8300_push_dummy_call): ...this function.  Some minor optimization.
6218         (h8300_push_return_address): Remove.
6219         (h8300_gdbarch_init): Remove calls to
6220         set_gdbarch_deprecated_dummy_write_sp,
6221         set_gdbarch_deprecated_push_arguments and
6222         set_gdbarch_deprecated_push_return_address.
6223         Add call to set_gdbarch_push_dummy_call.
6224
6225 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
6226
6227         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6228         (E_PSEUDO_EXR_REGNUM): Ditto.
6229         (h8300_is_argument_spill): Check for instructions moving argument
6230         registers into safe registers.
6231         (h8300_skip_prologue): Check for stm instruction to push registers
6232         used for register variables onto stack.
6233         (gdb_print_insn_h8300): Remove.
6234         (h8300_examine_prologue): Add a comment.
6235         (h8300_register_name): Take pseudo registers into account.
6236         (h8300s_register_name): Ditto.
6237         (h8300sx_register_name): Ditto.
6238         (h8300_print_register): Ditto.
6239         (h8300_print_registers_info): Define "nice" printing order.
6240         (h8300_saved_pc_after_call): Take pseudo registers into account.
6241         (h8300_register_type): Ditto.  Return type used for remote connection
6242         when requesting real CCR or EXR register, return actual type when
6243         requesting pseudo CCR or EXR.
6244         (h8300_pseudo_register_read): New function.
6245         (h8300_pseudo_register_write): Ditto.
6246         (h8300_dbg_reg_to_regnum): Ditto.
6247         (h8300s_dbg_reg_to_regnum): Ditto.
6248         (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6249         set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6250         set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6251         set_gdbarch_print_insn architecture dependent.
6252         Call set_gdbarch_pseudo_register_read and
6253         set_gdbarch_pseudo_register_write.
6254         (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6255
6256 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6257
6258         * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6259         * gdbarch.h, gdbarch.c: Re-generate.
6260         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6261         * s390-tdep.c (s390_gdbarch_init): Update.
6262         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6263         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6264         * mips-tdep.c (mips_gdbarch_init): Update.
6265         * mcore-tdep.c (mcore_gdbarch_init): Update.
6266         * cris-tdep.c (cris_gdbarch_init): Update.
6267         * infcall.c (call_function_by_hand): Update.
6268         * ia64-tdep.c (ia64_push_arguments): Update comment.
6269         * frame.c (legacy_get_prev_frame): Do not assume
6270         SAVE_DUMMY_FRAME_TOS_P.
6271         * dummy-frame.c (find_dummy_frame): Update comment.
6272
6273 2003-06-16  Andrew Cagney  <cagney@redhat.com>
6274
6275         * regcache.c (do_cooked_read): Do not use register_valid_p.
6276
6277 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6278
6279         * avr-tdep.c (avr_register_type): Remove a blank line.
6280         (avr_scan_prologue): Correct some comments.
6281
6282 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6283
6284         * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6285         prologue types.
6286         Properly scan prologues generated by gcc with the -mcall-prologues
6287         option.
6288         Add code to scan -mcall-prologues for mega devices.
6289
6290 2003-06-15  Theodore A. Roth  <troth@openavr.org>
6291
6292         * avr-tdep.c (avr_register_byte): Delete function.
6293         (avr_register_raw_size): Delete function.
6294         (avr_register_virtual_size): Delete function.
6295         (avr_register_virtual_type): Delete function.
6296         (avr_register_type): New function.
6297         (avr_address_to_pointer): Remove unused code.
6298         (avr_read_fp): Need to read FP as two separate bytes due to change to
6299         avr_register_type() usage.
6300         (avr_gdbarch_init): Don't set deprecated_register_size.
6301         Don't set deprecated_register_bytes.
6302         Don't set deprecated_register_byte.
6303         Don't set deprecated_register_raw_size.
6304         Don't set deprecated_max_register_raw_size.
6305         Don't set deprecated_register_virtual_size.
6306         Don't set deprecated_max_register_virtual_size.
6307         Don't set deprecated_register_virtual_type.
6308         Set register_type method.
6309
6310 2003-06-15  Daniel Jacobowitz  <drow@mvista.com>
6311
6312         * Makefile.in (linux-nat.o): Add rule.
6313         * linux-nat.c: New file.
6314         * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6315         (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6316         (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6317         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6318         * config/arm/linux.mh (NATDEPFILES): Likewise.
6319         * config/i386/linux.mh (NATDEPFILES): Likewise.
6320         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6321         * config/ia64/linux.mh (NATDEPFILES): Likewise.
6322         * config/m68k/linux.mh (NATDEPFILES): Likewise.
6323         * config/mips/linux.mh (NATDEPFILES): Likewise.
6324         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6325         * config/s390/s390.mh (NATDEPFILES): Likewise.
6326         * config/sparc/linux.mh (NATDEPFILES): Likewise.
6327
6328 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6329
6330         * i387-tdep.c: Reorder includes, fix some whitespace issues and
6331         replace out-of-date comment.
6332
6333 2003-06-15  Andrew Cagney  <cagney@redhat.com>
6334
6335         * rdi-share/host.h (Fail): Change to a varargs function.
6336         * remote-rdi.c (Fail): Update.
6337
6338 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6339
6340         * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6341         (i386_convert_register_p, i386_register_to_value,
6342         i386_register_from_value): Handle types longer than 8 bytes.
6343
6344 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
6345
6346         * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6347         Move floating-point code to new function in i387-tdep.c.
6348         * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6349         New functions containing code moved here from i386-tdep.c.
6350         * i387-tdep.h: Add opaque declaration for `struct type'.
6351         (i387_register_to_value, i387_value_to_register): New prototypes.
6352         * x86-64-tdep.c (x86_64_convert_register_p): New function.
6353         (x86_64_init_abi): Set convert_register_p, register_to_value and
6354         value_to_register here.
6355
6356 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6357
6358         * mips-tdep.c (mips_register_to_value): Make static.
6359         (mips_value_to_register): Make static.
6360         * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6361         * ia64-tdep.c (ia64_register_raw_size): Make static.
6362         (ia64_register_virtual_size): Make static.
6363         (ia64_register_byte): Make static.
6364         * i387-tdep.c: Include "i387-tdep.h".
6365         (print_387_control_word): Delete function.
6366         (print_387_status_word): Delete function.
6367         (print_387_status_bits): Delete function.
6368         (print_387_control_bits): Delete function.
6369         * Makefile.in (i387-tdep.o): Update dependencies.
6370         * rdi-share/host.h (Fail): Declare.
6371         * remote-rdi.c (Fail): Update to match declaration.
6372
6373 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6374
6375         * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6376         * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6377         * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6378         * config/djgpp/fnchange.lst: Delete "remote-array.c".
6379         * README: Delete reference to remote-array.
6380         * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6381         (remote-array.o): Delete target.
6382         * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6383         * remote-array.c: Delete file.
6384
6385 2003-06-14  Andrew Cagney  <cagney@redhat.com>
6386             Mark Kettenis  <kettenis@gnu.org>
6387
6388         * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6389         (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6390         parameter with "frame".
6391         * gdbarch.h, gdbarch.c: Re-generate.
6392         * frame.h (put_frame_register): Declare.
6393         * frame.c (put_frame_register): New function.
6394         * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6395         (legacy_register_to_value): Rewrite, use "frame" to get the
6396         register value.
6397         (legacy_value_to_register): Rewrite, use "frame" to find the
6398         register's location before storing.
6399         * arch-utils.h (legacy_convert_register_p): Update.
6400         (legacy_register_to_value, legacy_value_to_register): Update.
6401         * findvar.c (value_from_register): Rewrite, eliminate use of
6402         REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6403         "frame" to REGISTER_TO_VALUE.
6404         * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6405         lval_reg_frame_relative + lval_register branch of the switch.  Do
6406         not use REGISTER_CONVERT_FROM_TYPE.  Use put_frame_register.
6407         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6408         I386_EDI_REGNUM): New defines.
6409         (i386_next_regnum, i386_convert_register_p,
6410         i386_register_to_value, i386_value_to_register): New functions.
6411         (i386_register_convertible, i386_register_convert_to_virtual,
6412         i386_convert_to_raw): Remove functions.
6413         (i386_gdbarch_init): Set convert_register_p, register_to_value and
6414         value_to_register instead of register_convertible,
6415         register_convert_to_virtual and register_convert_to_raw.
6416         * mips-tdep.c (mips_convert_register_p): New function.
6417         (mips_value_to_register): Replace mips_register_convert_from_type.
6418         (mips_register_to_value): Replace mips_register_convert_to_type.
6419         (mips_gdbarch_init): Set conver_register_p, value_to_register and
6420         register_to_value.
6421         * alpha-tdep.c (alpha_convert_register_p): Update.
6422         (alpha_value_to_register): Update, store the register.
6423         (alpha_register_to_value): Update, fetch the register.
6424
6425 2003-06-14  Theodore A. Roth  <troth@openavr.org>
6426
6427         * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6428         (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6429         Don't set deprecated_call_dummy_words.
6430         Remove commented out set_gdbarch_believe_pcc_promotion() call.
6431         Don't set remote_translate_xfer_address.
6432         (avr_io_reg_read_command): Remove commented out debug printf.
6433         Wrap a long line.
6434
6435 2003-06-14  Theodore A. Roth  <troth@openavr.org>
6436
6437         * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6438         causes gdb to seg fault.
6439
6440 2003-06-14  Daniel Jacobowitz  <drow@mvista.com>
6441
6442         * sparc-nat.c (fetch_inferior_registers): Correct
6443         a reference to "registers".
6444
6445 2003-06-14  Jeroen Dekkers  <jeroen@dekkers.cx>
6446
6447         * Makefile.in (exc_request_U_h): Define
6448         (exc_request_S_h): Likewise.
6449         (msg_reply_S_h): Likewise.
6450         (msg_U_h): Likewise.
6451         (notify_S_h): Likewise.
6452         (process_reply_S_h): Likewise.
6453         (gnu-nat.o): Depend on gdb_obstack_h
6454         * gnu-nat.c: Include "gdb_obstack.h".
6455
6456 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6457
6458         * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6459         * gdbarch.h, gdbarch.c: Re-generate.
6460
6461 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6462
6463         * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces.  Clarify
6464         when deprecated REGISTER macros can be deleted.
6465         * gdbarch.h, gdbarch.c: Re-generate.
6466
6467 2003-06-13  Jim Blandy  <jimb@redhat.com>
6468
6469         * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6470         Linux entry point symbols for _dl_debug_state, too.
6471
6472 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6473
6474         * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6475         available, do not use the FP register, and always save the TOS.
6476         * dummy-frame.c (dummy_frame_this_id): Do not assert
6477         SAVE_DUMMY_FRAME_TOS.
6478         * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6479         (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6480         (i386_push_dummy_call): Add 8 to the returned SP.
6481         * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6482         * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6483         (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6484         * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6485         (x86_64_push_dummy_call): Return "sp + 16".
6486         (x86_64_init_abi): Do not set save_dummy_frame_tos.
6487         * alpha-tdep.c (alpha_gdbarch_init): Do not set
6488         save_dummy_frame_tos.
6489
6490 2003-06-13  Jim Blandy  <jimb@redhat.com>
6491
6492         * frv-tdep.c (frv_use_struct_convention): Delete static
6493         declaration for function deleted in my change of 2003-06-12.
6494
6495 2003-06-13  Theodore A. Roth  <troth@openavr.org>
6496
6497         * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6498         (avr_pointer_to_address): Shift code addrs left 1 bit.
6499         (avr_convert_from_func_ptr_addr): Delete function since operation is
6500         better handled by avr_address_to_pointer and avr_pointer_to_address.
6501         (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6502
6503 2003-06-13  Mark Kettenis  <kettenis@gnu.org>
6504
6505         From Kelley Cook  <kelleycook@wideopenwest.com>:
6506         * configure.host: Accept i[34567]86 variants.
6507         * configure.tgt: Likewise.
6508         * nlm/configure.in: Likewise.
6509         * nlm/configure: Regenerated.
6510
6511 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
6512
6513         * arm-tdep.c (solib-svr4.h): Dont' include it.
6514         (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6515         * arm-linux-tdep.c: ... here.  Make static.
6516         (arm_linux_init_abi): Register it.
6517         (solib-svr4.h): Include it.
6518         * Makefile.in: Update dependencies.
6519         * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6520         (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6521
6522 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
6523
6524         * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6525         indicate registers used for return values.
6526         (struct frame_extra_info): Drop args_pointer and locals_pointer.
6527         (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6528         members.
6529         (h8300_init_extra_frame_info): Ditto.
6530         (h8300_frame_locals_address): Removed.
6531         (h8300_frame_args_address): Removed.
6532         (h8300_extract_return_value): Use new regcache structure. Only care
6533         for 16 bit CPUs.
6534         (h8300h_extract_return_value): Same function for 32 bit CPUs.
6535         (h8300_store_return_value): Use new regcache structure. Only care
6536         for 16 bit CPUs.
6537         (h8300h_store_return_value): Same function for 32 bit CPUs.
6538         (h8300_store_struct_return): Removed.
6539         (h8300_extract_struct_value_address): Use new regcache structure.
6540         (h8300h_extract_struct_value_address): Removed.
6541         (h8300_push_dummy_code): New function.
6542         (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6543         Remove call_dummy_words.  Call set_gdbarch_extract_return_value and
6544         set_gdbarch_store_return_value architecture dependent.
6545         Call set_gdbarch_push_dummy_code and
6546         set_gdbarch_extract_struct_value_address.
6547         Remove calls to set_gdbarch_frame_args_address,
6548         set_gdbarch_frame_locals_address,
6549         set_gdbarch_deprecated_store_struct_return,
6550         set_gdbarch_deprecated_extract_return_value,
6551         set_gdbarch_deprecated_extract_struct_value_address,
6552         set_gdbarch_deprecated_call_dummy_words and
6553         set_gdbarch_deprecated_sizeof_call_dummy_words.
6554
6555 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
6556
6557         * h8300-tdep.c (h8300_register_byte): Remove.
6558         (h8300h_register_byte): Remove.
6559         (h8300_register_virtual_type): Remove.  Substitute by...
6560         (h8300_register_type): New function.
6561         (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6562         (h8300h_extract_struct_value_address): Ditto.
6563         (h8300_gdbarch_init): Drop calls to
6564         set_gdbarch_deprecated_register_byte and
6565         set_gdbarch_deprecated_register_virtual_type.
6566         Add call to set_gdbarch_register_type.
6567
6568 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6569
6570         * gdbarch.sh: Update comments on registers.
6571         (deprecated_register_byte): Rename register_byte.
6572         (deprecated_register_raw_size): Rename register_raw_size.
6573         (deprecated_register_virtual_size): Rename register_virtual_size.
6574         (deprecated_register_virtual_type): Rename register_virtual_type.
6575         * gdbarch.h, gdbarch.c: Re-generate.
6576         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6577         * vax-tdep.c (vax_gdbarch_init): Update.
6578         * v850-tdep.c (v850_gdbarch_init): Update.
6579         * sparc-tdep.c (sparc_gdbarch_init): Update.
6580         * sh-tdep.c (sh_gdbarch_init): Update.
6581         * s390-tdep.c (s390_gdbarch_init): Update.
6582         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6583         * ns32k-tdep.c: Update.
6584         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6585         * mips-tdep.c (mips_gdbarch_init): Update.
6586         * mcore-tdep.c (mcore_gdbarch_init): Update.
6587         * m68k-tdep.c (m68k_gdbarch_init): Update.
6588         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6589         * ia64-tdep.c (ia64_gdbarch_init): Update.
6590         * hppa-tdep.c (hppa_gdbarch_init): Update.
6591         * h8300-tdep.c (h8300_gdbarch_init): Update.
6592         * frv-tdep.c (frv_gdbarch_init): Update.
6593         * cris-tdep.c (cris_gdbarch_init): Update.
6594         * avr-tdep.c (avr_gdbarch_init): Update.
6595         * alpha-tdep.c (alpha_gdbarch_init): Update.
6596         * arm-tdep.c (arm_gdbarch_init): Update.
6597
6598 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6599
6600         * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6601         mips_o32_use_struct_convention with always_use_struct_convention.
6602
6603 2003-06-12  David Carlton  <carlton@kealia.com>
6604
6605         * cp-namespace.c (cp_set_block_scope): Comment out
6606         processing_has_namespace_info branch.
6607
6608 2003-06-12  Jim Blandy  <jimb@redhat.com>
6609
6610         Recognize and skip 64-bit PowerPC Linux linkage functions.
6611         * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6612         insn_pattern, insns_match_pattern, d_field, ds_field): New
6613         functions, macros, and types for working with PPC instructions.
6614         (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6615         ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6616         ppc64_skip_trampoline_code): New functions, variables, and macros
6617         for recognizing and skipping linkage functions.
6618         (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6619         ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6620
6621         * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6622         register offsets for both the 32- and 64-bit interfaces.
6623
6624         Actually finish the job started by my change of 2003-05-29.
6625         * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6626         other #definition of this.
6627         (ppc_linux_skip_trampoline_code): Remove declaration.
6628         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6629         static.
6630         (ppc_linux_init_abi): Register it as the skip_trampoline_code
6631         method for GDBARCH.
6632
6633         * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6634         'long' on ppc64-*-linux*.
6635
6636         * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6637         isn't #defined, assume the register doesn't exist: act as if
6638         tdep->ppc_mq_regnum were -1.
6639
6640         * configure.host, configure.tgt: Add entries for
6641         powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6642         powerpc/linux.mt.
6643         * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6644         New files.
6645
6646         * arch-utils.c (always_use_struct_convention): New function.
6647         * arch-utils.h (always_use_struct_convention): New prototype.
6648         * alpha-tdep.c (alpha_use_struct_convention): Delete.
6649         (alpha_gdbarch_init): Register always_use_struct_convention,
6650         instead of alpha_use_struct_convention.
6651         * cris-tdep.c (cris_use_struct_convention): Delete.
6652         (cris_gdbarch_init): Register always_use_struct_convention,
6653         instead of cris_use_struct_convention.
6654         * frv-tdep.c (frv_use_struct_convention): Delete.
6655         (frv_gdbarch_init): Register always_use_struct_convention,
6656         instead of frv_use_struct_convention.
6657         * h8300-tdep.c (h8300_use_struct_convention): Delete.
6658         (h8300_gdbarch_init): Register always_use_struct_convention,
6659         instead of h8300_use_struct_convention.
6660         * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6661         (mips_o32_gdbarch_init): Register always_use_struct_convention,
6662         instead of mips_o32_use_struct_convention.
6663
6664 2003-06-12  Andrew Cagney  <cagney@redhat.com>
6665
6666         * wince.c: Include "mips-tdep.h".
6667         * mips-tdep.h (mips_next_pc): Declare.
6668         * mcore-tdep.c: Make more local functions static.
6669         * Makefile.in (wince.o): Update dependencies.
6670
6671 2003-06-12  David Carlton  <carlton@kealia.com>
6672
6673         * symtab.c (lookup_symbol_aux_minsyms): Replace
6674         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6675         (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6676         (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6677         SYMBOL_NATURAL_NAME.
6678
6679 2003-06-12  Andreas Schwab  <schwab@suse.de>
6680
6681         * Makefile.in (tuiDisassem.o): Update dependencies.
6682
6683 2003-06-12  David Carlton  <carlton@bactrian.org>
6684
6685         * symtab.h: Delete declaration of make_symbol_overload_list.
6686         Add declaration of lookup_partial_symbol.
6687         * symtab.c (remove_params): Move to cp-support.c.
6688         (overload_list_add_symbol, make_symbol_overload_list)
6689         (sym_return_val_size, sym_return_val_index): Ditto.
6690         (lookup_partial_symbol): Make extern.
6691         * cp-support.h: Add declaration of make_symbol_overload_list.
6692         * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6693         symtab.h, and block.h.
6694         (remove_params): Move here from symtab.c.
6695         (overload_list_add_symbol, make_symbol_overload_list)
6696         (sym_return_val_size, sym_return_val_index): Ditto.
6697         * valops.c: Include cp-support.h.
6698         * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6699         frame_h, and block_h.
6700         (valops.o): Depend on cp_support_h.
6701
6702 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
6703
6704         * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6705         substitute by NUM_REGS throughout.
6706         (h8300_register_name): Only care for H8/300 and H8/300H registers.
6707         (h8300s_register_name): New function for H8S registers.
6708         (h8300sx_register_name): Ditto for H8SX registers.
6709         (h8300_print_register): Revise register printing, avoid depending
6710         on 32 bit long.
6711         (h8300_register_byte): Only care for H8/300 registers.
6712         (h8300h_register_byte): New function for any other architecture.
6713         (h8300_register_raw_size): Remove.
6714         (h8300_register_virtual_type): Revise to return actually useful
6715         type.
6716         (h8300_extract_struct_value_address): Only care for H8/300 registers.
6717         (h8300h_extract_struct_value_address): New function for any other
6718         architecture.
6719         (h8300_gdbarch_init): Add h8300sxn.  Call set_gdbarch_num_regs,
6720         set_gdbarch_register_name, set_gdbarch_register_byte,
6721         set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6722         Remove calls to set_gdbarch_deprecated_register_size,
6723         set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6724         set_gdbarch_deprecated_max_register_raw_size,
6725         set_gdbarch_register_virtual_size and
6726         set_gdbarch_deprecated_max_register_virtual_size entirely.
6727         Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6728         set_gdbarch_long_double_bit.
6729
6730 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
6731
6732         * doublest.c (convert_doublest_to_floatformat): When dealing
6733         with the implied integer bit, only alter mant_bits if we are
6734         processing a full 32 bits of mantissa.
6735
6736 2003-06-11  David Carlton  <carlton@bactrian.org>
6737
6738         * dictionary.h: New.
6739         * dictionary.c: New.
6740         * block.h: Add opaque declaration for struct dictionary.
6741         (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6742         'sym' members.
6743         (BLOCK_DICT): New macro.
6744         Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6745         BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6746         BLOCK_SHOULD_SORT.
6747         (ALL_BLOCK_SYMBOLS): Update definition.
6748         * Makefile.in (SFILES): Add dictionary.c.
6749         (dictionary_h): New.
6750         (COMMON_OBS): Add dictionary.o.
6751         (dictionary.o): New.
6752         (ada-lang.o): Depend on dictionary_h.
6753         (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6754         (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6755         (mi-cmd-stack.o): Ditto.
6756         (gdbtk-cmds.o): Update dependencies.
6757         (gdbtk-stack.o): Ditto.
6758         * ada-lang.c: Include dictionary.h.
6759         (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6760         (fill_in_ada_prototype, debug_print_block): Ditto.
6761         (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6762         explicit iteration by use of ALL_BLOCK_SYMBOLS.  Delete variable
6763         'is_sorted'.
6764         * mdebugread.c: Include dictionary.h.
6765         (struct parse_stack): Delete 'maxsyms' member.
6766         (parse_symbol): Update calls to new_block.  Delete calls to
6767         shrink_block.  Use dictionary methods.
6768         (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6769         Update calls to new_symtab.  Don't maintain maxsyms data.
6770         (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6771         (add_symbol): Just call dict_add_symbol.
6772         (new_symtab): Delete 'maxsyms' argument.
6773         (new_symtab): Update calls to new_block.
6774         (new_block): Delete 'maxsyms' argument; add 'function' argument.
6775         (shrink_block): Delete function.
6776         (fixup_sigtramp): Update call to new_block.  Add symbol via
6777         dict_add_symbol.
6778         * jv-lang.c: Include dictionary.h.
6779         (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6780         appropriately.  Set class_symtab->free_func.  Make sure the
6781         blockvector is big enough to hold two blocks.
6782         (add_class_symtab_symbol): Use dictionary methods.
6783         (free_class_block): New function.
6784         (type_from_class): Replace explicit iteration by
6785         ALL_BLOCK_SYMBOLS.
6786         * symtab.h (struct symtab): Replace 'free_ptr' method by
6787         'free_func'.
6788         * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6789         sort_symtab_syms.
6790         * dwarfread.c (psymtab_to_symtab_1): Delete call to
6791         sort_symtab_syms.
6792         * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6793         Include dictionary.h.
6794         (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6795         * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6796         sort_symtab_syms.
6797         * objfiles.c: Include dictionary.h.
6798         (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6799         * buildsym.c: Include dictionary.h.
6800         (finish_block): Use dictionary methods.
6801         (end_symtab): Set free_func to NULL, not free_ptr.
6802         * tracepoint.c: Include dictionary.h.
6803         (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6804         (scope_info): Ditto.
6805         * stack.c: Include dictionary.h.
6806         (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6807         (print_block_frame_labels, print_frame_arg_vars)
6808         (print_frame_args): Ditto.
6809         * symmisc.c (free_symtab_block): Use dictionary methods.
6810         (dump_symtab): Ditto.
6811         (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6812         Include dictionary.h.
6813         * symfile.h: Delete declarations of sort_block_syms,
6814         sort_symtab_syms.
6815         * symfile.c (sort_block_syms): Delete.
6816         (sort_symtab_syms): Delete.
6817         * symtab.c: Include dictionary.h.
6818         (lookup_block_symbol): Use dictionary iterators.
6819         (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6820         (search_symbols, make_symbol_completion_list): Ditto.
6821         (make_symbol_overload_list): Ditto.
6822         * valops.c (value_of_local): Use dict_empty.
6823         Include dictionary.h.
6824
6825 2003-06-11  J. Brobecker  <brobecker@gnat.com>
6826
6827         * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6828
6829 2003-06-11  David Carlton  <carlton@bactrian.org>
6830
6831         * block.h (BLOCK_SHOULD_SORT): Delete.
6832         * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6833         blocks.
6834         * ada-lang.c (ada_add_block_symbols): Ditto.
6835         * symfile.c (sort_block_syms): Delete.
6836         (sort_symtab_syms): Ditto.
6837         * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6838         declarations.
6839         * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6840         * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6841         * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6842         * dwarfread.c (psymtab_to_symtab_1): Ditto.
6843         * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6844         * mdebugread.c (psymtab_to_symtab_1): Ditto.
6845         * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6846
6847 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
6848
6849         * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6850         bits to 128.
6851
6852 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6853
6854         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6855         REGISTER_CONVERTIBLE.
6856         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6857         (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6858         * gdbarch.h, gdbarch.c: Re-generate.
6859         * arch-utils.h (deprecated_register_convertible_not): Rename
6860         generic_register_convertible_not.
6861         * arch-utils.c (deprecated_register_convertible_not): Rename
6862         generic_register_convertible.
6863         (legacy_convert_register_p, legacy_register_to_value): Update.
6864         * sh-tdep.c (sh64_push_arguments): Update.
6865         * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6866         * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6867         * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6868         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6869         * arch-utils.c (legacy_value_to_register): Update.
6870         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6871         (rs6000_register_convert_to_raw): Make parameter "from" const.
6872         * mips-tdep.c (mips_gdbarch_init): Update.
6873         (mips_register_convert_to_raw): Make  parameter"virt_buf" const.
6874         * infcmd.c (default_print_registers_info): Update.
6875         * ia64-tdep.c (ia64_gdbarch_init): Update.
6876         (ia64_register_convert_to_raw): Make parameter "from" const.
6877         * i386-tdep.c (i386_gdbarch_init): Update.
6878         (i386_register_convert_to_raw): Update.
6879
6880 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6881
6882         * remote-fileio.c: Include "remote-fileio.h".
6883         * Makefile.in (remote-fileio.o): Update dependencies.
6884         (remote_fileio_h): Fix typo.
6885
6886 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6887
6888         * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6889         (xstormy16_save_dummy_frame_tos): Make static.
6890         (_initialize_xstormy16_tdep): Add declaration.
6891         * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6892         * v850-tdep.c: Make local functions static.
6893         (_initialize_v850_tdep): Add declaration.
6894         * sparc-tdep.c: Make local functions static.
6895         (_initialize_sparc_tdep): Add declaration.
6896         * sh-tdep.c: Make local functions static.
6897         (_initialize_sh_tdep): Add declaration.
6898         * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6899         * s390-tdep.c: Make local functions static.
6900         (_initialize_s390_tdep): Add declaration.
6901         * dbxread.c (find_stab_function_addr): Make static.
6902         * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6903         * ocd.c (_initialize_remote_ocd): Add declaration.
6904         * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6905         * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6906         * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6907         * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6908         * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6909         * remote-array.c (_initialize_array): Add declaration.
6910         (_initialize_remote_monitors): Add declaration.
6911         * remote-mips.c: Make local functions static.
6912         (_initialize_remote_mips): Add declaration.
6913         * mcore-tdep.c: Make all local functions static.
6914         (_initialize_mcore_tdep): Add declaration.
6915         * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6916         * abug-rom.c (_initialize_abug_rom): Add declaration.
6917         * rom68k-rom.c (_initialize_rom68k): Add declaration.
6918         * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6919         * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6920         * remote-est.c (_initialize_est): Add declaration.
6921         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6922         (m68hc11_call_dummy_address): Make static.
6923         * ia64-tdep.c: Make local functions static.
6924         (_initialize_ia64_tdep): Add declaration.
6925         * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6926         * monitor.c (monitor_wait_filter): Make static.
6927         (_initialize_remote_monitors): Add declaration.
6928         * remote-hms.c (_initialize_remote_hms): Add declaration.
6929         * remote-e7000.c (fetch_regs_from_dump): Make static.
6930         (expect_n): Make static.
6931         (_initialize_remote_e7000): Add declaration.
6932         * ser-e7kpc.c: Always include "defs.h".
6933         (_initialize_ser_e7000pc): Add declaration.
6934         * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6935         * cris-tdep.c: Make all but one function static.
6936         (_initialize_cris_tdep): Add declaration.
6937         * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6938         * solib.c (update_solib_list): Make static.
6939         (_initialize_solib): Add declaration.
6940         * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6941         (_initialize_avr_tdep): Add declaration.
6942         * remote-rdi.c (voiddummy): Make static.
6943         (_initialize_remote_rdi): Add declaration.
6944         * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6945         * remote-rdp.c (send_rdp): Make static.
6946         (_initialize_remote_rdp): Add declaration.
6947         * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6948
6949 2003-06-11  Corinna Vinschen  <vinschen@redhat.com>
6950
6951         * remote-fileio.c: Make ari happy.
6952
6953 2003-06-10  J. Brobecker  <brobecker@gnat.com>
6954
6955         * rs6000-nat.c (child_xfer_memory): Compute the right address when
6956         fetching the trailing bytes of the buffer we are about to write.
6957
6958 2003-06-10  Andrew Cagney  <cagney@redhat.com>
6959
6960         * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6961         * Makefile.in (remote-fileio.o): Update dependencies.
6962         * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h".  Do not
6963         include <setjmp.h>, or <sys/types.h> conditional on USG.
6964         (remote_fio_jmp_buf): Delete global variable.
6965
6966 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
6967             Martin M. Hunt  <hunt@redhat.com>
6968
6969         * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6970         (SFILES): Add remote-fileio.c.
6971         Add dependencies for building remote-fileio.o.  Add remote-fileio.h to
6972         dependencies for building remote.o.
6973         * remote-fileio.c: New file implementing the remote File-I/O protocol.
6974         * remote-fileio.h: New header file defining remote File-I/O interface.
6975         * remote.c (remote_write_bytes, remote_read_bytes): Remove
6976         static storage class.
6977         (remote_wait, remote_async_wait): Call remote_fileio_request() on
6978         'F' packet.
6979         (_initialize_remote): Call initialize_remote_fileio().
6980         * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6981         * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6982         * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6983         (captured_main): Initialize new ui_files.
6984         * ui-file.c: Add read and fgets input functions.
6985         (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6986         (null_file_read): New function.
6987         (ui_file_read): New function.
6988         (set_ui_file_read): New function.
6989         (stdio_file_read): New function.
6990         * ui-file.h: New type ui_file_read_ftype.
6991         (set_ui_file_read): Declare.
6992         (ui_file_read): Declare.
6993
6994 2003-06-09  Andrew Cagney  <cagney@redhat.com>
6995
6996         * frame.h (deprecated_unwind_get_saved_register): Rename
6997         generic_unwind_get_saved_register, update comments.
6998         * mips-tdep.c (mips_get_saved_register): Update.
6999         * frame.c (deprecated_unwind_get_saved_register): Update.
7000
7001 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7002
7003         * vax-tdep.c (vax_frame_locals_address): Delete function.
7004         (vax_gdbarch_init): Do not set frame_locals_address.
7005         * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7006         (m68hc11_gdbarch_init): Do not set frame_locals_address.
7007         * s390-tdep.c (s390_frame_args_address): Delete function.
7008         (s390_gdbarch_init): Do not set frame_args_address or
7009         frame_locals_address.
7010         * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7011         (ns32k_gdbarch_init): Do not set frame_locals_address.
7012         * hppa-tdep.c (hppa_frame_args_address): Delete function.
7013         (hppa_frame_locals_address): Delete function.
7014         (hppa_gdbarch_init): Do not set frame_args_address, or
7015         frame_locals_address.
7016         * arm-tdep.c (arm_frame_args_address): Delete.
7017         (arm_frame_locals_address): Delete.
7018         (arm_gdbarch_init): Do not set frame_args_address, or
7019         frame_locals_address.
7020
7021 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7022
7023         * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7024         * gdbarch.h, gdbarch.c: Re-generate.
7025         * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7026         * arch-utils.c (frame_num_args_unknown): Delete function.
7027         * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7028         (frame_info): Use FRAME_NUM_ARGS_P.
7029         * arm-tdep.c (arm_frame_num_args): Delete function.
7030         (arm_gdbarch_init): Do not set frame_num_args.
7031         * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7032         * hppa-tdep.c (hppa_frame_num_args): Delete function.
7033         (hppa_gdbarch_init): Do not set frame_num_args.
7034         * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7035         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7036         frame_num_args to default frame_num_args_unknown.
7037         * v850-tdep.c (v850_gdbarch_init): Ditto.
7038         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7039         * sh-tdep.c (sh_gdbarch_init): Ditto.
7040         * s390-tdep.c (s390_gdbarch_init): Ditto.
7041         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7042         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7043         * mips-tdep.c (mips_gdbarch_init): Ditto.
7044         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7045         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7046         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7047         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7048         * i386-tdep.c (i386_gdbarch_init): Ditto.
7049         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7050         * frv-tdep.c (frv_gdbarch_init): Ditto.
7051         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7052         * cris-tdep.c (cris_gdbarch_init): Ditto.
7053         * avr-tdep.c (avr_gdbarch_init): Ditto.
7054         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7055
7056 2003-06-09  Andrew Cagney  <cagney@redhat.com>
7057
7058         * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7059         (print_frame_args): Moved to "stack.c".
7060         * stack.c: Include "gdb_assert.h".
7061         (print_frame_nameless_args): Moved from "printcmd.c", made static.
7062         (print_frame_args): Moved from "printcmd.c".
7063         * frame.h (print_frame_args): Delete declaration.
7064         * Makefile.in (stack.o): Update dependencies.
7065
7066 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7067
7068         * frame.c (get_prev_frame): Remove reference to
7069         frame_args_address_correct in comments.
7070         * frame-base.c (default_frame_args_address): Delete code
7071         conditional on FRAME_ARGS_ADDRESS_CORRECT.
7072         * vax-tdep.c (vax_frame_args_address_correct): Delete.
7073         (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7074         * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7075         (vax_frame_args_address_correct): Delete declaration.
7076
7077 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7078
7079         * gdbarch.sh (UNWIND_SP): Add.
7080         * gdbarch.h, gdbarch.c: Re-generate.
7081         * frame.c (frame_sp_unwind): New function.
7082         (get_frame_sp): New function.
7083         * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7084         * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7085         gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7086         value.
7087         * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7088         (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7089
7090 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7091
7092         Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7093         REMOTE_BREAKPOINT.
7094         * remote.c: Update.
7095         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7096         (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7097         * config/m68k/tm-sun3.h: Update.
7098         * config/m68k/tm-m68klynx.h: Update.
7099         * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7100
7101         * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7102         trad_frame".  Update comments.
7103         * d10v-tdep.c (struct d10v_unwind_cache): Update.
7104         * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7105         (trad_frame_register_value, trad_frame_prev_register): Update.
7106
7107 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7108
7109         * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7110         from GCC's acinclude.m4.
7111         * configure.in: Check for getopt's delcaration.
7112         * aclocal.m4, config.in, configure: Re-generate.
7113         * main.c (error_init): Delete declaration.
7114         * defs.h (error_init): Declare.
7115         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7116         (rs6000_convert_from_func_ptr_addr): Make static.
7117         (_initialize_rs6000_tdep): Add declaration.
7118         * cli/cli-cmds.c (dont_repeat): Delete declaration.
7119         (show_commands, set_verbose, show_history): Delete declaration.
7120         * top.h (set_verbose): Add declaration.
7121         (show_history, set_history, show_commands): Add declaration.
7122         (do_restore_instream_cleanup): Add declaration.
7123         * objc-lang.c (specialcmp): Make static.
7124         (print_object_command): Make static.
7125         (find_objc_msgsend): Make static.
7126         (find_objc_msgcall_submethod_helper): Make static.
7127         (find_objc_msgcall_submethod): Make static.
7128         (_initialize_objc_language): Add declaration.
7129         (find_implementation_from_class): Make static.
7130         (find_implementation): Make static.
7131         * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7132         * objc-lang.h (lookup_struct_typedef): Add declaration.
7133         * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7134         * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7135         (do_restore_user_call_depth): Make static.
7136         (do_restore_instream_cleanup): Delete declaration.
7137         (dont_repeat): Delete declaration.
7138         * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7139         * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7140         * reggroups.c (_initialize_reggroup): Add declaration.
7141         * cp-support.c (_initialize_cp_support): Add declaration.
7142         * cp-abi.c (_initialize_cp_abi): Add declaration.
7143         * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7144         * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7145         (_initialize_gnu_v3_abi): Add declaration.
7146         * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7147         (_initialize_gnu_v2_abi): Add declaration.
7148         * frame-base.c (_initialize_frame_base): Add declaration.
7149         * doublest.c (floatformat_from_length): Make static.
7150         * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7151         * frame.c (create_sentinel_frame): Make static.
7152         (_initialize_frame): Add declaration.
7153         * top.c (do_catch_errors): Make static.
7154         (gdb_rl_operate_and_get_next_completion): Make static.
7155         * typeprint.c: Include "typeprint.h".
7156         * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7157         (sentinel_frame_this_id): Make static.
7158         * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7159         * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7160         * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7161         * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7162         * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7163         * maint.c (maintenance_print_architecture): Make static.
7164         * signals/signals.c (_initialize_signals): Add declaration.
7165         * std-regs.c (_initialize_frame_reg): Add declaration.
7166         * jv-exp.y (push_variable): ISO C definition.
7167         (push_qualified_expression_name): Ditto.
7168         * memattr.c (_initialize_mem): Add declaration.
7169         * remote.c (remote_check_watch_resources): Make static.
7170         (remote_stopped_by_watchpoint): Make static.
7171         (remote_stopped_data_address): Make static.
7172         * d10v-tdep.c (nr_dmap_regs): Make static.
7173         (a0_regnum): Make static.
7174         (d10v_frame_unwind_cache): Make static.
7175         (d10v_frame_p): Make static.
7176         * osabi.c (show_osabi): Make static.
7177         (_initialize_gdb_osabi): Add extern declaration.
7178         * gdbtypes.c (make_qualified_type): Make static.
7179         (safe_parse_type): Make static.
7180         * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7181         * macrotab.c (macro_bcache_free): Make static.
7182         * interps.c (interp_set_quiet): Make static.
7183         (interpreter_exec_cmd): Make static.
7184         * stack.h (select_frame_command): New file.
7185         * stack.c: Include "stack.h".
7186         (select_frame_command_wrapper): Delete function.
7187         (select_frame_command): Make global.
7188         * infcall.c: Include "infcall.h".
7189         * linespec.c: Include "linespec.h".
7190         * symfile.c (sections_overlap): Make static.
7191         * cp-support.h (cp_initialize_namespace): ISO C declaration.
7192         * charset.c (_initialize_charset): Add missing prototype.
7193         * regcache.c (init_legacy_regcache_descr): Make static.
7194         (do_regcache_xfree): Make static.
7195         (regcache_xfer_part): Make static.
7196         (_initialize_regcache): Add missing prototype.
7197         * breakpoint.c (parse_breakpoint_sals): Make static.
7198         (breakpoint_sals_to_pc): Make static.
7199         * interps.h (clear_interpreter_hooks): ISO C declaration.
7200         * Makefile.in (stack_h): Define.
7201         (stack.o, typeprint.o, mi-main.o): Update dependencies.
7202         (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7203
7204 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7205
7206         * Makefile.in (d10v-tdep.o): Update dependencies.
7207         (SFILES): Add trad-frame.c.
7208         (trad_frame_h): Define.
7209         (COMMON_OBS): Add trad-frame.o.
7210         (trad-frame.o): Specify dependencies.
7211         * d10v-tdep.c: Include "trad-frame.h".
7212         (saved_regs_unwinder): Delete function.
7213         (d10v_frame_prev_register): Use trad_frame_prev_register.
7214         (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7215         trad_frame", delete "regs" and "prev_sp".
7216         (prologue_find_regs): Use trad-frame.
7217         * trad-frame.h, trad-frame.c: New files.
7218
7219 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
7220
7221         * dwarf2cfi.c, dwarf2cfi.h: Remove.
7222
7223 2003-06-07  Adam Fedor  <fedor@gnu.org>
7224
7225         * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7226         (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7227         using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7228         (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7229         resolve_msgsend_super, resolve_msgsend_super_stret):
7230         Use it.
7231
7232 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7233
7234         * symfile.h: Re-indent, clean up comments.
7235
7236 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7237
7238         * inferior.h (deprecated_write_sp): Replace
7239         generic_target_write_sp.
7240         * regcache.c (deprecated_write_sp): Replace
7241         generic_target_write_sp.
7242         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7243         * vax-tdep.c (vax_gdbarch_init): Update.
7244         * v850-tdep.c (v850_gdbarch_init): Update.
7245         * sparc-tdep.c (sparc_gdbarch_init): Update.
7246         * sh-tdep.c (sh_gdbarch_init): Update.
7247         * s390-tdep.c (s390_gdbarch_init): Update.
7248         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7249         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7250         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7251         * mcore-tdep.c (mcore_gdbarch_init): Update.
7252         * m68k-tdep.c (m68k_gdbarch_init): Update.
7253         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7254         * ia64-tdep.c (ia64_gdbarch_init): Update.
7255         * h8300-tdep.c (h8300_gdbarch_init): Update.
7256         * frv-tdep.c (frv_gdbarch_init): Update.
7257         * cris-tdep.c (cris_gdbarch_init): Update.
7258         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7259
7260 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7261
7262         * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7263         Assert that PC_REGNUM is valid.
7264         (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7265
7266 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7267
7268         * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7269         * gdbarch.h, gdbarch.c: Regenerate.
7270         * mn10300-tdep.c: Include "gdb_assert.h".
7271         (mn10300_read_fp): New function.
7272         (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7273         mn10300_read_fp.  Do not set read_sp to generic_target_read_sp.
7274         * ia64-tdep.c: Include "gdb_assert.h".
7275         (ia64_read_fp): New function.
7276         (ia64_gdbarch_init): Set deprecated_target_read_fp to
7277         ia64_read_sp.  Do not set read_sp to generic_target_read_sp.
7278         * regcache.c (generic_target_read_sp): Delete function.
7279         (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7280         * inferior.h (generic_target_read_sp): Delete declaration.
7281         * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7282         generic_target_read_sp.
7283         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7284         * sparc-tdep.c (sparc_gdbarch_init): Ditto
7285         * sh-tdep.c (sh_gdbarch_init): Ditto.
7286         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7287         * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7288
7289 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7290
7291         * gdbarch.sh: Comment each field of startup_gdbarch.
7292         * gdbarch.h, gdbarch.c: Re-generate.
7293
7294 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7295
7296         * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7297         * gdbarch.h, gdbarch.c: Re-generate.
7298         * regcache.c: Update comments on read_pc et.al.
7299         (generic_target_read_pc): Delete function.
7300         (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7301         * inferior.h (generic_target_read_pc): Delete declaration.
7302         * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7303         generic_target_read_pc.
7304         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7305         * sh-tdep.c (sh_gdbarch_init): Ditto.
7306         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7307         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7308
7309 2003-06-07  Andrew Cagney  <cagney@redhat.com>
7310
7311         * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7312         "index" with "special_local_sect".  Use strcmp instead of STREQ.
7313         Append period to coments.
7314
7315 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
7316
7317         * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7318         (elfstab_offset_sections): Likewise.
7319         * gdb-stabs.h (stab_section_info): Likewise.
7320         * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7321         * objfiles.c (objfile_relocate): Likewise.
7322         * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7323         * remote.c (get_offsets): Likewise.
7324         (remote_cisco_objfile_relocate): Likewise.
7325         * somread.c (som_symfile_offsets): Likewise.
7326         * symfile.c (alloc_section_addr_info): New function.
7327         (build_section_addr_info_from_section_tab): Use it.
7328         (free_section_addr_info): Adjust.
7329         (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7330         (syms_from_objfile): Allocate local_addr dynamically.
7331         (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7332         dynamically.
7333         (add_symbol_file_command): Allocate sect_opts dynamically.
7334         (reread_symbols): Avoid use of SECT_OFF_MAX.
7335         * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7336         (alloc_section_addr_info): Declare it.
7337         * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7338         * win32-nat.c (solib_symbols_add): Allocate section_addrs
7339         dynamically.
7340         * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7341
7342 2003-06-06  Andrew Cagney  <cagney@redhat.com>
7343
7344         * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7345         (d10v_frame_unwind_cache): Do not set "return_pc".
7346
7347 2003-06-06  Michael Snyder  <msnyder@redhat.com>
7348
7349         * h8300-tdep.c: Make tidy (long lines).
7350
7351 2003-06-06  Michal Ludvig  <mludvig@suse.cz>
7352
7353         * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7354         to regcache_collect().
7355
7356 2003-06-05  J. Brobecker  <brobecker@gnat.com>
7357
7358         * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7359         pc_in_sigtramp multiarch method.
7360         (hppa_hpux_som_init_abi): Use it.
7361         (hppa_hpux_elf_init_abi): Likewise.
7362         * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7363         macro has been multiarched.
7364         * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7365         macro here, as hppa64 isn't multiarched yet.
7366
7367 2003-06-05  Andrew Cagney  <cagney@redhat.com>
7368
7369         * Makefile.in (value_h): Add $(frame_h).
7370         * value.h: Include "frame.h".
7371         (struct value): Replace "frame_addr" with "frame_id".
7372         (VALUE_FRAME_ID): Replace VALUE_FRAME.
7373         * values.c (allocate_value): Use VALUE_FRAME_ID.
7374         (value_copy): Use VALUE_FRAME_ID.
7375         * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7376         * valops.c (value_assign): Update.  Use frame_find_by_id.
7377
7378 2003-06-05  Michal Ludvig  <mludvig@suse.cz>
7379
7380         * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7381         in each pass.
7382
7383 2003-06-05  Jeff Johnston  <jjohnstn@redhat.com>
7384
7385         * thread-db.c (check_event): For create/death event breakpoints,
7386         loop through all messages to ensure that we read the message
7387         corresponding to the breakpoint we are at.
7388
7389 2003-06-04  Michael Snyder  <msnyder@redhat.com>
7390
7391         * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7392
7393 2003-06-04  Mark Kettenis  <kettenis@gnu.org>
7394
7395         * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7396         (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7397         (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7398         when handling .eh_frame sections.
7399
7400 2003-06-04  J. Brobecker  <brobecker@gnat.com>
7401
7402         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7403         prepare_to_proceed procedure instead of the hppa-specific one.
7404         * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7405
7406 2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
7407
7408         * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7409         * config.in: Regenerated.
7410         * configure.in: Add test for syscall function and check for
7411         __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7412         * configure: Regenerated.
7413         * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7414         <sys/syscall.h>.
7415         (kill_lwp): New function that uses tkill syscall or
7416         uses kill, depending on whether threading model is nptl or not.
7417         All callers of kill() changed to use kill_lwp().
7418         (lin_lwp_wait): Make special check when WIFEXITED occurs to
7419         see if all threads have already exited in the nptl model.
7420         (stop_and_resume_callback): New callback function used by the
7421         lin_lwp_wait thread exit handling code.
7422         (stop_wait_callback): Check for threads already having exited and
7423         delete such threads fromt the lwp list when discovered.
7424         (stop_callback): Don't assert retcode of kill call.
7425
7426         Roland McGrath  <roland@redhat.com>
7427         * i386-linux-nat.c (ps_get_thread_area): New function needed by
7428         nptl libthread_db.
7429
7430 2003-06-03  Richard Henderson  <rth@redhat.com>
7431
7432         * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7433         (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7434         (alpha_sigtramp_frame_prev_register): Likewise.
7435         (alpha_heuristic_frame_prev_register): Likewise.
7436         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7437
7438         * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7439         alpha-specific register id names.
7440         (alpha_mdebug_frame_unwind_cache): Likewise.
7441         (alpha_mdebug_frame_prev_register): Likewise.
7442
7443 2003-06-03  Richard Henderson  <rth@redhat.com>
7444
7445         * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7446         * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7447         * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7448         * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7449         unwind routines.
7450         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7451         * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7452         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7453
7454         * alpha-linux-tdep.c: Remove unnecessary includes.
7455         * Makefile.in (alpha-linux-tdep.o): Update.
7456
7457 2003-06-03  Richard Henderson  <rth@redhat.com>
7458
7459         * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7460         (alphabsd_fill_fpreg): Likewise.
7461
7462 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7463
7464         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr):  Replace
7465         references to struct frame_info fields by calls to the equivalent
7466         accessors. Necessary now that frame_info is opaque.
7467
7468 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7469
7470         * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7471         (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7472         structure, field no longer exists.
7473
7474 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7475
7476         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7477         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7478
7479 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7480
7481         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7482         references to struct frame_info fields by calls to the equivalent
7483         accessors. Necessary now that frame_info is opaque.
7484
7485 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7486
7487         * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7488         (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7489         structure, field no longer exists.
7490
7491 2003-06-03  Theodore A. Roth  <troth@openavr.org>
7492
7493         * remote.c (init_remote_state): Compute sizeof_g_packet by
7494         accumulation of the size of all registers instead of blindly using
7495         DEPRECATED_REGISTER_BYTES.
7496
7497 2003-06-03  Michael Snyder  <msnyder@redhat.com>
7498
7499         * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7500         * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7501         for h8300sx.
7502
7503 2003-06-03  J. Brobecker  <brobecker@gnat.com>
7504
7505         * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7506         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7507
7508 2003-06-03  Andrew Cagney  <cagney@redhat.com>
7509
7510         * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7511         (sparc_convert_to_raw): Delete function.
7512         (sparc_gdbarch_init): Do not set register_convert_to_raw or
7513         register_convert_to_virtual.
7514
7515 2003-06-03  Jeff Johnston  <jjohnstn@redhat.com>
7516
7517         * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7518         layer if not dealing with a statically-linked threaded program.
7519
7520 2003-06-03  Kris Warkentin  <kewarken@qnx.com>
7521
7522         * solib.c (solib_open): Update comment to reflect actual search order.
7523
7524 2003-06-03  Andrew Cagney  <cagney@redhat.com>
7525
7526         * frame.c (get_frame_memory_signed): New function.
7527         (get_frame_memory, get_frame_memory_unsigned): New function.
7528         (get_frame_arch): New function.
7529         * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7530         (get_frame_memory, get_frame_unsigned_memory): Declare.
7531         * d10v-tdep.c (d10v_frame_unwind_cache): Use
7532         get_frame_memory_unsigned and get_frame_arch.
7533         (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7534
7535 2003-06-03  Raoul Gough  <RaoulGough@yahoo.co.uk>
7536
7537         * MAINTAINERS (write after approval): Add myself.
7538
7539 2003-06-03  Jim Blandy  <jimb@redhat.com>
7540
7541         * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7542         elements of gregset_t are 64 bits each, but access registers
7543         are still 32 bits, so they're packed two per gregset_t
7544         element.  Unpack/pack them properly.
7545
7546 2003-06-02  David Carlton  <carlton@bactrian.org>
7547
7548         * linespec.c (find_methods): Break out code into
7549         add_matching_methods and add_constructors.
7550         (add_matching_methods): New.
7551         (add_constructors): Ditto.
7552
7553 2003-06-02  Andrew Cagney  <cagney@redhat.com>
7554
7555         * sparc-tdep.c (sparc_print_registers): Delete call to
7556         REGISTER_CONVERTIBLE.
7557         (sparc_gdbarch_init): Do not set register_convertible.
7558         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7559         * frv-tdep.c (frv_gdbarch_init): Ditto.
7560         * cris-tdep.c (cris_gdbarch_init): Ditto.
7561
7562 2003-06-02  Elena Zannoni  <ezannoni@redhat.com>
7563
7564         * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7565         * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7566         (syms_from_objfile): Ditto.
7567
7568 2003-06-03  Andreas Schwab  <schwab@suse.de>
7569
7570         * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7571         (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7572
7573 2003-06-02  Richard Henderson  <rth@redhat.com>
7574
7575         * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7576         a member of all_reggroup.
7577
7578 2003-06-02  Richard Henderson  <rth@redhat.com>
7579
7580         * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7581         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7582         (alpha_lds, alpha_sts): New.
7583         (alpha_convert_register_p): Change from _register_convertible.
7584         (alpha_register_to_value): Change from _convert_to_virtual;
7585         restructure and fail for type sizes other than 4 or 8.
7586         (alpha_value_to_register): Similarly.
7587         (alpha_extract_return_value): Use alpha_sts.
7588         (alpha_store_return_value): Use alpha_lds.
7589         (alpha_gdbarch_init): Update hooks.
7590
7591 2003-06-02  Richard Henderson  <rth@redhat.com>
7592
7593         * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7594         regnum identifiers.
7595         (alpha_sigtramp_register_address): Likewise.
7596
7597 2003-06-02  Richard Henderson  <rth@redhat.com>
7598
7599         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7600         (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7601         * alpha-tdep.h: Declare them.
7602
7603         * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7604         Remove zerobuf.  Don't error on UNIQUE.
7605         (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7606         (ALPHA_REGSET_UNIQUE): Provide default.
7607         (supply_gregset): Use alpha_supply_int_regs.
7608         (fill_gregset): Use alpha_fill_int_regs.
7609         (supply_fpregset): Use alpha_supply_fp_regs.
7610         (fill_fpregset): Use alpha_fill_fp_regs.
7611         * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7612         (alphabsd_supply_reg): Use alpha_supply_int_regs.
7613         (alphabsd_fill_reg): Use alpha_fill_int_regs.
7614         (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7615         (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7616         * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7617
7618 2003-06-02  Richard Henderson  <rth@redhat.com>
7619
7620         * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7621
7622         * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7623         (alpha_store_return_value): Likewise.
7624
7625 2003-06-02  David Carlton  <carlton@math.stanford.edu>
7626
7627         * block.c (contained_in): Add 'const' to arguments.
7628         (block_function): Ditto.
7629         * block.h: Update declarations for block_function and
7630         contained_in.
7631
7632 2003-06-02  David Carlton  <carlton@math.stanford.edu>
7633
7634         * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7635         * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7636         * p-valprint.c (pascal_val_print): Ditto.
7637         * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7638
7639 2003-06-02  Richard Henderson  <rth@redhat.com>
7640
7641         * alpha-tdep.c (alpha_push_dummy_call): Use
7642         builtin_type_ieee_double_little instead of builtin_type_double.
7643
7644         * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7645         sign-extension of 32-bit values.
7646         (alpha_store_return_value): Similarly.
7647
7648         * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7649         (alpha_extract_return_value): Likewise.
7650         (alpha_store_return_value): Likewise.
7651
7652         * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7653         (alpha_store_return_value): Error on IEEE Quad floats.
7654
7655         * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7656         (alpha_extract_struct_value_address): Likewise.
7657         (alpha_store_return_value): Likewise.
7658         (alpha_store_struct_return): Remove.
7659         (alpha_gdbarch_init): Update hook registration to match.
7660
7661         * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7662         deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7663         macros where appropriate.
7664         (alpha_register_convert_to_raw): Similarly.  Use unpack_long.
7665         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7666
7667         * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7668         for SP, GP; void_func_ptr for PC; non-language-specific types
7669         for all others.
7670         * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7671
7672 2003-06-02  Richard Henderson  <rth@redhat.com>
7673
7674         * top.h (lim_at_start): Declare.
7675         * main.c (captured_main): Set it.
7676         * top.c (lim_at_start): Define.
7677         (command_loop): Use it instead of &environ.
7678         * event-top.c (command_handler): Likewise.
7679
7680 2003-06-01  Jason Thorpe  <thorpej@wasabisystems.com>
7681
7682         * mipsnbsd-tdep.c: Update copyright years.
7683         (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7684
7685 2003-06-01  Richard Henderson  <rth@redhat.com>
7686
7687         * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7688         (alpha-linux-tdep.o): Update dependencies.
7689         (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7690         * alpha-mdebug-tdep.c: Remove unneeded includes.
7691
7692 2003-06-01  Richard Henderson  <rth@redhat.com>
7693
7694         * alpha-tdep.c (alpha_register_reggroup_p): New.
7695         (alpha_gdbarch_init): Register it.
7696
7697 2003-06-02  Andrew Cagney  <cagney@redhat.com>
7698
7699         * dwarfread.c: Eliminate "register"
7700         (decode_die_type): Eliminate assignment within "if".
7701         (struct_type, decode_array_element_type): Ditto.
7702         (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7703         (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7704         (decode_modified_type, completedieinfo): Ditto.
7705         * block.c: Eliminate "register".
7706         (blockvector_for_pc_sect): Eliminate assignment within "if".
7707         * cp-support.h (struct symbol): Opaque declaration.
7708         * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7709
7710 2003-06-01  Richard Henderson  <rth@redhat.com>
7711
7712         * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7713         (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7714
7715 2003-06-01  Adam Fedor  <fedor@gnu.org>
7716
7717         * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7718         * gdbarch.[ch]: Regenerate.
7719         * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7720         (hppa_gdbarch_init): Set it in the gdbarch vector.
7721         * i386-tdep.c (i386_fetch_pointer_argument): New
7722         (i386_gdbarch_init): Set it into gdbarch.
7723         * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7724         (rs6000_gdbarch_init): Set it in gdbarch.
7725         * sparc-tdep.c (sparc_fetch_pointer_argument): New
7726         (sparc_gdbarch_init): Set it in gdbarch.
7727
7728 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7729
7730         * defs.h (extract_address): Delete declaration.
7731         * findvar.c (extract_address): Delete function.
7732         * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7733         extract_address with the inline equivalent,
7734         extract_unsigned_integer.
7735         (xstormy16_extract_struct_value_address): Ditto.
7736         (xstormy16_pointer_to_address): Ditto.
7737         * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7738         * v850-tdep.c (v850_push_arguments): Ditto.
7739         (v850_extract_return_value): Ditto.
7740         (v850_extract_struct_value_address): Ditto.
7741         * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7742         (sparcnbsd_get_longjmp_target_64): Ditto.
7743         * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7744         (get_longjmp_target): Ditto.
7745         * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7746         (sh64_extract_struct_value_address): Ditto.
7747         (sh_push_arguments): Ditto.
7748         (sh64_push_arguments): Ditto.
7749         * remote-vxsparc.c (vx_read_register): Ditto.
7750         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7751         * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7752         * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7753         * mipsv4-nat.c (get_longjmp_target): Ditto.
7754         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7755         * mips-nat.c (get_longjmp_target): Ditto.
7756         * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7757         * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7758         * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7759         * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7760         * irix5-nat.c (get_longjmp_target): Ditto.
7761         * irix4-nat.c (get_longjmp_target): Ditto.
7762         * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7763         (ia64_push_arguments): Ditto.
7764         * hpux-thread.c (hpux_thread_store_registers): Ditto.
7765         * h8300-tdep.c (h8300_push_arguments): Ditto.
7766         (h8300_store_return_value): Ditto.
7767         (h8300_extract_struct_value_address): Ditto.
7768         * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7769         (frv_push_arguments): Ditto.
7770         * avr-tdep.c (avr_pointer_to_address): Ditto.
7771         (avr_push_arguments): Ditto.
7772         * arm-tdep.c (arm_push_dummy_call): Ditto.
7773         (arm_get_longjmp_target): Ditto.
7774         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7775         * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7776         (alpha_get_longjmp_target): Ditto.
7777
7778         * solib-irix.c (extract_mips_address): Inline extract_address,
7779         replacing it with extract_signed_integer.
7780         * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7781         (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7782         (first_link_map_member, open_symbol_file_object): Ditto.
7783         (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7784         * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7785         (LM_NEXT, LM_NAME): Ditto.
7786
7787 2003-06-01  Richard Henderson  <rth@redhat.com>
7788
7789         * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7790         * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7791         (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7792         (alpha_cannot_store_register): Likewise.
7793         * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7794         * alpha-nat.c (supply_gregset): Likewise.
7795         * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7796
7797 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7798
7799         * infcall.c (call_function_by_hand): Update comment on
7800         DEPRECATED_DUMMY_WRITE_SP.
7801
7802         * mips-tdep.c (mips_gdbarch_init): Do not set
7803         deprecated_dummy_write_sp.
7804         (mips_eabi_push_dummy_call): Set the SP register.
7805         (mips_o64_push_dummy_call): Set the SP register.
7806         (mips_o32_push_dummy_call): Set the SP register.
7807         (mips_n32n64_push_dummy_call): Set the SP register.
7808
7809 2003-06-01  Richard Henderson  <rth@redhat.com>
7810
7811         * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7812         instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7813         (supply_gregset): Likewise.
7814         * alpha-tdep.c (alpha_store_return_value): Likewise.
7815         (alpha_get_longjmp_target): Likewise.
7816         (alpha_register_name): Constify array.
7817         (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7818         deprecated_register_size, deprecated_register_bytes,
7819         deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7820         * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7821         (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7822
7823 2003-06-01  Richard Henderson  <rth@redhat.com>
7824
7825         * alpha-tdep.c (alpha_push_dummy_call): Store sp.  Tidy copies
7826         from arg_reg_buffer to regcache to avoid double conversion.
7827
7828 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
7829
7830         * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7831         SP_REGNUM.
7832         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7833         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7834
7835 2003-06-01  Richard Henderson  <rth@redhat.com>
7836
7837         * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7838         (decode_frame_entry): Set it.  Skip FDE augmentation.
7839
7840 2003-06-01  Richard Henderson  <rth@redhat.com>
7841
7842         * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7843         not overlapping PC_REGNUM.
7844
7845 2003-06-01  Richard Henderson  <rth@redhat.com>
7846
7847         * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7848         alpha_push_arguments.  Don't dump argument register data to
7849         the target stack.  Fix float and 128-bit long double semantics.
7850         Store $t12 and $ra as specified by the ABI.  Use regcache everywhere.
7851         (alpha_fix_call_dummy): Remove.
7852         (alpha_call_dummy_words): Remove.
7853         (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7854
7855 2003-06-01  Richard Henderson  <rth@redhat.com>
7856
7857         * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7858
7859 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7860
7861         * mips-tdep.c (is_mips16_addr): New function.
7862         (make_mips16_addr, unmake_mips16_addr): New functions.
7863         (pc_is_mips16, mips_fetch_instruction): Use.
7864         (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7865         (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7866         (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7867         UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7868         TARGET_MIPS.
7869         * config/mips/tm-mips.h: Update copyright.
7870         (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7871         (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7872         (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7873         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7874         (TM_PRINT_INSN_MACH): Delete.
7875         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7876
7877         * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7878         mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7879         mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7880         mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7881         mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*.  Delete
7882         mips*tx39*el*-elf*.  Map mips*-sony-* and mips64*-big-* onto
7883         mips64.  Map mips*-dec-*, mips*-big-*, mips*-little-*,
7884         mips*-*-riscos* and mips*-*-sysv* onto mips.
7885         * config/mips/mips64.mt: New file.
7886         * config/mips/mips.mt: New file.
7887         * config/mips/littlemips.mt: Delete file.
7888         * config/mips/decstation.mt: Delete file.
7889         * config/mips/vr4300el.mt: Delete file.
7890         * config/mips/vr5000el.mt: Delete file.
7891         * config/mips/vr5000.mt: Delete file.
7892         * config/mips/vr4100.mt: Delete file.
7893         * config/mips/vr4xxxel.mt: Delete file.
7894         * config/mips/vr4300.mt: Delete file.
7895         * config/mips/vr4xxx.mt: Delete file.
7896         * config/mips/bigmips.mt: Delete file.
7897         * config/mips/bigmips64.mt: Delete file.
7898         * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7899         * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7900         * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7901         * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7902         * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7903         "tm-bigmips.h".
7904         * config/mips/tm-irix3.h: Ditto.
7905         * config/mips/tm-mipsv4.h: Ditto.
7906         * config/mips/tm-embed.h: Ditto.
7907         * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7908         "tm-bigmips64.h".
7909         * config/mips/tm-vr5000el.h: Delete file.
7910         * config/mips/tm-tx39l.h: Delete file.
7911         * config/mips/tm-vr4300el.h: Delete file.
7912         * config/mips/tm-vr4xxxel.h: Delete file.
7913         * config/mips/tm-vr4300.h: Delete file.
7914         * config/mips/tm-vr4100.h: Delete file.
7915         * config/mips/tm-vr4xxx.h: Delete file.
7916         * config/mips/tm-vr5000.h: Delete file.
7917         * config/mips/tm-embedl64.h: Delete file.
7918         * config/mips/tm-embedl.h: Delete file.
7919         * config/mips/tm-embed64.h: Delete file.
7920         * config/mips/tm-bigmips64.h: Delete file.
7921         * config/mips/tm-bigmips.h: Delete file.
7922
7923 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
7924
7925         Fix gdb/1216.
7926         * shnbsd-nat.c: Include "sh-tdep.h".
7927
7928         From Richard Henderson  <rth@redhat.com>:
7929         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7930
7931 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7932
7933         * mips-tdep.c (set_reg_offset): Add saved_regs parameter.  Add
7934         forward declaration.
7935         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7936         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7937         (mips_find_saved_regs): Use set_reg_offset.
7938         (mips_frame_init_saved_regs): Delete function.
7939         (mips_pop_frame): Call mips_find_saved_regs instead of
7940         DEPRECATED_FRAME_INIT_SAVED_REGS.
7941
7942 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7943
7944         * mips-tdep.c (mips_gdbarch_init): Do not set
7945         deprecated_max_register_raw_size, register_virtual_size, and
7946         deprecated_max_register_virtual_size.
7947
7948 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7949
7950         * i386-tdep.c: Include "dwarf2-frame.h".
7951         (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7952         * Makefile.in (i386-tdep.o): Update dependencies.
7953
7954         * dwarf2-frame.c, dwarf2-frame.h: New files.
7955         * Makefile.in (SFILES): Add dwarf2-frame.c.
7956         (dwarf2_frame_h): Define.
7957         (COMMON_OBS): Add dwarf2-frame.o.
7958         (dwarf2-frame.o): Add dependencies.
7959
7960 2003-05-31  Andreas Jaeger  <aj@suse.de>
7961
7962         * x86-64-linux-nat.c: Fix comment.
7963
7964 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7965
7966         * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7967         function signature.
7968
7969         * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7970         have a sigcontext_addr handler.
7971         * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7972         sigcontext_addr handler.
7973
7974 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7975
7976         * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7977         (print_fp_register_row): Replace do_fp_register_row.
7978         (mips_print_fp_register): Add "file" and "frame" parameters.
7979         (mips_print_register): Add "file" and "frame" parameters.
7980         (mips_print_registers_info): Replace mips_do_registers_info.
7981         (mips_gdbarch_init): Set print_registers_info instead of
7982         deprecated_do_registers_info.
7983         (mips_read_fp_register_single): Add "frame" parameter.
7984         (mips_read_fp_register_double): Add "frame" parameter.
7985
7986 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7987
7988         * i386-tdep.c (i386_register_name): Check for MMX registers first.
7989         Fixes a bug where GDB would print the wrong register names for
7990         targets without SSE.
7991
7992         * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7993         (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7994         registers.
7995
7996         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7997         (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7998         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7999         TDEP->sc_sp_offset.
8000
8001         From Michal Ludvig  <mludvig@suse.cz>:
8002         * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8003         and `sc_num_regs'.
8004         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8005         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8006         I386_ST0_REGNUM): Move here from...
8007         * i386-tdep.c: ... here.
8008         (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8009         (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8010         registers if possible.
8011         (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8012         * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8013         Remove variables.
8014         (i386bsd_sc_reg_offset): New variable.
8015         (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8016         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8017         TDEP->sc_sp_offset.
8018         (i386fbsd_sc_reg_offset): New variable.
8019         (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8020         TDEP->sc_num_regs.
8021         (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8022         variables.
8023         (i386fbsd4_sc_reg_offset): New variable.
8024         (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8025         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8026         TDEP->sc_sp_offset.
8027         * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8028         (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8029         * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8030         Remove variables.
8031         (i386nbsd_sc_reg_offset): New variable.
8032         (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8033         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8034         TDEP->sc_sp_offset.
8035         * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8036         Remove variables.
8037         (i386obsd_sc_reg_offset): New variable.
8038         (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8039         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8040         TDEP->sc_sp_offset.
8041         * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8042         i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c.  Add check
8043         for frame pointer offset in `struct sigcontext'.
8044
8045 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8046
8047         * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8048         architecture methods call_dummy_words, sizeof_call_dummy_words,
8049         push_return_address, store_struct_return, and fix_call_dummy.  Set
8050         push_dummy_call instead of deprecated_push_arguments.
8051         (mips_store_struct_return): Delete function.
8052         (mips_fix_call_dummy): Delete function.
8053         (mips_push_return_address): Delete function.
8054         (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8055         RA_REGNUM and T9_REGNUM.
8056         (mips_n32n64_push_dummy_call): Ditto for
8057         mips_n32n64_push_arguments.
8058         (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8059         (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8060
8061 2003-05-31  Andrew Cagney  <cagney@redhat.com>
8062
8063         * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter.  Rename
8064         "dummy_addr" to "bp_addr".
8065         * infcall.c (call_function_by_hand): Pass "funaddr" to
8066         gdbarch_push_dummy_call.
8067         * gdbarch.h, gdbarch.c: Re-generate.
8068         * i386-tdep.c (i386_push_dummy_call): Update.
8069         * arm-tdep.c (arm_push_dummy_call): Update.
8070         * d10v-tdep.c (d10v_push_dummy_call): Update.
8071
8072 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
8073
8074         * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8075         variable declarations.
8076         (x86_64_register_number, x86_64_register_name): Remove prototypes.
8077         (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8078         x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8079         x86_64_init_frame_pc, x86_64_init_frame_pc,
8080         x86_64_function_has_prologue): Remove prototypes.
8081         (X86_64_NUM_GREGS): New define.
8082         (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8083         * x86-64-tdep.c: Don't include "dwarf2cfi.h".  Include
8084         "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8085         (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8086         XMM1_REGNUM): Remove defines.
8087         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8088         X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8089         X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8090         X86_64_XMM1_REGNUM): New defines.
8091         (struct x86_64_register_info): Renamed from `struct
8092         register_info'.  Remove `size' member.
8093         (x86_64_register_info_table): Remove variable.
8094         (x86_64_register_info): New variable.
8095         (X86_64_NUM_REGS): New define.
8096         (X86_64_NUM_GREGS): Remove define.
8097         (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8098         (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8099         Remove variables.
8100         (x86_54_dwarf2_reg_to_regnum): Remove function.
8101         (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8102         (x86_64_dwarf_reg_to_regnum): New function.
8103         (x86_64_register_name): Rewrite.
8104         (x86_64_register_raw_size): Remove function.
8105         (x86_64_register_byte_table): Remove variable.
8106         (x86_64_register_byte): Remove function.
8107         (x86_64_register_virtual_type): Remove function.
8108         (x86_64_register_type): New function.
8109         (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8110         x86_64_register_convert_to_raw): Remove functions.
8111         (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8112         (x86_64_use_struct_convention): Make static.  Adjust for renamed
8113         defines.
8114         (x86_64_frame_init_saved_regs): Remove function.
8115         (x86_64_push_arguments): Make static.  Change to accept a regcache
8116         as argument.
8117         (x86_64_store_return_value, x86_64_extract_return_value): Make
8118         static.  Rewrite based on i386 counterparts.
8119         (x86_64_push_dummy_call): New function.
8120         (X86_64_NUM_SAVED_REGS): New define.
8121         (x86_64_register_number): Remove function.
8122         (x86_64_store_struct_return): Remove function.
8123         (x86_64_frameless_function_invocation,
8124         x86_64_function_has_prologue): Remove functions.
8125         (PROLOG_BUFSIZE): Remove define.
8126         (struct x86_64_frame_cache): New structure.
8127         (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8128         x86_64_frame_cache, x86_64_frame_this_id,
8129         x86_64_frame_prev_register, x86_64_frame_p,
8130         x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8131         x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8132         functions.
8133         (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8134         variables.
8135         (x86_64_skip_prologue): Rewrite in terms of
8136         x86_64_analyze_prologue.
8137         (x86_64_frame_base_address): New function.
8138         (x86_64_frame_base): New variable.
8139         (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8140         (x86_64_init_abi): Set register_type and push_dummy_call.  Don't
8141         set deprecated_fp_regnum, deprecated_register_size,
8142         deprecated_register_bytes, register_raw_size, register_byte,
8143         register_virtual_type, register_convertiable,
8144         register_convert_to_virtual, convert_to_raw,
8145         deprecated_get_saved_register, deprecated_target_read_fp,
8146         deprecated_push_arguments, deprecated_push_return_address,
8147         deprecated_pop_frame, deprecated_store_struct_return,
8148         deprecated_frame_init_saved_regs, deprecated_frame_chain,
8149         frameless_function_invocation, deprecated_frame_saved_pc,
8150         deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8151         dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8152         deprecated_init_frame_pc and virtual_frame_pointer.  Call
8153         frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8154         and x86_64_frame_p.  Call frame_base_set_default to register
8155         x86_64_frame_base.
8156         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8157         (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8158         (_initialize_x86_64_tdep): Remove function.
8159         * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8160         (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8161         LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8162         define.
8163         (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8164         (x86_64_linux_sigcontext_addr): Rewrite.
8165         (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8166         x86_64_linux_frame_saved_pc): Remove functions.
8167         (x86_64_linux_pc_in_sigtramp): Renamed from
8168         x86_64_linux_in_sigtramp.  Try harder to recognize a signal
8169         trampoline.
8170         (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8171         Remove_functions.
8172         (x86_64_linux_init_abi): Set pc_in_sigtramp.  Initialize
8173         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8174         * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8175         (x86_64_regmap): Rename to regmap.
8176         (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8177         x86_64_num_gregs.
8178         (supply_gregset, fill_gregset): Likewise.  Use regmap instead of
8179         x86_64_regmap.
8180         (x86_64_fxsave_offset): Remove function.
8181         (supply_fpregset): Simply call x86_64_supply_fxsave.
8182         (fill_fpregset): Simply call x86_64_fill_fxsave.
8183         (fetch_inferior_registers, store_inferior_registers): Avoid
8184         asignment in if-statement.
8185         (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8186         SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8187         LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8188         (fetch_core_registers): Remove function.
8189         (linux_elf_core_fns): Remove.
8190         (offsetoff): Don't define.
8191         (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8192         * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8193         * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8194         add core-regset.o.
8195         * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8196         protection against multiple includes instead of NM_X86_64_h.  Add
8197         various comments.  Include "config/nm-linux.h".  Don't include
8198         <signal.h>.
8199         (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8200         GET_THREAD_SIGNALS): Remove defines.
8201         (x86_64_register_u_addr, kernel_u_size,
8202         lin_thread_get_thread_signals): Remove prototypes.
8203         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8204         [HAVE_LINK_H]: Don't include "solib.h".
8205         [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8206         * config/i386/tm-x86-64linux.h: Fix comments.
8207         * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8208         x86-64-tdep.o): Update dependencies.
8209
8210 2003-05-30  Andrew Cagney  <cagney@redhat.com>
8211
8212         * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8213         Change parameter type to a "struct regcache *".
8214
8215         * gdbarch.sh: Regardless of the multi-arch level, always define
8216         the macro when not already defined.
8217         * gdbarch.h, gdbarch.c: Re-generate.
8218
8219 2003-05-30  Richard Henderson  <rth@redhat.com>
8220
8221         * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8222         (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8223         (alpha_mdebug_frame_this_id): Likewise.
8224         (alpha_mdebug_frame_prev_register): Likewise.
8225         (alpha_mdebug_frame_base_address): Likewise.
8226         (alpha_mdebug_frame_locals_address): Likewise.
8227         (alpha_mdebug_frame_args_address): Likewise.
8228         (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8229         * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8230         (alpha_heuristic_frame_unwind_cache): Make static; add missing
8231         loop increment.
8232         (alpha_heuristic_frame_this_id): Make static.
8233         (alpha_heuristic_frame_prev_register): Likewise.
8234         (alpha_heuristic_frame_base_address): Likewise.
8235         * alpha-tdep.h: Update.
8236
8237 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
8238
8239         * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8240         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8241         defenitions.
8242         (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8243         * i386-tdep.c: Mark functions that are 64-bit safe as such.
8244         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8245         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8246         I386_ST0_REGNUM): New defines.
8247         (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8248         codestream_get): Remove define.
8249         (codestream_next_addr, condestream_addr, condestream_buf,
8250         codestream_off, codestream_cnt): Remove variables.
8251         (codestream_fill, codestream_seek, codestream_read): Remove
8252         functions.
8253         (i386_follow_jump): Rewrite to avoid usage of removed codestream
8254         functionality.
8255         (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8256         i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8257         i386_frame_saved_pc, i386_saved_pc_after_call,
8258         i386_frame_num_args, i386_frame_init_saved_regs,
8259         i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8260         i386_push_arguments): Remove functions.
8261         (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8262         functionality.  Use i386_analyze_prologue instead of
8263         i386_get_frame_setup.
8264         (I386_NUM_SAVED_REGS): New define.
8265         (struct i386_frame_cache): New structure.
8266         (i386_alloc_frame_cache, i386_analyze_struct_return,
8267         i386_skip_probe, i386_analyze_frame_setup,
8268         i386_analyze_register_saves, i386_analyze_prologue,
8269         i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8270         i386_frame_prev_register, i386_sigtramp_frame_cache,
8271         i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8272         i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8273         i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8274         New functions.
8275         (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8276         New variables.
8277         (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8278         I386_EAX_REGNUM and I386_EDX_REGNUM.
8279         (i386_extract_return_value, i386_store_return_value): Use
8280         I386_ST0_REGNUM where appropriate.
8281         (i386_extract_struct_value_address): Rewrite to use extract_address.
8282         (i386_svr4_pc_in_sigtramp): Add comment.
8283         (i386_svr4_sigcontext_addr): Rewrite.
8284         (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8285         TDEP->sc_sp_offset.
8286         (i386_gdbarch_init): Don't set deprecated_init_frame_pc.  Set
8287         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8288         of new defines.  Set push_dummy_call, don't set
8289         deprecated_push_arguments, deprecated_push_return_address,
8290         deprecated_pop_frame.  Don't set parm_boundary.  Don't set
8291         deprecated_frame_chain, deprecated_frame_saved_pc,
8292         deprecated_saved_pc_after_call.  Set unwind_dummy_id,
8293         save_dummy_frame_tos, unwind_pc.  Call
8294         frame_unwind_append_predicate and frame_base_set_default.  Don't
8295         set deprecated_dummy_write_pc.  Don't set deprecated_fp_regnum.
8296         Don't set frameless_function_invocation.  Don't set
8297         deprecated_register_bytes, deprecated_register_size,
8298         deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8299         * i386-linux-tdep.c: Fix formatting in some comments.
8300         (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8301         LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8302         LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8303         LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8304         LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8305         redundant parentheses.
8306         (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8307         (i386_linux_sigcontext_addr): Use it.  Rewrite.
8308         (find_minsym_and_objfile): Change name of second argument.
8309         (skip_gnu_resolver): Renamed from skip_hurd_resolver.  All callers
8310         changed.  Use frame_pc_unwind instead of
8311         DEPRECATED_SAVED_PC_AFTER_CALL.
8312         (i386_linux_init_abi): Don't set deprecated_register_bytes.
8313         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8314         * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8315         unwinder.
8316         * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8317         "dummy-frame.h".
8318         (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8319         (_initialize_i386_cygwin_tdep): New prototype.
8320         (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8321         deprecated_frame_chain_valid.
8322         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8323         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8324         Rely on the SVR4 defaults.
8325         * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8326         * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8327
8328 2003-05-30  Andrew Cagney  <cagney@redhat.com>
8329
8330         * infcall.c (call_function_by_hand): Always call
8331         DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8332
8333 2003-05-30  Richard Henderson  <rth@redhat.com>
8334
8335         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8336         increment.
8337
8338 2003-05-29  Jim Blandy  <jimb@redhat.com>
8339
8340         Use gdbarch methods for solib stuff on PowerPC Linux.
8341         * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8342         SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8343         show through.
8344         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8345         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8346         giving the same effect as the #definitions above.
8347
8348 2003-05-29  Adam Fedor  <fedor@gnu.org>
8349
8350         * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8351         (find_implementation_from_class): Replace it with the standard
8352         case i.e. do nothing.
8353
8354 2003-05-29  Richard Henderson  <rth@redhat.com>
8355
8356         * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8357         (alpha_linux_sigtramp_offset): Use it.  Make static.
8358         (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8359         update for new frame model.
8360         * alpha-mdebug-tdep.c: New file.
8361         * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8362         (alpha_osf1_init_abi): Install it.
8363         * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8364         (linked_proc_desc_table): Remove.
8365         (alpha_frame_past_sigtramp_frame): Remove.
8366         (alpha_dynamic_sigtramp_offset): Remove.
8367         (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8368         (alpha_proc_desc_is_dyn_sigtramp): Remove.
8369         (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8370         (push_sigtramp_desc): Remove.
8371         (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8372         (alpha_cannot_store_register): Likewise.
8373         (alpha_sigcontext_addr): Remove.
8374         (alpha_find_saved_regs): Remove.
8375         (alpha_frame_init_saved_regs): Remove.
8376         (alpha_init_frame_pc_first): Remove.
8377         (read_next_frame_reg): Remove.
8378         (alpha_frame_saved_pc): Remove.
8379         (alpha_saved_pc_after_call): Remove.
8380         (temp_proc_desc, temp_saved_regs): Remove.
8381         (alpha_about_to_return): Remove.
8382         (cached_proc_desc): Remove.
8383         (alpha_frame_chain): Remove.
8384         (alpha_print_extra_frame_info): Remove.
8385         (alpha_init_extra_frame_info): Remove.
8386         (alpha_frame_locals_address): Remove.
8387         (alpha_frame_args_address): Remove.
8388         (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8389         (alpha_push_dummy_frame): Remove.
8390         (alpha_pop_frame): Remove.
8391         (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8392         (alpha_read_insn): New.
8393         (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8394         for different insn encodings.
8395         (alpha_in_lenient_prologue): Remove.
8396         (struct alpha_sigtramp_unwind_cache): New.
8397         (alpha_sigtramp_frame_unwind_cache): New.
8398         (alpha_sigtramp_register_address): New.
8399         (alpha_sigtramp_frame_this_id): New.
8400         (alpha_sigtramp_frame_prev_register): New.
8401         (alpha_sigtramp_frame_unwind): New.
8402         (alpha_sigtramp_frame_p): New.
8403         (struct alpha_heuristic_unwind_cache): New.
8404         (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8405         don't count nop insns that occur between functions.
8406         (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8407         heuristic_proc_desc, but without the mdebug wrapping.
8408         (alpha_heuristic_frame_this_id): New.
8409         (alpha_heuristic_frame_prev_register): New.
8410         (alpha_heuristic_frame_unwind): New.
8411         (alpha_heuristic_frame_p): New.
8412         (alpha_heuristic_frame_base_address): New.
8413         (alpha_heuristic_frame_base): New.
8414         (alpha_unwind_dummy_id): New.
8415         (alpha_unwind_pc): New.
8416         (alpha_gdbarch_init): Don't set skip_sigtramp_frame.  Kill use of
8417         frame related deprecated initializations; install replacements.
8418         (alpha_dump_tdep): Remove.
8419         * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8420         (alpha_read_insn, alpha_after_prologue,
8421         alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8422         alpha_heuristic_frame_prev_register,
8423         alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8424         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8425         * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8426         * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8427
8428 2003-05-29  Andrew Cagney  <cagney@redhat.com>
8429
8430         * gdb_assert.h (gdb_assert_fail): Provide different definitions
8431         dependant on the availability of ASSERT_FUNCTION.
8432         (ASSERT_FUNCTION): Do not define when there is no function name.
8433
8434 2003-05-29  Kevin Buettner  <kevinb@redhat.com>
8435
8436         From Jimi X <jimix@watson.ibm.com>:
8437         * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8438
8439 2003-05-28  Jim Blandy  <jimb@redhat.com>
8440
8441         * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8442         argument to ptrace to int; the system headers should give it the
8443         right type, and pointers don't fit in ints on powerpc64-*-*.
8444
8445 2003-05-28  H.J. Lu <hongjiu.lu@intel.com>
8446
8447         * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8448         DW_TAG_catch_block.
8449
8450 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
8451
8452         * stabsread.c (dbx_lookup_type): Make static.
8453         (read_type): Ditto.
8454         (add_undefined_type): Ditto.
8455         * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8456         not export.
8457
8458 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
8459
8460         * hpread.c (hpread_has_name): Make static.
8461         (hpread_psymtab_to_symtab): Ditto.
8462         (file_exists): Ditto.
8463         (hpread_call_pxdb): Ditto.
8464         (hpread_pxdb_needed): Ditto.
8465         (hpread_quick_traverse): Ditto.
8466         (hpread_get_header): Ditto.
8467         (hpread_get_lntt): Ditto.
8468         (hpread_get_slt): Ditto.
8469         (class_of): Ditto.
8470
8471 2003-05-25  Andreas Schwab  <schwab@suse.de>
8472
8473         * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8474         stack_align and deprecated_extra_stack_alignment_needed.
8475         (m68k_stack_align): Delete.
8476
8477         * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8478         (m68k_register_virtual_size): Likewise.
8479         (altos_skip_prologue): Remove obsolete function.
8480         (isi_frame_num_args): Likewise.
8481         (news_frame_num_args): Likewise.
8482         (m68k_fix_call_dummy): Make static.
8483         (m68k_push_dummy_frame): Likewise.
8484         (m68k_pop_frame): Likewise.
8485         (m68k_skip_prologue): Likewise.
8486         (m68k_frame_init_saved_regs): Likewise.
8487         (m68k_saved_pc_after_call): Likewise.
8488         (m68k_get_longjmp_target): Make multi-arch.
8489         (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8490         structure.  Register m68k_get_longjmp_target if enabled.
8491         * m68k-tdep.h (struct gdbarch_tdep): Define.
8492         * config/m68k/tm-m68k.h: Don't include "regcache.h".
8493
8494         * Makefile.in (config.status): Also depend on configure.tgt
8495         and configure.host.
8496         (m68klinux-tdep.o): Update dependencies.
8497         * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8498         * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8499         (M68K_LINUX_JB_PC): Define.
8500         (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8501         and take additional parameter.
8502         (m68k_linux_sigtramp_saved_pc): Update.
8503         (m68k_linux_init_abi): Set jb_pc and jb_elt_size.  Register
8504         m68k_linux_pc_in_sigtramp, in_plt_section,
8505         find_solib_trampoline_target.
8506         * config/m68k/tm-linux.h: Don't include any tm headers.
8507         (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8508         (JB_ELEMENT_SIZE): Likewise.
8509         (JB_PC): Likewise.
8510         (GET_LONGJMP_TARGET): Likewise.
8511         (IN_SIGTRAMP): Likewise.
8512         (SVR4_SHARED_LIBS): Define this and include "solib.h".
8513
8514 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
8515
8516         * sparc-tdep.c (sparc32_do_push_arguments): New function.
8517         (sparc32_push_arguments): Re-implement by calling
8518         sparc32_do_push_arguments.
8519
8520 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
8521
8522         * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8523         SPARC_O1_REGNUM): New defines.
8524         (sparc32_extract_return_value): Rewrite to operate on a regcache.
8525         (sparc32_store_return_value): New function.
8526         (sparc_extract_struct_value_address): Rewrite to operate on a
8527         regcache.
8528         (sparc_gdbarch_init): Don't set
8529         deprecated_extract_struct_value_address.  Set
8530         extract_struct_value_address instead. Don't set
8531         deprecated_extract_return_value and deprecated_store_return_value
8532         for 32-bit targets.  Set extract_return_value and
8533         store_return_value instead.
8534         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8535         DEPRECATED_EXTRACT_RETURN_VALUE,
8536         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8537         (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8538         EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8539         (sparc_store_return_value): Remove prototype.
8540         (sparc32_store_return_value): New prototype.
8541         (sparc32_extract_return_value, sparc_extract_struct_value_address):
8542         Adjust prototypes.
8543
8544 2003-05-24  Mark Kettenis  <kettenis@gnu.org>
8545
8546         * sparcnbsd-tdep.c: Include "gdb_string.h".
8547
8548 2003-05-23  Andrew Cagney  <cagney@redhat.com>
8549
8550         * p-valprint.c (pascal_val_print): Replace extract_address with
8551         the inline equivalent extract_unsigned_integer.
8552         * jv-valprint.c (java_value_print): Ditto.
8553         * ada-valprint.c (ada_val_print_1): Ditto.
8554         * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8555
8556 2003-05-23  Theodore A. Roth  <troth@openavr.org>
8557
8558         * blockframe.c (frameless_look_for_prologue): Remove unused
8559         after_prologue variable.
8560
8561 2003-05-23  Mark Kettenis  <kettenis@gnu.org>
8562
8563         * blockframe.c (get_pc_function_start): Rewrite to avoid
8564         asignments in if-statements.
8565
8566 2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8567
8568         Committed by Elena Zannoni  <ezannoni@redhat.com>.
8569         * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8570         files, don't relocate absolute symbols (and do use mst_abs).
8571
8572 2003-05-23  Andrew Cagney  <cagney@redhat.com>
8573
8574         * objc-lang.c: Include "gdb_assert.h".
8575         (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8576         (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8577         (gdb_check, gdb_check_fatal): Delete functions.
8578         (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8579         gdb_assert.
8580         (parse_selector, parse_method, find_methods, find_imps): Ditto.
8581         * Makefile.in (objc-lang.o): Update dependencies.
8582
8583 2003-05-22  Ian Lance Taylor  <ian@airs.com>
8584
8585         * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8586         with fprintf_filtered, not fprintf_unfiltered.
8587
8588 2003-05-22  Andrew Cagney  <cagney@redhat.com>
8589
8590         * stack.c (frame_info): Inline extract_address, replacing it with
8591         extract_unsigned_integer.
8592         * findvar.c (unsigned_pointer_to_address): Ditto.
8593         * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8594         * dwarf2expr.c (dwarf2_read_address): Ditto.
8595         * frame.c (frame_pc_unwind): Update comment.
8596         * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8597
8598 2003-05-22  Jeff Johnston  <jjohnstn@redhat.com>
8599
8600         * infptrace.c (detach): Call print_sys_errmsg rather than
8601         perror_with_name to issue warning message when errno is non-zero
8602         after calling ptrace detach.
8603
8604 2003-05-21  J. Brobecker  <brobecker@gnat.com>
8605
8606         * config/pa/tm-hppa.h: Delete some unused macros. Move some
8607         macro definitions from here...
8608         * hppa-tdep.c: ...to there.
8609
8610 2003-05-20  Kevin Buettner  <kevinb@redhat.com>
8611
8612         * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8613         register_ptrace_addr().  Fix all callers.
8614
8615 2003-05-21  Andreas Schwab  <schwab@suse.de>
8616
8617         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8618         dependencies.
8619         * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8620         end.
8621         * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8622         (_initialize_m68k_linux_tdep): New function.
8623         (m68k_linux_frame_saved_pc): Make static.
8624         (m68k_linux_extract_return_value): Likewise.
8625         (m68k_linux_store_return_value): Likewise.
8626         (m68k_linux_extract_struct_value_address): Likewise.
8627         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8628         Remove.
8629         (DEPRECATED_STORE_RETURN_VALUE): Remove.
8630         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8631         (DEPRECATED_FRAME_SAVED_PC): Remove.
8632
8633 2003-05-20  Kris Warkentin  <kewarken@qnx.com>
8634
8635         * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8636         regset numbering rather than our own.
8637
8638 2003-05-19  David Carlton  <carlton@bactrian.org>
8639
8640         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8641
8642 2003-05-19  David Carlton  <carlton@bactrian.org>
8643
8644         Partial fix for PR c++/827.
8645         * cp-support.h: Include symtab.h.
8646         Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8647         * cp-namespace.c: Update contributors.
8648         (cp_lookup_symbol_nonlocal): New.
8649         (lookup_namespace_scope, cp_lookup_symbol_namespace)
8650         (lookup_symbol_file): Ditto.
8651         * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8652         * block.h: Declare block_scope, block_using, block_global_block.
8653         * block.c (block_scope): New.
8654         (block_using, block_global_block): Ditto.
8655         * Makefile.in (cp_support_h): Depend on symtab_h.
8656         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8657
8658 2003-05-19  David Carlton  <carlton@bactrian.org>
8659
8660         * language.h (struct language_defn): Add 'la_value_of_this'
8661         and 'la_lookup_symbol_nonlocal' members.
8662         * symtab.h: Declare basic_lookup_symbol_nonlocal,
8663         lookup_symbol_static, lookup_symbol_global,
8664         lookup_symbol_aux_block.
8665         * symtab.c (lookup_symbol_aux): Call language hooks to determine
8666         if we should search fields of this and how to do static/global
8667         lookup.
8668         (lookup_symbol_aux_block): Make extern.
8669         (basic_lookup_symbol_nonlocal): New.
8670         (lookup_symbol_static, lookup_symbol_global): Ditto.
8671         * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8672         'la_lookup_symbol_nonlocal' members.
8673         * c-lang.c (c_language_defn, cplus_language_defn)
8674         (asm_language_defn, minimal_language_defn): Ditto.
8675         * jv-lang.c (java_language_defn): Ditto.
8676         * language.c (unknown_language_defn, auto_language_defn)
8677         (local_language_defn): Ditto.
8678         * m2-lang.c (m2_language_defn): Ditto.
8679         * objc-lang.c (objc_language_defn): Ditto.
8680         * scm-lang.c (scm_language_defn): Ditto.
8681         * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8682         * p-lang.c (pascal_language_defn): Ditto for both.
8683         * Makefile.in (f-lang.o): Depend on value_h.
8684         (p-lang.o): Ditto.
8685
8686 2003-05-19  David Carlton  <carlton@bactrian.org>
8687
8688         * block.h: Declare block_static_block.
8689         * block.c (block_static_block): New.
8690         * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8691         lookup_symbol_aux_local, calling block_static_block instead.
8692         (lookup_symbol_aux_local): Delete 'static_block' argument.
8693
8694 2003-05-19  David Carlton  <carlton@bactrian.org>
8695
8696         * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8697
8698 2003-05-19  Michal Ludvig  <mludvig@suse.cz>
8699
8700         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8701         register numbers mapping.
8702
8703 2003-05-18  Adam Fedor  <fedor@gnu.org>
8704
8705         * symtab.c (completion_list_objc_symbol): New function.
8706         (make_symbol_completion_list): Use it to add ObjC symbols
8707         when looking though the list.
8708         (language_search_unquoted_string): New function.
8709         (make_file_symbol_completion_list): Use it.
8710
8711 2003-05-18  Andreas Schwab  <schwab@suse.de>
8712
8713         * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8714         dependencies.
8715         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8716         as m68k_linux_extract_return_value.
8717         (DEPRECATED_STORE_RETURN_VALUE): Define as
8718         m68k_linux_store_return_value.
8719         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8720         m68k_linux_extract_struct_value_address.
8721         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8722         get_next_frame, get_frame_base, get_frame_pc.
8723         (m68k_linux_frame_saved_pc): Use get_frame_base.
8724         (m68k_linux_extract_return_value): New function.
8725         (m68k_linux_store_return_value): New function.
8726         (m68k_linux_extract_struct_value_address): New function.
8727         * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8728
8729         * c-exp.y (typebase): Remove duplicate occurence of
8730         `SIGNED_KEYWORD LONG LONG'.  Use builtin_type_long_long instead
8731         of lookup_signed_typename.
8732
8733 2003-05-18  Mark Kettenis  <kettenis@gnu.org>
8734
8735         * dwarf2loc.c (find_location_expression): Change type of second
8736         argument to `size_t *'.
8737         (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8738         for size variable.
8739
8740 2003-05-18  David Carlton  <carlton@bactrian.org>
8741
8742         * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8743         'linkage_name'.  Add comment.
8744         (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8745         'linkage_name'.
8746         (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8747         (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8748         (lookup_block_symbol): Ditto.
8749
8750 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8751
8752         * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8753         * gdbarch.h, gdbarch.c: Re-generate.
8754         * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8755         * TODO (REGISTER_BYTES): Delete reference.
8756         * alpha-tdep.c (alpha_gdbarch_init): Update.
8757         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8758         * x86-64-tdep.c (x86_64_init_abi): Update.
8759         * vax-tdep.c (vax_gdbarch_init): Update.
8760         * v850-tdep.c (v850_gdbarch_init): Update.
8761         * sparc-tdep.c (sparc_gdbarch_init): Update.
8762         * sh-tdep.c (sh_gdbarch_init): Update.
8763         * s390-tdep.c (s390_gdbarch_init): Update.
8764         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8765         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8766         (ns32k_gdbarch_init_32382): Update.
8767         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8768         * mcore-tdep.c (mcore_gdbarch_init): Update.
8769         * m68k-tdep.c (m68k_gdbarch_init): Update.
8770         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8771         * ia64-tdep.c (ia64_gdbarch_init): Update.
8772         * i386-tdep.c (i386_gdbarch_init): Update.
8773         * i386-linux-tdep.c (i386_linux_init_abi): Update.
8774         * hppa-tdep.c (hppa_gdbarch_init): Update.
8775         * h8300-tdep.c (h8300_gdbarch_init): Update.
8776         * frv-tdep.c (frv_gdbarch_init): Update.
8777         * cris-tdep.c (cris_gdbarch_init): Update.
8778         * avr-tdep.c (avr_gdbarch_init): Update.
8779         * arm-tdep.c (arm_gdbarch_init): Update.
8780         * sparc-tdep.c (sparc_pop_frame): Update.
8781         * rs6000-tdep.c (rs6000_pop_frame): Update.
8782         * remote.c (init_remote_state): Update.
8783         (remote_prepare_to_store): Update.
8784         * remote-vx.c (vx_prepare_to_store): Update.
8785         * remote-sds.c (sds_fetch_registers): Update.
8786         (sds_prepare_to_store): Update.
8787         * remote-array.c: Update.
8788         * regcache.c (init_legacy_regcache_descr): Update.
8789         (init_regcache_descr): Update.
8790         * mips-tdep.c (mips_eabi_extract_return_value): Update.
8791         (mips_o64_extract_return_value): Update.
8792         * irix5-nat.c (fetch_core_registers): Update.
8793         * irix4-nat.c (fetch_core_registers): Update.
8794         * i386-tdep.h: Update.
8795         * hppa-tdep.c (pa_do_registers_info): Update.
8796         (pa_do_strcat_registers_info): Update.
8797         * cris-tdep.c (cris_register_bytes_ok): Update.
8798         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8799         * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8800         * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8801         * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8802         * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8803         * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8804         * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8805         * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8806         * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8807         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8808         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8809         * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8810         (REGISTER_BYTES_OK): Update.
8811         * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8812         * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8813
8814 2003-05-16  Ian Lance Taylor  <ian@airs.com>
8815
8816         * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8817         (vax_print_insn, print_insn_arg): Remove static functions.
8818         (vax_gdbarch_init): Call set_gdbarch_print_insn with
8819         print_insn_vax from opcodes library.
8820         (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8821
8822 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8823
8824         * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8825         * target.h (memory_breakpoint_from_pc): Delete declaration.
8826         * mem-break.c (memory_breakpoint_from_pc): Delete function.
8827         * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8828         * monitor.c (monitor_insert_breakpoint): Use
8829         gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8830         * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8831         * gdbarch.h, gdbarch.c: Re-generate.
8832         * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8833         (sparc_gdbarch_init): Set breakpoint_from_pc to
8834         sparc_breakpoint_from_pc.
8835         * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8836         (BREAKPOINT_FROM_PC): Define.
8837         (sparc_breakpoint_from_pc): Declare.
8838         * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8839         * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8840         (BREAKPOINT_FROM_PC): Define.
8841         (BREAKPOINT): Delete macro.
8842         * target.h: Update comment.
8843         * s390-tdep.c (s390_gdbarch_init): Update comments.
8844         * remote.c: Update comments.
8845         * remote-mips.c: Update comments.
8846         * proc-api.c (write_with_trace): Do not check for a breakpoint.
8847         * mem-break.c: Update comment.
8848         * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8849         (ia64_memory_insert_breakpoint): Update.
8850         * config/sparc/tm-sparc.h: Update comment.
8851         * config/pa/tm-hppa64.h: Update comment.
8852         * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8853         (rs6000_breakpoint_from_pc): Update.
8854         * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8855         (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8856         (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8857         (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8858         (mips_breakpoint_from_pc): Update.
8859         (mips_dump_tdep): Update.
8860
8861         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8862         * minsyms.c (lookup_minimal_symbol): Inline
8863         DEPRECATED_SYMBOL_MATCHES_NAME.  Replace STREQ with strcmp.
8864
8865         * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8866         * p-valprint.c (pascal_object_print_value_fields): Ditto.
8867         * p-lang.c (pascal_printstr): Ditto.
8868         * objc-lang.c (objc_printstr): Ditto.
8869         * m2-lang.c (m2_printstr): Ditto.
8870         * jv-valprint.c (java_print_value_fields): Ditto.
8871         * f-lang.c (f_printstr): Ditto.
8872         * cp-valprint.c (cp_print_value_fields): Ditto.  Include "valprint.h".
8873         * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8874         for repeat_count_threshold.
8875         * Makefile.in (cp-valprint.o): Update dependencies.
8876
8877 2003-05-15  Jeff Johnston  <jjohnstn@redhat.com>
8878
8879         * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8880         (examine_prologue): Support looking through leaf functions, knowing
8881         they start with mov r2,r12.  Support skipping over indirect stores
8882         of the input registers.  Upon hitting a non-nop branch instruction
8883         or predicated instruction, bail out by setting lim_pc to the current
8884         pc value in the loop.  At the end, if the lim_pc value is still
8885         beyond our calculated value and we have trust_limit set,
8886         use the lim_pc value.
8887
8888 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8889
8890         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8891         generic_find_dummy_frame.
8892         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8893         (deprecated_generic_find_dummy_frame): Update.
8894         (deprecated_read_register_dummy): Update.
8895         * frame.c (deprecated_generic_get_saved_register): Update.
8896
8897 2003-05-15  Theodore A. Roth  <troth@openavr.org>
8898
8899         * avr-tdep.c (avr_breakpoint_from_pc): New function.
8900         (avr_gdbarch_init): Set breakpoint_from_pc method.
8901
8902 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8903
8904         * regcache.c (build_regcache): Set deprecated_register_valid
8905         directly.
8906         (deprecated_grub_regcache_for_register_valid): Delete function.
8907         * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8908         declaration.
8909
8910 2003-05-15  David Carlton  <carlton@bactrian.org>
8911
8912         Committed by Elena Zannoni <ezannoni@redhat.com>
8913         * symtab.c (lookup_symbol_aux): Delete calls to
8914         lookup_symbol_aux_minsyms.
8915         (lookup_symbol_aux_minsyms): Comment out function and
8916         prototype. Delete lookup by mangled name.
8917
8918 2003-05-14  Kevin Buettner  <kevinb@redhat.com>
8919
8920         * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8921         correctly indicate an empty stack and ``stack_allocated'' to the
8922         indicate the number of elements initially allocated.
8923         (dwarf_expr_grow_stack): Simplify method for computing new
8924         stack size.  Don't loop infinitely if ``stack_len'' is zero.
8925         (execute_stack_op): Move ``ctx->in_reg'' initialization
8926         out of loop.  Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8927         be used in conjuction with DW_OP_piece.  Revise error message
8928         accordingly.
8929
8930 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8931
8932         * MAINTAINERS: Update my email address.
8933         * avr-tdep.c: Ditto.
8934
8935 2003-05-14  Elena Zannoni  <ezannoni@redhat.com>
8936
8937         * symtab.h (enum domain_enum): Rename from namespace_enum.
8938         (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8939         VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8940         Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8941         LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8942         TYPES_NAMESPACE, METHODS_NAMESPACE.
8943         (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8944         (struct symbol, struct partial_symbol): Rename field
8945         'namespace_enum namespace' to 'domain_enum domain'.
8946         (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8947         Delete old define kludge for namespace.
8948
8949         * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8950         blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8951         dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8952         gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8953         language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8954         mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8955         p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8956         stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8957         valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8958         occurrences of the above.
8959
8960 2003-05-14  Ian Lance Taylor  <ian@airs.com>
8961
8962         * Makefile.in (install-only): Use $(SHELL) when running
8963         mkinstalldirs.
8964
8965 2003-05-13  Ian Lance Taylor  <ian@airs.com>
8966
8967         * MAINTAINERS (write after approval): Add myself.
8968
8969         * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8970         second and third arguments.
8971         * ser-tcp.c (_initialize_ser_tcp): Likewise.
8972         * ser-unix.c (_initialize_ser_hardwire): Likewise.
8973
8974 2003-05-13  Andrew Cagney  <cagney@redhat.com>
8975
8976         * defs.h (store_address): Delete declaration.
8977         findvar.c (store_address): Delete function.
8978         * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8979         store_unsigned_integer.
8980         * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8981         * v850-tdep.c (v850_push_arguments): Ditto.
8982         * sparc-tdep.c (sparc_get_saved_register): Ditto.
8983         * sh-tdep.c (sh64_get_saved_register): Ditto.
8984         * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8985         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8986         * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8987         (mips_get_saved_register): Ditto.
8988         * ia64-tdep.c (ia64_get_saved_register): Ditto.
8989         (find_func_descr, ia64_push_arguments): Ditto.
8990         * i386-tdep.c (i386_push_arguments): Ditto.
8991         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8992         * frv-tdep.c (frv_push_arguments): Ditto.
8993         * frame.c (legacy_saved_regs_prev_register): Ditto.
8994         (deprecated_generic_get_saved_register): Ditto.
8995         * findvar.c (unsigned_address_to_pointer): Ditto.
8996         * dwarf2read.c (dwarf2_const_value): Ditto.
8997         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8998         * alpha-tdep.c (alpha_push_arguments): Ditto.
8999
9000 2003-05-12  J. Brobecker  <brobecker@gnat.com>
9001
9002         * NEWS: Mention that the hppa-hpux port has been partially
9003         multiarched (32bit ABIT only, so far).
9004
9005 2003-05-11  Andrew Cagney  <cagney@redhat.com>
9006
9007         * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9008         * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9009         include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9010         sim/testsuite/sim/arm/misaligned2.ms, and
9011         sim/testsuite/sim/arm/misaligned3.ms.
9012         * disasm.h (struct ui_file): Add opaque struct declaration.
9013         * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9014         * frame.h (struct ui_file): Ditto.
9015
9016 2003-05-11  Mark Kettenis  <kettenis@gnu.org>
9017
9018         * value.h: Pretty print.
9019
9020 2003-05-10  Mark Kettenis  <kettenis@gnu.org>
9021
9022         * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9023
9024 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9025
9026         * regcache.h (max_register_size): Delete declaration.
9027         * regcache.c (max_register_size): Delete function.
9028         (struct regcache_descr): Delete field "max_register_size".
9029         (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9030         registers fit in MAX_REGISTER_SIZE.
9031         (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9032         (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9033         * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9034         * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9035         * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9036         * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9037         * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9038         * dve3900-rom.c, hppa-tdep.c: Ditto.
9039
9040 2003-05-08  David Carlton  <carlton@math.stanford.edu>
9041
9042         * valops.c (push_word): Fix typo.
9043
9044 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9045
9046         * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9047         * gdbarch.h: Re-generate.
9048         * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9049         (legacy_max_register_raw_size): Delete declaration.
9050         * regcache.c (legacy_max_register_raw_size): Delete function.
9051         * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9052         * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9053         * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9054         * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9055         * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9056         * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9057         * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9058         * findvar.c, dwarf2cfi.c: Ditto.
9059
9060 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9061
9062         * mips-tdep.c (read_signed_register): New function, moved to here
9063         from "regcache.c".
9064         (read_signed_register_pid): Ditto.
9065         * regcache.c (read_signed_register_pid): Delete function, moved to
9066         "mips-tdep.c".
9067         (read_signed_register): Ditto.
9068         * regcache.h (read_signed_register): Delete declaration.
9069         (read_signed_register_pid): Delete declaration.
9070
9071 2003-05-08  Andrew Cagney  <cagney@redhat.com>
9072
9073         * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9074         * gdbarch.h: Re-generate.
9075         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9076         (legacy_max_register_virtual_size): Delete declaration.
9077         * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9078         * d10v-tdep.c (d10v_print_registers_info): Ditto.
9079         * tracepoint.c (memrange_sortmerge): Ditto.
9080         * sparc-tdep.c (sparc_print_registers): Ditto.
9081         * regcache.c (legacy_max_register_virtual_size): Delete function.
9082
9083 2002-05-08  J. Brobecker  <brobecker@gnat.com>
9084
9085         * fork-child.c (escape_bang_in_quoted_argument): New function.
9086         (fork_inferior): Escape '!' characters in quoted arguments
9087         only when needed.
9088
9089 2003-05-08  J. Brobecker  <brobecker@gnat.com>
9090
9091         * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9092         the language of the CU is not currently supported by GDB.
9093
9094 2003-05-08  J. Brobecker  <brobecker@gnat.com>
9095
9096         * defs.h (language): Add language_minimal enum value.
9097         * c-lang.c (minimal_language_defn): New language definition.
9098         (_initialize_c_language): Add the new minimal language to the list
9099         of languages known to GDB.
9100
9101 2003-05-08  Kevin Buettner  <kevinb@redhat.com>
9102
9103         * frame.c (get_frame_type): Don't attempt to lazily initialize
9104         frame's unwinder for legacy frames.
9105
9106 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9107
9108         * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9109         and "regcache" parameters.
9110         * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9111
9112 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
9113
9114         * dwarf2read.c (dwarf_decode_lines): Only use output of
9115         check_cu_functions() when calling record_line().  Do not update
9116         the current address.
9117
9118 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9119
9120         * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9121         code.
9122
9123 2003-05-07  Jim Blandy  <jimb@redhat.com>
9124
9125         Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9126         'maint info symtabs' and 'maint info psymtabs'.
9127         * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9128         Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9129         * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9130         Declarations updated.
9131         * maint.c (maintenance_list_command): Delete.
9132         (_initialize_maint_cmds): Update calls to add_cmd.
9133         * gdbcmd.h (maintenancelistlist): Delete declaration.
9134         * cli/cli-cmds.c (maintenancelistlist): Delete.
9135         (init_cmd_lists): Don't initialize it.
9136         * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9137
9138 2003-05-07  Andrew Cagney  <cagney@redhat.com>
9139
9140         * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9141         "regcache".
9142         (d10v_print_registers_info): Update.
9143         (d10v_dmap_register, d10v_imap_register): Delete functions.
9144         (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9145         and "imap_register".
9146         (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9147         (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9148         * arch-utils.c (generic_remote_translate_xfer_address): Add
9149         "regcache" and "gdbarch" parameters.
9150         * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9151         parameter.  Change class to multi-arch.
9152         * gdbarch.h, gdbarch.c: Re-generate.
9153         * remote.c (remote_xfer_memory): Use
9154         gdbarch_remote_translate_xfer_address.
9155
9156 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
9157
9158         * infrun.c (prev_pc): Move declaration ahead of proceed().
9159         (proceed): Refresh prev_pc value before resuming.
9160         (stop_stepping): Remove code to refresh prev_pc.
9161
9162 2003-05-06  Kris Warkentin <kewarken@qnx.com>
9163
9164         * nto-tdep.c: Removed stray comment.
9165
9166 2003-05-06  Kris Warkentin <kewarken@qnx.com>
9167
9168         * i386-nto-tdep.c: Fix old K&R function definitions.
9169         * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9170         Also change add_show_from_set() call to add_setshow_cmd().
9171         * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9172
9173 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9174
9175         * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9176         (fprint_dummy_frames): New function.
9177         (maintenance_print_dummy_frames): New function.
9178         (_initialize_dummy_frame): Add command "maint print dummy-frames".
9179         * frame.c (fprint_frame_id): Make global.
9180         * frame.h (fprint_frame_id): Declare.
9181         * Makefile.in (dummy-frame.o): Update dependencies.
9182
9183 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9184
9185         * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9186         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9187         SIZEOF_CALL_DUMMY_WORDS.
9188         (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9189         (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9190         (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9191         CALL_DUMMY_BREAKPOINT_OFFSET.
9192         (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9193         CALL_DUMMY_START_OFFSET.
9194         (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9195         * gdbarch.h, gdbarch.c: Re-generate.
9196         * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9197         * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9198         * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9199         * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9200         * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9201         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9202         * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9203         * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9204         * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9205         * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9206         * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9207         * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9208         * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9209         * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9210         * config/sparc/tm-sparc.h: Update.
9211
9212 2003-05-05  Kris Warkentin <kewarken@qnx.com>
9213
9214         * configure.tgt: Add i[3456]86-*-nto*.
9215         * i386-nto-tdep.c: New file.  i386 specific support for QNX Neutrino.
9216         * nto-tdep.c: New file. Neutrino target support routines.
9217         * nto-tdep.h: New file. Neutrino target header.
9218         * config/tm-qnxnto.h: New file.
9219         * config/i386/i386nto.mt: New file.
9220         * config/i386/tm-i386nto.h: New file.
9221
9222 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9223
9224         * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9225         (load_infrun_state): Ditto.
9226         (struct thread_info): Drop "prev_func_name" field.
9227         * thread.c (load_infrun_state): Update.
9228         (save_infrun_state): Update.
9229         * infrun.c (prev_func_name): Delete variable.
9230         (init_wait_for_inferior): Do not clear prev_func_name.
9231         (stop_stepping, keep_going, context_switch): Do not swap
9232         prev_func_name.
9233         (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9234         instead of PC_IN_SIGTRAMP.
9235
9236 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9237
9238         * sentinel-frame.c (sentinel_frame_prev_register): Replace
9239         REGISTER_BYTE with register_offset_hack.
9240         * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9241         that REGISTER_BYTE is consistent with the regcache.
9242         * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9243         * gdbarch.h, gdbarch.c: Regenerate.
9244
9245 2003-05-04  Mark Kettenis  <kettenis@gnu.org>
9246
9247         * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9248         (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9249
9250         * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9251
9252 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9253
9254         From Thierry Schneider <tpschneider1@yahoo.com>
9255         * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9256         (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9257         (mi-cmd-symbol.o): Add rule.
9258
9259 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9260
9261         * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9262         comments noteing that it replaces the old FIX_CALL_DUMMY code.
9263         * gdbarch.h, gdbarch.c: Re-generate.
9264         * d10v-tdep.c (d10v_push_dummy_code): New function.
9265         (d10v_gdbarch_init): Set push_dummy_code.
9266         * infcall.c (legacy_push_dummy_code): New function.
9267         (generic_push_dummy_code): New function.
9268         (push_dummy_code): New function.
9269         (call_function_by_hand): Call push_dummy_code.  Pass bp_addr,
9270         instead of dummy_addr, to push_dummy_call.  Move call to
9271         generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9272         switch.
9273         * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9274
9275 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9276
9277         * disasm.h (print_insn): Declare.
9278         * disasm.c (init_gdb_disassemble_info): New function.
9279         (gdb_disassembly): Call init_gdb_disassemble_info.
9280         (gdb_print_insn): New function.
9281         * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9282         of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
9283         * mcore-tdep.c: Include "disasm.h"
9284         (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9285         * d10v-tdep.c: Include "disasm.h".
9286         (display_trace): Call gdb_print_insn, instead of print_insn.
9287         (print_insn): Delete function.
9288         * printcmd.c: Include "disasm.h".
9289         (print_insn): Delete function.
9290         (print_formatted): Call gdb_print_insn, instead of print_insn.
9291         * Makefile.in (printcmd.o): Update dependencies.
9292         (mcore-tdep.o, d10v-tdep.o): Ditto.
9293
9294 2003-05-02  Andrew Cagney  <cagney@redhat.com>
9295
9296         * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9297         PC_REGNUM, re-indent.
9298         * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9299         PC_REGNUM isn't set.
9300
9301         * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9302         * gdbarch.h, gdbarch.c: Re-generate.
9303         * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9304         register_virtual_size, pc_regnum, or register_bytes.
9305         (D10V_PC_REGNUM): Rename _PC_REGNUM.
9306         (d10v_register_type): Use D10V_PC_REGNUM.
9307         (d10v_print_registers_info, d10v_read_pc): Ditto.
9308         (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9309         (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9310
9311 2003-05-02  David Carlton  <carlton@bactrian.org>
9312
9313         * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9314         the name with mstrsave.
9315
9316 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9317
9318         * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9319         GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9320         (host_charset_name, target_charset_name): New vars for use by
9321         set/show commands.
9322         (host_charset_enum, target_charset_enum): New enums for set/show
9323         commands.
9324         (set_charset_sfunc, set_host_charset_sfunc,
9325         set_target_charset_sfunc): New functions.
9326         (set_host_charset, set_target_charset): Make static.
9327         (list_charsets, set_host_charset_command,
9328         set_target_charset_command): Delete functions.
9329         (show_charset_command): Rewrite as....
9330         (show_charset): Hook this up with the set/show command mechanism.
9331         (_initialize_charset): Change names of charsets to match the
9332         set/show enums. Use host_charset_name and target_charset_name.
9333         Use set/show mechanism for charset, host-charset, target-charset
9334         commands. Do not make 'show host-charset' and 'show
9335         target-charset' be aliases of 'show charset'.
9336
9337         * charset.h (set_host_charset, set_target_charset): Don't export,
9338         they are not used outside the file.
9339
9340 2003-05-01  Andrew Cagney  <cagney@redhat.com>
9341
9342         * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9343         (gdb_disassembly): Make "di" non static, always initialize and
9344         cleanup.  Always use dis_asm_read_memory.
9345         (gdb_dis_asm_read_memory): Delete function.
9346
9347 2003-05-01  Andrew Cagney  <cagney@redhat.com>
9348
9349         * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9350         (d10v_gdbarch_init): Set frame_align instead of stack_align.
9351
9352 2003-04-30  Andrew Cagney  <cagney@redhat.com>
9353
9354         * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9355         "tm_print_insn_info".
9356         (TARGET_PRINT_INSN_INFO): Delete macro.
9357         (dis_asm_read_memory): Delete function declaration.
9358         (dis_asm_memory_error, dis_asm_print_address): Ditto.
9359         (tm_print_insn_info): Delete variable definition.
9360         (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9361         * gdbarch.h, gdbarch.c: Re-generate.
9362         * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9363         "deprecated_tm_print_insn_info".
9364         * mcore-tdep.c (mcore_dump_insn): Ditto.
9365         * mips-tdep.c (mips_gdbarch_init): Ditto.
9366         * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9367         * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9368         * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9369         * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9370         instead of TARGET_PRINT_INSN_INFO, add comment.
9371         * s390-tdep.c (s390_get_frame_info): Instead of
9372         "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9373         (s390_check_function_end, s390_is_sigreturn): Ditto.
9374         * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9375         (dis_asm_memory_error, dis_asm_print_address): Ditto.
9376         * disasm.c: Include "gdbcore.h".
9377         (_initialize_disasm): New function, initialize
9378         "deprecated_tm_print_insn_info".
9379         (deprecated_tm_print_insn_info): New variable.
9380         (dis_asm_read_memory): Moved from "corefile.c", made static.
9381         (dis_asm_print_address, dis_asm_memory_error): Ditto.
9382         * Makefile.in (disasm.o): Update dependencies.
9383
9384 2003-04-30  Andrew Cagney  <cagney@redhat.com>
9385
9386         * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9387
9388 2003-04-29  Adam Fedor  <fedor@gnu.org>
9389
9390         * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9391         * infcall.c (find_function_addr): Make non-static.
9392         * infcall.h (find_function_addr): Declare.
9393         * Makefile.in (eval.o): Update dependencies.
9394
9395 2003-04-28  Adam Fedor  <fedor@gnu.org>
9396
9397         * symtab.c (symbol_find_demangled_name): Check for and demangle
9398         ObjC symbols.
9399         (symbol_init_demangled_name): Init for language_objc as well.
9400
9401 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9402
9403         * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9404         (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9405         * gdbarch.h, gdbarch.c: Re-generate.
9406         * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9407         DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9408         * inferior.h (deprecated_read_fp): Rename read_fp.
9409         (generic_target_read_fp): Delete declaration.
9410         * regcache.c (generic_target_read_fp): Delete function.
9411         (deprecated_read_fp): Replace read_fp, use
9412         DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9413         * d10v-tdep.c (d10v_read_fp): Delete function.
9414         (d10v_gdbarch_init): Do not set deprecated_read_fp.
9415
9416         * sparc-tdep.c (sparc_gdbarch_init): Do not set
9417         deprecated_target_read_fp to generic_target_read_fp.
9418         * sh-tdep.c (sh_gdbarch_init): Ditto.
9419         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9420         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9421         * frv-tdep.c (frv_gdbarch_init): Ditto.
9422
9423         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9424         deprecated_fp_regnum.
9425         * x86-64-tdep.c (x86_64_init_abi): Ditto.
9426         * vax-tdep.c (vax_gdbarch_init): Ditto.
9427         * v850-tdep.c (v850_gdbarch_init): Ditto.
9428         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9429         * sh-tdep.c (sh_gdbarch_init): Ditto.
9430         * s390-tdep.c (s390_gdbarch_init): Ditto.
9431         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9432         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9433         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9434         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9435         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9436         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9437         * i386-tdep.c (i386_gdbarch_init): Ditto.
9438         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9439         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9440         * frv-tdep.c (frv_gdbarch_init): Ditto.
9441         * cris-tdep.c (cris_gdbarch_init): Ditto.
9442         * avr-tdep.c (avr_gdbarch_init): Ditto.
9443         * arm-tdep.c (arm_gdbarch_init): Ditto.
9444         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9445
9446         * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9447         * v850-tdep.c (v850_gdbarch_init): Ditto.
9448         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9449         * sh-tdep.c (sh_gdbarch_init): Ditto.
9450         * s390-tdep.c (s390_gdbarch_init): Ditto.
9451         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9452         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9453         * mips-tdep.c (mips_gdbarch_init): Ditto.
9454         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9455         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9456         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9457         * frv-tdep.c (frv_gdbarch_init): Ditto.
9458         * avr-tdep.c (avr_gdbarch_init): Ditto.
9459         * arm-tdep.c (arm_gdbarch_init): Ditto.
9460
9461         * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9462         DEPRECATED_FP_REGNUM.
9463         (vax_push_dummy_frame, vax_pop_frame): Ditto.
9464         * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9465         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9466         (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9467         (sparc32_register_virtual_type): Ditto.
9468         * sh-tdep.c (sh64_frame_chain): Ditto.
9469         (sh64_get_saved_register, sh64_pop_frame): Ditto.
9470         (sh_nofp_frame_init_saved_regs): Ditto.
9471         (sh64_nofp_frame_init_saved_regs): Ditto.
9472         (sh_fp_frame_init_saved_regs): Ditto.
9473         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9474         * remote-e7000.c (fetch_regs_from_dump): Ditto.
9475         * procfs.c (procfs_fetch_registers): Ditto.
9476         (procfs_store_registers): Ditto.
9477         * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9478         (store_inferior_registers, fetch_core_registers): Ditto.
9479         (fetch_kcore_registers, clear_regs): Ditto.
9480         * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9481         (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9482         * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9483         * nlm/i386.c (do_status): Ditto.
9484         * mipsv4-nat.c (supply_gregset): Ditto.
9485         * mips-tdep.c: Ditto for comments.
9486         * mips-nat.c (fetch_inferior_registers): Ditto.
9487         (store_inferior_registers, fetch_core_registers): Ditto.
9488         * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9489         (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9490         * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9491         (i386_do_pop_frame, i386_register_type): Ditto.
9492         * hppa-tdep.c (hppa_frame_chain): Ditto.
9493         (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9494         (hppa_pop_frame, hppa_read_fp): Ditto.
9495         (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9496         * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9497         * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9498         * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9499         * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9500         * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9501         * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9502         * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9503         * blockframe.c: Ditto for comments.
9504         * arch-utils.h: Ditto for comments.
9505         * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9506         * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9507         * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9508         * alpha-tdep.h: Ditto for comments.
9509         * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9510         (alpha_cannot_store_register): Ditto.
9511         (alpha_push_dummy_frame): Ditto.
9512         * alpha-nat.c (supply_gregset): Ditto.
9513
9514         * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9515         * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9516         * config/sparc/tm-sparc.h: Update comment.
9517
9518         * hppa-tdep.c (hppa_init_extra_frame_info): Use
9519         deprecated_read_fp instead of TARGET_READ_FP.
9520         (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9521         (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9522         * sparc-tdep.c (sparc_init_extra_frame_info): Use
9523         deprecated_read_fp instead of read_fp.
9524         * s390-tdep.c (s390_push_arguments): Ditto.
9525         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9526         * frame.h: Ditto in comments.
9527         * frame.c (legacy_get_prev_frame): Ditto.
9528         * dummy-frame.c (dummy_frame_this_id): Ditto.
9529         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9530
9531 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9532
9533         * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9534         * gdbarch.h, gdbarch.c: Re-generate.
9535         * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9536         * vax-tdep.c (_initialize_vax_tdep): Update.
9537         * v850-tdep.c (_initialize_v850_tdep): Update.
9538         * sparc-tdep.c (_initialize_sparc_tdep): Update.
9539         * s390-tdep.c (_initialize_s390_tdep): Update.
9540         * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9541         * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9542         * mips-tdep.c (_initialize_mips_tdep): Update.
9543         * mcore-tdep.c (_initialize_mcore_tdep): Update.
9544         * m68k-tdep.c (_initialize_m68k_tdep): Update.
9545         * ia64-tdep.c (_initialize_ia64_tdep): Update.
9546         * hppa-tdep.c (_initialize_hppa_tdep): Update.
9547         * h8300-tdep.c (_initialize_h8300_tdep): Update.
9548         * frv-tdep.c (_initialize_frv_tdep): Update.
9549         * cris-tdep.c (cris_delayed_get_disassembler): Update.
9550         (_initialize_cris_tdep): Update.
9551         * arch-utils.c (legacy_print_insn): Update.
9552         * alpha-tdep.c (_initialize_alpha_tdep): Update.
9553
9554 2003-04-26  Adam Fedor  <fedor@gnu.org>
9555
9556         * linespec.c (decode_objc): New function to decode ObjC calls
9557         (decode_line_1): Check for ObjC calls (using decode_objc)
9558         * Makefile (linespec.o): Update dependencies.
9559
9560 2003-04-26  Daniel Jacobowitz  <drow@mvista.com>
9561
9562         * breakpoint.h (struct breakpoint_ops): New.
9563         (struct breakpoint): Add ops member.
9564
9565         * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9566         (mention): Use new breakpoint ops member.
9567         (set_raw_breakpoint): Initialize ops field to NULL.
9568         (print_exception_catchpoint, print_one_exception_catchpoint)
9569         (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9570         (gnu_v3_exception_catchpoint_ops): New.
9571         (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9572
9573 2003-04-25  Adam Fedor  <fedor@gnu.org>
9574
9575         * Makefile.in (COMMON_OBS): Add objc-lang.o
9576
9577 2003-04-25  Andrew Cagney  <cagney@redhat.com>
9578
9579         * d10v-tdep.c (print_insn): Delete function.
9580         (display_trace): Use TARGET_PRINT_INSN.
9581         (_initialize_d10v_tdep): Do not set tm_print_insn.
9582         (d10v_gdbarch_init): Set print_insn.
9583
9584 2003-04-25  Andrew Cagney  <cagney@redhat.com>
9585
9586         * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9587         (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9588         (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9589         (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9590         (nr_dmap_regs, a0_regnum): ... new functions.
9591         (d10v_print_registers_info): Use a0_regnum, use register_size.
9592         (d10v_register_byte): Delete function.
9593         (d10v_register_raw_size): Delete function.
9594         (d10v_register_type): Use a0_regnum.
9595         (d10v_print_registers_info): Use a0_regnum.
9596         (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9597         (d10v_gdbarch_init): Do not set register_byte or
9598         register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9599         (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9600         extract_address.
9601         (trace_command): Use XCALLOC.
9602         (print_insn): Delete reference to tm_print_insn.
9603         (saved_regs_unwinder): Use store_unsigned_integer instead of
9604         store_address.
9605         * frame.h (FRAME_OBSTACK_CALLOC): Define
9606
9607 2003-04-25  David Carlton  <carlton@bactrian.org>
9608
9609         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9610
9611 2003-04-24  Adam Fedor  <fedor@gnu.org>
9612
9613         * objc-lang.c: Include "valprint.h"
9614         * Makefile.in (objc-lang.o): Update dependencies.
9615
9616 2003-04-24  Adam Fedor  <fedor@gnu.org>
9617
9618         * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9619         architecture dependant compilation and mark as unimplemented
9620         (until they get put in the gdbarch vector).
9621
9622 2003-04-23  David Carlton  <carlton@bactrian.org>
9623
9624         * cp-support.c (cp_find_first_component): Accept 'operator' in
9625         more locations.
9626
9627 2003-04-23  Andrew Cagney  <cagney@redhat.com>
9628
9629         * infcall.c (call_function_by_hand): Eliminate redundant
9630         indentation.  Move "saved_async" and "old_cleanups" to where they
9631         are needed.
9632
9633 2003-04-23  Andrew Cagney  <cagney@redhat.com>
9634
9635         * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9636         and "buffer".  Move the "name" code to where it is needed.
9637
9638 2003-04-23  Andrew Cagney  <cagney@redhat.com>
9639
9640         * infcall.c (call_function_by_hand): Move variables "start_sp",
9641         "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9642         code to ON_STACK switch branch.
9643
9644 2003-04-23  Andrew Cagney  <cagney@redhat.com>
9645
9646         * infcall.c (call_function_by_hand): Make declaration of "i",
9647         "sal", "bpt" and "old_sp" more local to their use.  Delete #if
9648         lint.
9649
9650 2003-04-23  Andrew Cagney  <cagney@redhat.com>
9651
9652         * infcall.c (call_function_by_hand): Delete variable
9653         "n_method_args".  Localize "param_type"'s declaration to the loop
9654         that it is used.  Reinstate code assigning to said variable -
9655         deleted on 2002-06-14.  Rationalize calls to value_args_coerce.
9656         Rationalize code using "param_type".
9657
9658 2003-04-22  Andrew Cagney  <cagney@redhat.com>
9659
9660         * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9661         compute the breakpoint address.  Only call FIX_CALL_DUMMY when
9662         ON_STACK.  Eliminate the variable "addr".  Do not pass "real_pc"
9663         to DEPRECATED_PUSH_RETURN_ADDRESS.
9664
9665 2003-04-22  Kevin Buettner  <kevinb@redhat.com>
9666
9667         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9668         on the DWARF2 register number prior to fetching a register.
9669
9670 2003-04-22  J. Brobecker  <brobecker@gnat.com>
9671
9672         * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9673         Update all the tests using SOFT_FLOAT considering the fact that
9674         this macro was always set to 0.
9675         * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9676         considering the fact that this macro was always set to 0.
9677         * hppa-tdep.h (hppa_store_return_value): Likewise.
9678         (hppa_extract_return_value): Likewise.
9679
9680 2003-04-22  J. Brobecker  <brobecker@gnat.com>
9681
9682         * config/pa/tm-hppa.h: Remove obsolete code, was used by
9683         the hppa-pro target only.
9684
9685 2003-04-21  J. Brobecker  <brobecker@gnat.com>
9686
9687         Ongoing multi-arch conversion effort for HP/UX:
9688         * config/pa/tm-hppa.h: Move all macro that are no longer
9689         defined now that GDB_MULTI_ARCH is now set to 1 from here...
9690         * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9691
9692 2003-04-21  J. Brobecker  <brobecker@gnat.com>
9693
9694         * config/pa/tm-hppa.h: Obsolete a section that was only used
9695         for hppa-pro.
9696
9697 2003-04-21  J. Brobecker  <brobecker@gnat.com>
9698
9699         Ongoing multi-arch conversion for HP/UX.
9700         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9701         if already defined (allows hppa64 to stay non-multiarched for now).
9702         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9703
9704 2003-04-21  Andrew Cagney  <cagney@redhat.com>
9705
9706         * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9707
9708 2003-04-21  Andrew Cagney  <cagney@redhat.com>
9709
9710         * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9711         "i386_num_mmx_regs".
9712
9713 2003-04-21  Andrew Cagney  <cagney@redhat.com>
9714
9715         * infcall.c: New file.
9716         * infcall.h: New file.
9717         * valarith.c: Include "infcall.h".
9718         * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9719         * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9720         * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9721         (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9722         (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9723         (SFILES): Add "infcall.c"
9724         (COMMON_OBS): Add "infcall.o".
9725         (infcall.o): Specify dependencies.
9726         * value.h (call_function_by_hand): Delete declaration.
9727         * inferior.h (run_stack_dummy): Delete declaration.
9728         * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9729         (run_stack_dummy): Move to "infcall.c", merged into
9730         call_function_by_hand.
9731         * valops.c (call_function_by_hand): Moved to "infcall.c".
9732         (find_function_addr, value_arg_coerce): Ditto.
9733         (unwindonsignal_p, coerce_float_to_double): Ditto.
9734         (_initialize_valops): Move "set/show coerce-float-to-double", and
9735         "set/show unwindonsignal" commands to "infcall.c".
9736         * v850-tdep.c, target.h: Update comments.
9737         * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9738         * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9739         (sh64_init_extra_frame_info): Update comments.
9740         * mn10300-tdep.c: Update comments.
9741         * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9742         * config/sparc/tm-sparc.h: Update comments.
9743         * breakpoint.h: Update comments.
9744         * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9745         * arm-tdep.c: Update comment.
9746
9747 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
9748
9749         * i386-tdep.c (i386_num_register_names): New variable.
9750         (i386_num_mmx_regs): Renamed from mmx_num_regs.
9751         (MM0_REGNUM): Remove redundant parentheses in define.
9752         (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9753         (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9754         i386_mxcsr_regnum_p): Remove redundant parentheses.
9755         (i386_register_name): Use i386_num_register_names.
9756
9757         * i386-tdep.c (i386_extract_return_value,
9758         i386_store_return_value): Correct check for availability of
9759         floating-point registers.
9760
9761         * i386-tdep.c (i386_frame_num_args): Remove function.
9762         (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9763
9764         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9765         mmx_regnum_to_fp_regnum.  Adjust all callers.
9766
9767         * i386-tdep.c (i386_get_longjmp_target): Use
9768         TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9769         and TARGET_CHAR_BIT.  Use extract_typed_address instead of
9770         extract_address.
9771
9772 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
9773
9774         * core-regset.c: Update comments to reflect reality.  Re-order
9775         includes.
9776         (fetch_core_registers): Use switch instead of if.  Remove
9777         redundant prototype.
9778
9779 2003-04-18  Jim Blandy  <jimb@redhat.com>
9780
9781         * s390-tdep.c (s390_frame_align): New function.
9782         (s390_gdbarch_init): Register it with the gdbarch object.
9783
9784 2003-04-17  Richard Henderson  <rth@redhat.com>
9785
9786         * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9787
9788 2003-04-17  Michael Snyder  <msnyder@redhat.com>
9789             Karen Bennet  <bennet@redhat.com>
9790
9791         Committed by Elena Zannoni  <ezannoni@redhat.com>
9792         * gdb_gcore.sh: New script to create a core dump of a process.
9793
9794 2003-04-17  Elena Zannoni  <ezannoni@redhat.com>
9795
9796         * values.c (value_being_returned): Don't fetch the return
9797         value if the return type is void.
9798
9799 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
9800
9801         * thread-db.c: Reindented.
9802
9803 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
9804
9805         * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9806         td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9807         as types.
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
9834
9835         * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9836         the size of ``long double'' to 16, instead of 8.
9837
9838 2003-04-16  Mark Kettenis  <kettenis@gnu.org>
9839
9840         * i386-linux-nat.c: Add some whitespace to make things more
9841         readable.
9842         (fetch_register, store_register, fetch_inferior_registers,
9843         store_inferior_registers): Get rid of assignment in if-statement.
9844         (store_register): Fix typo in error message.
9845
9846 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9847
9848         * utils.c (xmmalloc): Always allocate something, matches
9849         libiberty/xmalloc's semantics.
9850         (xmrealloc, xmcalloc): Ditto.
9851
9852 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9853
9854         * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9855         update comments.
9856         (get_frame_type): Initialize unwind and type when needed.
9857         (get_frame_id, frame_register_unwind): Ditto.
9858
9859 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9860
9861         * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9862         obsolete.
9863         * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9864         * sparcl-stub.c: Obsolete file.
9865         * config/sparc/tm-sparclet.h: Obsolete file.
9866         * sparclet-stub.c: Obsolete file.
9867         * sparclet-rom.c: Obsolete file.
9868         * sparcl-tdep.c: Obsolete file.
9869         * config/sparc/tm-sparclite.h: Obsolete file.
9870         * config/sparc/sparclite.mt: Obsolete file.
9871         * config/sparc/sparclet.mt: Obsolete file.
9872         * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9873         sparc86x-*-* obsolete.
9874
9875 2003-04-15  David Carlton  <carlton@math.stanford.edu>
9876
9877         * Makefile.in (SFILES): Add cp-namespace.c.
9878         (COMMON_OBS): Add cp-namespace.o.
9879         (block.o): Depend on gdb_obstack_h and cp_support_h.
9880         (buildsym.o): Depend on cp_support_h.
9881         (cp-namespace.o): New.
9882         (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9883         gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9884         (dwarf2read.o): Depend on cp_support_h.
9885         * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9886         * dwarf2read.c (process_die): Set processing_has_namespace_info,
9887         processing_current_namespace.
9888         (read_namespace): Update processing_current_namespace; check for
9889         anonymous namespaces.
9890         (dwarf2_name): New function.
9891         (dwarf2_extension): Ditto.
9892         * cp-support.h: Update copyright, contributors.
9893         Add inclusion guards.
9894         Add opaque declaration for structs obstack, block, symbol.
9895         (struct using_direct): New struct.
9896         Add declarations for cp_find_first_component,
9897         cp_entire_prefix_len, processing_has_namespace_info,
9898         processing_current_namespace, cp_is_anonymous,
9899         cp_add_using_directive, cp_initialize_namespace,
9900         cp_finalize_namespace, cp_set_block_scope,
9901         cp_scan_for_anonymous_namespaces.
9902         * cp-namespace.c: New file.
9903         * cp-support.c: Update copyright.
9904         Include ctype.h, gdb_assert.h, gdbcmd.h.
9905         New variable maint_cplus_cmd_list.
9906         (cp_find_first_component): New function.
9907         (cp_entire_prefix_len, maint_cplus_command)
9908         (first_component_command, _initialize_cp_support): Ditto.
9909         * buildsym.c: Include cp-support.h.
9910         New variable using_list.
9911         (add_symbol_to_list): Check for anonymous namespaces.
9912         (finish_block): Set block's scope.
9913         (start_symtab): Initialize C++ namespace support.
9914         (end_symtab): Finalize C++ namespace support.
9915         * block.h: Add opaque declarations for structs
9916         block_namespace_info, using_direct, and obstack.
9917         Add declarations for block_set_scope and block_set_using.
9918         (struct block): Add 'language_specific' member.
9919         (BLOCK_NAMESPACE): New macro.
9920         * block.c: Include gdb_obstack.h and cp-support.h.
9921         (struct block_namespace_info): New struct.
9922         (block_set_scope): New function.
9923         (block_set_using, block_initialize_namespace): Ditto.
9924
9925 2003-04-14  Kevin Buettner  <kevinb@redhat.com>
9926
9927         * solib-svr4.c (svr4_have_link_map_offsets): New function.
9928         (locate_base): Return early if there aren't any link map offsets.
9929         (svr4_solib_create_inferior_hook): Warn if shared library support
9930         is unavailable.
9931
9932 2003-04-14  David Carlton  <carlton@math.stanford.edu>
9933
9934         * symtab.c (symbol_set_names): Add prefix when storing Java names
9935         in hash table.  Fix for PR java/1039.
9936
9937 2003-04-14  David Carlton  <carlton@math.stanford.edu>
9938
9939         * symtab.c (symbol_set_names): Rename 'name' arg to
9940         'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9941         * symtab.h: Change 'name' argument in declaration of
9942         symbol_set_names to 'linkage_name'.
9943         (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9944
9945 2003-04-14  Andrew Cagney  <cagney@redhat.com>
9946
9947         * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9948         return the fully sign-extended register value.
9949         (get_frame_pointer): Ditto.
9950         (mips_pop_frame): Initialize "proc_desc" after checking for a
9951         dummy frame.
9952
9953 2003-04-14  Andrew Cagney  <cagney@redhat.com>
9954
9955         * mips-tdep.c (mips_push_dummy_frame): Delete function.
9956         (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9957         (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9958         (mips_push_register): Delete function.
9959         (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9960         PUSH_FP_REGNUM.
9961
9962 2003-04-14  Jim Blandy  <jimb@redhat.com>
9963
9964         * symmisc.c: #include "gdb_regex.h".
9965         (maintenance_list_symtabs, maintenance_list_psymtabs): New
9966         functions.
9967         * maint.c (maintenance_list_command): New function.
9968         (_initialize_maint_cmds): Register the above as commands.
9969         * symtab.h (maintenance_list_symtabs,
9970         maintenance_list_psymtabs): New declarations.
9971         * cli/cli-cmds.c (maintenancelistlist): New variable.
9972         (init_cmd_lists): Initialize it.
9973         * cli/cli-cmds.h (maintenancelistlist): New declaration.
9974         * gdbcmd.h (maintenancelistlist): New declaration.
9975         * Makefile.in (symmisc.o): Update dependencies.
9976
9977 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
9978
9979         * s390-nat.c: Include asm/types.h for addr_t.
9980
9981 2003-04-14  Corinna Vinschen  <vinschen@redhat.com>
9982
9983         * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9984         actually incoming type.
9985
9986 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9987
9988         * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9989         get_next_frame and get_frame_saved_regs.
9990
9991 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9992
9993         * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9994         of gdbarch_num_regs.
9995
9996 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9997
9998         * frame.h: Mention what replaced what in "struct frame_info".
9999         * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10000         deprecated_update_frame_base_hack and
10001         deprecated_update_frame_pc_hack.
10002         * hppa-tdep.c: Ditto.
10003
10004 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10005
10006         * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10007         to read_reg and update its comment.  Remove regnum member.
10008         * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10009         Don't call read_reg when setting in_reg.  Call read_reg to get
10010         the frame base if it's in a register.  Return the register number
10011         on the stack instead of in the context.  Remove extra arguments
10012         to read_reg.
10013         * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10014         (dwarf2_evaluate_loc_desc): Call value_from_register.  Expect
10015         the register number on the expression stack.
10016         (needs_frame_read_reg): Remove extra arguments.
10017
10018 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10019
10020         * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10021         made non-static.
10022         (execute_stack_op): All callers updated.
10023         * dwarf2expr.h: Add prototype for dwarf2_read_address.
10024         * dwarf2loc.c (find_location_expression): New function.
10025         (dwarf_expr_frame_base): Call it.
10026         (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10027         (dwarf2_tracepoint_var_ref): New function, broken out from
10028         locexpr_tracepoint_var_ref.
10029         (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10030         Make static.
10031         (loclist_read_variable, loclist_read_needs_frame): New functions.
10032         (loclist_describe_location, loclist_tracepoint_var_ref): New
10033         functions.
10034         (dwarf2_loclist_funcs): New struct location_funcs.
10035         * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10036         (struct dwarf2_locexpr_baton): Add comments.
10037         (dwarf2_loclist_funcs): New extern.
10038         * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10039         base_address and base_known.
10040         (dwarf_loc_buffer): New variable.
10041         (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10042         (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10043         (dwarf2_has_info): Initialize dwarf_loc_offset.
10044         (dwarf2_build_psymtabs): Read in .debug_loc.
10045         (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10046         DWARF_LOC_SIZE.
10047         (psymtab_to_symtab_1): Likewise.  Move base address calculation
10048         here, from...
10049         (dwarf2_get_pc_bounds): ... here.  Use the base address from
10050         cu_header.
10051         (dwarf2_symbol_mark_computed): Handle location lists.
10052
10053 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
10054
10055         * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10056         if the linkage name demangled successfully.
10057
10058 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
10059
10060         * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10061         disassmbly_flavour): Removed.
10062
10063         * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10064
10065 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
10066
10067         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10068
10069 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10070
10071         * frame.h (struct frame_info): Move definition from here ...
10072         * frame.c (struct frame_info): ... to here.
10073
10074 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10075
10076         * gdbthread.h (save_infrun_state): Delete parameter
10077         "prev_func_start".
10078         (struct thread_info): Delete field "prev_func_start".
10079         (load_infrun_state): Ditto.
10080         * thread.c (load_infrun_state, save_infrun_state): Update.
10081         * infrun.c (prev_func_start): Delete variable.
10082         (context_switch, init_wait_for_inferior): Update.
10083         (stop_stepping, keep_going): Update.
10084
10085 2003-04-12  Andrew Cagney  <cagney@redhat.com>
10086
10087         * gdbarch.sh: Add missing opaque declarations.
10088         * gdbarch.h: Regnerate.
10089         * symtab.h: Add missing opaque declarations.
10090         * value.h, target.h, symfile.h, stabsread.h: Ditto.
10091         * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10092         * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10093         * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10094         * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10095         * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10096         * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10097         * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10098         * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10099         * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10100         * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10101         * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10102         * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10103
10104 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10105
10106         * frame.c (get_frame_id): Return this frame's "id".
10107         (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10108         function start.
10109         (legacy_saved_regs_this_id): Replace function body with
10110         internal-error.
10111         (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10112         FRAME_OBSTACK_ZALLOC.
10113         (create_new_frame): Mark the frame ID as valid.
10114
10115 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
10116
10117         * Makefile.in (libbfd_h): Added missing setting.
10118         * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10119         according to the selected ABI.
10120
10121 2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
10122
10123         * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10124
10125 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10126
10127         * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10128         SAVED_PC_AFTER_CALL.
10129         * gdbarch.h, gdbarch.c: Regenerate.
10130         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10131         * x86-64-tdep.c (x86_64_init_abi): Update.
10132         * vax-tdep.c (vax_gdbarch_init): Update.
10133         * v850-tdep.c (v850_gdbarch_init): Update.
10134         * sparc-tdep.c (sparc_gdbarch_init): Update.
10135         * sh-tdep.c (sh_gdbarch_init): Update.
10136         * s390-tdep.c (s390_gdbarch_init): Update.
10137         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10138         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10139         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10140         * mips-tdep.c (mips_gdbarch_init): Update.
10141         * mcore-tdep.c (mcore_gdbarch_init): Update.
10142         * m68k-tdep.c (m68k_gdbarch_init): Update.
10143         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10144         * ia64-tdep.c (ia64_gdbarch_init): Update.
10145         (ia64_saved_pc_after_call): Update declaration.
10146         * i386ly-tdep.c (i386lynx_init_abi): Update.
10147         * i386-tdep.c (i386_gdbarch_init): Update.
10148         * hppa-tdep.c (hppa_gdbarch_init): Update.
10149         * h8300-tdep.c (h8300_gdbarch_init): Update.
10150         * frv-tdep.c (frv_gdbarch_init): Update.
10151         * cris-tdep.c (cris_gdbarch_init): Update.
10152         * avr-tdep.c (avr_gdbarch_init): Update.
10153         * arm-tdep.c (arm_gdbarch_init): Update.
10154         * alpha-tdep.c (alpha_gdbarch_init): Update.
10155         * ns32knbsd-nat.c (frame_num_args): Update.
10156         * ns32k-tdep.c (umax_frame_num_args): Update.
10157         * mips-tdep.c (mips_init_frame_pc_first): Update.
10158         * infrun.c (step_over_function): Update.
10159         * i386-linux-tdep.c (skip_hurd_resolver): Update.
10160         * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10161         * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10162         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10163         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10164         * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10165         * arm-linux-tdep.c (skip_hurd_resolver): Update.
10166         * arch-utils.c (init_frame_pc_default): Update.
10167         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10168         * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10169         declaration.
10170
10171 2003-04-11  Andrew Cagney  <cagney@redhat.com>
10172
10173         * i387-tdep.c: Update copyright.
10174         (i387_to_double): Delete function.
10175         (double_to_i387): Delete function.
10176
10177 2003-04-10  Andrew Cagney  <cagney@redhat.com>
10178
10179         * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10180         frame's function's address.  Simplify.
10181         (d10v_frame_unwind_cache): Check that the frame's function is
10182         non-zero.
10183
10184 2003-04-10  Jim Blandy  <jimb@redhat.com>
10185
10186         * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10187         call to set_gdbarch_deprecated_push_arguments.
10188
10189 2003-04-10  Andrew Cagney  <cagney@redhat.com>
10190
10191         * frame.c (fprint_frame_id): New function.
10192         (fprint_frame_type, fprint_frame): New function.
10193         (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10194         (create_sentinel_frame, get_frame_id): Ditto.
10195         (frame_id_p, frame_id_eq): Ditto.
10196         (frame_id_inner, create_new_frame): Ditto.
10197         (legacy_get_prev_frame, get_prev_frame): Ditto.
10198         (deprecated_update_frame_pc_hack): Ditto.
10199         (frame_register_unwind): Ditto.
10200         (deprecated_update_frame_base_hack): Ditto.
10201
10202 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
10203
10204         * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10205         (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10206         frame_chain function.
10207         * Makefile.in: Add dependencies due to above change.
10208
10209 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
10210
10211         * blockframe.c (legacy_frame_chain_valid): Move call to
10212         DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10213         inside_entry_file.
10214
10215 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10216
10217         * frame.h (struct frame_id): Replace "pc" and "base" with
10218         "stack_addr" and "code_addr".  Update comments.
10219         (frame_id_build): Update parameter names and comment.
10220         (struct frame_info): Replace "id_p" and "id" with "this_id".
10221         * dummy-frame.c (dummy_frame_this_id): Update.
10222         * breakpoint.c (print_one_breakpoint): Update.
10223         * frame.c (get_frame_id): Update.
10224         (get_frame_base, frame_id_build): Update.
10225         (create_sentinel_frame, legacy_get_prev_frame): Update.
10226         (deprecated_update_frame_base_hack): Update.
10227         (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10228         (frame_id_inner): Ditto.
10229
10230 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10231
10232         * defs.h (gdb_print_host_address): Make "addr" parameter a
10233         pointer constant.
10234         * utils.c (gdb_print_host_address): Update.
10235
10236 2003-04-09  Kevin Buettner  <kevinb@redhat.com>
10237
10238         * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10239         register number for R0 is 0.
10240
10241 2003-04-09  J. Brobecker  <brobecker@gnat.com>
10242
10243         * frame.h (struct gdbarch): Add opaque structure definition
10244         to avoid a compilation warning on LynxOS 4.0.
10245
10246 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10247
10248         * frame.h (struct frame_info): Delete field "pc".  Replace
10249         "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10250         structure.
10251         * frame.c (frame_pc_unwind): Update.
10252         (create_sentinel_frame): Do not set "pc".
10253         (get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
10254         (get_frame_pc): Call frame_pc_unwind.
10255         (deprecated_update_frame_pc_hack): Update.
10256         (create_new_frame): Use "pc" not "->pc".
10257
10258 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10259
10260         * frame.c (get_frame_id): Eliminate code updating "frame".
10261         (legacy_get_prev_frame): Ditto.
10262         (get_frame_base): Return id.base directly.
10263         (deprecated_update_frame_base_hack): Update "id.base".
10264         * frame.h (struct frame_info): Delete field "frame".
10265
10266 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10267
10268         * NEWS: Mention that the "Sequent family" is obsolete.
10269         * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10270         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10271         * configure.host: Obsolete i[3456]86-sequent-bsd*,
10272         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10273         * config/i386/tm-ptx4.h: Obsolete file.
10274         * config/i386/tm-ptx.h: Obsolete file.
10275         * symm-tdep.c: Obsolete file.
10276         * config/i386/symmetry.mt: Obsolete file.
10277         * config/i386/tm-symmetry.h: Obsolete file.
10278         * symm-nat.c: Obsolete file.
10279         * config/i386/nm-symmetry.h: Obsolete file.
10280         * config/i386/xm-symmetry.h: Obsolete file.
10281         * config/i386/symmetry.mh: Obsolete file.
10282         * config/i386/nm-ptx4.h: Obsolete file.
10283         * config/i386/ptx4.mh: Obsolete file.
10284         * config/i386/ptx.mt: Obsolete file.
10285         * config/i386/ptx.mh: Obsolete file.
10286         * config/i386/xm-ptx4.h: Obsolete file.
10287         * config/i386/xm-ptx.h: Obsolete file.
10288
10289 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10290
10291         Obsolete mips*-*-mach3*.
10292         * NEWS: Mention that mips*-*-mach3* is obsolete.
10293         * m3-nat.c: Obsolete file.
10294         * config/nm-m3.h: Obsolete file.
10295         * config/mips/tm-mipsm3.h: Obsolete file.
10296         * config/mips/mipsm3.mt: Obsolete file.
10297         * config/mips/mipsm3.mh: Obsolete file.
10298         * config/mips/xm-mipsm3.h: Obsolete file.
10299         * mipsm3-nat.c: Obsolete file.
10300         * configure.host: Obsolete mips-dec-mach3*.
10301         * configure.tgt: Obsolete mips*-*-mach3*.
10302
10303 2003-04-09  Andrew Cagney  <cagney@redhat.com>
10304
10305         * doublest.h: Update copyright.
10306         (deprecated_store_floating, deprecated_extract_floating): Rename
10307         store_floating and extract_floating.  Update comments.
10308         * doublest.c: Update copyright.
10309         (extract_floating_by_length): Replace extract_floating.
10310         (store_floating_by_length): Replace store_floating.
10311         (deprecated_extract_floating): New function.
10312         (deprecated_store_floating): New function.
10313         (extract_typed_floating): Call extract_floating_by_length.
10314         (store_typed_floating): Call store_floating_by_length.
10315         * x86-64-tdep.c (x86_64_store_return_value): Update.
10316         * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10317         (sh64_extract_return_value): Update.
10318         (sh_sh4_register_convert_to_virtual): Update.
10319         (sh_sh64_register_convert_to_virtual): Update.
10320         (sh_sh4_register_convert_to_raw): Update.
10321         (sh_sh64_register_convert_to_raw): Update.
10322         * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10323         (rs6000_register_convert_to_raw): Update.
10324         * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10325         (ia64_register_convert_to_raw): Update.
10326         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10327         (REGISTER_CONVERT_TO_VIRTUAL): Update.
10328         * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10329         * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10330         (alpha_register_convert_to_raw): Update.
10331
10332 2003-04-08  Andrew Cagney  <cagney@redhat.com>
10333
10334         * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10335         * gdbarch.h, gdbarch.c: Re-generate.
10336         * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10337         (d10v_gdbarch_init): Do not set saved_pc_after_call.
10338         * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10339         conditionally, use frame_pc_unwind as an alternative.  Add
10340         comments.
10341         * arch-utils.c (init_frame_pc_default): Only call
10342         SAVED_PC_AFTER_CALL when available.
10343
10344 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
10345
10346         * infrun.c (stop_soon): Rename from stop_soon_quietly.
10347         (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10348         (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10349         (start_remote): Ditto.
10350         (handle_inferior_event): Ditto.
10351         (save_inferior_status): Ditto.
10352         (restore_inferior_status): Ditto.
10353         * infcmd.c (attach_command): Ditto.
10354         * fork-child.c (startup_inferior): Ditto.
10355         * inferior.h (stop_soon): Rename from stop_soon_quietly.
10356         * alpha-tdep.c (heuristic_proc_start): Ditto.
10357         * mips-tdep.c (heuristic_proc_start): Ditto.
10358         * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10359         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10360         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10361         * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10362         * remote-vx.c (vx_create_inferior): Ditto.
10363
10364 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
10365
10366         * infrun.c (stop_soon_quietly): Make it an enum, to better
10367         override the default behavior of handle_inferior_event.
10368         (clear_proceed_status): Update uses of stop_soon_quietly to
10369         reflect that it is now an enum.
10370         (start_remote): Ditto.
10371         (handle_inferior_event): Change logic a bit if stop_soon_quietly
10372         is set to handle the new GNU/Linux kernel behavior for
10373         attach/sigstop.  Update uses of stop_soon_quietly.
10374         * inferior.h (enum stop_kind): New enum.
10375         * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10376         Reset normal handle_inferior_event behavior, afterwards.
10377         * fork-child.c (startup_inferior): Update.
10378         * alpha-tdep.c (heuristic_proc_start): Update.
10379         * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10380         * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10381         * solib-osf.c (osf_solib_create_inferior_hook): Update.
10382         * solib-irix.c (irix_solib_create_inferior_hook): Update.
10383         * remote-vx.c (vx_create_inferior): Update.
10384         * mips-tdep.c (heuristic_proc_start): Update.
10385
10386 2003-04-07  Elena Zannoni  <ezannoni@redhat.com>
10387
10388         * disasm.c (dump_insns):  Move variables inside loop, or they will
10389         be freed more than once, causing wild memory corruptions.
10390         (gdb_disassembly): Look for the substring "-thread",
10391         instead of "-threads" in the target name, to make sure to find
10392         the 'multi-thread' target.  Also, make sure we do the right thing
10393         with the "core" target.
10394
10395 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
10396
10397         * mips-tdep.c (mips_print_fp_register): New function, created from
10398         do_fp_register_row().  Registers are now (also) printed as hex.
10399         Only one register is printed per row.
10400         (mips_print_register, do_fp_register_row): Print floating point
10401         registers with mips_print_fp_register().
10402
10403 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10404
10405         * valprint.h (inspect_it): Add extern declaration.
10406         * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10407         (selectors_info, classes_info): Ditto.
10408         (find_objc_msgcall): Fix indentation.
10409         (objc_printstr): Delete extern declarations.
10410
10411         * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10412
10413 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10414
10415         * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10416         Update comment.
10417         * frame.c (legacy_saved_regs_this_id): Update.
10418         (legacy_get_prev_frame): Update.
10419         * xstormy16-tdep.c: Update comment.
10420         * sparc-tdep.c (sparc_frame_chain): Update comment.
10421         * blockframe.c (legacy_frame_chain_valid): Update.
10422
10423 2003-04-06  Andrew Cagney  <cagney@redhat.com>
10424
10425         * valprint.c (val_print_type_code_int): Delete #ifdef
10426         PRINT_TYPELESS_INTEGER code.
10427
10428         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10429         (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10430         multi-arch definition.
10431         * gdbarch.h: Re-generate.
10432
10433 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10434
10435         Eliminate FRAME_FIND_SAVED_REGS.
10436         * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10437         Change FSR parameter to a pointer.
10438         * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10439         Assume FSR parameter is a pointer.
10440         * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10441         Make fsr a pointer.
10442         * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10443         (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs.  Make
10444         saved_regs a pointer.
10445         (hppa_frame_saved_pc): Ditto.
10446         (find_dummy_frame_regs): Make frame_saved_regs a pointer
10447         (hppa_pop_frame): Call hppa_frame_init_saved_regs.  Make fsr a
10448         pointer.
10449         (restore_pc_queue): Make fsr a pointer.
10450         (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10451         (hppa_frame_chain): Make saved_regs a pointer, call
10452         hppa_frame_init_saved_regs.
10453         * sparc-tdep.c: Include "gdb_assert.h".
10454         (sparc_frame_find_saved_regs): Replace internal_error with
10455         gdb_assert.
10456         * remote-vxsparc.c (vx_read_register): Delete reference to
10457         FRAME_FIND_SAVED_REGS.
10458         * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10459         * gdbarch.h: Regenerate.
10460         * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10461         (deprecated_get_frame_saved_regs): Delete declaration.
10462         (struct frame_saved_regs): Delete definition.
10463         * frame.c (deprecated_get_frame_saved_regs): Delete function.
10464         * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10465         (hppa_frame_find_saved_regs): Delete declaration.
10466         (FRAME_FIND_SAVED_REGS): Delete macro.
10467         (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10468         * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10469         FRAME_FIND_SAVED_REGS in comment.
10470
10471 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10472
10473         * frame.c (frame_func_unwind, get_frame_func): New functions.
10474         * frame.h (get_frame_func, frame_func_unwind): Declare.
10475         (struct frame_info): Add field "prev_func" for caching the
10476         previous frame's function address.
10477         * arm-tdep.c (arm_frameless_function_invocation): Combine
10478         get_pc_function_start and get_frame_pc into get_frame_func.
10479         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10480         (sh64_nofp_frame_init_saved_regs): Ditto.
10481         * s390-tdep.c (s390_function_start): Ditto.
10482         * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10483         (rs6000_frameless_function_invocation): Ditto.
10484         (rs6000_frame_saved_pc): Ditto.
10485         * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10486         * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10487         * i386-tdep.c (i386_frameless_signal_p): Ditto.
10488         (i386_frame_init_saved_regs): Ditto.
10489         * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10490         * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10491         get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10492         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10493         * blockframe.c (frameless_look_for_prologue): Ditto.
10494
10495 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10496
10497         * frame.c (legacy_get_prev_frame): Link prev to next at the
10498         function start.  Update comments.
10499
10500 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10501
10502         * frame.c (get_frame_id): Update comment.
10503         (legacy_get_prev_frame): Update comment.
10504         * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10505         * gdbarch.h: Regenerate.
10506         * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10507         * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10508
10509 2003-04-05  Andrew Cagney  <cagney@redhat.com>
10510
10511         * stack.c (print_frame_info): Use get_frame_pc.
10512
10513 2003-04-04  Andrew Cagney  <cagney@redhat.com>
10514
10515         * frame.c (get_prev_frame): Do not call frame_type_from_pc.  Set
10516         the frame's type from the unwinder.
10517         (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10518         (create_new_frame, legacy_get_prev_frame): When the unwinder's
10519         type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10520         (get_frame_base_address): Use get_frame_type.
10521         (get_frame_locals_address, get_frame_args_address): Ditto.
10522         (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10523         * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10524         (struct frame_info): Add comment explaining why the frame contains
10525         a "type" field.
10526         * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10527         * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10528         * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10529         NORMAL_FRAME.
10530         * frame-unwind.h: Include "frame.h".
10531         (struct frame_unwind): Add "type" field.
10532         * Makefile.in (frame_unwind_h): Add $(frame_h).
10533
10534 2003-04-04  Andrew Cagney  <cagney@redhat.com>
10535
10536         * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10537         * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10538         * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10539         get_frame_base.
10540         (d10v_unwind_dummy_id): Use frame_id_build.
10541         * frame.c (find_frame_sal): Use get_frame_pc.
10542         (create_new_frame): Use deprecated_update_frame_pc_hack and
10543         deprecated_update_frame_base_hack.
10544         (create_sentinel_frame): Add comment about ->pc going away.
10545         (get_prev_frame): Add comment about ->pc going away.
10546         (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10547         frame_id_build, deprecated_update_frame_pc_hack and
10548         deprecated_update_frame_base_hack.
10549         (select_frame): Use get_frame_pc.
10550         (legacy_saved_regs_this_id): Use frame_id_build.
10551
10552 2003-04-04  Elena Zannoni  <ezannoni@redhat.com>
10553
10554         * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10555         signed integer case.
10556         (classify_argument): Handle enumerations and references.
10557
10558 2003-04-04  Andrew Cagney  <cagney@redhat.com>
10559
10560         * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10561         ID to NULL.
10562
10563 2003-04-01  Adam Fedor  <fedor@gnu.org>
10564
10565         * gdb/objc-lang.c (selectors_info): Replace calls to
10566         SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10567         SYMBOL_NATURAL_NAME.
10568         (classes_info, find_methods): Likewise.
10569
10570 2003-04-03  Kevin Buettner  <kevinb@redhat.com>
10571
10572         * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10573         ``mach'' to the value determined by bfd_default_set_arch_mach().
10574
10575 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
10576
10577         * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10578         (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10579         (mi-cmd-file.o): Update dependencies.
10580
10581 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
10582
10583         * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10584         (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10585
10586 2003-04-01  Adam Fedor  <fedor@gnu.org>
10587
10588         * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10589         * language.h (struct language_defn): Add la_demangle.
10590         (language_demangle): Declare.
10591         * language.c (language_demangle): New function.
10592         (unk_lang_demangle): Likewise.
10593         (unknown_language_defn, auto_language_defn, local_language_defn):
10594         Add ukn_lang_demangle.
10595         * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10596         * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10597         * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10598         (cplus_language_defn): Add cplus_demangle for la_demangle element.
10599         * jv-lang.c (java_demangle): New function
10600         (java_language_defn): Use it for la_demangle element.
10601         * objc-lang.c (objc_demangle): Add options argument
10602         (objc_language_defn): Use objc_demangle for la_demangle element.
10603         * maint.c (maintenance_demangle): Replace switch with
10604         call to language_demangle.
10605         * utils.c (fprintf_symbol_filtered): Likewise.
10606
10607 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10608
10609         * printcmd.c (print_frame_nameless_args): Delete #ifdef
10610         NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10611         PRINT_TYPELESS_INTEGER.
10612         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10613         PUSH_RETURN_ADDRESS.
10614
10615 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10616
10617         * Makefile.in (d10v-tdep.o): Update dependencies.
10618         * d10v-tdep.c: Include "frame-base.h".
10619         (d10v_frame_unwind): Make constant.
10620         (d10v_frame_base_address): New function.
10621         (d10v_frame_base): New variable.
10622         (d10v_gdbarch_init): Set frame_base default.
10623         (struct d10v_unwind_cache): Add the field "prev_sp".  Update
10624         comment for base.
10625         (d10v_frame_unwind_cache): Set and use "prev_sp".
10626         (d10v_frame_this_id): Use the previous frame's inner most stack
10627         address and this frame's func address for the frame ID.  Use
10628         frame_id_build.  Don't analyze beyond the current instruction.
10629
10630 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10631
10632         * frame.h (get_frame_locals_address, get_frame_args_address):
10633         Refer to the base address, instead of the address of the first
10634         local or parameter.
10635
10636 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10637
10638         Add frame debug info addresses:
10639         * frame-base.c: New file.
10640         * frame-base.h: New file.
10641         * frame.h (struct frame_base): Add opaque declaration.
10642         (get_frame_base): Update comment.
10643         (get_frame_base_address): Declare.
10644         (get_frame_locals_address): Declare.
10645         (get_frame_args_address): Declare.
10646         (struct frame_info): Add "base" and "base_cache".  Update
10647         comments on the unwinder.
10648         * frame.c: Include "frame-base.h".
10649         (get_frame_locals_address): New function.
10650         (get_frame_base_address): New function.
10651         (get_frame_args_address): New function.
10652         * findvar.c (read_var_value): Use get_frame_locals_address and
10653         get_frame_args_address.
10654         * stack.c (frame_info): Use get_frame_locals_address and
10655         get_frame_args_address.
10656         (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10657         moved to "frame-base.c".
10658         * printcmd.c (print_frame_nameless_args): Ditto.
10659         * symtab.h (address_class): Update comments.
10660         * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10661         get_frame_base_address.
10662         * dwarf2expr.c (execute_stack_op): Ditto.
10663         * Makefile.in (frame_base_h): Define.
10664         (frame.o): Update dependencies.
10665         (frame-base.o): Add dependencies.
10666         (SFILES): Add frame-base.c.
10667         (COMMON_OBS): Add frame-base.o.
10668
10669 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10670
10671         * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10672         CALL_DUMMY_LENGTH): Ditto.
10673         * gdbarch.c: Re-generate.
10674         * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10675         (CALL_DUMMY_LENGTH): Delete macro.
10676         * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10677         * arm-tdep.c (arm_gdbarch_init): Ditto.
10678         * avr-tdep.c (avr_gdbarch_init): Ditto.
10679         * cris-tdep.c (cris_gdbarch_init): Ditto.
10680         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10681         * frv-tdep.c (frv_gdbarch_init): Ditto.
10682         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10683         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10684         * i386-tdep.c (i386_gdbarch_init): Ditto.
10685         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10686         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10687         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10688         * mips-tdep.c (mips_gdbarch_init): Ditto.
10689         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10690         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10691         * s390-tdep.c (s390_gdbarch_init): Ditto.
10692         * sh-tdep.c (sh_gdbarch_init): Ditto.
10693         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10694         * v850-tdep.c (v850_gdbarch_init): Ditto.
10695         * vax-tdep.c (vax_gdbarch_init): Ditto.
10696         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10697
10698 2003-04-01  Corinna Vinschen  <vinschen@redhat.com>
10699
10700         * frame.c (get_prev_frame): Disable call to inside_entry_file().
10701
10702 2003-04-01  Andrew Cagney  <cagney@redhat.com>
10703
10704         * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10705         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10706         * gdbarch.h, gdbarch.c: Re-generate.
10707         * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10708         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10709         * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10710         * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10711         (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10712         * infcmd.c (run_stack_dummy): Simplify assuming
10713         CALL_DUMMY_BREAKPOINT_OFFSET_P.
10714         * infrun.c (handle_inferior_event): Ditto.
10715         * alpha-tdep.c (alpha_gdbarch_init): Do not set
10716         call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10717         * arm-tdep.c (arm_gdbarch_init): Ditto.
10718         * avr-tdep.c (avr_gdbarch_init): Ditto.
10719         * cris-tdep.c (cris_gdbarch_init): Ditto.
10720         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10721         * frv-tdep.c (frv_gdbarch_init): Ditto.
10722         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10723         * i386-tdep.c (i386_gdbarch_init): Ditto.
10724         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10725         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10726         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10727         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10728         * mips-tdep.c (mips_gdbarch_init): Ditto.
10729         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10730         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10731         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10732         * s390-tdep.c (s390_gdbarch_init): Ditto.
10733         * sh-tdep.c (sh_gdbarch_init): Ditto.
10734         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10735         * v850-tdep.c (v850_gdbarch_init): Ditto.
10736         * vax-tdep.c (vax_gdbarch_init): Ditto.
10737         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10738
10739 2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
10740
10741         * symfile.c (symfile_relocate_debug_section): Update call to
10742         bfd_simple_get_relocated_section_contents.
10743
10744 2003-03-31  Andrew Cagney  <cagney@redhat.com>
10745
10746         * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10747         * gdbarch.h, gdbarch.c: Regenerate.
10748         * inferior.h (FIX_CALL_DUMMY): Delete macro.
10749         * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10750         available.
10751         * frame.h (generic_fix_call_dummy): Delete declaration.
10752         * dummy-frame.h: Update comment.
10753         * dummy-frame.c (generic_fix_call_dummy): Delete function.
10754         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10755         fix_call_dummy.
10756         * sh-tdep.c (sh_gdbarch_init): Ditto.
10757         * s390-tdep.c (s390_gdbarch_init): Ditto.
10758         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10759         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10760         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10761         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10762         * i386-tdep.c (i386_gdbarch_init): Ditto.
10763         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10764         * frv-tdep.c (frv_gdbarch_init): Ditto.
10765         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10766         * cris-tdep.c (cris_gdbarch_init): Ditto.
10767         * avr-tdep.c (avr_gdbarch_init): Ditto.
10768         * arm-tdep.c (arm_gdbarch_init): Ditto.
10769
10770 2003-03-31  J. Brobecker  <brobecker@gnat.com>
10771
10772         * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10773         (INIT_FRAME_AP): Likewise.
10774         (EXTRA_FRAME_INFO): Likewise.
10775
10776 2003-03-31  Andrew Cagney  <cagney@redhat.com>
10777
10778         * gdbarch.sh: Include "symfile.h".
10779         (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10780         * gdbarch.h, gdbarch.c: Re-generate.
10781         * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10782         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10783         call_dummy_address, the default is at entry_point_address.
10784         * v850-tdep.c (v850_gdbarch_init): Ditto.
10785         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10786         * sh-tdep.c (sh_gdbarch_init): Ditto.
10787         * s390-tdep.c (s390_gdbarch_init): Ditto.
10788         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10789         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10790         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10791         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10792         * i386-tdep.c (i386_gdbarch_init): Ditto.
10793         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10794         * frv-tdep.c (frv_gdbarch_init): Ditto.
10795         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10796         * cris-tdep.c (cris_gdbarch_init): Ditto.
10797         * arm-tdep.c (arm_gdbarch_init): Ditto.
10798
10799 2003-03-31  Andrew Cagney  <cagney@redhat.com>
10800
10801         * gdbarch.sh (CALL_DUMMY_P): Delete.
10802         * gdbarch.h, gdbarch.c: Re-generate.
10803         * inferior.h (CALL_DUMMY_P): Delete macro.
10804         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10805         * vax-tdep.c (vax_gdbarch_init): Update.
10806         * v850-tdep.c (v850_gdbarch_init): Update.
10807         * sparc-tdep.c (sparc_gdbarch_init): Update.
10808         * sh-tdep.c (sh_gdbarch_init): Update.
10809         * s390-tdep.c (s390_gdbarch_init): Update.
10810         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10811         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10812         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10813         * mips-tdep.c (mips_gdbarch_init): Update.
10814         * mcore-tdep.c (mcore_gdbarch_init): Update.
10815         * m68k-tdep.c (m68k_gdbarch_init): Update.
10816         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10817         * ia64-tdep.c (ia64_gdbarch_init): Update.
10818         * i386-tdep.c (i386_gdbarch_init): Update.
10819         * h8300-tdep.c (h8300_gdbarch_init): Update.
10820         * frv-tdep.c (frv_gdbarch_init): Update.
10821         * d10v-tdep.c (d10v_gdbarch_init): Update.
10822         * cris-tdep.c (cris_gdbarch_init): Update.
10823         * breakpoint.c (deprecated_frame_in_dummy): Update.
10824         * avr-tdep.c (avr_gdbarch_init): Update.
10825         * alpha-tdep.c (alpha_gdbarch_init): Update.
10826         * arm-tdep.c (arm_gdbarch_init): Update.
10827         * dummy-frame.c (dummy_frame_this_id): Update comments.
10828         * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10829         * frame.c (legacy_get_prev_frame): Ditto.
10830         * valops.c (call_function_by_hand): Delete function.
10831         (hand_function_call): Rename to call_function_by_hand
10832
10833 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10834
10835         2002-11-10 Klee Dienes <kdienes@apple.com>
10836         * value.h (struct value): Update comment.
10837
10838 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10839
10840         * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10841         D10V_FP_REGNUM.
10842         (d10v_gdbarch_init): Do not set fp_regnum.
10843
10844         * frame.c (get_frame_base): Force ID initialization.
10845         (get_prev_frame): Move computation of the frame ID from here ...
10846         (get_frame_id): ... to here.
10847         (legacy_get_prev_frame): Mark the frame ID as valid.
10848         * frame.h (struct frame_info): Add field "id_p".
10849
10850 2003-03-30  Mark Kettenis  <kettenis@gnu.org>
10851
10852         * i386-tdep.c (i386_store_struct_return): Removed.
10853         (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10854
10855 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10856
10857         * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10858         * gdbarch.h, gdbarch.c: Regenerate.
10859         * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10860         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10861         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10862         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10863         * i386-tdep.c (i386_gdbarch_init): Ditto.
10864         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10865         * cris-tdep.c (cris_gdbarch_init): Ditto.
10866         * vax-tdep.c (vax_gdbarch_init): Ditto.
10867         * s390-tdep.c (s390_gdbarch_init): Ditto.
10868         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10869         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10870         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10871         * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10872         * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10873         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10874         * sparc-tdep.c (sparc_gdbarch_init): Update.
10875         * sh-tdep.c (sh_gdbarch_init): Update.
10876         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10877         * mips-tdep.c (mips_gdbarch_init): Update.
10878         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10879         * ia64-tdep.c (ia64_gdbarch_init): Update.
10880         * frv-tdep.c (frv_gdbarch_init): Update.
10881         * avr-tdep.c (avr_gdbarch_init): Update.
10882         * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10883         DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
10884         instead of when push_dummy_call is not available.
10885
10886 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10887
10888         * infttrace.c: Include "gdbthread.h".
10889         (parent_attach_all): Fix function signature.
10890         (call_ptrace): Update call.
10891         * Makefile.in (infttrace.o): Update dependencies.
10892
10893 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10894
10895         * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10896         PUSH_RETURN_ADDRESS.
10897         * gdbarch.h, gdbarch.c: Regenerate.
10898         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10899         * x86-64-tdep.c (x86_64_init_abi): Update.
10900         * v850-tdep.c (v850_gdbarch_init): Update.
10901         * sparc-tdep.c (sparc_gdbarch_init): Update.
10902         * sh-tdep.c (sh_gdbarch_init): Update.
10903         * s390-tdep.c (s390_gdbarch_init): Update.
10904         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10905         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10906         * mips-tdep.c (mips_gdbarch_init): Update.
10907         * mcore-tdep.c (mcore_gdbarch_init): Update.
10908         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10909         * ia64-tdep.c (ia64_gdbarch_init): Update.
10910         * i386-tdep.c (i386_gdbarch_init): Update.
10911         * h8300-tdep.c (h8300_gdbarch_init): Update.
10912         * frv-tdep.c (frv_gdbarch_init): Update.
10913         * cris-tdep.c (cris_gdbarch_init): Update.
10914         * avr-tdep.c (avr_gdbarch_init): Update.
10915         * arm-tdep.c (arm_gdbarch_init): Update.
10916         * valops.c (hand_function_call): Update.
10917
10918 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10919
10920         * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10921         sizeof_call_dummy_words.
10922         * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10923         define.
10924         * gdbarch.h: Regenerate.
10925
10926 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10927
10928         * infttrace.h: New file.
10929         * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10930         (hpread_get_textlow): Detect an uninitialized dn_bufp.
10931         (hpread_read_doc_function_type): Detect an initialized type1.
10932         (hpread_quick_traverse): Initialize mod_name_string.
10933         * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10934         (som_solib_get_solib_by_pc): Declare.
10935         (so_lib_thread_start_addr): Declare.
10936         (no_shared_libraries): Declare.
10937         * somread.c (init_import_symbols): Make static.  Add forward
10938         declaration.
10939         * config/pa/nm-hppah.h: Include "infttrace.h" for
10940         parent_attach_all.
10941         (hppa_insert_hw_watchpoint): Declare.
10942         (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10943         * hppah-nat.c: Include "gdb_string.h".
10944         (parent_attach_all): Delete extern declaration, moved to
10945         "infttrace.h".
10946         (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10947         int.
10948         (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10949         * Makefile.in (infttrace_h): Define.
10950         (hpread.o): Update dependencies.
10951         (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10952         * hppa-hpux-tdep.c: Include "gdb_string.h".
10953         * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10954         * infrun.c (handle_inferior_event): Always initialize
10955         stepped_after_stopped_by_watchpoint.  Add default and remove
10956         fallthrough in switch statement.
10957         * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10958         parameter to int.
10959         (hppa_remove_hw_watchpoint): Ditto.
10960
10961 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10962
10963         * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10964         offset.
10965
10966 2003-03-29  Richard Earnshaw  <rearnsha@arm.com>
10967
10968         * arm-tdep.c (arm_push_arguments): Delete.
10969         (struct stack_item): New type.
10970         (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10971         (arm_store_struct_return): Delte.
10972         (arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
10973         arm_push_arguments or arm_store_struct_return.
10974
10975 2003-03-28  Andrew Cagney  <cagney@redhat.com>
10976
10977         * Makefile.in (d10v-tdep.o): Update dependencies.
10978         * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10979         * d10v-tdep.c: Include "remote.h".
10980         (target_resume_hook): Delete extern declaration.
10981         (target_wait_loop_hook): Ditto.
10982         (tdisassemble_command): Eliminate assignment in "if" conditional.
10983         (d10v_ts2_register_sim_regno): Eliminate call to
10984         legacy_register_sim_regno.
10985         (d10v_ts3_register_sim_regno): Ditto.
10986
10987 2003-03-28  Jeff Johnston  <jjohnstn@redhat.com>
10988
10989         * thread.c: Reindented.
10990         * lin-lwp.c: Ditto.
10991         * linux-proc.c: Ditto.
10992
10993 2003-03-28  Bob Rossi  <bob_rossi@cox.net>
10994
10995         * MAINTAINERS (write after approval): Add myself.
10996
10997 2003-03-27  Theodore A. Roth  <troth@openavr.org>
10998
10999         * objc-exp.y: Add missing semi-colons.
11000
11001 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11002
11003         * regcache.c (write_sp): Delete function and references.
11004         * inferior.h (write_sp): Delete declaration.
11005         * valops.c (hand_function_call): Replace write_sp with
11006         TARGET_WRITE_SP.
11007         * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11008         (sparc_pop_frame): Ditto.
11009
11010 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11011
11012         * NEWS: Mention removal of support for hppa*-*-bsd* and
11013         hppa*-*-osf* natives, and hppa*-*-pro* target.
11014         * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11015         * config/pa/xm-pa.h: Obsolete file.
11016         * config/pa/xm-hppab.h: Obsolete file.
11017         * config/pa/nm-hppab.h: Obsolete file.
11018         * config/pa/tm-hppab.h: Obsolete file.
11019         * config/pa/tm-hppao.h: Obsolete file.
11020         * config/pa/nm-hppao.h: Obsolete file.
11021         * config/pa/tm-pro.h: Obsolete file.
11022         * config/pa/hppaosf.mt: Obsolete file.
11023         * config/pa/hppaosf.mh: Obsolete file.
11024         * config/pa/hppapro.mt: Obsolete file.
11025         * config/pa/hppabsd.mt: Obsolete file.
11026         * config/pa/hppabsd.mh: Obsolete file.
11027         * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11028         * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11029         hppa*-*-osf*.
11030
11031 2003-03-27  Andrew Cagney  <cagney@redhat.com>
11032
11033         * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11034         push_arguments.  Don't set push_return_address or write_sp.
11035         (d10v_push_dummy_call): Replace d10v_push_arguments.
11036         (d10v_push_return_address, d10v_write_sp): Delete function,
11037         handled by push_dummy_call.
11038
11039 2003-03-26  Andrew Cagney  <cagney@redhat.com>
11040
11041         * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11042         (push_dummy_call): New pure multi-arch replacement with gdbarch,
11043         regcache and dummy_addr parameters.
11044         * gdbarch.h, gdbarch.c: Re-generate.
11045         * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11046         available; assume it will handle stack alignment and return
11047         address issues.  Fall back to DEPRECATED_PUSH_ARGUMENTS and
11048         legacy_push_arguments.
11049         (legacy_push_arguments): Rename default_push_arguments.
11050         * value.h (legacy_push_arguments): Rename default_push_arguments.
11051         * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11052         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11053         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11054         * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11055         * config/i386/tm-symmetry.h: Update.
11056         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11057         * x86-64-tdep.c (x86_64_init_abi): Update.
11058         * v850-tdep.c (v850_gdbarch_init): Update.
11059         * sparc-tdep.c (sparc_gdbarch_init): Update.
11060         * sh-tdep.c (sh_gdbarch_init): Update.
11061         * s390-tdep.c (s390_gdbarch_init): Update.
11062         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11063         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11064         * mips-tdep.c (mips_gdbarch_init): Update.
11065         * mcore-tdep.c (mcore_gdbarch_init): Update.
11066         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11067         * ia64-tdep.c (ia64_gdbarch_init): Update.
11068         * i386-tdep.c (i386_gdbarch_init): Update.
11069         * hppa-tdep.c (hppa_gdbarch_init): Update.
11070         * h8300-tdep.c (h8300_gdbarch_init): Update.
11071         * frv-tdep.c (frv_gdbarch_init): Update.
11072         * d10v-tdep.c (d10v_gdbarch_init): Update.
11073         * cris-tdep.c (cris_gdbarch_init): Update.
11074         * avr-tdep.c (avr_gdbarch_init): Update.
11075         * arm-tdep.c (arm_gdbarch_init): Update.
11076         * arm-linux-tdep.c (arm_linux_init_abi): Update.
11077         * alpha-tdep.c (alpha_gdbarch_init): Update.
11078
11079 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11080
11081         * signals/signals.c (do_target_signal_to_host): Correct realtime
11082         signal range test.
11083
11084 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11085
11086         * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11087         (struct sal_chain, map_catch_names): Remove.
11088         (catch_exception_command_1): Don't call
11089         handle_gnu_4_16_catch_command.
11090
11091 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11092
11093         From Mark Dettinger <dettinge@de.ibm.com>:
11094         * dwarf2cfi.c (read_2u): Increment pointer by two.
11095
11096 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11097
11098         * signals/signals.c: Fix typos in last change.
11099
11100 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
11101
11102         * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11103         not already defined.  Use __SIGRTMIN if available.
11104         (target_signal_from_host): Remove SIGRTMIN block.
11105         (do_target_signal_to_host): Remove SIGRTMIN block; check that
11106         the signal is within the realtime range.
11107
11108 2003-03-25  Adam Fedor  <fedor@gnu.org>
11109
11110         * Makefile.in (infrun.o): Add $(language_h)
11111         * infrun.c (handle_inferior_event): Use skip_language_trampoline
11112         for language specific trampolines.
11113         * language.h (struct language_defn): Add skip_trampoline.
11114         (skip_language_trampoline): Declare.
11115         * language.c (unk_lang_trampoline, skip_language_trampoline):
11116         New functions.
11117         (unknown_language_defn, auto_language_defn, local_language_defn):
11118         Add ukn_lang_trampoline.
11119         * ada-lang.c (ada_language_defn): Add NULL for language
11120         specific skip_trampoline.
11121         * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11122         scm-lang.c: Likewise.
11123         * objc-lang.c (objc_skip_trampoline): New function.
11124         (objc_language_defn): Add objc_skip_trampoline.
11125
11126 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11127
11128         * frame.c (get_prev_frame): Delay validating a frame's ID -
11129         non-NULL, didn't go backwards - until an attempt to unwind it to
11130         the previous frame.
11131
11132 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11133
11134         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11135         EXTRA_STACK_ALIGNMENT_NEEDED.  Default to 0 not 1.
11136         * gdbarch.h, gdbarch.c: Re-generate.
11137         * config/sparc/tm-sparc.h
11138         (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11139         * sparc-tdep.c (sparc_gdbarch_init): Set
11140         deprecated_extra_stack_alignment_needed.
11141         * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11142         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11143         extra_stack_alignment_needed.
11144         * v850-tdep.c (v850_gdbarch_init): Ditto.
11145         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11146         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11147         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11148         * cris-tdep.c (cris_gdbarch_init): Ditto.
11149         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11150         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11151
11152 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11153
11154         * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11155         STORE_STRUCT_RETURN.
11156         * gdbarch.h, gdbarch.c: Regenerate.
11157         * d10v-tdep.c (d10v_store_struct_return): Delete function.
11158         (d10v_push_arguments): Set the struct return register.
11159         (d10v_gdbarch_init): Update.
11160         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11161         * x86-64-tdep.c (x86_64_init_abi): Update.
11162         * vax-tdep.c (vax_gdbarch_init): Update.
11163         * v850-tdep.c (v850_gdbarch_init): Update.
11164         * sparc-tdep.c (sparc_gdbarch_init): Update.
11165         * sh-tdep.c (sh_gdbarch_init): Update.
11166         * s390-tdep.c (s390_gdbarch_init): Update.
11167         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11168         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11169         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11170         * mips-tdep.c (mips_gdbarch_init): Update.
11171         * mcore-tdep.c (mcore_gdbarch_init): Update.
11172         * m68k-tdep.c (m68k_gdbarch_init): Update.
11173         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11174         * ia64-tdep.c (ia64_gdbarch_init): Update.
11175         * i386-tdep.c (i386_gdbarch_init): Update.
11176         * hppa-tdep.c (hppa_gdbarch_init): Update.
11177         * h8300-tdep.c (h8300_gdbarch_init): Update.
11178         * frv-tdep.c (frv_gdbarch_init): Update.
11179         * cris-tdep.c (cris_gdbarch_init): Update.
11180         * avr-tdep.c (avr_gdbarch_init): Update.
11181         * arm-tdep.c (arm_gdbarch_init): Update.
11182         * alpha-tdep.c (alpha_gdbarch_init): Update.
11183
11184 2003-03-25  Andrew Cagney  <cagney@redhat.com>
11185
11186         * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11187         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11188         CALL_DUMMY_STACK_ADJUST with a predicate variable.
11189         * gdbarch.h, gdbarch.c: Regenerate.
11190         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11191         call_dummy_stack_adjust_p.
11192         * vax-tdep.c (vax_gdbarch_init): Ditto.
11193         * v850-tdep.c (v850_gdbarch_init): Ditto.
11194         * sh-tdep.c (sh_gdbarch_init): Ditto.
11195         * s390-tdep.c (s390_gdbarch_init): Ditto.
11196         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11197         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11198         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11199         * mips-tdep.c (mips_gdbarch_init): Ditto.
11200         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11201         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11202         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11203         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11204         * i386-tdep.c (i386_gdbarch_init): Ditto.
11205         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11206         * frv-tdep.c (frv_gdbarch_init): Ditto.
11207         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11208         * cris-tdep.c (cris_gdbarch_init): Ditto.
11209         * avr-tdep.c (avr_gdbarch_init): Ditto.
11210         * arm-tdep.c (arm_gdbarch_init): Ditto.
11211         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11212         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11213         * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11214         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11215         * sparc-tdep.c (sparc_gdbarch_init): Update.  Do not set
11216         call_dummy_stack_adjust_p.
11217         * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11218         (CALL_DUMMY_STACK_ADJUST): Delete macro.
11219         * sparc-tdep.c (sparc32_push_arguments): Update.
11220         * valops.c (hand_function_call): Update.
11221
11222 2003-03-25  Corinna Vinschen  <vinschen@redhat.com>
11223
11224         * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11225         set_gdbarch_char_signed.
11226
11227 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
11228
11229         PR cli/548
11230         * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11231
11232 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
11233
11234         * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11235         (_initialize_arm_tdep): Don't set tm_print_insn.
11236
11237 2003-03-24  Adam Fedor  <fedor@gnu.org>
11238
11239         * Makefile.in (YYOBJ): Add objc-exp.tab.o
11240         * objc-lang.h: Add multiple inclusion protection.
11241         (start_msglist, add_msglist, end_msglist): Additional declarations.
11242
11243 2003-03-24  Richard Earnshaw  <rearnsha@arm.com>
11244
11245         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11246         value was renamed to ARM_FLOAT_SOFT_FPA.
11247
11248 2003-03-23  Andrew Cagney  <cagney@redhat.com>
11249
11250         * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11251         (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11252         * gdbarch.h, gdbarch.c: Regenerate.
11253         * valops.c (hand_function_call): Update.
11254         * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11255         * frame.c (legacy_saved_regs_this_id): Update.
11256         (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11257         * dummy-frame.h: Update.
11258         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11259         * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11260         * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11261         * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11262         * config/m68k/tm-sun3.h: Update.
11263         * blockframe.c (inside_main_func, frame_chain_valid): Update.
11264         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11265         * x86-64-tdep.c (x86_64_init_abi): Update.
11266         * vax-tdep.c (vax_gdbarch_init): Update.
11267         * v850-tdep.c (v850_gdbarch_init): Update.
11268         * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11269         * sh-tdep.c (sh_gdbarch_init): Update.
11270         * s390-tdep.c (s390_gdbarch_init): Update.
11271         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11272         (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11273         (frame_get_saved_regs): Update.
11274         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11275         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11276         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11277         * mips-tdep.c (mips_gdbarch_init): Update.
11278         * mcore-tdep.c (mcore_gdbarch_init): Update.
11279         * m68k-tdep.c (m68k_gdbarch_init): Update.
11280         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11281         * ia64-tdep.c (ia64_gdbarch_init): Update.
11282         * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11283         * i386-interix-tdep.c (i386_interix_init_abi): Update.
11284         (i386_interix_back_one_frame): Update.
11285         * hppa-tdep.c (hppa_gdbarch_init): Update.
11286         (hppa_init_extra_frame_info): Update.
11287         * h8300-tdep.c (h8300_gdbarch_init): Update.
11288         * frv-tdep.c (frv_gdbarch_init): Update.
11289         * cris-tdep.c (cris_gdbarch_init): Update.
11290         * avr-tdep.c (avr_gdbarch_init): Update.
11291         * arm-tdep.c (arm_gdbarch_init): Update.
11292         * alpha-tdep.c (alpha_gdbarch_init): Update.
11293
11294 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11295
11296         * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11297         (arm_get_fp_model): Declare.
11298         * arm-tdep.c (fp_model_strings): New string array.
11299         (arm_fp_model, current_fp_model): New variables.
11300         (arm_get_fp_model): New function.
11301         (arm_set_fp): New function.
11302         (set_fp_model_sfunc): New function.
11303         (show_fp_model): New function.
11304         (_initialize_arm_tdep): Add new command to set/show the FPU.
11305         (arm_extract_return_value): Use arm_get_fp_model.
11306         (arm_store_return_value): Likewise.
11307         (arm_gdbarch_init): Default fpa model is softfpa.  Call arm_set_fp
11308         to initialize the floating-point data types.
11309         * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11310         model is FPA.
11311
11312 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11313
11314         * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
11315         the current setting of each value.
11316         (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11317         new_set and new_show.  Use add_setshow_cmd_full and
11318         add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
11319         commands and add new version as subcommands of "set/show arm".
11320
11321 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11322
11323         * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11324         (set_arm_command, show_arm_command): New functions.
11325         (_initialize_arm_tdep): Add them.
11326         (num_disassembly_options): Renamed from num_flavor_options.
11327         (valid_disassembly_styles): Renamed from valid_flavors.
11328         (disassembly_style): Renamed from disassembly_flavor.
11329         (set_disassembly_style_sfunc): Renamed from
11330         set_disassembly_flavor_sfunc.
11331         (set_disassembly_style): Renamed from set_disassembly_flavor.
11332         (arm_othernames): Updated.
11333         (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11334         command.  Add "set/show arm disassembly" commands.  Deprecate
11335         "othernames" command.
11336
11337 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11338
11339         * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11340         (arm-tdep.o): Depend on elf_arm_h.
11341
11342 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11343
11344         * Makefile.in (coff_internal_h): Define.
11345         (arm-tdep.o): Update dependencies.
11346
11347 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
11348
11349         * arm-tdep.c (prologue_cache): Delete.
11350         (check_prologue_cache, save_prologue_cache): Delete.
11351         (arm_scan_prologue): Don't check or update the prologue_cache.
11352         (arm_gdb_arch_init): Don't initialize it.
11353         (_initialize_arm_tdep): Likewise.
11354
11355 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
11356
11357         * MAINTAINERS (tui): Maintainer of tui code.
11358
11359 2003-03-21  Corinna Vinschen  <vinschen@redhat.com>
11360
11361         * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11362         (i386-cygwin-tdep.o): Add dependencies.
11363         * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11364         * i386-cygwin-tdep.c: New file.
11365         * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11366         * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11367
11368 2003-03-20  Andrew Cagney  <cagney@redhat.com>
11369
11370         * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11371         (handle_inferior_event): Remove code calling
11372         DYNAMIC_TRAMPOLINE_NEXTPC.
11373
11374         * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11375         already has a full path.
11376
11377         * main.c (gdb_main): Return 1.
11378         (captured_main): Call error to report an invalid interpreter.
11379
11380         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11381         * alpha-osf1-tdep.c: Include "gdb_string.h".
11382
11383 2003-03-19  J. Brobecker  <brobecker@gnat.com>
11384
11385         Continuing work to convert the hppa targets to multiarch partial.
11386
11387         * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11388         method, now that hppa_push_dummy_frame has a conformant prototype.
11389         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11390         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11391         for the switch to multiarch partial.
11392
11393 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
11394
11395         * mdebugread.c (parse_symbol): For stEnd, we're done counting
11396         when iss is issNull.
11397
11398 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
11399
11400         * mips-tdep.c (mips_register_name): Fix fencepost error involving
11401         NUM_REGS bounds check.
11402
11403 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
11404
11405         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11406         * mips-tdep.c (gdb_assert.h): Include.
11407         (mips_generic_reg_names, mips_processor_reg_names): Make static.
11408         (mips_register_name): Handle integer registers explicitly.  Add
11409         bounds checking.
11410         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11411         (mips_lsi33k_reg_names): Don't list integer registers; they're
11412         handled by mips_register_name() now.
11413         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11414         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11415         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11416         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11417         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11418
11419 2003-03-18  Andrew Cagney  <cagney@redhat.com>
11420
11421         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11422         a void pointer.
11423         * gdbtypes.h (print_scalar_formatted): Update declaration.
11424         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11425
11426 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11427
11428         * infrun.c (observer.h): Add #include.
11429         (normal_stop): Add call to observer_notify_normal_stop.
11430         * Makefile.in (infrun.o): Add dependency on observer.h.
11431
11432 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11433
11434         Continuing work to convert the hppa targets to multiarch partial.
11435         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11436         parameter. Reformat comment.
11437         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11438         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11439         to match new profile.
11440
11441 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11442
11443         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11444         appear to be working in any case.
11445
11446 2003-03-18  J. Brobecker  <brobecker@gnat.com>
11447
11448         * observer.c (observer_test_first_observer): New static variable.
11449         (observer_test_second_observer): Likewise.
11450         (observer_test_third_observer): Likewise.
11451         (observer_test_first_notification_function): New static function.
11452         (observer_test_second_notification_function): Likewise.
11453         (observer_test_third_notification_function): Likewise.
11454
11455 2003-03-17  J. Brobecker  <brobecker@gnat.com>
11456
11457         * hppa-tdep.c (gdb_assert.h): Add missing #include.
11458         * somsolib.c (gdb_assert.h): Likewise.
11459         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11460         (somsolib.o): Likewise.
11461
11462 2003-03-17  Andrew Cagney  <cagney@redhat.com>
11463
11464         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11465         BFD.  Simplify setting of di.endian.
11466
11467 2003-03-17  Andrew Cagney  <cagney@redhat.com>
11468
11469         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11470         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11471
11472         From Elena Zannoni  <ezannoni@redhat.com>
11473         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11474         vector and floating-point parameters.
11475         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11476         convention.
11477         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11478
11479 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
11480
11481         * MAINTAINERS: Remove my name from several maintainership roles.
11482
11483 2003-03-17  Andrew Cagney  <cagney@redhat.com>
11484
11485         Fix frame off-by-one bug.
11486         * frame-unwind.h (frame_this_id_ftype): Replace
11487         frame_unwind_id_ftype.
11488         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11489         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
11490         with "prev_register".
11491         * frame-unwind.c (frame_unwind_find_by_pc): Return
11492         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
11493         comment.
11494         * dummy-frame.c (cached_find_dummy_frame): Delete function.
11495         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11496         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11497         (dummy_frame_unwind): Update.
11498         * sentinel-frame.c (sentinel_frame_prev_register): Replace
11499         sentinel_frame_register_unwind.
11500         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11501         (sentinel_frame_unwinder): Update.
11502         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11503         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11504         * frame.c (create_sentinel_frame): Update. Initialize
11505         "prologue_cache" instead of "unwind_cache".
11506         (frame_register_unwind): Call this frame's prev_register with the
11507         next frame and this frame's prologue cache.
11508         (get_prev_frame): Simplify.  Always call prev frame's this_id with
11509         this frame and prev frame's prologue cache.  Document that this
11510         call is shifted one to the left when compared to the
11511         frame_register_unwind call.
11512         (legacy_saved_regs_prev_register): Replace
11513         frame_saved_regs_register_unwind.
11514         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11515         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11516         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11517         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11518         (d10v_frame_unwind): Update.
11519         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11520         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11521         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11522         "saved_regs" with "this_saved_regs".
11523
11524 2003-03-16  Andrew Cagney  <cagney@redhat.com>
11525
11526         * frame.c (frame_pop): Don't call target_store_registers.  Fix
11527         problem reported by Mark Kettenis.
11528
11529 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
11530
11531         * i386-tdep.c (i386_register_type): Renamed from
11532         i386_register_virtual_type.  Adjust function signature.
11533         (i386_gdbarch_init): Set register_type instead of
11534         deprecated_max_register_raw_size,
11535         deprecated_max_register_virtual_size and register_virtual_type.
11536
11537 2003-03-14  Andrew Cagney  <cagney@redhat.com>
11538
11539         * frame.c (get_prev_frame): When a legacy frame, always call
11540         legacy_get_prev_frame.  Simplify unwind code using assumption that
11541         the unwinder is new.
11542         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11543         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11544         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11545
11546 2003-03-14  Andrew Cagney  <cagney@redhat.com>
11547
11548         * frame.c (get_saved_register): Delete function.
11549         * frame.h (get_saved_register): Delete declaration.
11550         * xstormy16-tdep.c: Update comment.
11551         * regcache.h: Update comments.
11552         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11553         get_saved_register and extract_address, use
11554         frame_read_unsigned_register.
11555         (sparc_frame_saved_pc): Ditto.
11556         (sparc_get_saved_register): Instead of get_saved_register, use
11557         frame_register.
11558         (sparc_pop_frame): Ditto.
11559         * findvar.c: Update comments.
11560         (value_of_register): Call frame_register instead of
11561         get_saved_register.
11562         (value_from_register): Ditto.
11563         * config/sparc/tm-sparc.h: Update comment.
11564         * breakpoint.c: Update comment.
11565
11566 2003-03-14  Andrew Cagney  <cagney@redhat.com>
11567
11568         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11569         GET_SAVED_REGISTER.
11570         * gdbarch.h, gdbarch.c: Re-generate.
11571         * frame.h: Update comments.
11572         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11573         * x86-64-tdep.c (x86_64_init_abi): Update.
11574         * sparc-tdep.c (sparc_gdbarch_init): Update.
11575         * sh-tdep.c (sh_gdbarch_init): Update.
11576         * mips-tdep.c (mips_gdbarch_init): Update.
11577         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11578         * cris-tdep.c (cris_gdbarch_init): Update.
11579         * ia64-tdep.c (ia64_gdbarch_init): Update.
11580         * frame.c (frame_register): Update.
11581         (get_saved_register): Update.
11582         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11583
11584 2003-03-13  Andrew Cagney  <cagney@redhat.com>
11585
11586         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11587         * gdbarch.h, gdbarch.c: Regenerate.
11588         * valops.c (hand_function_call): Update comment.
11589         * stack.c (return_command): Update comment.
11590         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11591         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11592         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11593         * x86-64-tdep.c (x86_64_init_abi): Update.
11594         * vax-tdep.c (vax_gdbarch_init): Update.
11595         * v850-tdep.c (v850_gdbarch_init): Update.
11596         * sparc-tdep.c (sparc_gdbarch_init): Update.
11597         * sh-tdep.c (sh_gdbarch_init): Update.
11598         * s390-tdep.c (s390_gdbarch_init): Update.
11599         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11600         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11601         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11602         * mips-tdep.c (mips_gdbarch_init): Update.
11603         * mcore-tdep.c (mcore_gdbarch_init): Update.
11604         * m68k-tdep.c (m68k_gdbarch_init): Update.
11605         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11606         * ia64-tdep.c (ia64_gdbarch_init): Update.
11607         * i386-tdep.c (i386_gdbarch_init): Update.
11608         * hppa-tdep.c (hppa_gdbarch_init): Update.
11609         * h8300-tdep.c (h8300_gdbarch_init): Update.
11610         * frv-tdep.c (frv_gdbarch_init): Update.
11611         * cris-tdep.c (cris_gdbarch_init): Update.
11612         * avr-tdep.c (avr_gdbarch_init): Update.
11613         * arm-tdep.c (arm_gdbarch_init): Update.
11614         * alpha-tdep.c (alpha_gdbarch_init): Update.
11615
11616 2003-03-13  Andrew Cagney  <cagney@redhat.com>
11617
11618         * frame.c (legacy_frame_p): New function.
11619         (get_prev_frame): Use legacy_frame_p.
11620         * frame.h (legacy_frame_p): Declare.
11621
11622 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11623
11624         * MAINTAINERS (write after approval): Alphabetically
11625         listing corrected.
11626
11627 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11628
11629         * MAINTAINERS (write after approval): Add myself.
11630
11631 2003-03-12  Andrew Cagney  <cagney@redhat.com>
11632
11633         * frame.c (get_prev_frame): Rename the frame parameter to
11634         "this_frame".
11635         (get_next_frame, legacy_get_prev_frame): Ditto.
11636
11637 2003-03-12  Andrew Cagney  <cagney@redhat.com>
11638
11639         * frame.c (get_current_frame): Check target_has_registers before
11640         checking target_has_stack.
11641         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11642         instead of deprecated_selected_frame.
11643         * findvar.c (value_of_register): Pass "frame", not
11644         deprecated_selected_frame, to value_of_builtin_reg.
11645
11646 2003-03-12  Andrew Cagney  <cagney@redhat.com>
11647
11648         * regcache.c (regcache_cooked_write_signed): New function.
11649         (regcache_cooked_write_unsigned): New function.
11650         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11651         (regcache_cooked_read_signed): Fix regnum in range assertion.
11652         * regcache.h (regcache_cooked_write_signed): Declare.
11653         (regcache_cooked_write_unsigned): Declare.
11654
11655 2003-03-12  Andrew Cagney  <cagney@redhat.com>
11656
11657         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11658         * gdbarch.h, gdbarch.c: Re-generate.
11659         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11660         * x86-64-tdep.h: Update.
11661         * x86-64-tdep.c (x86_64_init_abi): Update.
11662         * v850-tdep.c (v850_gdbarch_init): Update.
11663         * sparc-tdep.c (sparc_gdbarch_init): Update.
11664         * sh-tdep.c (sh_gdbarch_init): Update.
11665         * s390-tdep.c (s390_gdbarch_init): Update.
11666         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11667         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11668         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11669         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11670         * mips-tdep.c (mips_gdbarch_init): Update.
11671         * mcore-tdep.c (mcore_gdbarch_init): Update.
11672         * m68k-tdep.c (m68k_gdbarch_init): Update.
11673         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11674         * ia64-tdep.c (ia64_gdbarch_init): Update.
11675         * i386-tdep.c (i386_gdbarch_init): Update.
11676         * i386-interix-tdep.c (i386_interix_init_abi): Update.
11677         * hppa-tdep.c (hppa_gdbarch_init): Update.
11678         * h8300-tdep.c (h8300_gdbarch_init): Update.
11679         * frv-tdep.c (frv_gdbarch_init): Update.
11680         * cris-tdep.c (cris_gdbarch_init): Update.
11681         * avr-tdep.c (avr_gdbarch_init): Update.
11682         * arm-tdep.c (arm_gdbarch_init): Update.
11683         * alpha-tdep.c (alpha_gdbarch_init): Update.
11684         * sh-tdep.c (sh_init_extra_frame_info): Update.
11685         (sh64_init_extra_frame_info): Update.
11686         * ns32knbsd-nat.c (frame_num_args): Update.
11687         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11688         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11689         (xstormy16_frame_chain_valid): Update.
11690         * vax-tdep.c (vax_saved_pc_after_call): Update.
11691         * v850-tdep.c (v850_frame_chain): Update.
11692         (v850_pop_frame): Update.
11693         (v850_init_extra_frame_info): Update.
11694         * sparc-tdep.c (setup_arbitrary_frame): Update.
11695         * ns32k-tdep.c (umax_frame_num_args): Update.
11696         * s390-tdep.c (s390_pop_frame_regular): Update.
11697         * mn10300-tdep.c (mn10300_frame_chain): Update.
11698         (mn10300_pop_frame_regular): Update.
11699         (mn10300_init_extra_frame_info): Update.
11700         * mips-tdep.c (mips_init_frame_pc_first): Update.
11701         (mips_frame_chain): Update.
11702         (mips_pop_frame): Update.
11703         * mcore-tdep.c (mcore_frame_chain): Update.
11704         (mcore_pop_frame): Update.
11705         (mcore_init_extra_frame_info): Update.
11706         * arch-utils.c (init_frame_pc_default): Update.
11707         * m68k-tdep.c (isi_frame_num_args): Update.
11708         (delta68_frame_num_args): Update.
11709         (news_frame_num_args): Update.
11710         * ia64-tdep.c (ia64_pop_frame_regular): Update.
11711         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11712         (alpha_frame_chain): Update.
11713         (alpha_pop_frame): Update.
11714         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11715         (hppa_init_extra_frame_info): Update.
11716         (hppa_frame_chain): Update.
11717         (hppa_frame_chain_valid): Update.
11718         * cris-tdep.c (cris_init_extra_frame_info): Update.
11719         * avr-tdep.c (avr_init_extra_frame_info): Update.
11720         * arm-tdep.c (arm_frame_chain_valid): Update.
11721         (arm_init_extra_frame_info): Update.
11722         (arm_pop_frame): Update.
11723         * frame.c (frame_pc_unwind): Update.
11724         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11725         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11726         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11727         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11728         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11729         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11730
11731 2003-03-12  Andrew Cagney  <cagney@redhat.com>
11732
11733         Eliminate the need for POP_FRAME.
11734         * frame.c (do_frame_unwind_register): New function.
11735         (frame_pop): When no POP_FRAME, pop the frame using register
11736         unwind and a scratch regcache.
11737         (frame_saved_regs_pop): Delete function.
11738         (trad_frame_unwinder): Update.
11739         * d10v-tdep.c (d10v_frame_pop): Delete function.
11740         (d10v_frame_unwind): Update.
11741         * sentinel-frame.c (sentinel_frame_pop): Delete function.
11742         (sentinel_frame_unwinder): Update.
11743         * dummy-frame.c (dummy_frame_pop): Delete function.
11744         (dummy_frame_unwind): Update.
11745         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11746         (struct frame_unwind): Update.
11747
11748 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
11749
11750         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11751         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11752         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11753         Do range checks on register number obtained from debugging info.
11754         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11755         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
11756         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11757         mapping function.
11758         (do_fp_register_row): Fix typo which caused double type to be
11759         used when attempting to unpack a float.
11760
11761 2003-03-11  J. Brobecker  <brobecker@gnat.com>
11762
11763         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11764
11765 2003-03-11  Andrew Cagney  <cagney@redhat.com>
11766
11767         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11768         frame.  Problem found by Corinna Vinschen.
11769
11770 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
11771
11772         * doublest.c (floatformat_from_length): Accept also
11773         the real size of 'long double' type.
11774
11775 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
11776
11777         From Klee Dienes <kdienes@apple.com>:
11778         * breakpoint.c (bpstat_copy): Copy the command lines as well
11779         as the old value, to match what is freed in bpstat_clear.
11780
11781 2003-03-10  David Carlton  <carlton@math.stanford.edu>
11782
11783         * minsyms.c (add_minsym_to_hash_table): Replace
11784         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11785         (compare_minimal_symbols, compact_minimal_symbols)
11786         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11787         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11788         of DEPRECATED_SYMBOL_MATCHES_NAME.
11789         (lookup_minimal_symbol_solib_trampoline): Ditto.
11790
11791 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11792
11793         * regcache.h (regcache_cooked_read_ftype): Define.
11794         (regcache_save, regcache_restore): Add a cooked_read parameter.
11795         * regcache.c (regcache_save, regcache_restore): Update.
11796         (do_cooked_read): New function.
11797         (regcache_cpy): Pass do_cooked_read to regcache_save and
11798         regcache_restore.
11799
11800 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11801
11802         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11803         * gdbarch.h, gdbarch.c: Re-generate.
11804         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11805         * x86-64-tdep.h: Update.
11806         * x86-64-tdep.c (x86_64_init_abi): Update.
11807         * v850-tdep.c (v850_gdbarch_init): Update.
11808         * sparc-tdep.c (sparc_gdbarch_init): Update.
11809         * sh-tdep.c (sh_gdbarch_init): Update.
11810         * s390-tdep.c (s390_gdbarch_init): Update.
11811         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11812         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11813         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11814         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11815         * mips-tdep.c (mips_gdbarch_init): Update.
11816         * mcore-tdep.c (mcore_gdbarch_init): Update.
11817         * m68k-tdep.c (m68k_gdbarch_init): Update.
11818         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11819         * ia64-tdep.c (ia64_gdbarch_init): Update.
11820         * i386-tdep.c (i386_gdbarch_init): Update.
11821         * i386-interix-tdep.c (i386_interix_init_abi): Update.
11822         * hppa-tdep.c (hppa_gdbarch_init): Update.
11823         * h8300-tdep.c (h8300_gdbarch_init): Update.
11824         * frv-tdep.c (frv_gdbarch_init): Update.
11825         * cris-tdep.c (cris_gdbarch_init): Update.
11826         * avr-tdep.c (avr_gdbarch_init): Update.
11827         * arm-tdep.c (arm_gdbarch_init): Update.
11828         * alpha-tdep.c (alpha_gdbarch_init): Update.
11829         * sh-tdep.c (sh_init_extra_frame_info): Update.
11830         (sh64_init_extra_frame_info): Update.
11831         * ns32knbsd-nat.c (frame_num_args): Update.
11832         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11833         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11834         (xstormy16_frame_chain_valid): Update.
11835         * vax-tdep.c (vax_saved_pc_after_call): Update.
11836         * v850-tdep.c (v850_frame_chain): Update.
11837         (v850_pop_frame): Update.
11838         (v850_init_extra_frame_info): Update.
11839         * sparc-tdep.c (setup_arbitrary_frame): Update.
11840         * ns32k-tdep.c (umax_frame_num_args): Update.
11841         * s390-tdep.c (s390_pop_frame_regular): Update.
11842         * mn10300-tdep.c (mn10300_frame_chain): Update.
11843         (mn10300_pop_frame_regular): Update.
11844         (mn10300_init_extra_frame_info): Update.
11845         * mips-tdep.c (mips_init_frame_pc_first): Update.
11846         (mips_frame_chain): Update.
11847         (mips_pop_frame): Update.
11848         * mcore-tdep.c (mcore_frame_chain): Update.
11849         (mcore_pop_frame): Update.
11850         (mcore_init_extra_frame_info): Update.
11851         * arch-utils.c (init_frame_pc_default): Update.
11852         * m68k-tdep.c (isi_frame_num_args): Update.
11853         (delta68_frame_num_args): Update.
11854         (news_frame_num_args): Update.
11855         * ia64-tdep.c (ia64_pop_frame_regular): Update.
11856         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11857         (alpha_frame_chain): Update.
11858         (alpha_pop_frame): Update.
11859         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11860         (hppa_init_extra_frame_info): Update.
11861         (hppa_frame_chain): Update.
11862         (hppa_frame_chain_valid): Update.
11863         * cris-tdep.c (cris_init_extra_frame_info): Update.
11864         * avr-tdep.c (avr_init_extra_frame_info): Update.
11865         * arm-tdep.c (arm_frame_chain_valid): Update.
11866         (arm_init_extra_frame_info): Update.
11867         (arm_pop_frame): Update.
11868         * frame.c (frame_pc_unwind): Update.
11869         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11870         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11871         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11872         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11873         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11874         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11875
11876 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11877
11878         * gdbarch.sh (gdbarch_unwind_pc): New method.
11879         * gdbarch.h, gdbarch.c: Regenerate.
11880         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
11881         but use read_pc and FRAME_SAVED_PC as fall backs.
11882         (frame_saved_regs_pc_unwind): Delete function.
11883         (trad_frame_unwinder): Update.
11884         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11885         (struct frame_unwind): Update.
11886         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11887         (dummy_frame_unwind): Update.
11888         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11889         (sentinel_frame_unwinder): Update.
11890         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11891         (d10v_frame_unwind): Update.
11892         (d10v_unwind_pc): New function.
11893         (d10v_gdbarch_init): Set unwind_pc.
11894
11895 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11896
11897         * gdbarch.h: Re-generate.
11898
11899         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11900         PC.
11901         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11902         the PC register.
11903
11904 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
11905
11906         * gdbarch.sh (save_dummy_frame_tos): Add comment.
11907
11908 2003-03-08  Andrew Cagney  <cagney@redhat.com>
11909
11910         * cli-out.c: Update copyright.
11911         (cli_out_data): Define typedef.  Use instead of ui_out_data.
11912
11913 2003-03-08  Andrew Cagney  <cagney@redhat.com>
11914
11915         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11916         the result.
11917
11918 2003-03-07  Andrew Cagney  <cagney@redhat.com>
11919
11920         * gdbarch.sh: Don't generate two macro definitions when an
11921         undefined macro taking no arguments.
11922         * gdbarch.h: Regenerate.
11923
11924 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
11925
11926         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11927         (x86_64_unwind_dummy_id): New functions.
11928         (x86_64_init_abi): Register these two new functions.
11929
11930 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
11931
11932         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11933         (x86_64_skip_prologue): Move prologue detection to
11934         separate function.
11935         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11936
11937 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11938
11939         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11940         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11941         * frame.c (get_prev_frame): Restructure the frame ID unwind code
11942         to use unwind_dummy_id when a dummy frame.
11943         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11944         predicate.
11945         * gdbarch.h, gdbarch.c: Regneerate.
11946
11947 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11948
11949         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11950         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11951         Do not use d10v_read_sp or d10v_read_fp when obtaining register
11952         values.
11953
11954 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11955
11956         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11957         (struct d10v_unwind_cache): Delete field "frameless".  Replace
11958         "next_addr" with "sp_offset".  Add "r11_offset".
11959         (d10v_frame_unwind_cache): Update.
11960         (prologue_find_regs): Update.  When "mv r11, sp", save the
11961         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
11962         RN was saved in r11_offset.
11963
11964 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11965
11966         * frame.c (deprecated_update_frame_pc_hack): Also update the the
11967         cached PC value in the next frame.
11968
11969 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11970
11971         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11972         "id_unwind_cache" with "id".
11973         (frame_id_unwind): Delete declaration.
11974         * frame.c (frame_id_unwind): Delete function.
11975         (get_prev_frame): Call the frame id unwind method directly.  Store
11976         the returned next frame's ID value in NEXT_FRAME.  Note that there
11977         is a problem with the wrong unwind ID being called with the wrong
11978         unwind cache.
11979
11980 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
11981
11982         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11983
11984 2003-03-05  James Ingham <jingham@apple.com>
11985             Daniel Jacobowitz  <drow@mvista.com>
11986
11987         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11988         (auto_cp_abi): New variable.
11989         (current_cp_abi, num_cp_abis): Make static.
11990         (CP_ABI_MAX): Define.
11991         (cp_abis): Turn into an array.
11992         (value_virtual_fn_field): Fix formatting.
11993         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
11994         takes a pointer.
11995         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11996         (list_cp_abis, _initialize_cp_abi): New functions.
11997         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
11998         declarations for cp_abis, num_cp_abis, current_cp_abi, and
11999         switch_to_cp_abi.  Update prototype for register_cp_abi.
12000         * Makefile.in (cp-abi.o): Update dependencies.
12001         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12002         instead of switch_to_cp_abi.
12003         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
12004         register_cp_abi.
12005         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12006         register_cp_abi.
12007         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12008
12009 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
12010
12011         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12012         * dwarf2loc.c: Include "regcache.h".
12013         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
12014         register_size.
12015         * Makefile.in (dwarf2loc.o): Update dependencies.
12016
12017 2003-03-04  Theodore A. Roth  <troth@openavr.org>
12018
12019         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12020         number of io registers reported by remote target is not a multiple of
12021         step.
12022
12023 2003-03-04  David Carlton  <carlton@math.stanford.edu>
12024
12025         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12026         (lookup_symbol_aux_psymtabs): Update call to
12027         lookup_partial_symbol.
12028         (lookup_transparent_type, find_main_psymtab)
12029         (make_symbol_overload_list): Ditto.
12030
12031 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12032
12033         * MAINTAINERS (Write after approval): Update my email address.
12034
12035 2003-03-03  Andrew Cagney  <cagney@redhat.com>
12036
12037         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12038         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12039         predicate.  Replace MAX_REGISTER_RAW_SIZE.
12040         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12041         MAX_REGISTER_VIRTUAL_SIZE.
12042         * regcache.c (legacy_max_register_raw_size): New function.
12043         (legacy_max_register_virtual_size): New function.
12044         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12045         (MAX_REGISTER_RAW_SIZE): Define.
12046         (legacy_max_register_raw_size): Declare.
12047         (legacy_max_register_virtual_size): Declare.
12048         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12049         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12050         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12051         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12052         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12053         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12054         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12055         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12056         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12057         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12058         * vax-tdep.c (vax_gdbarch_init): Update.
12059         * v850-tdep.c (v850_gdbarch_init): Update.
12060         * sparc-tdep.c (sparc_gdbarch_init): Update.
12061         * sh-tdep.c (sh_gdbarch_init): Update.
12062         * s390-tdep.c (s390_gdbarch_init): Update.
12063         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12064         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12065         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12066         * mips-tdep.c (mips_gdbarch_init): Update.
12067         * mcore-tdep.c (mcore_gdbarch_init): Update.
12068         * m68k-tdep.c (m68k_gdbarch_init): Update.
12069         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12070         * ia64-tdep.c (ia64_gdbarch_init): Update.
12071         * i386-tdep.c (i386_gdbarch_init): Update.
12072         * hppa-tdep.c (hppa_gdbarch_init): Update.
12073         * h8300-tdep.c (h8300_gdbarch_init): Update.
12074         * frv-tdep.c (frv_gdbarch_init): Update.
12075         * cris-tdep.c (cris_gdbarch_init): Update.
12076         * avr-tdep.c (avr_gdbarch_init): Update.
12077         * arm-tdep.c (arm_gdbarch_init): Update.
12078         * alpha-tdep.c (alpha_gdbarch_init): Update.
12079         * d10v-tdep.c (d10v_gdbarch_init): Do not set
12080         max_register_raw_size or max_register_virtual_size.
12081
12082 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12083
12084         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12085         SYMBOL_MATCHES_NAME, add comment.
12086         (SYMBOL_MATCHES_NATURAL_NAME): New.
12087         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12088         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12089         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12090         * symtab.c (lookup_partial_symbol): Use
12091         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
12092         unhelpful comment.
12093         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12094         SYMBOL_MATCHES_NAME.
12095         Fix for PR c++/33.
12096
12097 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12098
12099         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12100         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12101         by regexp matching against SYMBOL_NATURAL_NAME.
12102
12103 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12104
12105         * linespec.c (find_method): Extract code into collect_methods.
12106         (collect_methods): New.
12107
12108 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
12109
12110         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12111         get_frame_base.
12112
12113         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12114         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12115
12116 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12117
12118         * arch-utils.c (generic_register_byte): Fix to use the loop index
12119         and not regnum when summing the size of all registers up to regnum.
12120
12121 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12122
12123         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12124         FRAME_INIT_SAVED_REGS.
12125         * gdbarch.h, gdbarch.c: Regenerate.
12126         * stack.c (frame_info): Update.
12127         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12128         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12129         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12130         * ns32k-tdep.c (ns32k_pop_frame): Update.
12131         * mips-tdep.c (mips_pop_frame): Update.
12132         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12133         * ia64-tdep.c (ia64_frame_chain): Update.
12134         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12135         (ia64_frameless_function_invocation): Update.
12136         (ia64_init_extra_frame_info): Update.
12137         (ia64_pop_frame_regular): Update.
12138         * frame.h (struct frame_info): Update comment.
12139         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12140         * frame.c (frame_saved_regs_register_unwind): Update.
12141         (frame_saved_regs_register_unwind): Update.
12142         (deprecated_generic_get_saved_register): Update.
12143         * cris-tdep.c: Update comment.
12144         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12145         Rename macro.
12146         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12147         * x86-64-tdep.c (x86_64_init_abi): Update.
12148         * vax-tdep.c (vax_gdbarch_init): Update.
12149         * v850-tdep.c (v850_gdbarch_init): Update.
12150         * sparc-tdep.c (sparc_gdbarch_init): Update.
12151         * sh-tdep.c (sh_gdbarch_init): Update.
12152         * s390-tdep.c (s390_gdbarch_init): Update.
12153         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12154         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12155         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12156         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12157         * mips-tdep.c (mips_gdbarch_init): Update.
12158         * mcore-tdep.c (mcore_gdbarch_init): Update.
12159         * m68k-tdep.c (m68k_gdbarch_init): Update.
12160         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12161         * ia64-tdep.c (ia64_gdbarch_init): Update.
12162         * i386-tdep.c (i386_gdbarch_init): Update.
12163         * frv-tdep.c (frv_gdbarch_init): Update.
12164         * avr-tdep.c (avr_gdbarch_init): Update.
12165         * arm-tdep.c (arm_gdbarch_init): Update.
12166         * alpha-tdep.c (alpha_gdbarch_init): Update.
12167
12168 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12169
12170         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12171         option enum and switch.  When no windows, set the interpreter to
12172         INTERP_CONSOLE.
12173
12174 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12175
12176         * main.c (captured_main): Replace magic option characters with an
12177         enum.
12178
12179 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12180
12181         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12182         INIT_EXTRA_FRAME_INFO.
12183         * gdbarch.h, gdbarch.c: Regenerate.
12184         * arm-tdep.c: Update comments.
12185         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12186         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12187         * frame.h, avr-tdep.c: Ditto.
12188         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12189         (create_new_frame, legacy_get_prev_frame): Ditto.
12190         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12191         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12192         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12193         deprecated_init_extra_frame_info instead of init_extra_frame_info.
12194         * x86-64-tdep.c (x86_64_init_abi): Ditto.
12195         * v850-tdep.c (v850_gdbarch_init): Ditto.
12196         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12197         * sh-tdep.c (sh_gdbarch_init): Ditto.
12198         * s390-tdep.c (s390_gdbarch_init): Ditto.
12199         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12200         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12201         * mips-tdep.c (mips_gdbarch_init): Ditto.
12202         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12203         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12204         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12205         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12206         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12207         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12208         * frv-tdep.c (frv_gdbarch_init): Ditto.
12209         * cris-tdep.c (cris_gdbarch_init): Ditto.
12210         * avr-tdep.c (avr_gdbarch_init): Ditto.
12211         * arm-tdep.c (arm_gdbarch_init): Ditto.
12212         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12213         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12214
12215 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12216
12217         * gdbarch.sh (register_type): New function with predicate.
12218         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12219         * gdbarch.h, gdbarch.c: Re-generate.
12220         * arch-utils.c (generic_register_byte): Use generic_register_size.
12221         (generic_register_size): When available, use
12222         gdbarch_register_type.
12223         * regcache.c (init_regcache_descr): When available, initialize the
12224         register type array using gdbarch_register_type.  If the
12225         architecture supplies gdbarch_register_type, do not use the legacy
12226         regcache layout.
12227         * d10v-tdep.c (d10v_register_type): Replace
12228         d10v_register_virtual_type.
12229         (d10v_gdbarch_init): Set register_type instead of
12230         register_virtual_type.
12231
12232 2003-03-01  Andrew Cagney  <cagney@redhat.com>
12233
12234         * Makefile.in (ax-gdb.o): Update dependencies.
12235         * ax-gdb.c: Include "regcache.h".
12236         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12237         * findvar.c (value_of_register): Ditto.
12238         * infcmd.c (default_print_registers_info): Ditto.
12239
12240 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
12241
12242         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12243         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12244
12245 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
12246
12247         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12248         of STREQ.
12249
12250 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
12251
12252         * Makefile.in (dwarf2loc.o): Update dependencies.
12253         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12254         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12255         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12256         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12257         (locexpr_tracepoint_var_ref): New function.
12258         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12259
12260 2003-02-28  Andrew Cagney  <cagney@redhat.com>
12261
12262         * regcache.c (register_size): New function.
12263         * regcache.h (register_size): Declare
12264         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12265         max_register_size instead of MAX_REGISTER_RAW_SIZE.
12266
12267 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12268
12269         * linespec.c (decode_compound): Extract code into find_method.
12270         (find_method): New.
12271
12272 2003-02-28  J. Brobecker  <brobecker@gnat.com>
12273
12274         * Makefile.in: Add rules to build and link in observer.o.
12275
12276 2003-02-27  J. Brobecker  <brobecker@gnat.com>
12277
12278         * observer.c: Minor comments edits.
12279
12280 2003-02-27  J. Brobecker  <brobecker@gnat.com>
12281
12282         * observer.h, observer.c: New file.
12283
12284 2003-02-27  Andrew Cagney  <cagney@redhat.com>
12285
12286         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12287
12288 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
12289
12290         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12291         (M6812_OP_STS_EXT): Likewise.
12292         (m6811_prologue): Use the above to recognize prologue.
12293         (m6812_prologue): Likewise.
12294
12295 2003-02-27  David Carlton  <carlton@math.stanford.edu>
12296
12297         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12298         SYMBOL_PRINT_NAME.
12299         (compare_psymbols): Ditto.
12300         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12301
12302 2003-02-27  Michael Snyder  <msnyder@redhat.com>
12303
12304         * f-lang.c (build_fortran_types): New function.
12305         (_initialize_f_language): Gdbarch-register built-in fortran types.
12306         * doublest.c (extract_floating): Fix warning text.
12307
12308 2003-02-27  Andrew Cagney  <cagney@redhat.com>
12309
12310         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12311         predicate.  Replaces PUSH_DUMMY_FRAME.
12312         * gdbarch.h, gdbarch.c: Regnerate.
12313         * valops.c (hand_function_call): Update.  Call
12314         generic_push_dummy_frame directly.
12315         * vax-tdep.c (vax_gdbarch_init): Update.
12316         * sparc-tdep.c (sparc_gdbarch_init): Update.
12317         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12318         * m68k-tdep.c (m68k_gdbarch_init): Update.
12319         * hppa-tdep.c (hppa_gdbarch_init): Update.
12320         * alpha-tdep.c (alpha_gdbarch_init): Update.
12321         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12322         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12323         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12324         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12325         push_dummy_frame to generic_push_dummy_frame.
12326         * v850-tdep.c (v850_gdbarch_init): Ditto.
12327         * sh-tdep.c (sh_gdbarch_init): Ditto.
12328         * s390-tdep.c (s390_gdbarch_init): Ditto.
12329         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12330         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12331         * mips-tdep.c (mips_gdbarch_init): Ditto.
12332         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12333         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12334         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12335         * i386-tdep.c (i386_gdbarch_init): Ditto.
12336         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12337         * frv-tdep.c (frv_gdbarch_init): Ditto.
12338         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12339         * cris-tdep.c (cris_gdbarch_init): Ditto.
12340         * avr-tdep.c (avr_gdbarch_init): Ditto.
12341         * arm-tdep.c (arm_gdbarch_init): Ditto.
12342
12343 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
12344
12345         * mips-tdep.c (show_mips_abi): New function.
12346         (_initialize_mips_tdep): Use show_mips_abi() to implement the
12347         command ``show mips abi''.
12348
12349 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
12350
12351         From Elena Zannoni  <ezannoni@redhat.com>
12352         * dbxread.c (process_one_symbol): Only record line 0 if one or
12353         more sline entries have been seen for the function.
12354
12355 2003-02-26  Michael Chastain  <mec@shout.net>
12356
12357         * configure: Regenerate with autoconf 000227.
12358
12359 2003-02-26  Michael Chastain  <mec@shout.net>
12360
12361         Close PR build/660.
12362         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12363         for old libc5/glibc.
12364         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12365
12366 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
12367
12368         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12369         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12370
12371 2003-02-26  Michael Chastain  <mec@shout.net>
12372
12373         * configure.in: New variable HAVE_UINTPTR_T.
12374         * configure, config.in: Regenerated.
12375
12376 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
12377
12378         Fix PR build/1097.
12379         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12380
12381 2003-02-25  Andrew Cagney  <cagney@redhat.com>
12382
12383         * frame.c (get_prev_frame): Add comment on check for
12384         inside_entry_func. Only check for inside_entry_file when not a
12385         dummy and not a sentinel.  Check that the new frame is not inner
12386         to the old frame.
12387
12388 2003-02-25  Andrew Cagney  <cagney@redhat.com>
12389
12390         * frame.c (frame_debug): New variable.
12391         (_initialize_frame): Add "set/show debug frame" command.
12392         (get_prev_frame): When frame_debug, print reason why unwind
12393         failed.
12394
12395 2003-02-25  Michael Chastain  <mec@shout.net>
12396
12397         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12398         to avoid uintptr_t definition problems.
12399
12400 2003-02-25  David Carlton  <carlton@math.stanford.edu>
12401
12402         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12403         (SYMBOL_LINKAGE_NAME): Ditto.
12404         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12405         SYMBOL_LINKAGE_NAME.
12406         (struct general_symbol_info): Expand comment.
12407         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12408         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12409         (SYMBOL_MATCHES_REGEXP): Ditto.
12410         * symtab.c (symbol_natural_name): New function.
12411         * objfiles.h: Replace all uses of SYMBOL_NAME by
12412         DEPRECATED_SYMBOL_NAME.
12413         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12414         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12415         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12416         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12417         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12418         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12419         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12420         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12421         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12422         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12423         * ada-exp.y: Ditto.
12424         * ada-exp.y: Update copyright.
12425         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12426         * cp-valprint.c: Ditto.
12427
12428 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
12429
12430         * infptrace.c (detach): Do not flag error if ptrace detach fails
12431         and errno is set to ESRCH.
12432
12433 2003-02-24  Andrew Cagney  <cagney@redhat.com>
12434
12435         * infptrace.c (udot_info): Change type of udot_off to long.  Use
12436         paddr when printing udot_off's value.
12437
12438 2003-02-24  David Carlton  <carlton@math.stanford.edu>
12439
12440         * symtab.c (make_symbol_overload_list): Only read in partial
12441         symtabs containing a matching partial symbol.
12442
12443 2003-02-24  David Carlton  <carlton@math.stanford.edu>
12444
12445         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12446         do the comparison, not strcmp.
12447         * symfile.c (compare_psymbols): Ditto.
12448         * defs.h: Declare strcmp_iw_ordered.
12449         * utils.c (strcmp_iw_ordered): New function.
12450
12451 2003-02-24  Jim Blandy  <jimb@redhat.com>
12452
12453         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12454         support, shared libs): Remove my name from here, to better reflect
12455         reality.
12456
12457 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
12458
12459         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12460         (target_ops): Add to_have_continuable_watchpoint.
12461         * target.c (update_current_target): Add INHERIT line for
12462         to_have_continuable_watchpoint.
12463         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12464         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12465         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12466         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12467
12468 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
12469
12470         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12471         maintainership.
12472
12473 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
12474
12475         * solib.c (solib_open): Call target defined search function after
12476         failing with solib-search-path.
12477         * solist.h (target_so_ops): Add find_and_open_solib function hook and
12478         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12479
12480 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
12481
12482         * MAINTAINERS: Add myself to Write After section.
12483
12484 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
12485
12486         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12487
12488 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
12489
12490         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12491         (m68hc11_add_reggroups): New function.
12492         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12493         (m68hc11_gdbarch_init): Install the reggroups.
12494         (_initialize_m68hc11_tdep): Initialize them.
12495
12496 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12497
12498         * MAINTAINERS: Update my email address.
12499
12500 2003-02-21  David Carlton  <carlton@math.stanford.edu>
12501
12502         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12503
12504 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
12505
12506         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12507         * symtab.h: Add opaque declarations of struct axs_value and
12508         struct agent_expr.
12509         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12510         (struct location_funcs): New type.
12511         (struct symbol): Add "loc" to aux_value.
12512         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12513         * dwarf2read.c: Include "dwarf2expr.h".
12514         (dwarf2_symbol_mark_computed): New function.
12515         (read_func_scope): Use it.
12516         (var_decode_location): New function.
12517         (new_symbol): Use it.
12518         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12519
12520         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12521         (dwarf2expr_h, dwarf2loc_h): New variables.
12522         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12523         (dwarf2expr.o, dwarf2loc.o): New rules.
12524         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12525         * buildsym.c (finish_block): Handle LOC_COMPUTED and
12526         LOC_COMPUTED_ARG.
12527         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12528         * m2-exp.y (yylex): Likewise.
12529         * printcmd.c (address_info, print_frame_args): Likewise.
12530         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12531         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12532         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12533         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12534         * symtab.c (lookup_block_symbol): Likewise.
12535
12536 2003-02-20  Adam Fedor  <fedor@gnu.org>
12537
12538         * symtab.h: Remove objc_specific struct
12539         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12540         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12541         Have language_objc use cplus_specific struct.
12542
12543 2003-02-20  Tom Tromey  <tromey@redhat.com>
12544
12545         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12546         TYPE_NAME, when printing a String value.  PR java/1075.
12547
12548 2003-02-20  Adam Fedor  <fedor@gnu.org>
12549
12550         * objc-lang.h (find_methods): Remove declaration.
12551         * objc-lang.c (find_methods): Make static.
12552
12553 2003-02-20  Christopher Faylor  <cgf@redhat.com>
12554
12555         * win32-nat.c (get_image_name): Check return value from
12556         ReadProcessMemory.
12557         (child_xfer_memory): Ditto.
12558
12559 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
12560
12561         * configure.in (TARGET_SYSTEM_ROOT): Set default to
12562         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
12563         '${exec_prefix}' (in addition to the expansion thereof) as
12564         relocatable.
12565         * configure: Rebuilt.
12566
12567 2003-02-20  David Carlton  <carlton@math.stanford.edu>
12568
12569         * symtab.c (search_symbols): Revert the search_symbols part of my
12570         2002-12-23 patch.  Add comment.
12571
12572 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
12573
12574         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12575         * dbxread.c (elfstab_build_psymtabs): Don't call
12576         install_minimal_symbols.
12577         (stabsect_build_psymtabs): Likewise.
12578         * elfread.c (elf_symfile_read): Call install_minimal_symbols
12579         earlier.
12580         * somread.c (som_symfile_read): Call install_minimal_symbols
12581         and do_cleanups earlier.
12582         * nlmread.c (nlm_symfile_read): Likewise.
12583         * mdebugread.c (elfmdebug_build_psymtabs): Call
12584         install_minimal_symbols and make appropriate cleanups.
12585
12586 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
12587
12588         * solib.c (reload_shared_libraries): New function.
12589         (_initialize_solib): Add callbacks for ``set solib-search-path''
12590         and ``set solib-absolute-prefix''.
12591
12592 2003-02-20  David Carlton  <carlton@math.stanford.edu>
12593
12594         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12595         expand comment.
12596         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12597         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12598         * ada-typeprint.c (ada_typedef_print): Ditto.
12599         * ax-gdb.c (gen_var_ref): Ditto.
12600         * breakpoint.c (print_one_breakpoint): Ditto.
12601         * buildsym.c (finish_block): Ditto.
12602         * c-valprint.c (c_val_print): Ditto.
12603         * expprint.c (print_subexp): Ditto.
12604         * findvar.c (locate_var_value): Ditto.
12605         * infcmd.c (jump_command): Ditto.
12606         * linespec.c (decode_line_2, decode_compound): Ditto.
12607         * maint.c (maintenance_translate_address): Ditto.
12608         * objc-lang.c (compare_selectors, compare_classes): Ditto.
12609         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12610         Ditto.
12611         * p-valprint.c (pascal_val_print): Ditto.
12612         * stabsread.c (define_symbol): Ditto.
12613         * stack.c (print_frame, frame_info, print_block_frame_locals)
12614         (print_frame_arg_vars, return_command): Ditto.
12615         * symfile.c (compare_symbols, compare_psymbols): Ditto.
12616         * symmisc.c (print_symbol): Ditto.
12617         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12618         (compare_search_syms, print_symbol_info, print_msymbol_info)
12619         (rbreak_command): Ditto.
12620         * tracepoint.c (tracepoints_info): Ditto.
12621         * typeprint.c (typedef_print): Ditto.
12622         * valops.c (value_of_variable, hand_function_call): Ditto.
12623         * cli/cli-cmds.c (edit_command, list_command): Ditto.
12624         * ada-typeprint.c: Update Copyright.
12625         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12626         * tracepoint.c, cli/cli-cmds.c: Ditto.
12627
12628 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
12629
12630         * frame.c (generic_unwind_get_saved_register): Make non-static.
12631         * frame.h (generic_unwind_get_saved_register): Declare.
12632         * mips-tdep.c (read_next_frame_reg): Fetch register from
12633         current regcache when frame is NULL.
12634         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12635         that must be NULL.
12636         (mips_get_saved_register): Call generic_unwind_get_saved_register()
12637         instead of frame_register_unwind().
12638
12639 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
12640
12641         * remote-sim.c (gdbsim_insert_breakpoint)
12642         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12643         code.
12644
12645 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
12646
12647         * remote.c (_initialize_remote): Add commands "set/show remote
12648         hardware-watchpoint-limit" and "set/show remote
12649         hardware-breakpoint-limit".
12650         (remote_hw_watchpoint_limit): Initialize to -1.
12651         (remote_hw_breakpoint_limit): Ditto.
12652         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12653
12654 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
12655
12656         * coff-pe-read.c: New file - support reading of minimal symbols from a
12657         portable executable using the export table.
12658         * coff-pe-read.h: New file.
12659         * coffread.c: Include coff-pe-read.h.
12660         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12661         debugging symbols found.
12662         * Makefile.in (SFILES): Add coff-pe-read.o.
12663         (coff_pe_read_h): Define.
12664         (COMMON_OBS): Add coff-pe-read.o.
12665         (coffread.o): Add coff_pe_read_h dependency.
12666         (coff-pe-read.o): New target.
12667
12668 2003-02-19  David Carlton  <carlton@math.stanford.edu>
12669
12670         * Makefile.in (SFILES): Add block.c.
12671         (block_h): New.
12672         (COMMON_OBS): Add block.o.
12673         (block.o): New.
12674         (x86-64-tdep.o): Add $(block_h).
12675         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12676         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12677         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12678         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12679         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12680         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12681         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12682         * value.h: Add opaque declaration for struct block.
12683         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12684         * ada-lang.h: Ditto.
12685         * x86-64-tdep.c: #include "block.h"
12686         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12687         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12688         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12689         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12690         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12691         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12692         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12693         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12694         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12695         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12696         * symtab.c (block_function): Ditto.
12697         (contained_in): Ditto.
12698         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12699         block.h.  Add opaque declaration for struct block.
12700         * symtab.h: Move block_function and contained_in declarations to
12701         block.h.  Add opaque declarations for struct block, struct
12702         blockvector.
12703         (struct block): Move to block.h.
12704         (struct blockvector): Ditto.
12705         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12706         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12707         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12708         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12709         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12710         Ditto.
12711         * block.c: New file.
12712         * block.h: New file.
12713
12714 2003-02-19  Theodore A. Roth  <troth@openavr.org>
12715
12716         * avr-tdep.c (avr_extract_return_value): Remove function.
12717         (avr_store_return_value): Remove function.
12718         (avr_extract_struct_value_address): Remove function.
12719         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12720
12721 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
12722
12723         * rs6000-tdep.c: Include "gdb_assert.h".
12724         (registers_e500): Add "acc" and "spefscr".
12725         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12726         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12727         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
12728         really is "r0".
12729         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12730
12731 2003-02-18  Keith Seitz  <keiths@redhat.com>
12732
12733         * Makefile.in: Add gdbtk-interps.c.
12734
12735 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
12736
12737         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12738         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12739
12740 2003-02-18  Andrew Cagney  <cagney@redhat.com>
12741
12742         * symtab.h (struct objfile): Add opaque declaration.
12743
12744 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
12745
12746         From Jim Ingham   <jingham@apple.com>:
12747         * dbxread.c (process_one_symbol): Use last_function_start rather
12748         than function_start_offset to find the real beginning of the
12749         current function.  The latter is just the text section offset on
12750         some systems, the former is always the real function start.
12751
12752 2003-02-17  Andrew Cagney  <cagney@redhat.com>
12753
12754         * configure.in: Revert ${target} != ${host}.
12755
12756 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
12757
12758         * configure.in (Makefile): Use the test ${target} != ${host},
12759         instead of the absence of the "nm.h" file, to determine of the
12760         configuration non-native.
12761         * configure: Regenerate.
12762
12763 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
12764
12765         From Brian Ford  <ford@vss.fsi.com>
12766
12767         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12768         conditionalize tui_active test.
12769         (lookup_cmd_1): Ditto.
12770
12771 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
12772
12773         * configure.in: Add check for _etext.
12774         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12775         available.
12776         * config.in, configure: regenerated.
12777
12778 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
12779
12780         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12781
12782 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
12783
12784         * main.c (tui_version): Delete variable.
12785         (captured_main): When --tui, set interpreter_p to "tui" instead of
12786         enabling tui_version.
12787         * printcmd.c (display_command) [TUI]: Test tui_active instead of
12788         tui_version.
12789         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12790         * cli/cli-cmds.c (disassemble_command): Ditto.
12791         * defs.h (tui_version): Delete declaration.
12792         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12793         (tui-interp.o): Add rules.
12794         (SUBDIR_TUI_OBS): Add "tui-interp.o".
12795
12796 2003-02-14  Christopher Faylor  <cgf@redhat.com>
12797
12798         * win32-nat.c (register_loaded_dll): Correctly set address range for
12799         just-loaded dll.
12800
12801 2003-02-12  Jason Molenda  (jmolenda@apple.com)
12802
12803         * symmisc.c (print_objfile_statistics): Include information about
12804         the number of psymtabs and symtabs in each object file.
12805
12806 2003-02-13  Keith R Seitz  <keiths@redhat.com>
12807
12808         * main.h (struct captured_main_args): Add interpreter_p.
12809         * main.c (captured_main): Initialize interpreter_p from context.
12810         * gdb.c (main): Set interpreter_p argument.
12811         * Makefile.in (gdb.o): Add dependency for interps.h.
12812
12813 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
12814
12815         * event-top.c (cli_command_loop): Delete declaration.
12816         (_initialize_event_loop): Delete function setting event_loop_hook.
12817         * event-top.h (cli_command_loop): Declare.  Update copyright.
12818         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
12819         * interps.c (current_interp_command_loop): When event_loop_p, call
12820         cli_command_loop.
12821
12822 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
12823
12824         * interps.h (interp_command_loop_ftype): Change return type to
12825         void.
12826
12827 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
12828
12829         * x86-64-tdep.c (x86_64_extract_return_value)
12830         (x86_64_store_return_value): Use regcache instead of regbuf.
12831         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12832         * x86-64-linux-nat.c (fill_gregset): Use regcache.
12833
12834 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
12835
12836         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12837         * aclocal.m4: Regenerate.
12838         * configure: Regenerate.
12839
12840         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12841         TCL_LD_SEARCH_FLAGS.
12842
12843 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
12844
12845         * dwarf2cfi.c: Reindented.
12846
12847 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
12848
12849         * interps.c (clear_interpreter_hooks): Convert function definition
12850         to ISO C.
12851
12852 2003-02-07  David Carlton  <carlton@math.stanford.edu>
12853
12854         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12855
12856 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
12857
12858         * gdbtypes.h (struct main_type): Move ``length'' field from here...
12859         (struct type): ...to here.
12860         (TYPE_LENGTH): Adjust to reflect different location of ``length''
12861         field.
12862         * gdbtypes.c (make_qualified_type): Set length on newly created type.
12863         (replace_type): Set length on all type variants for a given type.
12864
12865 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
12866
12867         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12868         <sys/stat.h>.
12869         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12870
12871 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
12872
12873         * Makefile.in (symm-nat.o): Update dependencies.
12874         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12875         (lynx-nat.o, ia64-linux-nat.): Ditto.
12876         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12877         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12878         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12879
12880         * Makefile.in (inflow_h): Define.
12881         (procfs.o, inflow.o, procfs.o): Update dependencies.
12882         * inftarg.c (child_stop): Delete extern declaration of
12883         inferior_process_group.  Include "inflow.h".
12884         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
12885         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12886         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
12887         (our_process_group, inferior_process_group): Extern declarations.
12888
12889         * procfs.c: Include "gdb_assert.h".
12890
12891         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12892         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12893         * jv-typeprint.c (java_type_print_base): Ditto.
12894         * typeprint.c (typedef_print): Eliminate STREQ.
12895         * cli/cli-script.c (define_command, define_command): Ditto.
12896         * main.c (captured_main): Ditto.
12897         * values.c (lookup_internalvar): Ditto.
12898         * utils.c (safe_strerror, parse_escape): Eliminate assignment
12899         within `if' conditional.
12900         * linespec.c (decode_line_2): Ditto.
12901         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12902         (bfd_openw_with_cleanup): Ditto.
12903
12904 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
12905
12906         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12907         legacy_extract_return_value and store_return_value to
12908         legacy_return_value.
12909
12910 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
12911
12912         * win32-nat.c (get_relocated_section_addrs): New function.  Find
12913         section load addresses for symbol handling in relocated DLLs.
12914         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12915
12916 2003-02-05  Fred Fish  <fnf@intrinsity.com>
12917
12918         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12919         '=' and '!='.
12920         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12921         with '&' and '=='.
12922         (angel_RDI_info): Ditto.
12923         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12924         with '&' and '!='.
12925         (threads_continue_all_with_signals): Ditto.
12926
12927 2003-02-05  Jim Ingham <jingham@apple.com>
12928             Keith Seitz  <keiths@redhat.com>
12929             Elena Zannoni  <ezannoni@redhat.com>
12930             Andrew Cagney  <ac131313@redhat.com>
12931
12932         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12933         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12934         (SUBDIR_MI_OBS): Add "mi-interp.o".
12935         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12936         (SFILES): Add "interps.c".
12937         (COMMON_OBS): Add "interps.o".
12938         (interps_h, mi_main_h): Define.
12939         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12940         (mi-main.o, main.o, event-top.o): Update dependencies.
12941         * cli/cli-interp.c: New file.
12942         * interps.h, interps.c: New files.
12943         * top.c: (gdb_init): Don't install the default interpreter, handed
12944         by captured_main.
12945         * main.c: Include "interps.h".
12946         (interpreter_p): Note that it should malloc'ed.
12947         (captured_command_loop): Call current_interp_command_loop.
12948         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
12949         xfree and xstrdup when updating interpreter_p.  Install the
12950         default interpreter.  Add hack to stop mi1's copyright notice
12951         being encoded.
12952         * event-top.h (gdb_setup_readline): Declare.
12953         (gdb_disable_readline): Declare.
12954         * event-top.c: Include "interps.h".
12955         (display_gdb_prompt): Call current_interp_display_prompt_p.
12956         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12957         gdb_stdlog, and gdb_stdtarg.
12958         (_initialize_event_loop): Don't call gdb_setup_readline.
12959         * cli-out.c (cli_out_set_stream): New function.
12960         * cli-out.h (cli_out_set_stream): Declare.
12961
12962 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
12963
12964         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12965         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
12966         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12967         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12968         config/i386/i386v42mp.mt: Removed.
12969
12970 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
12971
12972         * configure.tgt (*-*-solaris*): Set gdb_osabi to
12973         GDB_OSABI_SOLARIS.
12974
12975 2003-02-05  Michael Chastain  <mec@shout.net>
12976
12977         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12978         2.12.1 and earlier versions.
12979
12980 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
12981
12982         Remove orphaned hosts, targets and files.
12983         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12984         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12985         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12986         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12987         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12988         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12989         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12990         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12991         * config/sparc/tm-sp64sim.h: Delete.
12992         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12993         hosts.
12994         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12995         mips*-dec-mach3* targets.
12996
12997 2003-02-04  Michael Chastain  <mec@shout.net>
12998
12999         * NEWS: Fix typo: sepcifying -> specifying.
13000
13001 2003-02-04  Michael Chastain  <mec@shout.net>
13002
13003         * dwarfread.c: Add documentation on the state of dwarf-1,
13004         looking towards obsoletion.
13005
13006 2003-02-03  Michael Chastain  <mec@shout.net>
13007
13008         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13009         gdb/testsuite/gdb.c++/pr-1023.exp.
13010
13011 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13012
13013         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13014         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13015
13016         * utils.c (init_page_info): Delete reference to MPW in comments.
13017         * main.c (captured_main): Delete #ifdef MPW.
13018
13019 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13020
13021         * NEWS: Note that the m32r-*-elf* is obsolete.
13022         * monitor.c (monitor_expect): Obsolete reference to m32r.
13023         * configure.tgt: Mark m32r-*-elf* as obsolete.
13024         * MAINTAINERS: Mark m32k as obsolete.
13025         * m32r-rom.c: Obsolete file.
13026         * config/m32r/m32r.mt: Obsolete file.
13027         * config/m32r/tm-m32r.h: Obsolete file.
13028         * m32r-stub.c: Obsolete file.
13029         * m32r-tdep.c: Obsolete file.
13030
13031 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13032
13033         * NEWS: Mention that the z8k-zilog-none is obsolete.
13034         * MAINTAINERS: Mark z8k as obsolete.
13035         * configure.tgt: Obsolete the z8k-*-coff* target.
13036         * config/z8k/z8k.mt: Obsolete file.
13037         * config/z8k/tm-z8k.h: Obsolete file.
13038         * z8k-tdep.c: Obsolete file.
13039
13040 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13041
13042         * NEWS: Mention that the mn10200-elf is obsolete.
13043         * configure.tgt: Obsolete mn10200-*-* target.
13044         * breakpoint.c (update_breakpoints_after_exec): Update comment to
13045         mention that the mn10200 is obsolete.
13046         * breakpoint.h: Ditto.
13047         * MAINTAINERS: Mark the mn10200-elf as obsolete.
13048         * config/mn10200/mn10200.mt: Obsolete file.
13049         * config/mn10200/tm-mn10200.h: Obsolete file.
13050         * mn10200-tdep.c: Obsolete file.
13051
13052 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
13053
13054         * MAINTAINERS: Mark h8500 as obsolete.
13055         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13056         * findvar.c (value_from_register): Ditto.
13057         * h8500-tdep.c: Mark file as obsolete.
13058         * config/h8500/h8500.mt: Ditto.
13059         * config/h8500/tm-h8500.h: Ditto.
13060         * NEWS: Mention that h8500 is obsolete.
13061
13062 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13063
13064         * objfiles.c (allocate_objfile): Always set name.  Add comment at
13065         start of function.
13066         * jv-lang.c (get_dynamics_objfile): Add comment.
13067
13068 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13069
13070         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13071         * printcmd.c (build_address_symbolic): Replace uses of
13072         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13073         SYMBOL_NAME, and asm_demangle.
13074         Update copyright.
13075
13076 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13077
13078         * linespec.c (decode_compound): Extract code into
13079         lookup_prefix_sym.
13080         (lookup_prefix_sym): New function.
13081
13082 2003-02-04  David Carlton  <carlton@math.stanford.edu>
13083
13084         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13085         FLOAT_COERCION_BADNESS.
13086         * gdbtypes.c (rank_one_type): Replace all uses of
13087         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13088
13089 2003-02-04  Jim Blandy  <jimb@redhat.com>
13090
13091         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13092         section, let dwarf_macinfo_section point to it, not
13093         dwarf_loc_section.
13094
13095 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
13096
13097         Pointed out by Anton Blanchard <anton@samba.org>.
13098         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13099         (ppc_linux_at_sigtramp_return_path): Use it.
13100
13101 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
13102
13103         * defs.h (streq): Add prototype.
13104         * utils.c (streq): New function.
13105
13106         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13107         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13108         * mdebugread.c (new_symbol): Likewise.
13109         * stabsread.c (define_symbol): Likewise.
13110         * coffread.c (process_coff_symbol): Likewise.
13111         * dwarfread.c (new_symbol): Likewise.
13112
13113         * minsyms.c (prim_record_minimal_symbol_and_info): Use
13114         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
13115         here.
13116         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13117         SYMBOL_INIT_DEMANGLED_NAME.
13118         * objfiles.c: Include "hashtab.h".
13119         (allocate_objfile): Call htab_set_functions_ex for the
13120         demangled_names_hash.
13121         (free_objfile): Call htab_delete for the demangled_names_hash.
13122         * objfiles.h (struct htab): Add declaration.
13123         (struct objfile): Add demangled_names_hash.
13124         * symfile.c: Include "hashtab.h".
13125         (reread_symbols): Call htab_delete for the demangled_names_hash.
13126         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13127         SYMBOL_NAME in the bcache.
13128         * symtab.c: Include "hashtab.h".  Update comments.
13129         (create_demangled_names_hash, symbol_set_names): New functions.
13130         (symbol_find_demangled_name): New function, broken out from
13131         symbol_init_demangled_names.
13132         (symbol_init_demangled_names): Use it.
13133         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13134         (SYMBOL_SET_NAMES): New macro.
13135         (symbol_set_names): Add prototype.
13136
13137 2003-02-03  Jim Blandy  <jimb@redhat.com>
13138
13139         Use a single, consistent representation for an empty minimal
13140         symbol table in an objfile.
13141         * objfiles.c (terminate_minimal_symbol_table): New function.
13142         (allocate_objfile): Call it.
13143         * objfiles.h (terminate_minimal_symbol_table): New declaration.
13144         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13145         non-NULL.
13146         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13147         objfile has minimal symbols, compare minimal_symbol_count to zero,
13148         instead of comparing msymbols with NULL.
13149         * objfiles.c (have_minimal_symbols): Same.
13150         * solib-sunos.c (solib_add_common_symbols): Call
13151         terminate_minimal_symbol_table.
13152         * symfile.c (reread_symbols): Same.
13153
13154 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
13155
13156         * s390-tdep.c (s390_address_class_type_flags)
13157         (s390_address_class_type_flags_to_name)
13158         (s390_address_class_name_to_type_flags): New functions.
13159         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13160         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13161
13162 2003-02-03  Michael Snyder  <msnyder@redhat.com>
13163
13164         * arm-tdep.c: Fix spell-o in comment.
13165
13166 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
13167
13168         * dwarf2cfi.c (pointer_encoding): Added new parameter.
13169         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13170         error messages to contain BFD filename.
13171
13172 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
13173
13174         Fix PR gdb/742 gdb/743 gdb/877
13175         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13176         (do_mixed_source_and_assembly): Use
13177         make_cleanup_ui_out_tuple_begin_end and
13178         make_cleanup_ui_out_tuple_begin_end.
13179         (do_mixed_source_and_assembly): Ditto.
13180         * thread.c (do_captured_list_thread_ids): Ditto.
13181         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13182         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13183         ui_out_tuple_end): Delete prototypes.
13184         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13185         ui_out_list_end, ui_out_tuple_end): Delete.
13186
13187         From Kevin Buettner  <kevinb@redhat.com>:
13188         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13189         * ui-out.c (make_cleanup_ui_out_table_begin_end)
13190         (do_cleanup_table_end):  New functions.
13191         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13192         Use cleanups to invoke_ui_out_tuple_end().
13193         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13194         * cli/cli-setshow.c (cmd_show_list): Use
13195         make_cleanup_ui_out_tuple_begin_end.
13196
13197 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13198
13199         * frame.c (frame_unwind_register): New function.
13200         (frame_unwind_unsigned_register): Use.
13201         (frame_unwind_signed_register): Use.
13202         (frame_read_register): New function.
13203         * frame.h (frame_unwind_register): Declare.
13204         (frame_read_register): Declare.
13205
13206         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13207         and frame_unwind_register instead of read_memory, write_register
13208         and deprecated_write_register_bytes.
13209
13210 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13211
13212         * frame.h: Note that namelen can be negative.
13213         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13214         NAME's length.
13215
13216         * NEWS: Mention that the d10v's `regs' command is deprecated.
13217         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13218         (d10v_print_registers_info): New function.
13219         (show_regs): Call d10v_print_registers_info.
13220         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13221
13222 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
13223
13224         * stack.c (print_frame_info): Restore call to annotate_frame_begin
13225         lost in the previous patch.
13226
13227 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13228
13229         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13230         * stack.c (print_frame_info_base): Output complete FRAME tuple
13231         for synthesized frames.
13232
13233 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
13234
13235         * mips-nat.c (zerobuf): Delete.
13236         (fetch_inferior_registers): Alloc local zerobuf.
13237         (fetch_core_registers): Alloc local zerobuf.
13238         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13239         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13240         * thread-db.c (thread_db_store_registers): Ditto.
13241         * sh-tdep.c (sh_do_register): Ditto.
13242         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13243         * remote-sim.c (gdbsim_store_register): Ditto.
13244         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13245         * remote-e7000.c (fetch_regs_from_dump): Ditto.
13246         * monitor.c (monitor_supply_register): Ditto.
13247         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13248         * mips-nat.c (fetch_inferior_registers): Ditto.
13249         * m68klinux-nat.c (fetch_register): Ditto.
13250         * lynx-nat.c (fetch_inferior_registers): Ditto.
13251         (fetch_inferior_registers): Ditto.
13252         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13253         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13254         (hpux_thread_store_registers): Ditto.
13255         * hppah-nat.c (fetch_register): Ditto.
13256         * hppab-nat.c (fetch_register): Ditto.
13257         * hppa-tdep.c (pa_register_look_aside): Ditto.
13258         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13259         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13260
13261 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13262
13263         * gdbarch.sh: Explictly specify all method levels.  When a
13264         variable with an empty level, provide a non-multi-arch default.
13265         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13266         * gdbarch.h: Re-generate.
13267         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
13268         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13269
13270 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13271
13272         * defs.h (host_pointer_to_address): Delete declaration.
13273         (address_to_host_pointer): Delete declaration.
13274         * utils.c (host_pointer_to_address): Delete function.
13275         (address_to_host_pointer): Delete function.
13276         * procfs.c (procfs_address_to_host_pointer): New function.
13277         * procfs.c (proc_set_watchpoint): Use.
13278         (procfs_can_use_hw_breakpoint): Update comments.
13279         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13280         (som_solib_add): Use.
13281         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13282         * hppa-tdep.c (unwind_command): Use.
13283
13284 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13285
13286         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13287         strlen d_name.
13288
13289         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13290         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13291         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13292         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13293         (define_symbol): Update.
13294         * symfile.c (generic_load): Remove references to nindy.
13295         * symtab.c: Remove references to nindy.
13296
13297 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
13298
13299         * infcmd.c (print_float_info): Delete code conditional on
13300         FLOAT_INFO.
13301         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
13302         * config/m68k/nm-apollo68b.h: Ditto.
13303         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
13304         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13305         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13306
13307 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
13308
13309         * config/i386/tm-i386os9k.h: Removed.
13310
13311         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13312         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13313         they're identical to i[3456]86-*-sysv* now.
13314         * config/i386/i386v32.mh: Removed.
13315         * config/i386/xm-i386v32.h: Removed.
13316         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13317
13318         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13319
13320         * config/i386/i386dgux.mh: Removed.
13321         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13322
13323         * configure.in: Fix typo.
13324         * configure: Regenerated.
13325
13326 2003-01-31  David Carlton  <carlton@math.stanford.edu>
13327
13328         * dwarf2read.c (dwarf2_locate_sections): Set
13329         dwarf_ranges_section.
13330
13331 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
13332
13333         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13334         * utils.c: Update comments documenting legitimate uses of PTR.
13335
13336         * utils.c: Re-indent.
13337
13338         * config/djgpp/fnchange.lst: Delete nindy files.
13339         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13340         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13341         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13342         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13343         * nindy-share/README, nindy-share/Onindy.c: Delete files.
13344         * nindy-tdep.c, nindy-share/Makefile: Delete files.
13345         * Makefile.in (init.c): Remove nindy references.
13346         (saber_gdb): Delete rule.
13347         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13348         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13349         and a68v-nat.c.
13350         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13351         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13352         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13353         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13354         nindy-share/stop.h.
13355         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13356         * saber.suppress: Delete file.
13357
13358 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
13359
13360         * dbxread.c (stabs_data): New static variable.
13361         (fill_symbuf): Support an in-memory buffer for stabs data.
13362         (stabs_seek): New function.
13363         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13364         (read_ofile_symtab): Use stabs_seek.
13365         (elfstab_build_psymtabs): Take an asection* instead of
13366         an offset and size.  Relocate the stabs data if necessary.
13367         Save the section* for dbx_psymtab_to_symtab.
13368         * dwarf2read.c: Add section variables for each debug section.
13369         (dwarf2_locate_sections): Fill them in.
13370         (dwarf2_read_section): Take an asection* argument.
13371         Relocate the section contents if necessary.
13372         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13373         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13374         it to dwarf2_read_section.
13375         (dwarf2_build_frame_info): Update callers.
13376         * elfread.c (elf_symfile_read): Update call to
13377         elfstab_build_psymtabs.
13378         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13379         (DBX_STAB_SECTION): New macro.
13380         * stabsread.h (elfstab_build_psymtabs): Update prototype.
13381         * symfile.c (symfile_dummy_outputs): New function.
13382         (symfile_relocate_debug_section): New function.
13383         * symfile.h (symfile_relocate_debug_section): Add prototype.
13384
13385 2003-01-31  Richard Henderson  <rth@redhat.com>
13386
13387         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13388         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
13389         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13390         * alpha-tdep.c (alpha_register_name): Add "unique".
13391         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13392         (ALPHA_UNIQUE_REGNUM): New.
13393         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13394
13395 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
13396
13397         * README: Remove reference to Ericsson 1800 monitor.
13398         * Makefile.in (remote-es.o): Delete rule.
13399         (ALLDEPFILES): Delete remote-es.c.
13400         * remote-es.c: Delete file.
13401         * config/m68k/es1800.mt: Delete file.
13402         * config/djgpp/fnchange.lst: Update.
13403         * configure.tgt: Delete m68*-ericsson-* target.
13404
13405 2003-01-31  Adam Fedor  <fedor@gnu.org>
13406
13407         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13408         Remove duplicate/shadowing variable of same name.
13409
13410 2003-01-30  Jim Blandy  <jimb@redhat.com>
13411
13412         * symfile.c (find_separate_debug_file): Assert that the objfile's
13413         directory name we compute ends with a slash, and then assume that
13414         that's so everywhere we use it.
13415
13416 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
13417
13418         * valops.c (value_assign): Flush frame cache after stores to memory
13419         also.
13420
13421 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
13422
13423         * Makefile.in (mon960-rom.o): Delete rule.
13424         * mon960-rom.c: Delete file.
13425
13426 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
13427
13428         * d10v-tdep.c: Include "frame-unwind.h".
13429         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13430         list.
13431         (next_addr, uses_frame): Delete.
13432         (struct d10v_unwind_cache): Define.
13433         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13434         Use info instead of next_addr and uses_frame globals.
13435         (d10v_frame_init_saved_regs): Delete function.
13436         (d10v_init_extra_frame_info): Delete function.
13437         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13438         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13439         init_frame_pc or frame_saved_pc.
13440         (d10v_pop_frame): Delete function.
13441         (do_d10v_pop_frame): Delete function.
13442         (d10v_frame_chain): Delete function.
13443         (d10v_frame_chain_valid): Delete function.
13444         (d10v_frame_pc_unwind): New function.
13445         (d10v_frame_id_unwind): New function.
13446         (saved_regs_unwinder): New function.
13447         (d10v_frame_register_unwind): New function.
13448         (d10v_frame_pop): New function.
13449         (d10v_frame_unwind): New variable.
13450         (d10v_frame_p): New function.
13451         (d10v_frame_saved_pc): Delete function.
13452         * Makefile.in (d10v-tdep.o): Update dependencies.
13453
13454 2003-01-30  J. Brobecker  <brobecker@gnat.com>
13455
13456         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13457         causing some regressions due to a change in the default value
13458         for this macro.
13459
13460 2003-01-29  Richard Henderson  <rth@redhat.com>
13461             Elena Zannoni  <ezannoni@redhat.com>
13462             Daniel Jacobowitz  <drow@mvista.com>
13463
13464         Fix PR gdb/961.
13465         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
13466         variables.
13467         (RANGES_SECTION): New.
13468         (dwarf_ranges_buffer): New variable.
13469         (struct comp_unit_head): Add member "die".
13470         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13471         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13472         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13473         (dwarf2_locate_sections): Likewise.
13474         (dwarf2_build_psymtabs): Read .debug_ranges.
13475         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13476         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
13477         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13478         Look for DW_AT_ranges and return the bounding box.
13479
13480 2003-01-29  Brian Ford <ford@vss.fsi.com>
13481
13482         * win32-nat.c (cygwin_pid): Removed as unused.
13483         (child_attach): Try fall back to Cygwin pid.
13484
13485 2003-01-29  Jim Blandy  <jimb@redhat.com>
13486
13487         * objfiles.h (struct objfile): Doc fix.
13488
13489 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
13490
13491         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13492         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13493         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13494         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13495         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13496         (FRAME_SAVED_PC): Change to a function with predicate.
13497         * gdbarch.h, gdbarch.c: Re-generate.
13498
13499 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
13500
13501         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13502
13503         * complaints.c (complain): Delete function.
13504         * complaints.h (struct deprecated_complaint): Delete definition.
13505         (complain): Delete declaration.
13506
13507 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
13508
13509         * mips-tdep.c (mips_init_extra_frame_info): Return early for
13510         dummy frames.
13511
13512 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
13513
13514         * sentinel-frame.h, sentinel-frame.c: New files.
13515         * Makefile.in (frame.o): Update dependencies.
13516         (SFILES): Add sentinel-frame.c.
13517         (sentinel_frame_h): Define.
13518         (COMMON_OBS): Add sentinel-frame.o.
13519         (sentinel-frame.o): Specify dependencies.
13520         * frame.c: Include "sentinel-frame.h".
13521         (frame_register_unwind): Rewrite assuming that there is always a a
13522         ->next frame.
13523         (frame_register, generic_unwind_get_saved_register): Ditto.
13524         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13525         (create_sentinel_frame, unwind_to_current_frame): New functions.
13526         (get_current_frame): Rewrite using create_sentinel_frame and
13527         unwind_to_current_frame.  When possible, always create a frame.
13528         (create_new_frame): Set next to the sentinel frame.
13529         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
13530         (deprecated_update_frame_pc_hack): Update the next frame's PC and
13531         ID cache when necessary.
13532         (frame_saved_regs_id_unwind): Use frame_relative_level.
13533         (deprecated_generic_get_saved_register): Use frame_relative_level,
13534         get_frame_saved_regs, get_frame_pc, get_frame_base and
13535         get_next_frame.
13536         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13537         frame_register.
13538
13539 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
13540
13541         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13542
13543 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
13544
13545         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13546         (maintenance_set_profile_cmd): Use error () instead of warning ().
13547
13548 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
13549
13550         * configure.in: Check that -pg works if using --enable-profiling.
13551         Check for monstartup and _mcleanup regardless of --enable-profiling.
13552         * maint.c: Check for monstartup and _mcleanup before using them.
13553         * config.in: Regenerated.
13554         * configure: Regenerated.
13555
13556 2003-01-24  Nick Clifton  <nickc@redhat.com>
13557
13558         * Add sh2e support:
13559
13560         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
13561
13562                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13563                 (sh2e_show_regs): New.
13564                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13565                 * config/sh/tm-sh.h: Added sh2e to comments.
13566
13567 2003-01-23  Jim Blandy  <jimb@redhat.com>
13568
13569         * symfile.c (syms_from_objfile): Don't print the "(no debugging
13570         symbols found)" message here; we haven't checked for a separate
13571         debug info file yet, so we don't know yet.
13572         (symbol_file_add_with_addrs_or_offsets): Print it here, after
13573         we've looked everywhere.  Also, there's no need to print a special
13574         message when we're loading the separate debug info file: the one
13575         symbol_file_add prints is fine.
13576
13577 2003-01-23  Alexander Larsson <alexl@redhat.com>
13578             Jim Blandy  <jimb@redhat.com>
13579
13580         Add support for executables whose debug info has been separated
13581         out into a separate file, leaving only a link behind.
13582         * objfiles.h (struct objfile): New fields: separate_debug_objfile
13583         and separate_debug_objfile_backlink.
13584         (put_objfile_before): New declaration.
13585         * symfile.c: #include "filenames.h".
13586         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13587         debug info in a separate file, read that, too. Save the addrs
13588         argument, so we can use it again to read the separated debug info;
13589         syms_from_objfile modifies the table we pass it.
13590         (reread_symbols): After re-reading an objfile, call
13591         reread_separate_symbols to refresh its separate debug info
13592         objfile, if it has one.
13593         (reread_separate_symbols, find_separate_debug_file,
13594         get_debug_link_info, separate_debug_file_exists): New functions.
13595         (debug_file_directory): New global var.
13596         (_initialize_symfile): Initialize debug_file_directory, and
13597         provide the new `set debug-file-directory' command to let the user
13598         change it.
13599         * objfiles.c (free_objfile): If this objfile has its debug info in
13600         a separate objfile, free that one too.  If this is itself a
13601         separate debug info objfile, clear our parent's backlink.
13602         (put_objfile_before): New function.
13603         * utils.c (gnu_debuglink_crc32): New function.
13604         * defs.h (gnu_debuglink_crc32): New declaration.
13605         * Makefile.in (symfile.o): Note dependency on "filenames.h".
13606         * configure.in: Handle --with-separate-debug-dir config option.
13607         * acinclude.m4 (AC_DEFINE_DIR): New macro.
13608         * acconfig.h (DEBUGDIR): New macro.
13609         * configure, aclocal.m4, config.in: Regenerated.
13610
13611 2003-01-22  Jim Blandy  <jimb@redhat.com>
13612
13613         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13614         like the old symbol_file_add, but taking new arguments: you can
13615         now pass in either a `struct section_addr_info' list to say where
13616         each section is loaded, or a `struct section_offsets' table.  Pass
13617         these new arguments through to syms_from_objfile as appropriate.
13618         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13619         with the appropriate quiescent values for the new arguments.
13620
13621         * symfile.c: #include "gdb_assert.h".
13622         (syms_from_objfile): Add the ability to pass in a section offset
13623         table directly, as an alternative to the section_addr_info table.
13624         Document arguments better.
13625         (symbol_file_add): Pass extra arguments to syms_from_objfile.
13626         * symfile.h (syms_from_objfile): Update declaration.
13627         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13628         syms_from_objfile.
13629         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13630
13631 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
13632
13633         Original patch by Tom Tromey <tromey@cygnus.com> and
13634         Jason Molenda <jmolenda@apple.com>.
13635         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13636         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13637         * NEWS: Mention profiling.
13638         * configure.in (--enable-gdbtk): Fix typo.
13639         (--enable-profiling): New.  Set PROFILE_CFLAGS.
13640         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13641         Fill in function.
13642         (profiling_state): New variable.
13643         (mcleanup_wrapper): New function.
13644         (_initialize_maint): Remove NOTYET, fix call to
13645         add_setshow_boolean_cmd for "maint set profile".
13646         * configure: Regenerated.
13647
13648 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
13649
13650         * Makefile.in (install-gdbtk): Install PNG images too.
13651
13652 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
13653
13654         * exec.c (text_start): Delete global variable.
13655         (exec_file_attach): Make text_start local to the function.
13656         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13657         * valops.c (hand_function_call): Delete code that handles
13658         BEFORE_TEXT_END and AFTER_TEXT_END.
13659         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13660         of CALL_DUMMY_LOCATION.
13661         * gdbarch.c: Regenerate.
13662         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13663         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13664         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13665         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13666         (text_end): Delete extern declaration.
13667
13668 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
13669
13670         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13671         * blockframe.c (backtrace_below_main): Move to "frame.c".
13672         (frame_chain_valid): Delete check for backtrace_below_main.
13673         (_initialize_blockframe): Delete initialization, move ``set
13674         backtrace-below-main'' command to "frame.c".
13675         (do_flush_frames_sfunc): Delete function.
13676         * frame.c: Include "command.h" and "gdbcmd.h".
13677         (frame_type_from_pc): New function.
13678         (create_new_frame): Use frame_type_from_pc.
13679         (legacy_get_prev_frame): New function.
13680         (get_prev_frame): Rewrite.  When an old style frame, call
13681         legacy_get_prev_frame.  Otherwize, unwind the PC first.
13682         (_initialize_frame): Add ``set backtrace-below-main'' command.
13683         * Makefile.in (frame.o): Update dependencies.
13684
13685 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
13686
13687         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13688         DEPRECATED_REGISTERS_INFO.
13689
13690 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
13691
13692         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13693         Maintainers'.  Update `Various Maintainers'.
13694
13695 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
13696
13697         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13698         * gdbarch.sh (POP_FRAME): Change to function with predicate.
13699         Suppress actual parameters when `-'.
13700         * gdbarch.h, gdbarch.c: Regenerate.
13701
13702 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
13703
13704         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13705         code handling dummy frames.
13706
13707 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
13708
13709         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13710         (struct frame_unwind): Add field pop.
13711         * frame.h (frame_pop): Declare.
13712         * frame.c (frame_saved_regs_pop): New function.
13713         (trad_frame_unwinder): Add frame_saved_regs_pop.
13714         (frame_pop): New function.
13715         * dummy-frame.c (dummy_frame_pop): New function.
13716         (discard_innermost_dummy): New function.
13717         (generic_pop_dummy_frame): Use discard_innermost_dummy.
13718         (dummy_frame_unwind): Add dummy_frame_pop.
13719         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13720         * valops.c (hand_function_call): Ditto.
13721         * stack.c (return_command): Ditto.
13722
13723 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
13724
13725         * cris-tdep.c: Fix function declaration indentation.
13726         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13727         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13728         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13729         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13730         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13731         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13732
13733 2003-01-18  Michael Chastain  <mec@shout.net>
13734
13735         * README (Unpacking and Installation -- quick overview):
13736         Warn against ".../gdb-5.3/gdb/configure".
13737
13738 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
13739
13740         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13741         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13742         (struct frame_unwind): Declare opaque.
13743         (dummy_frame_p): Declare function.
13744         * dummy-frame.c (dummy_frame_id_unwind): Make static.
13745         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13746         * dummy-frame.c: Include "frame-unwind.h".
13747         (dummy_frame_p): New function.
13748         (dummy_frame_unwind): New variable.
13749         * frame.c: Include "frame-unwind.h".
13750         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13751         to use the new unwind field.
13752         (set_unwind_by_pc): Delete function.
13753         (create_new_frame, get_prev_frame): Set unwind field using
13754         frame_unwind_find_by_pc.
13755         (trad_frame_unwind, trad_frame_unwinder): New variables.
13756         * frame.h (trad_frame_unwind): Declare variable.
13757         (frame_id_unwind_ftype): Delete declaration.
13758         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13759         (struct frame_unwind): Declare opaque.
13760         (struct frame_info): Replace the fields id_unwind, pc_unwind and
13761         register_unwind with a single unwind pointer.
13762         * frame-unwind.h, frame-unwind.c: New files.
13763         * Makefile.in (SFILES): Add frame-unwind.c.
13764         (frame_unwind_h): Define.
13765         (COMMON_OBS): Add frame-unwind.o.
13766         (frame-unwind.o): Specify dependencies.
13767         (frame.o, dummy-frame.o): Update dependencies.
13768
13769 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
13770
13771         * ada-valprint.c: Eliminate PTR.
13772         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13773         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13774         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13775         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13776         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13777         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13778         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13779
13780 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
13781
13782         * main.c (captured_main): Don't use PTR.
13783         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13784         * gdbtypes.c (lookup_primitive_typename): Ditto.
13785         (lookup_struct_elt_type): Ditto.
13786         * f-valprint.c (info_common_command): Ditto.
13787         (list_all_visible_commons): Ditto.
13788         * jv-typeprint.c (java_type_print_base): Ditto.
13789
13790         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13791         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13792         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
13793         i386-interix-nat.c and i386-interix-tdep.c.  Rename
13794         m68klinux-nat.c and m68klinux-tdep.c.  Rename
13795         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
13796         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
13797         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13798         * main.c (captured_main): Use xfree, not free.
13799
13800 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
13801
13802         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13803         ID back using a parameter.
13804         * frame.c (frame_id_unwind): Update call.
13805         (frame_saved_regs_id_unwind): Update.
13806         * dummy-frame.c (dummy_frame_id_unwind): Update function.
13807         * dummy-frame.h (struct frame_id): Add opaque declaration.
13808         (dummy_frame_id_unwind): Update declaration.
13809
13810 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
13811
13812         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13813
13814 2003-01-15  Stephen P. Smith <ischis2@cox.net>
13815
13816         * MAINTAINERS (Stephen P. Smith): Updated email address.
13817
13818 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
13819
13820         Fix PR gdb/898
13821         * breakpoint.c (until_break_command): Add new argument.  Use it to
13822         decide whether to stop only at the current frame or not.
13823         * breakpoint.h (until_break_command): Update prototype.
13824         * infcmd.c (until_command): Add new argument to until_break_command
13825         call.
13826         (advance_command): New function.
13827         (_initialize_infcmd): Update help string for 'until' command.
13828         Add new 'advance' command.
13829
13830 2003-01-14  David Carlton  <carlton@math.stanford.edu>
13831
13832         * linespec.c (decode_line_1): Normalize comments.
13833         (set_flags): Ditto.
13834         (locate_first_half): Ditto.
13835         (decode_compound): Ditto.
13836         (symtab_from_filename): Ditto.
13837         (decode_all_digits): Ditto.
13838         (decode_dollar): Ditto.
13839         (find_methods): Ditto.
13840         (find_toplevel_char): Ditto.
13841
13842 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13843
13844         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13845         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13846         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13847         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13848         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13849         * language.c, language.h, m32r-tdep.c: Update copyright.
13850         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13851         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13852         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13853         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13854         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13855         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13856
13857 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
13858
13859         * stabsread.h (process_later, resolve_cfront_continuation):
13860         Obsolete.
13861         Update copyright years.
13862         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13863         Update copyright year.
13864         * dbxread.c(struct cont_elem): Obsolete.
13865         (process_later, process_now): Obsolete functions.
13866         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13867         Update copyright year.
13868         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13869         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13870         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13871         (parse_partial_symbols): Obsolete cfront support.
13872         * stabsread.c
13873         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13874         macros.
13875         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13876         read_cfront_baseclasses, read_cfront_member_functions,
13877         resolve_cfront_continuation,read_cfront_static_fields,
13878         copy_cfront_struct_fields): Obsolete functions.
13879         (define_symbol, read_one_struct_field): Obsolete cfront support.
13880         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13881         Update Copyright year.
13882
13883 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
13884
13885         * stack.c (print_frame_info, print_stack_frame_base_stub,
13886         print_stack_frame_base, show_and_print_stack_frame_stub,
13887         show_and_print_stack_frame, print_only_stack_frame_stub,
13888         print_only_stack_frame): Delete functions.
13889         (print_stack_frame_stub): Call print_frame_info instead of
13890         print_frame_info_base.
13891         (print_frame_info_base): Rename to print_frame_info.
13892         (backtrace_command_1): Call print_frame_info, instead of
13893         print_frame_info_base.
13894         (current_frame_command): Call print_stack_frame, instead of
13895         print_only_stack_frame.
13896         (frame_command): Call print_stack_frame, instead of
13897         show_and_print_stack_frame.
13898         (up_command): Ditto.
13899         (down_command): Ditto.
13900         * frame.h (print_only_stack_frame): Delete prototype.
13901         * infrun.c (normal_stop): Call print_stack_frame, instead of
13902         show_and_print_stack_frame.
13903         * thread.c (info_threads_command): Call print_stack_frame, instead
13904         of print_only_stack_frame.
13905
13906 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13907
13908         * README (Graphical interface to GDB): Update URL.  Point at
13909         gdb/links/.
13910
13911         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
13912         version match.
13913
13914 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13915
13916         * symtab.c (find_pc_sect_line): Don't consider end-of-function
13917         lines.
13918
13919 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13920
13921         * thread-db.c (attach_thread): Prototype.
13922         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
13923         thread information (ti), and valid flags (th_valid, ti_valid).
13924         (attach_thread): Move target_pid_to_str call to after the thread
13925         is added to GDB's list.  Initialize the cache.
13926         (thread_get_info_callback, thread_db_map_id2thr)
13927         (thread_db_get_info): New functions.
13928         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13929         (thread_db_store_registers, thread_db_thread_alive)
13930         (thread_db_get_thread_local_address): Use them.
13931         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
13932         of calling error() for threads in unknown state.
13933
13934         (clear_lwpid_callback): New function.
13935         (thread_db_resume): Use it to clear the cache.
13936
13937 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13938
13939         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13940         (resume_callback): Remove dead code.
13941
13942 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13943
13944         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13945         predicate.
13946         * gdbarch.h, gdbarch.c: Regenerate.
13947         * stack.c (frame_info): Only initialize the saved registers when
13948         FRAME_INIT_SAVED_REGS_P.
13949         * frame.c (frame_saved_regs_register_unwind): Assert
13950         FRAME_INIT_SAVED_REGS_P.
13951         (deprecated_generic_get_saved_register): Ditto.
13952
13953 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13954
13955         * source.c (openp): Squelch warning about "filename".
13956
13957 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13958
13959         * source.c (openp): If the file does not exist don't necessarily
13960         search the path.
13961
13962 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13963
13964         Fix PR gdb/872.
13965         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13966         (integer_types_same_name_p): New function.
13967         (rank_one_type): Use it.
13968         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13969
13970 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13971
13972         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13973         variables.
13974         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13975         * configure.in: Add --with-sysroot.
13976         * configure: Regenerated.
13977         * main.c (gdb_sysroot): New variable.
13978         (captured_main): Initialize gdb_sysroot.
13979         * defs.h (gdb_sysroot): New extern declaration.
13980         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13981
13982 2003-01-12  Michael Chastain  <mec@shout.net>
13983
13984         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13985
13986 2003-01-12  Michael Chastain  <mec@shout.net>
13987
13988         * top.c (print_gdb_version): Bump copyright year to 2003.
13989
13990 2003-01-12  David Carlton  <carlton@bactrian.org>
13991
13992         * linespec.c (symtab_from_filename): Rename variable 's' to
13993         'file_symtab'.
13994
13995 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
13996
13997         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13998         dummy frame.
13999         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14000
14001 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
14002
14003         * d10v-tdep.c: Include "gdb_assert.h".
14004         (d10v_store_return_value): Rewrite to match current interface.
14005         (d10v_extract_struct_value_address): Ditto.
14006         (d10v_extract_return_value): Ditto.
14007         (d10v_gdbarch_init): Set store_restore_value,
14008         extract_struct_value_address and extract_return_value.
14009
14010 2003-01-12  J. Brobecker  <brobecker@gnat.com>
14011
14012         * hpread.c (set_namestring): New procedure replacing the
14013         SET_NAMESTRING macro.
14014         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14015         by calls to set_namestring.
14016
14017 2003-01-11  J. Brobecker  <brobecker@gnat.com>
14018
14019         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14020         a compilation warning.
14021         (hpread_process_one_debug_symbol): Likewise.
14022
14023 2003-01-10  David Carlton  <carlton@math.stanford.edu>
14024
14025         * linespec.c (decode_line_1): Rename variable 's' to
14026         'file_symtab'.
14027         (decode_all_digits): Rename argument 's' to 'file_symtab'.
14028         (decode_dollar): Ditto.
14029         (decode_variable): Ditto.
14030         (symbol_found): Ditto.
14031
14032 2003-01-09  Michael Chastain  <mec@shout.net>
14033
14034         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14035
14036 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
14037
14038         * win32-nat.c (set_process_privilege): New function.
14039         (child_attach): Call set_process_privilege() to enable the
14040         SE_DEBUG_NAME user privilege if available in process token.
14041
14042 2003-01-10  J. Brobecker  <brobecker@gnat.com>
14043
14044         * hpread.c (hpread_process_one_debug_symbol): Fix a small
14045         compilation error in the previous revision.
14046
14047 2003-01-09  David Carlton  <carlton@math.stanford.edu>
14048
14049         * linespec.c: Update copyright.
14050
14051 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
14052
14053         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14054         than inferior_ptid.
14055         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14056
14057 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
14058
14059         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14060         Update comments.
14061         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14062         (frame_saved_regs_zalloc): Update.
14063         (frame_saved_regs_register_unwind): Update.
14064         (create_new_frame): Update.
14065         (get_prev_frame): Update.
14066         (frame_extra_info_zalloc): Update.
14067         (deprecated_get_frame_saved_regs): Update.
14068         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14069         * cris-tdep.c: Update comment.
14070
14071         * somsolib.h: Fix function indentation.
14072         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14073         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14074         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14075         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14076         * somsolib.c, inftarg.c: Remove assignment in if conditional.
14077
14078         * infrun.c (follow_fork): Use ISO C definition.
14079         * expprint.c (print_subexp): Use xfree instead of free.
14080         * charset.c: Include "gdb_string.h" instead of <string.h>.
14081         (register_iconv_charsets): Use ISO C definition.
14082         (host_charset, target_charset): Ditto.
14083         * Makefile.in (charset.o): Update dependencies.
14084         (mi-cmd-env.o): Update dependencies.
14085
14086 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14087
14088         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14089         get_frame_base.
14090
14091 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14092
14093         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
14094         build directories.  Save edited gdb output in Mbuild.log.  If a
14095         build fails, remove any final GDB executable.
14096
14097 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14098
14099         * gdb_mbuild.sh: Edit the output of `maint print architecture'
14100         replacing hex constants with function names and stripping leading
14101         file name directory prefixes.
14102
14103 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14104
14105         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14106         get_frame_base.
14107
14108 2003-01-08  David Carlton  <carlton@math.stanford.edu>
14109
14110         * linespec.c (decode_line_1): Move code into decode_variable.
14111         (decode_variable): New function.
14112
14113 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
14114
14115         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14116
14117 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14118
14119         * cris-tdep.c (cris_frame_init_saved_regs): Use
14120         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14121         saved_regs buffer.
14122         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14123         (sh64_nofp_frame_init_saved_regs): Ditto.
14124         (sh_fp_frame_init_saved_regs): Ditto.
14125         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14126         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14127         * mcore-tdep.c (analyze_dummy_frame): Ditto.
14128         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14129
14130 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
14131
14132         * minsyms.c (lookup_minimal_symbol): Update comment.
14133         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
14134         (lookup_minimal_symbol_solib_trampoline): Likewise.
14135
14136 2003-01-08  Andrew Cagney  <cagney@redhat.com>
14137
14138         * d10v-tdep.c (d10v_init_extra_frame_info): Use
14139         frame_relative_level.
14140
14141         * alpha-tdep.c: Use get_frame_extra_info.
14142         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14143         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14144         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14145         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14146
14147         * alpha-tdep.c: Use get_next_frame.
14148         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14149         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14150         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14151         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14152         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14153         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14154         * xstormy16-tdep.c: Ditto.
14155
14156 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14157
14158         * alpha-tdep.c: Use get_frame_base.
14159         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14160         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14161         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14162         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14163         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14164         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14165         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14166         * config/sparc/tm-sparc.h: Ditto.
14167
14168 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14169
14170         * frame.c (deprecated_get_frame_context): New function.
14171         (deprecated_set_frame_context): New function.
14172         * frame.h (deprecated_get_frame_context): Declare.
14173         (deprecated_set_frame_context): Declare.
14174         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14175         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14176
14177 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14178
14179         * frame.c (deprecated_set_frame_next_hack): New function.
14180         (deprecated_set_frame_prev_hack): New function.
14181         * frame.h (deprecated_set_frame_next_hack): Declare.
14182         (deprecated_set_frame_prev_hack): Declare.
14183         * mcore-tdep.c (analyze_dummy_frame): Use
14184         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14185         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14186
14187 2003-01-07  David Carlton  <carlton@math.stanford.edu>
14188
14189         * linespec.c (decode_line_1): Move code into decode_dollar.
14190         (decode_dollar): New function.
14191
14192 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14193
14194         * arm-tdep.c (arm_init_extra_frame_info): Use
14195         deprecated_update_frame_base_hack.
14196         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14197         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14198         (fix_frame_pointer): Ditto.
14199         (mn10300_analyze_prologue): Ditto.
14200
14201 2003-01-07  Andrew Cagney  <cagney@redhat.com>
14202
14203         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14204         extra_info using frame_extra_info_zalloc.
14205         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14206         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14207         (sh64_init_extra_frame_info): Ditto.
14208         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14209         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14210         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14211         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14212         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14213         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14214         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14215         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14216         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14217         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14218         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14219         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14220
14221         * mn10300-tdep.c (analyze_dummy_frame): Use
14222         deprecated_set_frame_extra_info_hack.
14223         * mcore-tdep.c (analyze_dummy_frame): Ditto.
14224
14225 2003-01-07  J. Brobecker  <brobecker@gnat.com>
14226
14227         * mdebugread.c (parse_symbol): Skip stProc entries which storage
14228         class is not scText. These do not define "real" procedures.
14229         (parse_partial_symbols): Likewise.
14230
14231 2003-01-06  Michael Snyder  <msnyder@redhat.com>
14232
14233         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14234
14235 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
14236
14237         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14238         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14239         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14240         deprecated_frame_xmalloc_with_cleanup.
14241         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14242         deprecated_frame_xmalloc.
14243         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14244         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14245
14246 2003-01-06  Andrew Cagney  <cagney@redhat.com>
14247
14248         * x86-64-linux-tdep.c: Include "osabi.h".
14249         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14250
14251         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14252
14253 2003-01-06  Andrew Cagney  <cagney@redhat.com>
14254
14255         * MAINTAINERS (Target Instruction Set Architectures): Update
14256         arm-elf.  Can be built with -Werror, has been multiarched.
14257
14258         * value.h (unpack_long): Make buffer parameter constant.
14259         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14260         * scm-lang.h (scm_parse): Ditto.
14261         * defs.h (extract_typed_address, extract_address): Ditto.
14262         (extract_long_unsigned_integer): Ditto.
14263         * inferior.h (unsigned_pointer_to_address): Ditto.
14264         (signed_pointer_to_address): Ditto.
14265         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14266         * gdbarch.h, gdbarch.c: Regenerate.
14267         * findvar.c (extract_long_unsigned_integer): Update.
14268         (extract_address): Update.
14269         (extract_typed_address): Update.
14270         (unsigned_pointer_to_address): Update.
14271         * values.c (unpack_long): Update.
14272         (unpack_double): Update.
14273         (unpack_pointer): Update.
14274         (unpack_field_as_long): Update.
14275         * d10v-tdep.c (d10v_pointer_to_address): Update.
14276         * avr-tdep.c (avr_pointer_to_address): Update.
14277         * scm-lang.c (scm_unpack): Update.
14278         * findvar.c (signed_pointer_to_address): Update.
14279
14280 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
14281
14282         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14283         since it is in i386-tdep.c.
14284
14285 2003-01-06  J. Brobecker  <brobecker@gnat.com>
14286
14287         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14288         failure introduced in the previous change.
14289
14290 2003-01-05  Michael Chastain  <mec@shout.net>
14291
14292         * README: Remove references to deleted remote-*.c files:
14293         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14294         remote-nrom.c, remote-os9k.c, remote-udi.c.
14295
14296 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
14297
14298         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14299         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14300         i386_get_longjmp_target.
14301
14302 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
14303
14304         * arm-tdep.c (prologue_cache): Change to a pointer.
14305         (_initialize_arm_tdep): Allocate prologue_cache.
14306         (check_prologue_cache): Update.
14307         (save_prologue_cache): Update.
14308         (arm_gdbarch_init): Update.
14309
14310 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14311
14312         * stabsread.c (update_method_name_from_physname): Call complaint()
14313         instead of error.
14314
14315 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14316
14317         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
14318         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14319         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14320
14321         * blockframe.c: Include "gdbcmd.h" and "command.h".
14322         (backtrace_below_main): New variable.
14323         (file_frame_chain_valid, func_frame_chain_valid)
14324         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14325         (generic_func_frame_chain_valid): Remove functions.
14326         (frame_chain_valid, do_flush_frames_sfunc): New functions.
14327         (_initialize_blockframe): New function.
14328         * Makefile.in (blockframe.o): Update dependencies.
14329         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14330         comment.  Call frame_chain_valid ().
14331         * frame.h: Remove old prototypes.  Add prototype for
14332         frame_chain_valid and update comments to match.
14333         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14334         Remove old comment.
14335         * gdbarch.h: Regenerated.
14336         * gdbarch.c: Regenerated.
14337
14338         * alpha-tdep.c (alpha_gdbarch_init): Don't call
14339         set_gdbarch_frame_chain_valid.
14340         * avr-tdep.c (avr_gdbarch_init): Likewise.
14341         * cris-tdep.c (cris_gdbarch_init): Likewise.
14342         * frv-tdep.c (frv_gdbarch_init): Likewise.
14343         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14344         * i386-tdep.c (i386_svr4_init_abi): Likewise.
14345         (i386_nw_init_abi): Likewise.
14346         (i386_gdbarch_init): Likewise.
14347         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14348         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14349         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14350         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14351         * mips-tdep.c (mips_gdbarch_init): Likewise.
14352         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14353         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14354         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14355         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14356         * s390-tdep.c (s390_gdbarch_init): Likewise.
14357         * sh-tdep.c (sh_gdbarch_init): Likewise.
14358         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14359         * v850-tdep.c (v850_gdbarch_init): Likewise.
14360         * vax-tdep.c (vax_gdbarch_init): Likewise.
14361         * x86-64-tdep.c (x86_64_init_abi): Likewise.
14362
14363         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14364         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14365         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14366         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14367         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14368         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14369         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14370         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14371
14372 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
14373
14374         * Makefile.in (acconfig_h): Remove incorrect macro.
14375         (config_h): Define.
14376         (osabi.o): Update dependencies.
14377         * configure.tgt: Set gdb_osabi based on target triplet.
14378         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14379         * configure: Regenerated.
14380         * config.in: Regenerated.
14381         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14382         (GDB_OSABI_DEFAULT): Define if not already defined.
14383         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14384         (set_osabi_string): New variables.
14385         (gdbarch_register_osabi): Add new OS ABI to
14386         gdb_osabi_available_names.
14387         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14388         (set_osabi, show_osabi): New functions.
14389         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14390
14391 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14392
14393         * arch-utils.c (gdbarch_info_init): Set osabi to
14394         GDB_OSABI_UNINITIALIZED.
14395         * gdbarch.sh: Add osabi to struct gdbarch and to struct
14396         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
14397         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14398         * gdbarch.c: Regenerated.
14399         * gdbarch.h: Regenerated.
14400         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14401         there's no BFD.
14402         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14403         * osabi.h (enum gdb_osabi): Move to defs.h.
14404         (gdbarch_init_osabi): Update prototype.
14405         * defs.h (enum gdb_osabi): Moved here.
14406         * Makefile.in: Update dependencies.
14407
14408         * alpha-tdep.h: Don't include "osabi.h".
14409         (struct gdbarch_tdep): Remove osabi member.
14410         * alpha-tdep.c: Include "osabi.h".
14411         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14412         iterate over arches.  Update call to gdbarch_init_osabi.
14413         (alpha_dump_tdep): Don't dump osabi.
14414         * alpha-linux-tdep.c: Include "osabi.h".
14415         * alpha-osf1-tdep.c: Include "osabi.h".
14416         * alphafbsd-tdep.c: Include "osabi.h".
14417         * alphanbsd-tdep.c: Include "osabi.h".
14418
14419         * arm-tdep.h: Don't include "osabi.h".
14420         (struct gdbarch_tdep): Remove osabi member.
14421         * arm-tdep.c: Include "osabi.h".
14422         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14423         iterate over arches.  Update call to gdbarch_init_osabi.
14424         (arm_dump_tdep): Don't dump osabi.
14425         * arm-linux-tdep.c: Include "osabi.h".
14426         * armnbsd-tdep.c: Include "osabi.h".
14427
14428         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14429         Update call to gdbarch_init_osabi.
14430
14431         * i386-tdep.h: Don't include "osabi.h".
14432         (struct gdbarch_tdep): Remove osabi member.
14433         * i386-tdep.c: Include "osabi.h".
14434         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14435         iterate over arches.  Update call to gdbarch_init_osabi.
14436         (i386_dump_tdep): Don't dump osabi.
14437         * i386-linux-tdep.c: Include "osabi.h".
14438         * i386-sol2-tdep.c: Include "osabi.h".
14439         * i386bsd-tdep.c: Include "osabi.h".
14440         * i386gnu-tdep.c: Include "osabi.h".
14441         * i386ly-tdep.c: Include "osabi.h".
14442         * i386nbsd-tdep.c: Include "osabi.h".
14443         * i386obsd-tdep.c: Include "osabi.h".
14444
14445         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14446         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14447         check osabi when iterating over arches.  Update call to
14448         gdbarch_init_osabi.
14449         (mips_dump_tdep): Don't dump osabi.
14450
14451         * ns32k-tdep.h: Don't include "osabi.h".
14452         (struct gdbarch_tdep): Remove.
14453         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14454         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
14455         allocate tdep.  Update call to gdbarch_init_osabi.
14456         (ns32k_dump_tdep): Remove.
14457         (_initialize_ns32k_tdep): Update call to gdbarch_register.
14458         * ns32knbsd-tdep.c: Include "osabi.h".
14459
14460         * ppc-tdep.h: Don't include "osabi.h".
14461         (struct gdbarch_tdep): Remove osabi member.
14462         * rs6000-tdep.c: Include "osabi.h".
14463         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
14464         osabi when iterating over arches.  Update call to
14465         gdbarch_init_osabi.
14466         (rs6000_dump_tdep): Don't dump osabi.
14467         * ppc-linux-tdep.c: Include "osabi.h".
14468         * ppcnbsd-tdep.c: Include "osabi.h".
14469
14470         * sh-tdep.h: Don't include "osabi.h".
14471         (struct gdbarch_tdep): Remove osabi member.
14472         * sh-tdep.c: Include "osabi.h".
14473         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14474         iterate over arches.  Update call to gdbarch_init_osabi.
14475         (sh_dump_tdep): Don't dump osabi.
14476         * shnbsd-tdep.c: Include "osabi.h".
14477
14478         * sparc-tdep.c: Include "osabi.h".
14479         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14480         iterate over arches.  Update call to gdbarch_init_osabi.
14481         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
14482         tdep structure.
14483
14484         * vax-tdep.h: Don't include "osabi.h".
14485         (struct gdbarch_tdep): Remove.
14486         * vax-tdep.c: Include "osabi.h".
14487         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
14488         iterate over arches.  Don't allocate tdep.  Update call
14489         to gdbarch_init_osabi.
14490         (vax_dump_tdep): Remove.
14491         (_initialize_vax_tdep): Update call to gdbarch_register.
14492
14493 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14494
14495         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14496         entirely.
14497         (breakpoint_re_set_one): Don't fetch the value for a disabled
14498         watchpoint.
14499
14500 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14501
14502         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14503         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14504         (COERCE_FLOAT_TO_DOUBLE): Remove.
14505         * gdbarch.c: Regenerate.
14506         * gdbarch.h: Regenerate.
14507         * Makefile.in: Remove value_h from gdbarch_h.
14508         * valops.c (coerce_float_to_double): New variable.
14509         (default_coerce_float_to_double): Remove.
14510         (standard_coerce_float_to_double): Remove.
14511         (value_arg_coerce): Use coerce_float_to_double.
14512         (_initialize_valops): Add "set coerce-float-to-double".
14513         * value.h (default_coerce_float_to_double): Remove prototype.
14514         (standard_coerce_float_to_double): Remove prototype.
14515
14516         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14517         prototyped.
14518         * mdebugread.c (parse_symbol): Likewise.
14519         * stabsread.c (define_symbol): Mark all functions as prototyped.
14520
14521         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14522         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14523         set_gdbarch_coerce_float_to_double.
14524         * arm-tdep.c (arm_gdbarch_init): Likewise.
14525         * frv-tdep.c (frv_gdbarch_init): Likewise.
14526         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14527         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14528         * mips-tdep.c (mips_gdbarch_init): Likewise.
14529         (mips_coerce_float_to_double): Remove.
14530         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14531         (rs6000_coerce_float_to_double): Remove.
14532         * s390-tdep.c (s390_gdbarch_init): Likewise.
14533         * sh-tdep.c (sh_gdbarch_init): Likewise.
14534         (sh_coerce_float_to_double): Remove.
14535         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14536         (sparc_coerce_float_to_double): Remove.
14537         * v850-tdep.c (v850_gdbarch_init): Likewise.
14538         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14539         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14540         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14541         (hppa_coerce_float_to_double): Remove prototype.
14542         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14543
14544 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14545
14546         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14547
14548 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14549
14550         Suggested by Stewart Brown <sb24@avaya.com>:
14551         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14552         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
14553         (c_type_print_varspec_suffix): Likewise.
14554
14555 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
14556
14557         * configure.in: Don't set and AC_SUBST SUBDIRS.
14558         * configure: Regenerated.
14559
14560         * configure.in: Remove code dealing with shared libraries.
14561         * Makefile.in: Remove HLDFLAGS and HLDENV.
14562         * configure: Regenerated.
14563
14564 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
14565
14566         * frame.c (deprecated_frame_xmalloc): New function.
14567         (deprecated_set_frame_saved_regs_hack): New function.
14568         (deprecated_set_frame_extra_info_hack): New function.
14569         * frame.h (deprecated_frame_xmalloc): Declare.
14570         (deprecated_set_frame_saved_regs_hack): Declare.
14571         (deprecated_set_frame_extra_info_hack): Declare.
14572
14573 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
14574
14575         * configure.in: Move code that provides the --enable-gdbtk option
14576         right after the code that handles the --enable-tui option, and
14577         polish it somewhat.
14578         * configure: Regenerated.
14579
14580         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
14581         AC_CHECK_FUNCS and remove the old check for pread64.
14582         * acinclude.m4 (AC_GNU_SOURCE): New macro.
14583         * acconfig.h (_GNU_SOURCE): Add.
14584         (HAVE_PREAD64): Remove.
14585         * configure, aclocal.m4, config.in: Regenerated.
14586
14587 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
14588
14589         * alpha-tdep.c: Use get_frame_saved_regs.
14590         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14591         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14592         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14593         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14594         * vax-tdep.c, xstormy16-tdep.c: Ditto.
14595
14596 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
14597
14598         * configure.in: Remove all use of the SUBDIRS variable; add
14599         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
14600         code providing the --enable-multi-ice option, and move it right in
14601         front of the code that checks whether gdbserver is supported.
14602         Polish that too.
14603         * configure: Regenerated.
14604         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14605         @SUBDIRS@.
14606
14607 2003-01-03  Andrew Cagney  <cagney@redhat.com>
14608
14609         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14610         * avr-tdep.c, cris-tdep.c: Ditto.
14611         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14612         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14613
14614 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
14615
14616         * configure.in: Remove --enable-netrom option.
14617         * configure: Regenerated.
14618
14619 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
14620
14621         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14622         declaration for `struct re_pattern_buffer' instead.
14623         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14624
14625 2003-01-03  J. Brobecker  <brobecker@gnat.com>
14626
14627         * mdebugread.c (parse_symbol): Count until the stEnd matching
14628         the structure name.
14629
14630 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
14631
14632         * configure.in: Remove --with-cpu option.
14633         subscripts.  Remove evil changequotes here.
14634         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14635         * config.in, configure: Regenerated.
14636
14637         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14638         * configure.in: Cleanup section that sources GDB and BFD configure
14639         subscripts.  Remove evil changequotes here.
14640         * config.in, configure: Regenerated.
14641
14642 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
14643
14644         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14645         frame accessor methods.
14646         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14647         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14648         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14649         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14650         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14651         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14652         * z8k-tdep.c: Ditto.
14653
14654 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
14655
14656         * configure.in: Remove UI_OUT configuration code.
14657         * ada-lang.c: Update assuming UI_OUT is always true.
14658         * Makefile.in (UIOUT_CFLAGS): Remove.
14659         * configure: Regenerated.
14660         * TODO: Remove blurb about elimination of -DUI_OUT.
14661
14662         * configure.in: Move code that provides the --enable-gdbcli,
14663         --enable-gdbmi options right before the code that handles the
14664         --enable-tui option.  Polish a bit.
14665         * configure: Regenerated.
14666
14667         * configure.in: Rewrite check for GNU regex and the
14668         --without-included regex option, and move it into the "Checks for
14669         library functions" section.  This makes us use the system regex
14670         again by default on systems with version 2 of the GNU C library.
14671         This was apparently broken.
14672         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14673         * acconfig.h (USE_INCLUDED_REGEX): Remove.
14674         * config.in, configure: Regenerated.
14675
14676         * configure.in: Move code that provides the --enable-tui option
14677         before the "Checks for libraries" section.  Polish the code
14678         somewhat and set need_curses to yes if we build the TUI.  Rewrite
14679         code that looks for a library providing termcap functionality to
14680         match more closely what's done in the Readline library, and move
14681         it into to the "Checks for libraries" section.
14682         * configure: Regenerated.
14683         * Makefile.in (TERMCAP): Remove variable.
14684         * config/i386/go32.mh (TERMCAP): Remove variable.
14685
14686 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
14687
14688         * MAINTAINERS: Mention gdb_mbuild.sh.
14689         * gdb_mbuild.sh: Rewrite.
14690
14691 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
14692
14693         * configure.in: Fix typo in last change.
14694         * config.in, configure: Regenerated.
14695
14696 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
14697
14698         * valarith.c (value_binop): Delete obsolete code and comments.
14699         * configure.host: Ditto.
14700         * buildsym.h (make_blockvector): Ditto.
14701         * buildsym.c (make_blockvector): Ditto.
14702         * defs.h (enum language): Ditto.
14703         (chill_demangle): Ditto.
14704         * elfread.c (elf_symtab_read): Ditto.
14705         * dwarfread.c (CHILL_PRODUCER): Ditto.
14706         (set_cu_language): Ditto.
14707         (handle_producer): Ditto.
14708         * expprint.c (print_subexp): Ditto.
14709         * gdbtypes.c (chill_varying_type): Ditto.
14710         * gdbtypes.h (builtin_type_chill_bool): Ditto.
14711         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14712         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14713         (chill_varying_type): Ditto.
14714         * language.h (_LANG_chill): Ditto.
14715         * language.c (binop_result_type, integral_type): Ditto.
14716         (character_type, string_type, structured_type): Ditto.
14717         (lang_bool_type, binop_type_check): Ditto.
14718         * stabsread.h (os9k_stabs): Ditto.
14719         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14720         (define_symbol, read_type, read_struct_fields): Ditto.
14721         (read_array_type, read_enum_type, read_huge_number): Ditto.
14722         (read_range_type, start_stabs): Ditto.
14723         * symfile.c (init_filename_language_table): Ditto.
14724         (add_psymbol_with_dem_name_to_list): Ditto.
14725         * symtab.c (symbol_init_language_specific): Ditto.
14726         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14727         * symtab.h (struct general_symbol_info): Ditto.
14728         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14729         * typeprint.c (typedef_print): Ditto.
14730         * utils.c (fprintf_symbol_filtered): Ditto.
14731         * valops.c (value_cast, search_struct_field, value_slice): Delete
14732         obsolete code.
14733         (varying_to_slice): Delete function.
14734         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14735         (varying_to_slice): Delete declaration.
14736         * MAINTAINERS: Update.
14737
14738 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
14739
14740         * configure.in: Reorganize "Checks for library functions section"
14741         a bit.  Remove check for `btowc' and `isascii' functions.
14742         * configure: Regenerated.
14743
14744         * acconfig.h (_MSE_INT_H): Remove.
14745         * configure.in: Create "Checks for header files" section, and move
14746         appropriate tests there.  Don't check for objlist.h, wchar.h,
14747         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
14748         misdetection fix.  Also add "Checks for types", "Checks for
14749         compiler characteristics" and "Checks for library functions"
14750         sections.
14751         * config.in, configure: Regenerated.
14752
14753         * configure.in: Create "Checks for programs" section, and move
14754         appropriate tests there.
14755
14756 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
14757
14758         * configure.in: Create "Checks for libraries" section, and move
14759         appropriate tests there.  Cleanup check for wctype in libw.  Use
14760         AC_SEARCH_LIBS to see whether we need libsocket.
14761         * configure: Regenerated.
14762
14763 For older changes see ChangeLog-2002
14764 \f
14765 Local Variables:
14766 mode: change-log
14767 left-margin: 8
14768 fill-column: 74
14769 version-control: never
14770 End: