Expand preprocessor macros in C expressions.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-05-17  Jim Blandy  <jimb@redhat.com>
2
3         Expand preprocessor macros in C expressions.
4         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5         (scan_macro_expansion, scanning_macro_expansion,
6         finished_macro_expansion): New function declarations.
7         (expression_macro_lookup_func, expression_macro_lookup_baton): New
8         variable declarations.
9         * parser-defs.h (expression_context_pc): New declaration.
10         * parse.c (expression_context_pc): New variable.
11         (parse_exp_1): Set expression_context_pc, as well as
12         expression_context_block.
13         * c-exp.y (yylex): If we're not already reading the result of a
14         macro expansion, try to macro-expand the next token.  When we're
15         done scanning a macro expansion, switch back to the mainline text.
16         Commas and `if's in a macro's expansion don't terminate the input.
17         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
18         (macro_original_text, macro_expanded_text,
19         expression_macro_lookup_func, expression_macro_lookup_baton): New
20         variables.
21         (scan_macro_expansion, scanning_macro_expansion,
22         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
23         c_preprocess_and_parse): New functions.
24         (c_language_defn, cplus_language_defn, asm_language_defn): Call
25         c_preprocess_and_parse, instead of c_parse.
26         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
27         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
28
29 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
30
31         * sh-tdep.c (gdb_print_insn_sh64): Delete.
32         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
33         (sh_gdbarch_init): Always use gdb_print_insn_sh.
34
35 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
36
37         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
38
39 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
40
41         * Makefile.in (sh_tdep_h): Define and use.
42         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
43         register enum): Move to...
44         * * sh-tdep.h: ...here.
45         * sh-tdep.c: Include sh-tdep.h.
46         * sh3-rom.c: Likewise.
47         * shnbsd-tdep.c: Likewise.
48
49 2002-05-16  Michael Snyder  <msnyder@redhat.com>
50
51         * arm-tdep.c: Spelling fix in comment.
52
53 2002-05-16  Jim Blandy  <jimb@redhat.com>
54
55         Add commands for manually expanding macros and showing their
56         definitions.
57         * macrocmd.c, macroscope.c, macroscope.h: New files.
58         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
59         (macroscope_h): New variable.
60         (HFILES_NO_SRCDIR): Add macroscope.h.
61         (COMMON_OBS): Add macrocmd.o, macroscope.o.
62         (macroscope.o, macrocmd.o): New rules.
63
64         Teach the Dwarf 2 reader to read macro information.
65         * dwarf2read.c: #include "macrotab.h".
66         (dwarf_macinfo_buffer): New variable.
67         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
68         dwarf_macinfo_size.
69         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
70         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
71         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
72         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
73         dwarf2_macro_spaces_in_definition): New complaints.
74         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
75         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
76         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
77         the partial symbol table.
78         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
79         from what's recorded in the partial symbol table.
80         (read_file_scope): If the compilation unit has a
81         `DW_AT_macro_info' attribute, read its macro information.
82         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
83
84 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
85
86         Fix PR gdb/546
87         * ser-tcp.c: Don't include <netinet/udp.h>.
88
89 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
90
91         * MAINTAINERS: Update my email address.
92
93 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
94
95         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
96         include file of the same name.
97
98 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
99
100         * configure.tgt: Mark v850 as multi-arched.
101         * config/v850/tm-v850.h: Remove file.
102         * config/v850/v850.mt: Eliminate TM_FILE.
103
104 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
105
106         * v850-tdep.c: Full multi-arch.
107         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
108         Define GDB_MULTI_ARCH to 2.
109
110 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
111
112         * p-exp.y (current_type): New static variable.
113         Carries the type of the expression at the position that is parsed.
114         (push_current_type, pop_current_type): Two new functions. Used
115         to store/restore current_type in expression on specific tokens.
116         (search_field): New static variable. Set to one after parsing a point
117         as at that point only a FIELDNAME token should be searched.
118         (FIELDNAME): New token. After a point only a token belonging to 
119         current_type type definition is allowed.
120         (all over token rules): reset and change current_type according
121         to rules.
122         (exp '[' rule): insert implicit array index field if
123         exp is a pascal string type.
124
125 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
126
127         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
128         frame info.  Use frame_info's saved_regs instead of matching member
129         in extra_frame_info throughout.
130         (v850_frame_init_saved_regs): New function.
131         (v850_init_extra_frame_info): Move most functionality into
132         v850_frame_init_saved_regs().
133         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
134         (v850_frame_find_saved_regs): Remove declaration.
135         (FRAME_FIND_SAVED_REGS): Remove definition.
136         (v850_frame_init_saved_regs): Add declaration.
137         (FRAME_INIT_SAVED_REGS): Add definition.
138
139 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
140
141         * v850-tdep.c: Begin multi-arch'ing v850.
142         (v850_target_architecture_hook): Remove function.
143         (v850_gdbarch_init): New function.  Add code previously in
144         v850_target_architecture_hook().
145         (_initialize_v850_tdep): Don't  set target_architecture_hook.
146         Call register_gdbarch_init() instead.
147
148 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
149
150         * gdbtypes.h (struct cplus_struct_type): Remove args field.
151         * hpread.c (hpread_read_struct_type): Remove assignments to args.
152         (fixup_class_method_type): Likewise.
153
154 2002-05-15  Daniel Jacobowitz  <drow@mvista.com>
155
156         From Martin Pool <mbp@samba.org>:
157         * gdbserver/server.c (gdbserver_usage): New function.
158         (main): Call it.
159
160 2002-05-15  Jim Blandy  <jimb@redhat.com>
161
162         Add macro structures to GDB's symbol tables.  Nobody puts anything
163         in them yet.
164         * symtab.h (struct symtab): New member: `macro_table'.
165         * buildsym.h (pending_macros): New global variable.
166         * buildsym.c: #include "macrotab.h".
167         (buildsym_init): Initialize `pending_macros'.
168         (end_symtab): If we found macro information while reading a CU's
169         debugging info, do build a symtab structure for it.  Make the
170         symtab point to the macro information, and clear the
171         `pending_macros' pointer which held it while we were reading the
172         debug info.
173         (really_free_pendings): Free any pending macro table.
174         * objfiles.h (struct objfile): New member: `macro_cache'.
175         * objfiles.c (allocate_objfile): Set allocate and free functions
176         for the macro cache's objstack.
177         (free_objfile): Empty the macro cache's obstack.
178         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
179         set new allocate and free functions for it.
180         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
181         free functions for the macro cache's objstack.  (Why is this
182         function building its own objfile?)
183         * symmisc.c (print_objfile_statistics): Print statistics on the
184         macro bcache.
185         * Makefile.in: Note that buildsym.o depends on macrotab.h.
186
187 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
188
189         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
190         (REGISTER_U_ADDR): Delete definition.
191         (arm_register_u_addr): Delete declaration.
192
193 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
194
195         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
196         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
197
198 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
199
200         * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
201         stop_at -> stop_pc.
202
203 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
204
205         * regcache.c (register_valid): Revise comments refering to "Not
206         available" and "unavailable".
207         * frame.c (frame_register_read): Ditto.
208         * findvar.c (value_of_register): Ditto.
209
210 2002-05-15  Andrew Cagney  <cagney@redhat.com>
211
212         * Makefile.in (remote_sim_h): Replace remote-sim_h.
213         (remote-sim.o): Update dependencies.
214         (d10v-tdep.o): Specify dependencies.
215         (sim_d10v_h): Define.
216
217 2002-05-14  Jim Blandy  <jimb@redhat.com>
218
219         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
220         * macrotab.c (macro_lookup_inclusion, find_definition,
221         new_macro_table): Same.
222         
223         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
224         not `! strcmp ()'.  This is a dubious improvement.
225         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
226
227         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
228         although it's not necessary, to avoid a warning.
229
230 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
231
232         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
233         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
234         TYPE_INSTANCE_FLAGS.
235         (struct main_type): New.
236         (struct type): Move most members to struct main_type.  Change
237         cv_type and as_type to new type_chain member.  Add instance_flags.
238         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
239         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
240         (finish_cv_type): Remove prototype.
241         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
242         Set TYPE_CHAIN.
243         (alloc_type_instance): New function.
244         (smash_type): New function.
245         (make_pointer_type, make_reference_type, make_function_type)
246         (smash_to_member_type, smash_to_method_type): Call smash_type.
247         (make_qualified_type): New function.
248         (make_type_with_address_space): Call make_qualified_type.
249         (make_cv_type): Likewise.
250         (finish_cv_type): Remove unnecessary function.
251         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
252         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
253         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
254         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
255         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
256         * hpread.c (hpread_read_struct_type): Likewise.
257         * stabsread.c (read_struct_type): Likewise.
258
259 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
260
261         * configure.tgt: Add a catch all sh* target, for cases like
262         sh[2,3,4]-elf and sh-hms.
263
264 2002-05-14  Keith Seitz  <keiths@redhat.com>
265
266         * event-loop.c (create_file_handler): Don't do anything but
267         update data when we are given a fd which we are already
268         monitoring.
269
270 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
271
272         * dwarf2cfi.c (context_cpy): Copy registers correctly.
273         (update_context): Use __func__ in warnings.
274         
275 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
276
277         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
278         and tcp_close to net_open and net_close.
279         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
280         using UDP if requested.  Don't try to disable Nagle on UDP
281         sockets.
282         * remote.c (remote_serial_open): New function.  Warn about UDP.
283         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
284
285 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
286
287         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
288
289 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
290
291         * configure.tgt: Remove sh-hms target.
292         * MAINTAINERS: Don't list sh-hms as a separate target.
293
294 2002-05-13  Jim Blandy  <jimb@redhat.com>
295
296         Add first preprocessor macro-expansion files.
297         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
298         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
299         (splay_tree_h, macroexp_h, macrotab_h): New variable.
300         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
301         (COMMON_OBS): Add macrotab.o, macroexp.o.
302         (macroexp.o, macrotab.o): New rules.
303
304 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
305
306         * config/m88k/tm-m88k.h: Update copyright.
307         (m88k_target_write_pc): Declare
308         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
309         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
310         (SHIFT_INST_REGS): Update definition.
311         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
312         using old definition of TARGET_WRITE_PC.
313         * regcache.c (generic_target_write_pc): Delete code handling
314         NNPC_REGNUM.
315         * gdbarch.sh (NNPC_REGNUM): Delete.
316         * gdbarch.h, gdbarch.c: Regenerate.
317
318 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
319
320         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
321         builtin reg number.
322
323 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
324
325         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
326         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
327         (gen_address_of, gen_struct_ref, gen_repeat): Use type
328         access macros.
329         * c-typeprint.c (cp_type_print_method_args): Likewise.
330         (c_type_print_args): Likewise.
331         * d10v-tdep.c (d10v_push_arguments): Likewise.
332         (d10v_extract_return_value): Likewise.
333         * expprint.c (print_subexp): Likewise.
334         * gdbtypes.c (lookup_primitive_typename): Likewise.
335         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
336         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
337         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
338         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
339         (TYPE_VECTOR): Likewise.
340         * hpread.c (hpread_read_struct_type)
341         (fix_static_member_physnames, fixup_class_method_type)
342         (hpread_type_lookup): Likewise.
343         * mdebugread.c (parse_symbol, parse_type): Likewise.
344         * p-lang.c (is_pascal_string_type): Likewise.
345         * valops.c (hand_function_call): Likewise.
346         * x86-64-tdep.c (classify_argument): Likewise.
347
348         * hpread.c (hpread_read_function_type)
349         (hpread_read_doc_function_type): Call replace_type.
350         * dstread.c (create_new_type): Delete.
351         (decode_dst_structure, process_dst_function): Call alloc_type.
352         Use type access macros.
353
354 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
355
356         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
357         the're not supported by the current architecture.
358         (i387_fill_fxsave): Likewise.
359
360 2002-05-12  Fred Fish  <fnf@redhat.com>
361
362         * symfile.c (default_symfile_offsets): Arrange for uninitialized
363         sect_index_xxx members to index the first slot in section_offsets
364         if all of the section_offsets are zero.
365
366 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
367
368         * configure.tgt (sparc-*openbsd): Remove entry accidentially
369         checked in with last change.
370
371 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
372
373         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
374         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
375         config.sub.
376
377 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
378
379         * Makefile.in: Update dependencies.
380
381 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
382
383         * language.c (local_hex_string_custom): Simplify.  Do not depend
384         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
385
386         * memattr.c (mem_info_command): Replace calls to
387         longest_local_hex_string and longest_local_hex_string_custom.
388         * buildsym.c (make_blockvector): Ditto.
389         * solib.c (info_sharedlibrary_command): Ditto.
390         * tracepoint.c (tracepoints_info): Ditto.
391         * symtab.c (print_msymbol_info): Ditto.
392
393         * language.c (local_hex_string): Delete.
394         (local_hex_string_custom): Delete.
395         (longest_local_hex_string): Rename to local_hex_string.
396         (longest_local_hex_string_custom): Rename to
397         local_hex_string_custom.
398         * language.h (local_hex_string): Change parameter type to LONGEST.
399         (local_hex_string_custom): Ditto.
400         (longest_local_hex_string): Delete declaration.
401         (longest_local_hex_string_custom): Ditto.
402
403         * solib.c: Update copyright.
404         * memattr.c: Update copyright.
405         
406 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
407
408         * arch-utils.h (legacy_register_to_value): Declare.
409         (legacy_value_to_register): Declare.
410         (legacy_convert_register_p): Declare.
411         * arch-utils.c (legacy_register_to_value): New function.
412         (legacy_value_to_register): New function.
413         (legacy_convert_register_p): New function.
414
415         * gdbarch.sh (REGISTER_TO_VALUE): Define.
416         (VALUE_TO_REGISTER): Define.
417         (CONVERT_REGISTER_P): Define.
418         * gdbarch.h, gdbarch.c: Regenerate.
419
420         * valops.c (value_assign): Use CONVERT_REGISTER_P and
421         VALUE_TO_REGISTER.
422         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
423         CONVERT_REGISTER_P.
424
425 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
426             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
427
428         * Makefile.in: Update dependencies for valops.c.
429         * valops.c: Include "gdb_assert.h".
430         (typecmp): Skip THIS parameter to methods.
431         (find_method_list): Remove static_memfuncp argument,
432         update callers.  Check for stub methods.
433         (find_value_oload_method_list): Don't set *static_memfuncp.
434         (find_overload_match): Don't check for stub methods.  Assert
435         that methods are not stubbed.  Handle static methods.
436         (value_find_oload_method_list): Remove static_memfuncp argument.
437         * gdbtypes.c (check_stub_method): Do not add THIS pointer
438         to the argument list for static stub methods.
439         * value.h (value_find_oload_method_list): Update prototype.
440
441 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
442
443         * arch-utils.h (generic_register_size): Declare.
444         (generic_register_raw_size, generic_register_virtual_size): Delete
445         declarations.
446         * arch-utils.c (generic_register_raw_size): Delete.
447         (generic_register_size): New function.
448         (generic_register_virtual_size): Delete.
449
450         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
451         default generic_register_size.
452         * gdbarch.h, gdbarch.c: Re-generate.
453         
454         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
455         register_virtual_size.
456         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
457         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
458
459 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
460
461         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
462         * gdbarch.h, gdbarch.c: Regenerate.
463         * gnu-v3-abi.c: Update copyright.
464         (vtable_address_point_offset): Update.
465         (gnuv3_rtti_type): Update.
466         (gnuv3_baseclass_offset): Update.
467         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
468         (init_fetch_link_map_offsets): Update.
469         * remote.c (get_remote_state): Update.
470         
471 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
472
473         * TODO: Remove value_headof/value_from_vtable_info comment.
474         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
475         * values.c (value_headof, value_from_vtable_info): Delete.
476         * value.h (value_from_vtable_info): Delete prototype.
477
478 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
479
480         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
481         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
482         $(gdb_regex_h).
483         (gdb_assert_h): Define.
484         (gdb_wait_h): Define.
485         (gdb_regex_h): Define.
486
487 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
488
489         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
490         * linespec.c (find_methods): Handle GCC 3.x template constructors.
491
492 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
493
494         * nbsd-tdep.c: Fix comment.
495
496 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
497
498         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
499         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
500         (nbsd-tdep.o): New dependency list.
501         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
502         nbsd-tdep.h.
503         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
504         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
505         * nbsd-tdep.c: New file.
506         * nbsd-tdep.h: New file.
507         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
508         nbsd-tdep.h.
509         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
510         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
511         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
512         * config/sh/nbsd.mt (TDEPFILES): Ditto.
513
514 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
515
516         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
517         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
518         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
519         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
520         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
521         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
522
523 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
524
525         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
526         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
527         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
528         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
529         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
530         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
531         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
532
533 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
534
535         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
536         fetch_elfcore_registers to...
537         * i386nbsd-tdep.c: ...here.
538         (i386nbsd_use_struct_convention): Rename to...
539         (i386nbsd_aout_use_struct_convention): ...this.
540         (i386nbsd_supply_reg): New function.
541         (i386nbsd_fill_reg): New function.
542         (fetch_core_registers): Use i386nbsd_supply_reg.
543         (fetch_elfcore_registers): Likewise.
544         (_initialize_i386nbsd_tdep): New function.
545         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
546         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
547         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
548         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
549         (i386nbsd_aout_use_struct_convention): ...this.
550
551 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
552
553         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
554         (store_inferior_registers): Use shnbsd_fill_reg.
555         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
556         sh_nbsd_supply_register): Collapse into...
557         (shnbsd_supply_reg): ...this.
558         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
559         (shnbsd_fill_reg): ...this.
560         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
561         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
562         (fetch_core_registers): Use shnbsd_supply_reg.
563         (fetch_elfcore_registers): Use shnbsd_supply_reg.
564         (sh_nbsd_core_fns): Rename to...
565         (shnbsd_core_fns): ...this.
566         (sh_nbsd_elfcore_fns): Rename to...
567         (shnbsd_elfcore_fns): ...this.
568         (sh_nbsd_init_abi): Rename to...
569         (shnbsd_init_abi): ...this.
570         (_initialize_sh_nbsd_tdep): Rename to...
571         (_initialize_shnbsd_tdep): ...this.
572         * shnbsd-tdep.h (sh_nbsd_supply_registers,
573         sh_nbsd_supply_register, sh_nbsd_fill_registers,
574         sh_nbsd_fill_register): Remove prototypes.
575         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
576
577 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
578
579         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
580         (i387-nat.o): Delete dependency list.
581         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
582         (x86-64-linux-nat.o): Likewise.
583         * i387-nat.c: Delete file, moving contents to...
584         * i387-tdep.c: ...here.
585         * i387-nat.h: Rename...
586         * i387-tdep.h: ...to this.
587         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
588         * i386-linux-nat.c: Likewise.
589         * i386bsd-nat.c: Likewise.
590         * i386gnu-nat.c: Likewise.
591         * i386nbsd-nat.c: Likewise.
592         * i386v4-nat.c: Likewise.
593         * x86-64-linux-nat.c: Likewise.
594         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
595         * config/i386/go32.mh (NATDEPFILES): Likewise.
596         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
597         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
598         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
599         * config/i386/linux.mh (NATDEPFILES): Likewise.
600         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
601         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
602         * config/i386/obsd.mh (NATDEPFILES): Likewise.
603         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
604
605 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
606
607         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
608         (alphanbsd-nat.o): Remove dependency list.
609         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
610         * alphanbsd-nat.c: Delete.  Contents moved to...
611         * alphanbsd-tdep.c: ...here.
612         (_initialize_alphanbsd_tdep): Register core functions.
613         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
614
615 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
616
617         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
618         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
619         (alphanbsd-nat.o): Likewise.
620         (alphabsd-tdep.o): New dependency list.
621         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
622         (fill_gregset): Use alphabsd_fill_reg.
623         (supply_fpregset): Use alphabsd_supply_fpreg.
624         (fill_fpregset): Use alphabsd_fill_fpreg.
625         (fetch_inferior_registers): Use struct reg and struct fpreg
626         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
627         and alphabsd_supply_fpreg.
628         (store_inferior_registers): Use struct reg and struct fpreg
629         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
630         and alphabsd_fill_fpreg.
631         * alphabsd-tdep.c: New file.
632         * alphabsd-tdep.h: New file.
633         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
634         (fetch_elfcore_registers): Use alphabsd_supply_reg and
635         alphabsd_supply_fpreg.
636         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
637         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
638
639 2002-05-11  Eric Christopher  <echristo@redhat.com>
640
641         * mips-tdep.c (mips_double_register_type): Fix thinko.
642         (mips_single_register_type): Ditto.
643         * MAINTAINERS: Add self.
644
645 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
646
647         * i387-nat.c (i387_supply_register, i387_fill_fsave,
648         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
649         right thing on architectures with different endianness and/or
650         integer sizes.
651
652 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
653
654         From Christian Limpach <chris@Pin.LU>
655         * configure.in: Change sed expression which comments out
656         NATDEPFILES to also comment out continuation lines.
657         * configure: Regenerate.
658
659 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
660
661         * sh-tdep.c: Clean up code erroneously reintroduced by previous
662         big patch.
663
664 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
665
666         * sh-tdep.c: Include correct file.
667
668 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
669
670         New support for sh64-elf (sh5) target.
671
672         * configure.tgt: For sh64-elf target, default to sh-elf.
673
674         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
675         (struct gdbarch_tdep): Add new fields for new registers and ABI
676         info.
677
678         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
679         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
680         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
681         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
682         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
683         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
684         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
685         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
686         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
687         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
688         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
689         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
690         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
691         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
692         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
693         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
694         sh64_get_gdb_regnum, sh64_media_reg_base_num,
695         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
696         sign_extend, sh64_nofp_frame_init_saved_regs,
697         sh64_init_extra_frame_info, sh64_get_saved_register,
698         sh64_extract_struct_value_address, sh64_pop_frame,
699         sh64_push_arguments, sh64_extract_return_value,
700         sh64_store_return_value, sh64_show_media_regs,
701         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
702         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
703         sh_sh64_register_virtual_type,
704         sh_sh64_register_convert_to_virtual,
705         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
706         sh64_register_read, sh64_pseudo_register_write,
707         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
708         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
709         sh64_do_pseudo_register, sh_compact_do_registers_info,
710         sh64_do_registers_info, sh_gdbarch_init): New functions.
711
712 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
713
714         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
715
716 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
717
718         * linespec.c (decode_line_1): Check for a double quote after
719         a filename correctly.
720
721 2002-05-10  Jim Blandy  <jimb@redhat.com>
722
723         Properly track the size of the current objfile's .debug_line section.
724         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
725         (DWARF_LINE_SIZE): New macro.
726         (dwarf2_build_psymtabs_hard): Record the line section's size in
727         the partial symbol table.
728         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
729         symbol table.
730
731 2002-05-10  Petr Sorfa  <petrs@caldera.com>
732
733         * ia64-tdep.c: Handle breakpoints on L instruction type
734         in MLX instruction bundle by moving the breakpoint to
735         the third slot (X instruction type) as L holds only data.
736
737 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
738
739         * dbxread.c (discarding_local_symbols_complaint): New complaint.
740         (process_one_symbol): Complain about discarding local symbols
741         due to a misplaced N_LBRAC entry.
742
743 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
744
745         From Daniel Berlin <dan@cgsoftware.com>
746         * linespec.c (find_toplevel_char): '<' and '>' also increase and
747         decrease the depth we are at, in the case of templates.
748
749 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
750
751         * mips-tdep.c (mips_float_register_type): New function.
752         (mips_double_register_type): New function.
753         (mips_print_register): Use them.
754         (do_fp_register_row): Likewise.
755
756 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
757
758         * signals/signals.c (signals): Remove conditional compilation around
759         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
760         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
761
762 2002-05-09  Michael Snyder  <msnyder@redhat.com>
763
764         * remote-rdp.c (remote_rdp_can_run): Remove.
765
766 2002-05-09  Tom Tromey  <tromey@redhat.com>
767
768         * jv-valprint.c (java_val_print): Handle `char' as a special case
769         of TYPE_CODE_INT.
770
771 2002-05-09  Michael Snyder  <msnyder@redhat.com>
772
773         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
774         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
775         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
776         str r(0123),[sp,#nn].
777         (arm_skip_prologue): Ditto.  Also make disassembly
778         order-independent by placing it in a loop.
779
780 2002-05-06  Michael Snyder  <msnyder@redhat.com>
781
782         * stabsread.c (read_type): Add recognition for new attribute:
783         "@V;" means that an array type is actually a vector.
784         This is analogous to the vector flag that's been added to dwarf2.
785
786 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
787
788         * i386-tdep.h (i386_abi): New enum.
789         (struct gdbarch_tdep): Replace os_ident member with abi.
790         (i386_gdbarch_register_os_abi): New prototype.
791         * i386-tdep.c (i386_abi_names): New array.
792         (process_note_abi_tag_sections): Removed.
793         (process_note_sections): New function.
794         (i386_elf_abi_from_note, i386_elf_abi): New functions.
795         (struct i386_abi_handler): New struct.
796         (i386_abi_handler_list): New variable.
797         (i386_gdbarch_register_os_abi): New function.
798         (i386_gdbarch_init): Adapt for the changes given above.
799
800 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
801
802         * gregset.h: Say "GNU/Linux".
803
804 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
805
806         * gdbtypes.c : Add new builtin type for 64 bit vectors.
807         (build_gdbtypes): Build builtin_type_v2_float.
808         (_initialize_gdbtypes): Register new builtin type.
809
810 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
811
812         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
813         (clear_gdbarch_swap): New function.
814         (initialize_non_multiarch): Call.
815         (gdbarch_update_p): Before calling init(), swap out and clear the
816         existing architecture.
817         * gdbarch.c: Regenerate.
818
819 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
820
821         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
822         alphanbsd-tdep.c.
823
824 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
825
826         * sh-nbsd-nat.c: Rename to...
827         * shnbsd-nat.c: ...this.
828         * sh-nbsd-tdep.c: Rename to...
829         * shnbsd-tdep.c: ...this.
830         * sh-nbsd-tdep.h: Rename to...
831         * shnbsd-tdep.h: ...this.
832         * config/sh/nbsd.mh: Use shnbsd-nat.o.
833         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
834
835 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
836
837         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
838         concatenation for command help messages.
839
840 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
841
842         * NEWS: Note new sh*-*-netbsdelf* configuration.
843         * configure.host: Set gdb_host_cpu to sh for all sh*.
844         (sh*-*-netbsdelf*): New host.
845         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
846         (sh*-*-netbsdelf*): New target.
847         * sh-nbsd-nat.c: New file.
848         * sh-nbsd-tdep.c: New file.
849         * sh-nbsd-tdep.h: New file.
850         * config/sh/nbsd.mh: New file.
851         * config/sh/nbsd.mt: New file.
852         * config/sh/nm-nbsd.h: New file.
853         * config/sh/tm-nbsd.h: New file.
854
855 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
856
857         * sh-tdep.c (sh_osabi_names): Declare.
858         (process_note_abi_tag_sections): New function.
859         (get_elfosabi): Ditto.
860         (sh_gdbarch_register_os_abi): Ditto.
861         (sh_dump_tdep): Ditto.
862         _initialize_sh_tdep): Use gdbarch_register to register
863         sh_gdbarch_init and sh_dump_tdep.
864         * config/sh/tm-sh.h (sh_osabi): Declare.
865         (gdbarch_tdep): Add sh_osabi and osabi_name members.
866
867 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
868
869         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
870         (thumb_scan_prologue): Ditto.
871         (arm_find_callers_reg): Ditto.
872         (arm_frame_chain): Ditto.
873         (arm_init_extra_frame_info): Ditto.
874         (arm_frame_saved_pc): Ditto.
875         (arm_pop_frame): Ditto.
876         (arm_push_return_address): New function.
877         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
878         call_dummy_location, call_dummy_breakpoint_offset_p,
879         call_dummy_breakpoint_offset, call_dummy_p,
880         call_dummy_stack_adjust_p, call_dummy_words,
881         sizeof_call_dummy_words, call_dummy_start_offset,
882         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
883         call_dummy_address, push_return_address and push_dummy_frame for
884         generic dummy frames.
885
886 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
887
888         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
889         size computation for alloca.
890         (sh_fp_frame_init_saved_regs): Likewise.
891
892 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
893
894         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
895         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
896         * arm-tdep.c (arm_store_return_value): Use them.
897         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
898         * remote-rdp.c (remote_rdp_fetch_register): Use
899         ARM_MAX_REGISTER_RAW_SIZE.
900         (remote_rdp_store_register): Likewise.
901
902 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
903
904         * dwarf2cfi.c: Code cleanup, removed unused variables,
905         added default labels to switch {} statements.
906         * x86-64-tdep.c: Ditto.
907         * x86-64-linux-nat.c: Ditto.
908
909 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
910
911         * solib.h: Protect against multiple inclusion.
912
913 2002-05-06  Jim Blandy  <jimb@redhat.com>
914
915         Add first preprocessor macro-expansion files.
916         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
917         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
918         (splay_tree_h, macroexp_h, macrotab_h): New variable.
919         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
920         (COMMON_OBS): Add macrotab.o, macroexp.o.
921         (macroexp.o, macrotab.o): New rules.
922
923         Separate the job of reading the line number info statement program
924         header (...expialidocious) out into its own function.
925         * dwarf2read.c (struct line_head, struct filenames, struct
926         directories): Replace with...
927         (struct line_header): New structure, containing the full
928         contents of the statement program header, including the
929         include directory and file name tables.
930         (read_file_scope): If we have line number info, instead of just
931         calling dwarf_decode_lines to do all the work, call
932         dwarf_decode_line_header first to get a `struct line_header'
933         containing the data in the statement program header, and then
934         pass that to dwarf_decode_lines, which will pick up where that
935         left off.  Be sure to clean up the `struct line_header' object.
936         (dwarf_decode_line_header, free_line_header, add_include_dir,
937         add_file_name): New functions.
938         (dwarf_decode_lines): Move all the code to read the statement
939         program header into dwarf_decode_line_header.  Take the line
940         header it built as the first argument, instead of the offset to
941         the compilation unit's line number info.  Use the new `struct
942         line_header' type instead of the old structures.  No need to do
943         cleanups here now, since we don't allocate anything.
944         (dwarf2_statement_list_fits_in_line_number_section,
945         dwarf2_line_header_too_long): New complaints.
946
947 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
948
949         * gdbtypes.c (init_vector_type): New function.
950         (build_builtin_type_vec128): Simplify the representation of SIMD
951         registers.
952         (build_gdbtypes): Initialize new builtin vector types.
953         (_initialize_gdbtypes): Register new vector types with gdbarch.
954         (builtin_type_v4_float, builtin_type_v4_int32,
955         builtin_type_v8_int16, builtin_type_v16_int8,
956         builtin_type_v2_int32, builtin_type_v4_int16,
957         builtin_type_v8_int8): New (renamed) SIMD types.
958
959 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
960
961         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
962         (i387_fill_fxsave): Likewise.
963
964 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
965
966         * alpha-tdep.c (alpha_extract_return_value): Don't use
967         non-constant array size in prototype.
968
969 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
970
971         From Brian Taylor <briant at model dot com>:
972         * ui-out.c (ui_out_field_core_addr): Use the function
973         longest_local_hex_string_custom'to format addresses > 32 bits
974         wide.
975
976         * ui-out.c (ui_out_field_core_addr): Update comment.
977
978 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
979
980         * stack.c (select_and_print_frame): Make static.  Delete the
981         parameter `level'.
982         (func_command): Update call.
983         (select_frame_command): Delete code computing the frame level.
984         * frame.h (select_and_print_frame): Delete declaration.
985
986 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
987
988         * sparc-tdep.c (sparc_get_saved_register): Comment why
989         get_prev_frame call is safe.
990
991 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
992
993         * frame.h (select_frame): Delete level parameter.
994         * stack.c (select_frame): Update.  Use frame_relative_level to
995         obtain the frame's level.
996         (select_and_print_frame): Update call.
997         (select_frame_command): Ditto.
998         (up_silently_base): Ditto.
999         (down_silently_base): Ditto.
1000         * ocd.c (ocd_start_remote): Ditto.
1001         * remote-rdp.c (remote_rdp_open): Ditto.
1002         * remote-mips.c (mips_initialize): Ditto.
1003         (common_open): Ditto.
1004         * remote-e7000.c (e7000_start_remote): Ditto.
1005         * m3-nat.c (select_thread): Ditto.
1006         * hppa-tdep.c (child_get_current_exception_event): Ditto.
1007         (child_get_current_exception_event): Ditto.
1008         * varobj.c (varobj_create): Ditto.
1009         (varobj_update): Ditto.
1010         (c_value_of_root): Ditto.
1011         * tracepoint.c (finish_tfind_command): Ditto.
1012         * corelow.c (core_open): Ditto.
1013         * arch-utils.c (generic_prepare_to_proceed): Ditto.
1014         * thread.c (info_threads_command): Ditto.
1015         (switch_to_thread): Ditto.
1016         * infrun.c (normal_stop): Ditto.
1017         (restore_selected_frame): Ditto.
1018         (restore_inferior_status): Ditto.
1019         * breakpoint.c (insert_breakpoints): Ditto.
1020         (watchpoint_check): Ditto.
1021         (bpstat_stop_status): Ditto.
1022         (do_enable_breakpoint): Ditto.
1023         * blockframe.c (flush_cached_frames): Ditto.
1024         (reinit_frame_cache): Ditto.
1025
1026 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1027
1028         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1029         maintainer.
1030
1031 2002-05-04  Jim Blandy  <jimb@redhat.com>
1032
1033         * gdbtypes.c (replace_type): Doc fix.
1034
1035 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1036
1037         * valprint.c (strcat_longest): Delete commented out function.
1038         Update copyright.
1039
1040 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1041
1042         * MAINTAINERS: Mark a29k as deleted.
1043         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
1044         Move new configurations to the top.
1045         * configure.tgt: Remove a29k.
1046         * config/a29k/tm-vx29k.h: Delete.
1047         * config/a29k/vx29k.mt: Delete.
1048         * config/a29k/tm-a29k.h: Delete.
1049         * config/a29k/a29k-udi.mt: Delete.
1050         * config/a29k/a29k.mt: Delete.
1051         * a29k-tdep.c: Delete.
1052         * remote-udi.c: Delete.
1053         * remote-mm.c: Delete.
1054         * remote-eb.c: Delete.
1055         * remote-adapt.c: Delete.
1056         * Makefile.in: Remove obsolete code.
1057         * gdbserver/Makefile.in: Ditto.
1058         * config/s390/s390x.mt: Ditto.
1059         * config/s390/s390.mt: Ditto.
1060         * config/sparc/sparclynx.mh: Ditto.
1061         * config/sparc/linux.mh: Ditto.
1062         * config/pa/hppaosf.mh: Ditto.
1063         * config/pa/hppabsd.mh: Ditto.
1064         * config/ns32k/nbsd.mt: Ditto.
1065         * config/mips/vr5000.mt: Ditto.
1066         * config/m68k/sun3os4.mh: Ditto.
1067         * config/m68k/nbsd.mt: Ditto.
1068         * config/m68k/m68klynx.mh: Ditto.
1069         * config/m32r/m32r.mt: Ditto.
1070         * config/i386/x86-64linux.mt: Ditto.
1071         * config/i386/nbsdelf.mt: Ditto.
1072         * config/i386/nbsd.mt: Ditto.
1073         * config/i386/i386lynx.mh: Ditto.
1074
1075 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1076
1077         * target.c (debug_print_register): New function.  Handle oversize
1078         registers.
1079         (debug_to_fetch_registers): Call.
1080         (debug_to_store_registers): Call.
1081
1082 2002-05-03  Jim Blandy  <jimb@redhat.com>
1083
1084         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1085         (read_type): Doc fix.
1086         * gdbtypes.c (replace_type): Doc fix.
1087
1088         * stabsread.c (multiply_defined_struct): New complaint.
1089         (read_struct_type): If the type we were passed isn't empty, or
1090         incomplete, don't read the new struct type into it; complain,
1091         and return the original type unchanged.  Take a new `type_code'
1092         argument, which is the type code for the new type.
1093         (read_type): Rather than storing the type's type code here, pass
1094         it as an argument to read_struct_type, and let that take care of
1095         storing it.  That way, we don't overwrite the original type code,
1096         so read_struct_type can use it to decide whether we're overwriting
1097         something we shouldn't.
1098         (complain_about_struct_wipeout): New function.
1099
1100 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
1101
1102         * gdbarch.sh: Assert that gdbarch is non-NULL.
1103         * gdbarch.c: Regenerate.
1104
1105 2002-05-03  Jason Merrill  <jason@redhat.com>
1106
1107         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1108         and return NULL.
1109
1110 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
1111
1112         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1113         (x86_64_dwarf2gdb_regno_map_length),
1114         (x86_64_dwarf2_reg_to_regnum): Added.
1115         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1116         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1117         (_initialize_x86_64_tdep): Synced with the change above.
1118         (x86_64_skip_prologue): Reformulated message.
1119
1120 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
1121
1122         * f-exp.y: Also use new prev_lexptr variable
1123         to improve error reporting. Based on Michael Snyder
1124         2002-04-24 dated patch to c-exp.y.
1125         * jv-exp.y: Likewise.
1126         * m2-exp.y: Likewise.
1127
1128 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
1129
1130         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1131         we are dealing with vectors.
1132
1133 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1134
1135         * config/m68k/tm-nbsd.h: Obvious fix,
1136         correct machine name.
1137
1138 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1139
1140         * p-typeprint.c (pascal_type_print_base): Add support
1141         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1142
1143 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1144
1145         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1146         for fondamental pascal 'char' type.
1147
1148 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1149
1150         * p-lang.h (is_pascal_string_type): Declaration changed,
1151         new sixth argument of type char ** added.
1152         * p-lang.c (is_pascal_string_type): Implementation
1153         changed. Args length_pos, length_size, string_pos, char_size
1154         can now be NULL. New argument arrayname set to the field
1155         name of the char array. Return value set to char array
1156         field index plus one.
1157         * p-valprint.c (pascal_val_print): Adapt to new declaration of
1158         is_pascal_string_type function.
1159
1160 2002-05-02  Andrew Cagney  <cagney@redhat.com>
1161
1162         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1163         <cagney@redhat.com> change.
1164         * gdbarch.c: Regenerate.
1165
1166 2002-05-02  Andrew Cagney  <cagney@redhat.com>
1167
1168         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1169         before probing for a new one.  Detect errorenous gdbarch_init
1170         functions.
1171         * gdbarch.c: Regenerate.
1172
1173 2002-05-01  Andrew Cagney  <cagney@redhat.com>
1174
1175         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1176         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
1177         * config/v850/tm-v850.h: Ditto.  Update copyright.
1178
1179 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
1180
1181         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1182         current_gdbarch.
1183
1184 2002-04-30  Michael Snyder  <msnyder@redhat.com>
1185
1186         * arm-tdep.c: Whitespace clean-ups.
1187         (arm_skip_prologue): Fix thinko; two lines
1188         should have been removed as part of 4/24 change.
1189
1190 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
1191
1192         * rs6000-tdep.c: Added comment describing how fpscr register
1193         numbers were chosen.
1194
1195 2002-04-30  Michael Snyder  <msnyder@redhat.com>
1196
1197         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1198
1199 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
1200
1201         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1202         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1203         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1204
1205 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
1206
1207         From Louis Hamilton <hamilton@redhat.com>:
1208         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1209         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1210         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1211         not bfd-private xcoff data, to determine wordsize.
1212         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1213
1214 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
1215
1216         GDB 5.2 released from 5.2 branch.
1217
1218 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
1219
1220         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1221         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1222         (x86_64_register_info_table): Added comments with register numbers.
1223
1224 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
1225
1226         * rs6000-tdep.c (rs6000_extract_return_value,
1227         rs6000_store_return_value): Handle returning vectors.
1228         (rs6000_gdbarch_init): Use
1229         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1230         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1231         New function.
1232         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1233         vectors.
1234         (ppc_sysv_abi_push_arguments): Handle vector parameters.
1235         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1236
1237 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1238
1239         * hpread.c (hpread_psymtab_to_symtab_1,
1240         hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1241         with fprintf_unfiltered (gdb_stderr,...).
1242
1243 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1244
1245         * remote-array.c (printf_monitor, write_monitor,
1246         array_insert_breakpoint, array_remove_breakpoint ):
1247         Replace fprintf (stderr,...
1248         with fprintf_unfiltered (gdb_stderr,....
1249         * remote-es.c: Likewise.
1250         * remote-os9k.c: Likewise.
1251         * remote-st.c: Likewise.
1252
1253 2002-04-28  Andreas Schwab  <schwab@suse.de>
1254
1255         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1256         linux-proc.o and gcore.o.
1257
1258 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
1259
1260         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1261         code without frame pointers.
1262
1263 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1264
1265         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1266         ON_STACK is needed.
1267
1268 2002-04-26  Ben Elliston  <bje@redhat.com>
1269
1270         * target.c (do_xfer_memory): Correct reference to the new option
1271         "trust-readonly-sections".
1272
1273 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
1274
1275         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1276         * gdbtypes.c (recursive_dump_type): Output the vector flag.
1277         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1278         vectors.
1279         (read_array_type): Record the fact that this array type is really a
1280         vector (i.e. are passed in by value).
1281
1282 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
1283
1284         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1285         * alpha-tdep.c (alpha_sigcontext_addr): New function.
1286         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1287         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1288         * alpha-linux-tdep.c: Include frame.h.
1289         (alpha_linux_sigcontext_addr): New function.
1290         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1291         alpha_linux_sigcontext_addr.
1292         * alpha-osf1-tdep.c: Include gdbcore.h.
1293         (alpha_osf1_sigcontext_addr): New function.
1294         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1295         alpha_osf1_sigcontext_addr.
1296         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1297         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1298
1299 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1300
1301         * stack.c (selected_frame_level):
1302         (select_frame): Do not set selected_frame_level.
1303         * frame.h (selected_frame_level): Delete declaration.
1304
1305 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1306
1307         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1308         convert_from_func_ptr-addr when AIX / PowerOpen.
1309
1310 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1311
1312         * valops.c (hand_function_call): Call
1313         generic_save_call_dummy_addr.
1314         * frame.h (generic_save_call_dummy_addr): Declare.
1315         * blockframe.c (struct dummy_frame): Add fields call_lo and
1316         call_hi.
1317         (generic_find_dummy_frame): Check for PC in range call_lo to
1318         call_hi instead of entry_point_address.
1319         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1320         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
1321         (generic_save_call_dummy_addr): New function.
1322
1323 2002-04-24  David S. Miller  <davem@redhat.com>
1324
1325         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1326         sparc_skip_prologue.
1327         (sparc_skip_prologue): Kill frameless_p arg, and use line number
1328         information to find prologue when possible.
1329         (sparc_prologue_frameless_p): Call examine_prologue directly.
1330         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1331         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1332         second argument.
1333         (SKIP_PROLOGUE): Likewise.
1334
1335 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1336
1337         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1338         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1339         indicate that the condition it was testing is always true.
1340         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1341         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1342         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1343
1344 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1345
1346         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1347         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1348         tdep->jb_pc and tdep->jb_elt_size.
1349         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1350         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1351         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1352         * alpha-nat.c (get_longjmp_target): Remove.
1353         (JB_ELEMENT_SIZE): Ditto.
1354         (JB_PC): Ditto.
1355         * alpha-tdep.c (alpha_get_longjmp_target): New function.
1356         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
1357         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1358         to alpha_get_longjmp_target.
1359         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1360         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1361         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1362
1363 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1364
1365         * README: Update to GDB 5.2.
1366
1367 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1368
1369         * gdbarch.sh (LC_ALL): Set to `c'.
1370
1371 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1372
1373         * avr-tdep.c: Ran through gdb_indent.sh.
1374
1375 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1376
1377         * MAINTAINERS: Add myself as AVR maintainer.
1378         * NEWS: Note new target avr.
1379
1380 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1381
1382         * Makefile.in: Add support for AVR target.
1383         * configure.tgt: Add support for AVR target.
1384         * avr-tdep.c: New file
1385         * config/avr/avr.mt: New file.
1386
1387 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1388
1389         * MAINTAINERS: Add myself to write-after-approval.
1390
1391 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1392
1393         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1394         with fprintf_unfiltered (gdb_stderr,....
1395
1396 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1397
1398         Fix PR gdb/508.
1399         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1400
1401 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1402
1403         * p-exp.y: Also use new prev_lexptr variable
1404         to improve error reporting. Based on Michael Snyder
1405         2002-04-24 dated patch to c-exp.y.
1406
1407 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1408
1409         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1410         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1411         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
1412         to 0.
1413         * config/alpha/tm-alpha.h: Remove forward decls of struct type
1414         and struct value.
1415         (FUNCTION_START_OFFSET): Remove.
1416         (BREAKPOINT): Ditto.
1417
1418 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1419
1420         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1421         * NEWS: Ditto.
1422
1423 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1424
1425         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1426         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1427         alpha_linux_pc_in_sigtramp.
1428         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1429         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1430         alpha_osf1_pc_in_sigtramp.
1431         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1432         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1433         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1434         alphafbsd_pc_in_sigtramp.
1435         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1436         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1437         alphanbsd_pc_in_sigtramp.
1438         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1439         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1440
1441 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1442
1443         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1444
1445 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1446
1447         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1448         alphanbsd-tdep.c.
1449         (alphanbsd-nat.o): New dependency list.
1450         (alphanbsd-tdep.o): Ditto.
1451         * NEWS: Note new native NetBSD/alpha configuration.
1452         * alphanbsd-nat.c: New file.
1453         * alphanbsd-tdep.c: Ditto.
1454         * configure.host (alpha*-*-netbsd*): New host.
1455         * configure.tgt (alpha*-*-netbsd*): New target.
1456         * config/alpha/nbsd.mh: New file.
1457         * config/alpha/nbsd.mt: Ditto.
1458         * config/alpha/nm-nbsd.h: Ditto.
1459         * config/alpha/tm-nbsd.h: Ditto.
1460
1461 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1462
1463         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1464         (alpha-osf1-tdep.o): New dependency list.
1465         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1466         and skip_sigtramp_frame members.
1467         * alpha-linux-tdep.c: Include gdbcore.h.
1468         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1469         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1470         * alpha-osf1-tdep.c: New file.
1471         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1472         alpha-osf1-dep.c.
1473         (alpha_frame_past_sigtramp_frame): New function.
1474         (alpha_dynamic_sigtramp_offset): Ditto.
1475         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1476         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1477         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1478         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1479         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1480         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1481         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1482         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1483         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1484         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1485         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
1486         to find_solib_trampoline_target.
1487         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1488         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1489         (SKIP_TRAMPOLINE_CODE): Remove.
1490         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1491         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1492         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1493         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1494         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1495         (PROC_SIGTRAMP_MAGIC): Ditto.
1496         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1497         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1498         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1499         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1500         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1501
1502 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1503
1504         * NEWS: Note that Alpha targets are now multi-arch.
1505
1506 2002-04-24  Michael Snyder  <msnyder@redhat.com>
1507
1508         * parser-defs.h (prev_lexptr): New external variable.
1509         * parse.c (parse_exp_1): Set prev_lexptr to null before
1510         calling the language-specific parser.
1511         * c-exp.y (yylex): Set prev_lexptr to start of current token.
1512         (yyerror): Use prev_lexptr in error reporting.
1513
1514 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
1515
1516         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1517         * gregset.h: If FILL_FPXREGSET is defined, provide
1518         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1519         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1520         is defined, call fill_fpxregset.
1521
1522 2002-04-24  Roland McGrath  <roland@frob.com>
1523
1524         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1525         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1526         (supply_gregset, supply_fpregset): New functions.
1527
1528         * gnu-nat.c (gnu_find_memory_regions): New function.
1529         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1530         (gnu_xfer_memory): Add a cast.
1531
1532 2002-04-24  Michael Snyder  <msnyder@redhat.com>
1533
1534         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1535         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
1536         of argument regs ("str r(0123), [r11, #-nn"]).
1537         (arm_skip_prologue): Better handling for frameless functions.
1538         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
1539         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1540
1541 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
1542
1543         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1544         NUM_PSEUDO_REGS can be used.
1545
1546 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
1547
1548         * arch-utils.h: Update copyright.
1549
1550         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1551         * gdbarch.h, gdbarch.c: Re-generate.
1552
1553         * inferior.h (IN_SIGTRAMP): Delete definition.
1554         * arch-utils.c (legacy_pc_in_sigtramp): New function.
1555         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1556
1557         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1558         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1559         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
1560         (find_proc_framesize): Ditto.
1561         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1562         (alpha_init_extra_frame_info): Ditto.
1563         * infrun.c (handle_inferior_event): Ditto.
1564         (handle_inferior_event): Ditto.
1565         (check_sigtramp2): Ditto.
1566         * blockframe.c (create_new_frame): Ditto.
1567         (get_prev_frame): Ditto.
1568         * ppc-linux-tdep.c: Update comments.
1569         * i386-linux-tdep.c: Update comments.
1570         * breakpoint.c (bpstat_what): Update comment.
1571
1572 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
1573
1574         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1575         (regsets_store_inferior_registers): Removed cast to int from
1576         ptrace() calls.
1577         * gdbserver/regcache.h: Added declaration of struct inferior_info.
1578
1579 2002-04-24  David S. Miller  <davem@redhat.com>
1580
1581         * i960-tdep.c (register_in_window_p): New function.
1582         (i960_find_saved_register): Use it instead of
1583         REGISTER_IN_WINDOW_P.
1584         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1585
1586         * symtab.h (find_stab_function_addr): Kill extern.
1587         * minsyms.c (find_stab_function_addr): Remove from here...
1588         * dbxread.c: ... to here, and mark it static.
1589
1590 2002-04-20  David S. Miller  <davem@redhat.com>
1591
1592         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1593         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1594
1595 2002-04-21  David S. Miller  <davem@redhat.com>
1596
1597         * remote-vxsparc.c (vx_read_register): Fix typo, we want
1598         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1599         (vx_write_register): Likewise.
1600
1601 2002-04-23  J. Brobecker  <brobecker@gnat.com>
1602
1603         * source.c (is_regular_file): New function.
1604         (openp): Check wether file to open is a regular file
1605         to avoid opening directories.
1606
1607 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1608
1609         * findvar.c (extract_signed_integer): Cast printf argument
1610         to suppress format warning.
1611         (extract_unsigned_integer): Likewise.
1612         * infcmd.c (registers_info): Likewise.
1613         * top.c (get_prompt_1): Likewise.
1614         * valops.c (value_assign): Likewise.
1615         * valprint.c (print_decimal): Likewise.
1616
1617 2002-04-22  H.J. Lu  (hjl@gnu.org)
1618
1619         * c-exp.y (typebase): Support
1620
1621         [long|long long|short] [signed|unsigned] [int|]
1622
1623         and
1624
1625         signed [long|long long|short] int
1626
1627 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1628
1629         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1630         and vax-tdep.h.
1631         * vax-tdep.h: New file.
1632         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1633         Make several routines static.
1634         (vax_get_saved_register): New function.
1635         (vax_gdbarch_init): New function.
1636         (_initialize_vax_tdep): Register vax_gdbarch_init.
1637         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1638         Remove macros now under the control of gdbarch.
1639
1640 2002-04-22  Michael Snyder  <msnyder@redhat.com>
1641
1642         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1643         Some whitespace and coding standards tweaks.
1644
1645 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1646
1647         * vax-tdep.c: Include regcache.h.
1648         (vax_call_dummy_words): New.
1649         (sizeof_vax_call_dummy_words): New.
1650         (vax_fix_call_dummy): New function.
1651         (vax_saved_pc_after_call): Ditto.
1652         * config/vax/tm-vax.h: Don't include regcache.h.
1653         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1654         (CALL_DUMMY): Remove.
1655         (CALL_DUMMY_WORDS): Define.
1656         (SIZEOF_CALL_DUMMY_WORDS): Define.
1657         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1658
1659 2002-04-18  Michael Snyder  <msnyder@redhat.com>
1660
1661         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1662
1663 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1664
1665         * vax-tdep.c (vax_frame_chain): New function.
1666         (vax_push_dummy_frame): Ditto.
1667         (vax_pop_frame): Ditto.
1668         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1669         (FRAMELESS_FUNCTION_INVOCATION): Use
1670         generic_frameless_function_invocation_not.
1671         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1672         (POP_FRAME): Use vax_pop_frame.
1673
1674 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1675
1676         * vax-tdep.c (vax_store_struct_return): New function.
1677         (vax_extract_return_value): Ditto.
1678         (vax_store_return_value): Ditto.
1679         (vax_extract_struct_value_address): Ditto.
1680         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1681         vax_store_struct_return.
1682         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1683         (STORE_RETURN_VALUE): Use vax_store_return_value.
1684         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1685
1686 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1687
1688         * vax-tdep.c (vax_frame_saved_pc): New function.
1689         (vax_frame_args_address_correct): Ditto.
1690         (vax_frame_args_address): Ditto.
1691         (vax_frame_locals_address): Ditto.
1692         (vax_frame_num_args): Move code to be in proximity to
1693         other frame-related functions.
1694         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1695         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1696         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1697         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1698         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1699
1700 2002-04-22  H.J. Lu  (hjl@gnu.org)
1701
1702         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1703         includedir.
1704
1705 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1706
1707         * vax-tdep.c (vax_frame_init_saved_regs): New function.
1708         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1709         (FRAME_INIT_SAVED_REGS): New macro.
1710
1711 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1712
1713         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1714
1715 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1716
1717         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1718         where needed.
1719         (fetch_osf_core_registers): Likewise.
1720         (supply_gregset): Likewise.
1721
1722 2002-04-22  J. Brobecker  <brobecker@gnat.com>
1723
1724         * symfile.h (get_section_index): Define.
1725         * symfile.c (get_section_index): New function.
1726         * mdebugread.c (SC_IS_SBSS): New macro.
1727         (SC_IS_BSS): Return true for the scBss storage class only, as
1728         the scSBss storage class refers to the .sbss section.
1729         (parse_partial_symbols): Discard the symbols which associated
1730         section does not exist.
1731         Make sure to use the .sbss section index for symbols which
1732         storage class is scBss, rather than using the .bss section index.
1733
1734 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1735
1736         * vax-tdep.c: Update copyright years.
1737         (vax_register_name): New function.
1738         (vax_register_byte): Ditto.
1739         (vax_register_raw_size): Ditto.
1740         (vax_register_virtual_size): Ditto.
1741         (vax_register_virtual_type): Ditto.
1742         * config/vax/tm-vax.h: Update copyright years.
1743         (REGISTER_NAMES): Remove.
1744         (REGISTER_NAME): Define.
1745         (REGISTER_BYTE): Use vax_register_byte.
1746         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1747         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1748         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1749
1750 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1751
1752         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1753         declaration
1754         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1755
1756 2002-04-21  David S. Miller  <davem@redhat.com>
1757
1758         * arch-utils.c (generic_prologue_frameless_p): Kill
1759         SKIP_PROLOGUE_FRAMELESS_P code.
1760         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1761         references.
1762         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1763         * arc-tdep.c (arc_prologue_frameless_p): Implement.
1764         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1765         references.
1766         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1767         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1768         (sparc_gdbarch_init): Pass it to
1769         set_gdbarch_prologue_frameless_p.
1770
1771 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1772
1773         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1774         (alphabsd-nat.o): New dependency list.
1775
1776 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1777
1778         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1779         alphafbsd-tdep.c.
1780         (alpha-linux-tdep.o): New dependency list.
1781         (alphafbsd-tdep.o): Likewise.
1782
1783 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1784
1785         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
1786         to here...
1787         * alpha-tdep.c: ...from here.
1788         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1789
1790 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1791
1792         * config/alpha/tm-alpha.h: Move alpha_software_single_step
1793         prototype from here...
1794         * alpha-tdep.h: ...to here.
1795
1796 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1797
1798         * frame.h (selected_frame_level): Document as deprecated.
1799         (frame_relative_level): Declare.
1800         * stack.c (frame_relative_level): New function.
1801         (selected_frame_level): Document as deprecated.
1802         (select_frame): Do not set the selected_frame_level.
1803
1804         * stack.c (frame_info, record_selected_frame): Update.
1805         (frame_command, current_frame_command): Update.
1806         (up_silently_base, up_command, down_silently_base): Update.
1807         (down_command): Update.
1808         * inflow.c (kill_command): Update.
1809         * tracepoint.c (finish_tfind_command): Update.
1810         * corelow.c (core_open): Update.
1811         * thread.c (info_threads_command): Update.
1812         (do_captured_thread_select): Update.
1813         * infcmd.c (finish_command): Update.
1814         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1815
1816 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1817
1818         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1819
1820 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1821
1822         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
1823         type const.
1824
1825 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1826
1827         * alphafbsd-tdep.c: Update copyright years.  Include
1828         alpha-tdep.h.
1829         (alphafbsd_use_struct_convention): Make static.
1830         (alphafbsd_init_abi): New function.
1831         (_initialize_alphafbsd_tdep): New function.
1832         * config/alpha/tm-fbsd.h: Update copyright years.
1833         (USE_STRUCT_CONVENTION): Remove.
1834
1835 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1836
1837         * alpha-tdep.c (alpha_abi_handler): New structure to describe
1838         an Alpha ABI variant.
1839         (alpha_abi_handler_list): Declare.
1840         (alpha_gdbarch_register_os_abi): New function.
1841         (alpha_gdbarch_init): Give registered ABI variant handlers a
1842         chance to tweak the gdbarch once we have set up defaults.
1843         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1844
1845 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1846
1847         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1848         to standard_coerce_float_to_double.
1849         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1850
1851 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1852
1853         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1854         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1855         from gdbarch_tdep rather than a constant.
1856         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1857         the default text address for all Alpha Unix ABIs.
1858         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1859         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1860
1861 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1862
1863         * alpha-tdep.h: New file.  Includes several Alpha target constants
1864         taken from...
1865         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
1866         let gdbarch deal with.
1867         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1868         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1869         to dependency list.
1870         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
1871         Alpha target register names.
1872         * alphabsd-nat.c: Likewise.
1873         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
1874         Alpha target register names.  Make serveral routines static.
1875         (alpha_get_saved_register): New function.
1876         (alpha_abi_names): New.
1877         (process_note_abi_tag_sections): New function.
1878         (get_elfosabi): New function.
1879         (alpha_gdbarch_init): New function.
1880         (alpha_dump_tdep): New function.
1881         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1882
1883 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1884
1885         * frame.c (find_saved_register): Delete #ifdef
1886         HAVE_REGISTER_WINDOWS code.
1887         * config/sparc/tm-sparc.h: Update comments.
1888         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1889
1890 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1891
1892         * i960-tdep.c (i960_find_saved_register): New function.
1893         (i960_get_saved_register): New function.
1894         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1895         (i960_get_saved_register): Declare.
1896         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1897
1898 2002-04-20  David S. Miller  <davem@redhat.com>
1899
1900         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1901
1902 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1903
1904         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1905         instead of NUM_PSEUDO_REGS.
1906
1907 2002-04-20  David S. Miller  <davem@redhat.com>
1908
1909         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1910         GDB_MULTI_ARCH_PARTIAL
1911         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1912         define, let tm-sp64.h do it.
1913
1914 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
1915
1916         * frame.c (find_saved_register): Avoid a NULL pointer
1917         dereference and actually walk the frame list.
1918
1919 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1920
1921         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1922         sorted in most most-recent-used order.  Document.
1923         * gdbarch.h, gdbarch.c: Regenerate.
1924
1925 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1926
1927         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1928         (add_inferior): Call create_register_cache.
1929         (clear_inferiors): Call free_register_cache.
1930         (inferior_regcache_data, set_inferior_regcache_data): New functions.
1931         * gdbserver/regcache.c (struct inferior_regcache_data): New.
1932         (registers): Remove.
1933         (get_regcache): New function.
1934         (create_register_cache, free_register_cache): New functions.
1935         (set_register_cache): Don't initialize the register cache here.
1936         (registers_to_string, registers_from_string, register_data): Call
1937         get_regcache.
1938         * gdbserver/regcache.h: Add prototypes.
1939         * gdbserver/server.h: Likewise.
1940
1941 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1942
1943         * gdbserver/mem-break.c: New file.
1944         * gdbserver/mem-break.h: New file.
1945         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1946         dependencies.
1947         * gdbserver/inferiors.c (struct inferior_info): Add target_data
1948         member.
1949         (clear_inferiors): Free target_data member if set.
1950         (inferior_target_data, set_inferior_target_data): New functions.
1951         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1952         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
1953         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1954         (struct inferior_linux_data): New.
1955         (linux_create_inferior): Use set_inferior_target_data.
1956         (linux_attach): Likewise.  Call add_inferior.
1957         (linux_wait_for_one_inferior): New function.
1958         (linux_wait): Call it.
1959         (linux_write_memory): Add const.
1960         (initialize_low): Call set_breakpoint_data.
1961         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1962         handling members.
1963         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1964         call.
1965         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
1966         prototypes.
1967         * gdbserver/target.c (read_inferior_memory)
1968         (write_inferior_memory): New functions.
1969         * gdbserver/target.h (read_inferior_memory)
1970         (write_inferior_memory): Change macros to prototypes.
1971         (struct target_ops): Update comments.  Add const to write_memory
1972         definition.
1973
1974 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
1975
1976         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1977         instead of ->prev.
1978         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1979         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1980         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1981         instead of ->prev.
1982
1983 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
1984
1985         Fix PR gdb/471.
1986         * gdbtypes.c (init_simd_type): Rewrite using new functions.
1987         (build_builtin_type_vec128): Ditto.
1988         (append_composite_type_field): Fix calculation of type length in
1989         union case.
1990
1991 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
1992
1993         * config/djgpp/README: Update.
1994
1995         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1996         compiler warnings.
1997
1998 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
1999
2000         * alpha-tdep.c (setup_arbitrary_frame): Rename...
2001         (alpha_setup_arbitrary_frame): ...to this.
2002         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2003         for alpha_setup_arbitrary_frame.
2004
2005 2002-04-18  Andrew Cagney  <cagney@redhat.com>
2006
2007         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2008         * gdbarch.h, gdbarch.c: Regenerate.
2009
2010         * defs.h (breakpoint_from_pc_fn): Delete type definition.
2011         * target.h (memory_breakpoint_from_pc): Update declaration.
2012         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2013
2014         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2015         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2016         * mem-break.c (memory_breakpoint_from_pc): Ditto.
2017         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2018         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2019         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2020         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2021         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2022         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2023         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2024         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2025         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2026
2027         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2028         const pointer.
2029         * monitor.c (monitor_insert_breakpoint): Ditto.
2030         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2031
2032         * config/mcore/tm-mcore.h: Update copyright.
2033         * mem-break.c: Ditto.
2034         * xstormy16-tdep.c: Ditto.
2035
2036 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
2037
2038         * p-exp.y: Add precedence rule for '^' token.
2039         This removes the shift/reduce conflicts.
2040         Remove the comment concerning these shift/reduce conflicts.
2041
2042 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
2043
2044         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2045         (registers_powerpc_nofp): New register set for processors
2046         without floating point unit.
2047
2048 2002-04-18  David S. Miller  <davem@redhat.com>
2049
2050         * MAINTAINERS: Add myself to write-after-approval.
2051
2052 2002-04-17  Michael Snyder  <msnyder@redhat.com>
2053
2054         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2055
2056 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
2057
2058         * rs6000-tdep.c (frame_initial_stack_address): Use
2059         frame_register_read to read the alloca_reg.
2060
2061 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
2062
2063         * frame.c (find_saved_register): Find saved registers in the next
2064         not prev frame.
2065         Fix PR gdb/365.
2066
2067 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
2068
2069         * gdbarch.sh (LANG): Set to ``c''.
2070
2071 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
2072
2073         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2074
2075 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
2076
2077         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2078         Update copyright.
2079
2080         * hpread.c (hpread_get_lntt): Add declaration.
2081         Also fix PR gdb/391.
2082
2083 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
2084
2085         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2086         * aclocal.m4, configure: Re-generate.
2087         Fix PR gdb/391.
2088
2089 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
2090
2091         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2092         instead of tm_print_insn.
2093
2094 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
2095
2096         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2097
2098 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
2099
2100         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2101         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2102         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2103
2104 2002-04-12  Don Howard  <dhoward@redhat.com>
2105
2106         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2107         max_user_call_depth.
2108         (init_cmd_lists): Initialize the new value;
2109         * cli/cli-script.c (execute_user_command): Limit the call depth of
2110         user defined commands.  This avoids a core-dump when user commands
2111         are infinitly recursive.
2112
2113 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2114
2115         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2116         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2117         from tdep struct instead of DEFAULT_LR_SAVE.
2118         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2119         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2120         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2121
2122 2002-04-12  Michael Snyder  <msnyder@redhat.com>
2123
2124         * Remote.c: Spelling fix.
2125         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2126         If no symbol found for "sbrk", try "_sbrk".
2127         (make_output_phdrs): Use bfd_section_name.
2128         (gcore_copy_callback): Use bfd_section_name.
2129         * eval.c: Indentation fix-ups.
2130         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2131         in case it gets applied to an address that is already
2132         in the instruction space.
2133         * cli/cli-decode.c (help_list): Allow long lines to wrap.
2134         * symfile.c: Fix indentation, long lines.
2135         * source.c: White space fix-up.
2136
2137 2002-04-12  Andrew Cagney  <cagney@redhat.com>
2138
2139         * defs.h (read_relative_register_raw_bytes): Delete declaration.
2140         * frame.c (frame_register_read): New function.  Return non-zero on
2141         success.
2142         (read_relative_register_raw_bytes_for_frame): Delete.
2143         (read_relative_register_raw_bytes): Delete.
2144         * frame.h (frame_register_read): Declare.
2145         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
2146         * sh-tdep.c: Ditto.
2147         * infcmd.c (do_registers_info): Ditto.
2148         * hppa-tdep.c: Ditto.
2149         * rs6000-tdep.c: Ditto.
2150         * h8500-tdep.c: Ditto.
2151         * mips-tdep.c: Ditto.
2152         * h8300-tdep.c: Ditto.
2153         * z8k-tdep.c: Ditto.
2154
2155 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2156
2157         From Jimi X <jimix@watson.ibm.com>:
2158         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2159         64-bit SysV ABI.
2160
2161 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2162
2163         From Jimi X <jimix@watson.ibm.com>:
2164         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2165         bfd info.
2166
2167 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2168
2169         From Jimi X <jimix@watson.ibm.com>:
2170         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2171         register sets for these processor variants.
2172
2173 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
2174
2175         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2176         registers which are allowed to fail to store.
2177         * gdbserver/linux-low.h (linux_target_ops): Likewise.
2178         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2179         (ppc_cannot_store_register): FPSCR may not be storable.
2180         * regformats/reg-ppc.dat: Support FPSCR.
2181
2182 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
2183
2184         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2185         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2186         Add fpscr as an invalid/unfetchable register.
2187         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2188         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2189         (fill_fpregset): Add support for register fpscr.
2190         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2191         (fill_gregset): Account for the fact that register ``mq'' might
2192         not exist.
2193         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2194         (registers_power): Add fpscr to register set at slot 71.
2195         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2196         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
2197
2198 2002-04-11  Michael Snyder  <msnyder@redhat.com>
2199
2200         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2201         * configure: Regenerate.
2202         * config.in: Regenerate.
2203         * acconfig.h: Add define for _SYSCALL32.
2204         * core-sol2.c: Remove #define _SYSCALL32.
2205         * solib-legacy.c: Remove #define _SYSCALL32.
2206
2207 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2208
2209         * stack.c (select_frame): Cleanup internal error message, do not
2210         use %p.
2211
2212 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2213
2214         * stack.c (select_frame): Check that selected_frame and the
2215         specified level are as expected.
2216         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2217         Update copyright.
2218         * frame.h (struct frame_info): Add field `level'.  Update
2219         copyright.
2220         Work-in-progress PR gdb/464.
2221
2222 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2223
2224         * maint.c (maint_print_section_info): Rename print_section_info.
2225         (print_bfd_section_info, print_objfile_section_info): Update.
2226         * inferior.h (struct gdbarch): Add opaque declaration.
2227         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2228         * gdbarch.h: Regenerate.
2229
2230 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
2231
2232         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2233         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2234         (kernel_u_size): Added.
2235         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2236         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2237
2238 2002-04-04  Jim Ingham  <jingham@apple.com>
2239
2240        * valarith.c (find_size_for_pointer_math): New function, either returns
2241        the size for a pointer's target, returns 1 for void *, or errors for
2242        incomplete types.
2243        (value_add, value_sub): use find_size_for_pointer_math.
2244
2245 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2246
2247         * linux-low.c (linux_look_up_symbols): New hook.
2248         (linux_target_ops): Add linux_look_up_symbols.
2249         * remote-utils.c (decode_address): New function.
2250         (look_up_one_symbol): New function.
2251         * server.c (handle_query): Call target look_up_symbols hook.
2252         * server.h (look_up_one_symbol): Add prototype.
2253         * target.h (struct target_ops): Add look_up_symbols hook.
2254
2255 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2256
2257         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2258         * ChangeLog: Correct paths in last ChangeLog entry.
2259
2260 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2261
2262         * gdbserver/linux-low.h: Remove obsolete prototypes.
2263         (struct linux_target_ops): New.
2264         (extern the_low_target): New.
2265         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2266         (register_addr): Use the_low_target explicitly.
2267         (fetch_register): Likewise.
2268         (usr_fetch_inferior_registers): Likewise.
2269         (usr_store_inferior_registers): Likewise.
2270         * gdbserver/linux-arm-low.c (num_regs): Remove.
2271         (arm_num_regs): Define.
2272         (arm_regmap): Renamed from regmap, made static.
2273         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2274         made static.
2275         (arm_cannot_store_register): Renamed from cannot_store_register,
2276         made static.
2277         (the_low_target): New.
2278         * gdbserver/linux-i386-low.c (num_regs): Remove.
2279         (i386_num_regs): Define.
2280         (i386_regmap): Renamed from regmap, made static.
2281         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2282         made static.
2283         (i386_cannot_store_register): Renamed from cannot_store_register,
2284         made static.
2285         (the_low_target): New.
2286         * gdbserver/linux-ia64-low.c (num_regs): Remove.
2287         (ia64_num_regs): Define.
2288         (ia64_regmap): Renamed from regmap, made static.
2289         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2290         made static.
2291         (ia64_cannot_store_register): Renamed from cannot_store_register,
2292         made static.
2293         (the_low_target): New.
2294         * gdbserver/linux-m68k-low.c (num_regs): Remove.
2295         (m68k_num_regs): Define.
2296         (m68k_regmap): Renamed from regmap, made static.
2297         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2298         made static.
2299         (m68k_cannot_store_register): Renamed from cannot_store_register,
2300         made static.
2301         (the_low_target): New.
2302         * gdbserver/linux-mips-low.c (num_regs): Remove.
2303         (mips_num_regs): Define.
2304         (mips_regmap): Renamed from regmap, made static.
2305         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2306         made static.
2307         (mips_cannot_store_register): Renamed from cannot_store_register,
2308         made static.
2309         (the_low_target): New.
2310         * gdbserver/linux-ppc-low.c (num_regs): Remove.
2311         (ppc_num_regs): Define.
2312         (ppc_regmap): Renamed from regmap, made static.
2313         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2314         made static.
2315         (ppc_cannot_store_register): Renamed from cannot_store_register,
2316         made static.
2317         (the_low_target): New.
2318         * gdbserver/linux-s390-low.c (num_regs): Remove.
2319         (s390_num_regs): Define.
2320         (s390_regmap): Renamed from regmap, made static.
2321         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2322         made static.
2323         (s390_cannot_store_register): Renamed from cannot_store_register,
2324         made static.
2325         (the_low_target): New.
2326         * gdbserver/linux-sh-low.c (num_regs): Remove.
2327         (sh_num_regs): Define.
2328         (sh_regmap): Renamed from regmap, made static.
2329         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2330         made static.
2331         (sh_cannot_store_register): Renamed from cannot_store_register,
2332         made static.
2333         (the_low_target): New.
2334         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2335         (the_low_target): New.
2336
2337 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
2338
2339         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2340         override FP_REGNUM with frame->fp.  Update copyright.
2341         * parse.c (num_std_regs, std_regs): Delete.
2342         (target_map_name_to_register): Do not search std_regs.  Update
2343         function description.
2344         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2345         declarations.  Update copyright.
2346         Fix PR gdb/251.
2347
2348 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2349
2350         * gdbserver/Makefile.in: Add stamp-h target.
2351         * gdbserver/configure.in: Create stamp-h.
2352         * gdbserver/configure: Regenerated.
2353
2354 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2355
2356         * gdbserver/inferiors.c: New file.
2357         * gdbserver/target.c: New file.
2358         * gdbserver/target.h: New file.
2359         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
2360         dependencies.
2361         * gdbserver/linux-low.c (inferior_pid): New static variable,
2362         moved from server.c.
2363         (linux_create_inferior): Renamed from create_inferior.
2364         Call add_inferior.  Return 0 on success instead of a PID.
2365         (linux_attach): Renamed from myattach.
2366         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
2367         (linux_thread_alive): Renamed from mythread_alive.
2368         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
2369         child dies.
2370         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
2371         (regsets_store_inferior_registers): Correct error message.
2372         Add missing ``return 0''.
2373         (linux_fetch_registers): Renamed from fetch_inferior_registers.
2374         (linux_store_registers): Renamed from store_inferior_registers.
2375         (linux_read_memory): Renamed from read_inferior_memory.
2376         (linux_write_memory): Renamed from write_inferior_memory.
2377         (linux_target_ops): New structure.
2378         (initialize_low): Call set_target_ops ().
2379         * gdbserver/remote-utils.c (unhexify): New function.
2380         (hexify): New function.
2381         (input_interrupt): Send signals to ``signal_pid''.
2382         * gdbserver/server.c (inferior_pid): Remove.
2383         (start_inferior): Update create_inferior call.
2384         (attach_inferior): Call add_inferior.
2385         (handle_query): New function.
2386         (main): Call handle_query for `q' packets.
2387         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
2388         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2389
2390 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2391
2392         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
2393         dependencies.
2394         * gdbserver/configure.in: Check for <string.h>
2395         * gdbserver/configure: Regenerate.
2396         * gdbserver/config.in: Regenerate.
2397         * gdbserver/gdbreplay.c: Include needed system headers.
2398         (remote_open): Remove strchr prototype.
2399         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2400         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2401         (supply_register_by_name): Likewise.
2402         (collect_register): Change buf argument to void *.
2403         (collect_register_by_name): Likewise.
2404         * gdbserver/regcache.h: Add missing prototypes.
2405         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2406         * gdbserver/server.c (handle_query): New function.
2407         (attached): New static variable, moved out of main.
2408         (main): Quiet longjmp clobber warnings.
2409         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
2410         * gdbserver/utils.c (error): Remove NORETURN.
2411         (fatal): Likewise.
2412
2413 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2414
2415         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2416         after the last symbol in a block.
2417
2418 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
2419
2420         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2421         is non zero as a found symbol.
2422
2423 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
2424
2425         * findvar.c: Include "builtin-regs.h".
2426         (value_of_register): Call value_of_builtin_reg when applicable.
2427         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2428         (target_map_name_to_register): Call
2429         builtin_reg_map_name_to_regnum.
2430         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2431         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2432         (builtin_regs_h): Define.
2433         (builtin-regs.o): New target.
2434         (findvar.o): Add $(builtin_regs_h).
2435         * builtin-regs.c, builtin-regs.h: New files.
2436         * std-regs.c: New file.
2437         Partial fix for PR gdb/251.
2438
2439 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2440
2441         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2442         it's no longer required.
2443
2444 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
2445
2446         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2447
2448 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2449
2450         From Jimi X <jimix@watson.ibm.com>:
2451         * rs6000-tdep.c (rs6000_software_single_step): Use
2452         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2453         and size.  Use target_insert_breakpoint() and
2454         target_remove_breakpoint() to insert and remove breakpoints
2455         instead of explicit memory reads and writes.
2456
2457 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2458
2459         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2460         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2461         ELF_OBJECT_FORMAT ifdef.
2462
2463 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2464
2465         From Jimi X <jimix@watson.ibm.com>:
2466         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2467
2468 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2469
2470         From Jimi X <jimix@watson.ibm.com>:
2471         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2472         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2473
2474 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
2475
2476         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2477         s/asprintf/xasprintf/.
2478         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2479
2480 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2481
2482         I believe Jeff Law denies responsability for this one:
2483         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2484         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2485         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2486         Work-around for PR gdb/366.
2487
2488 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
2489
2490         * remote-e7000.c (write_small, e7000_read_inferior_memory,
2491         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2492         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2493
2494 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
2495
2496         * sh-tdep.c (sh_fp_frame_init_saved_regs,
2497         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2498         information.
2499
2500 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2501
2502         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2503         maintainer.
2504
2505 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2506
2507         * README (Reporting Bugs in GDB): Document the bug web page as the
2508         prefered way of submitting bugs.
2509         Fix PR gdb/402.
2510
2511 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2512
2513         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2514         -1.  Update comment.
2515         * gdbarch.h, gdbarch.c: Re-generate.
2516
2517 2002-04-07  Andreas Schwab  <schwab@suse.de>
2518
2519         * m68klinux-nat.c (fill_fpregset): Properly pass address of
2520         buffer to regcache_collect.
2521
2522 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2523
2524         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
2525         * gdbarch.c, gdbarch.h: Re-generate.
2526
2527 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2528
2529         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2530         declaration.  Fix -Werror.
2531
2532 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
2533
2534         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2535         * gdbarch.c: Regenerate.
2536
2537 2002-04-05  Michael Snyder  <msnyder@redhat.com>
2538
2539         * breakpoint.c (clear_command): Rewrite middle section to
2540         combine two loops with identical control conditions.
2541         Add a cleanup to eliminate a memory leak.
2542         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2543
2544 2002-04-05  H.J. Lu  (hjl@gnu.org)
2545
2546         * solib-svr4.c (bkpt_names): Add "__start".
2547
2548 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
2549
2550         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2551         as test for 64 bit target.
2552
2553 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
2554
2555         * h8500-tdep.c (h8500_write_fp): Delete function.
2556         * dwarf2cfi.c (cfi_write_fp): Document as not used.
2557         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2558         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2559         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2560         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2561         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2562         (s390_write_fp):
2563         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2564         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2565         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2566         (d10v_write_fp): Delete function.
2567         * inferior.h (write_fp, generic_target_write_fp): Delete
2568         declarations.
2569         * regcache.c (generic_target_write_fp): Delete function.
2570         (write_fp): Delete function.
2571         * gdbarch.sh (TARGET_WRITE_FP): Delete.
2572         * gdbarch.h, gdbarch.c: Regenerate.
2573         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2574         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2575         (sparc64_write_fp): Delete declaration.
2576         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2577         (h8500_write_fp): Delete declaration.
2578
2579 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
2580
2581         * sparc-tdep.c (sparc64_write_fp): Delete.
2582         (sparc_push_dummy_frame): Replace write_fp call with code to store
2583         the FP directly.
2584         (sparc_gdbarch_init): Do not initialize write_fp.
2585
2586 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
2587
2588         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2589         clause.
2590
2591 2002-03-29  Jim Blandy  <jimb@redhat.com>
2592
2593         * stack.c (get_selected_block): Add new argument `addr_in_block',
2594         used to return the exact code address we used to select the block,
2595         not just the block.
2596         * blockframe.c (get_frame_block, get_current_block): Same.
2597         * frame.h (get_frame_block, get_current_block,
2598         get_selected_block): Update declarations.
2599         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2600         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2601
2602 2002-04-05  Michael Snyder  <msnyder@redhat.com>
2603
2604         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2605         warning message.
2606
2607 2002-04-05  J. Brobecker  <brobecker@gnat.com>
2608
2609         * utils.c (xfullpath): New function.
2610         * defs.h (xfullpath): Add declaration.
2611         * source.c (openp): Use xfullpath in place of gdb_realpath to
2612         avoid resolving the basename part of filenames when the
2613         associated file is a symbolic link. This fixes a potential
2614         inconsistency between the filenames known to GDB and the
2615         filenames it prints in the annotations.
2616         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2617         to be able to match a filename with either the real filename, or
2618         the name of any symbolic link to this file.
2619         (lookup_partial_symtab): Ditto.
2620
2621 2002-04-04  Michael Snyder  <msnyder@redhat.com>
2622
2623         * breakpoint.c: Add support for hardware breakpoints in overlays.
2624         (overlay_events_enabled): New state variable.
2625         (insert_breakpoints): Use overlay_events_enabled to decide
2626         whether to attempt to set a breakpoint at the overlay load addr.
2627         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2628         (remove_breakpoint): Use overlay_events_enabled to decide
2629         whether breakpoints need to be removed from overlay load addr.
2630         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2631         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2632         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2633         disable_overlay_breakpoints): Update overlay_events_enabled.
2634
2635 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
2636
2637         * dwarf2read.c (struct function_range): New.
2638         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2639         (check_cu_functions): New.
2640         (read_file_scope): Initialize global function lists.
2641         Call dwarf_decode_line after processing children.
2642         (read_func_scope): Add to global function list.
2643         (dwarf_decode_lines): Call check_cu_functions everywhere
2644         record_line is called.  Call record_line with a linenumber
2645         of 0 to mark sequence ends.
2646
2647 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
2648
2649         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2650         change sync with glibc.
2651
2652 2002-04-03  Jim Blandy  <jimb@redhat.com>
2653
2654         * configure.in: Call AC_C_INLINE.
2655         * configure: Regenerated.
2656
2657 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
2658
2659         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2660         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2661
2662 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
2663
2664         * NEWS: Mention gcore support on FreeBSD/i386.
2665
2666         * fbsd-proc.c: New file.
2667         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2668         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2669
2670         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2671         while statement.
2672
2673 2002-03-29  Jim Blandy  <jimb@redhat.com>
2674
2675         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2676         unescaped newlines in string literals, but newer ones don't.  So
2677         escape them.
2678
2679 2002-03-26  Michael Snyder  <msnyder@redhat.com>
2680             Andrew Cagney <cagney@redhat.com>
2681
2682         * cli/cli-dump.c: New file.  Dump memory to file,
2683         restore file to memory.
2684         * cli/cli-dump.h: New file.
2685         * Makefile.in: Add rules, dependencies for cli-dump.o.
2686         * NEWS: Mention new commands.
2687
2688 2002-03-28  Michael Snyder  <msnyder@redhat.com>
2689
2690         * symfile.c (symbol_file_add): Move test for null symbols to later.
2691
2692 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2693
2694         From veksler at il.ibm.com:
2695         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2696         the xstrduped original path.
2697         Fix PR gdb/417.
2698
2699 2002-03-27  Michael Snyder  <msnyder@redhat.com>
2700
2701         * breakpoint.c (_initialize_breakpoint): Clean up help string.
2702         * infcmd.c (_initialize_infcmd): Ditto.
2703         * language.c (_initialize_language): Ditto.
2704         * symfile.c (_initialize_symfile): Ditto.
2705         * top.c (_init_main): Ditto.
2706         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2707
2708 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
2709
2710         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2711         vector registers handling.
2712         (skip_prologue): Handle new AltiVec instructions.  Fill in new
2713         fields of frame data.
2714         (frame_get_saved_regs): Fill in information for AltiVec registers.
2715
2716 2002-03-27  Jim Blandy  <jimb@redhat.com>
2717
2718         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2719         a function; leave this macro here to invoke that function.
2720         (symbol_init_mangled_name): Declaration for that function.
2721         * symtab.c (symbol_init_mangled_name): New function.
2722
2723 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2724
2725         * valarith.c: Replace strerror with safe_strerror.
2726         * tracepoint.c: Ditto.
2727         * lin-lwp.c: Ditto.
2728         * go32-nat.c: Ditto.
2729         * inflow.c: Ditto.
2730         * gnu-nat.c: Ditto.
2731
2732 2002-03-27  Andreas Schwab  <schwab@suse.de>
2733
2734         * event-top.c (command_line_handler): Remove useless if.
2735
2736 2002-03-27  Andreas Jaeger  <aj@suse.de>
2737
2738         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2739         comment.
2740
2741 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
2742
2743         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2744         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2745         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2746         (x86_64_linux_dr_get_status, supply_gregset),
2747         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2748         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2749         (x86_64_register_info_table): Add.
2750         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2751         (x86_64_register_raw_size, x86_64_register_virtual_type),
2752         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2753         general x86_64_register_info_table.
2754         (i386_gdbarch_init): gdbarch_register_bytes is now set
2755         dynamicaly during initialization.
2756         * regformats/reg-x86-64.dat: Synced with changes to registers above.
2757         * gdbserver/linux-x86-64-low.c: Ditto.
2758
2759 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2760
2761         * gdbserver/server.c (main): Call target_signal_to_host_p
2762         and target_signal_to_host on signals received from the remote.
2763         * gdbserver/remote-utils.c (prepare_resume_reply): Call
2764         target_signal_from_host on signals sent to the remote.
2765         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
2766         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
2767
2768 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2769
2770         * signals/signals.c: Include "server.h" in gdbserver build.
2771         (target_signal_from_name): Don't use STREQ.
2772         (_initialize_signals): Likewise.  Don't include function in
2773         gdbserver build.
2774
2775 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2776
2777         * signals.c: Moved to...
2778         * signals/signals.c: Here.
2779         * Makefile (signals.o): Update.
2780
2781 2002-03-26  Jeff Law (law@redhat.com)
2782
2783         * somread.c (som_symtab_read): Remove some commented out code and
2784         updated related comments.  Do not set the minimal symbol table to
2785         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2786         in a dynamic executable.
2787         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2788         where we are unable to find the minimal symbol for the given
2789         PC value.
2790
2791 2002-03-25  Jeff Law (law@redhat.com)
2792
2793         * linux-proc.c (read_mapping): Scan up to end of line for filename.
2794
2795 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
2796
2797         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2798
2799 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2800
2801         * command.h: Update copyright.
2802         (struct cmd_list_element): Replace definition with opaque
2803         declaration.
2804         (enum cmd_types): Document that it will eventually be moved to
2805         cli/cli-decode.h
2806         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2807         (MALLOCED_REPLACEMENT): Delete macro.
2808         * Makefile.in (cli_decode_h): Add $(command_h).
2809         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2810         * top.c: Include "cli/cli-decode.h".
2811         * completer.c: Include "cli/cli-decode.h".
2812         * maint.c: Include "cli/cli-decode.h".
2813         * cli/cli-decode.h: Include "command.h".
2814         (enum command_class): Delete.
2815         (enum cmd_types): Comment out.
2816         (enum cmd_auto_boolean): Delete.
2817         (enum var_types): Delete.
2818
2819 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2820
2821         * cli/cli-decode.c: Include "gdb_assert.h".
2822         (add_set_or_show_cmd): New static function.
2823         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
2824         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
2825         all fields, such as func, from the set command.
2826
2827 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2828
2829         * MAINTAINERS (sh-elf): Change warning flag to -w.
2830
2831 2002-03-23  Andrew Cagney  <cagney@redhat.com>
2832
2833         * defs.h (error): Add printf format attribute.
2834         * thread-db.c (thread_from_lwp): Fix error format string.
2835         * stack.c (parse_frame_specification): Ditto.
2836         * cli/cli-decode.c (undef_cmd_error): Ditto.
2837         * scm-lang.c (scm_lookup_name): Ditto.
2838         * tracepoint.c (trace_error): Ditto.
2839         * remote-utils.c (usage): Ditto.
2840         * remote.c (compare_sections_command): Ditto.
2841         Fix PR gdb/328.
2842
2843 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
2844
2845         * gdbtypes.c (append_composite_type_field): New function.
2846         (init_composite_type): New function.
2847         * gdbtypes.h (append_composite_type_field): Declare.
2848         (init_composite_type): Ditto.
2849
2850 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
2851
2852         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2853         function.
2854         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2855         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2856         structure returning convention for SYSV ABI case, but not
2857         for GNU/Linux, FreeBSD, or NetBSD.
2858
2859 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
2860
2861         * symtab.h (lookup_block_symbol): Add mangled_name argument
2862         to prototype.
2863
2864         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2865         with new mangled_name argument.
2866         * linespec.c (decode_line_1): Likewise.
2867         * valops (value_of_this): Likewise.
2868         * symtab.c (lookup_transparent_type): Likewise.
2869         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
2870         (lookup_symbol): If we are given a mangled name, pass it down
2871         to lookup_symbol_aux.
2872         (lookup_block_symbol): If we are given a mangled name to check
2873         against, only return symbols which match it.
2874
2875 2002-03-22  Christopher Faylor  <cgf@redhat.com>
2876
2877         * win32-nat.c (child_create_inferior): Check for proper shell to use
2878         here, in case the user changes it on the fly.
2879         (_initialize_inftarg): Remove shell path considerations.
2880
2881 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
2882
2883         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2884         for gdbarch_max_register_raw_size and max_register_virtual_size.
2885         Adjust copyright year.
2886
2887 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
2888
2889          * dbxread.c (process_one_symbol): Extend the first N_SLINE
2890          in a function to cover the entire beginning of the function
2891          as well if it does not already.
2892
2893 2002-03-21  Tom Rix  <trix@redhat.com>
2894
2895         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2896         (rs6000_ptrace64): Renamed from ptrace64.
2897
2898 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2899
2900         * gdbserver/remote-utils.c (remote_open): Don't call
2901         getprotobyname, we're all using TCP here so just use
2902         IPPROTO_TCP.
2903         * gdbserver/gdbreplay.c (remote_open): Ditto.
2904
2905 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2906
2907         * regcache.c (_initialize_regcache): No need to call
2908         build_regcache() at this time; it gets called whenever
2909         the gdbarch changes.
2910
2911 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
2912
2913         * sparc-nat.c:  Include sys/param.h where possible.
2914
2915 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
2916
2917         Fix PR gdb/422.
2918         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2919         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2920         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2921         complex types.
2922         * stabsread.c (rs6000_builtin_type): Likewise.
2923         (read_sun_floating_type): Likewise.
2924
2925 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2926
2927         * stabsread.c (read_member_functions): Remove skip code for duplicate
2928         constructor/destructor methods.  Use standard parsing for these
2929         methods and just do not chain them to the list of methods after
2930         parsing.
2931
2932 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
2933
2934         * coffread.c: Remove redundant static declarations.  Replace
2935         occurrences of `PTR' with `void *'.
2936         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2937         * top.h (quit_cover): Likewise.
2938         * defs.h (catch_errors): Likewise.
2939
2940 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2941
2942         * defs.h (XMALLOC): Define.
2943         * gdb-events.sh (XMALLOC): Delete macro.
2944         * gdb-events.c, gdb-events.h: Regenerate.
2945         * gdbarch.sh (XMALLOC): Delete macro.
2946         * gdbarch.c: Regenerate.
2947         * serial.c (XMALLOC): Delete macro.
2948         * ui-file.c (XMALLOC): Ditto.
2949         * ser-unix.h (XMALLOC): Ditto.
2950         * sh-tdep.c (XMALLOC): Ditto.
2951         * ui-out.c (XMALLOC): Ditto.
2952         * utils.c (XMALLOC): Ditto.
2953         * i386-tdep.c (XMALLOC): Ditto.
2954         * gdb-events.c (XMALLOC): Ditto.
2955         * d10v-tdep.c (XMALLOC): Ditto.
2956         * cli-out.c (XMALLOC): Ditto.
2957
2958         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2959         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2960         * ui-file.c, ui-out.c: Ditto.
2961
2962 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2963
2964         * command.h (struct cmd_list_element): Add field context.
2965         (set_cmd_context, get_cmd_context): Declare.
2966         * cli/cli-decode.h: Ditto.
2967         * cli/cli-decode.c (get_cmd_context): New function.
2968         (set_cmd_context): New function.
2969         (add_cmd): Initialize context.
2970         Part of fixing PR gdb/145 and PR gdb/146.
2971
2972 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2973
2974         * cli/cli-decode.c (cmd_type): New function.
2975         * command.h (cmd_type): Declare.
2976         * infrun.c (set_schedlock_func): Call function cmd_type.
2977         * kod.c (kod_set_os): Call cmd_type.
2978         * cris-tdep.c (cris_version_update): Use function cmd_type.
2979         (cris_mode_update, cris_abi_update): Ditto.
2980
2981         * command.h: (execute_cmd_post_hook): Declare.
2982         (execute_cmd_pre_hook): Declare.
2983         * cli/cli-script.c (clear_hook_in_cleanup): New function.
2984         (execute_cmd_post_hook, execute_cmd_pre_hook): New
2985         functions. Execute pre/post hook while ensuring that afterwords
2986         hook_in is cleared.
2987         * top.c (execute_command): Use execute_cmd_post_hook, and
2988         execute_cmd_pre_hook to execute pre/post commands.
2989         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2990         hook_stop_stub.
2991         (hook_stop_stub): Call execute_cmd_pre_hook.
2992
2993 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2994
2995         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
2996         set'' and this leads to a core dump.  Move xstrdup of
2997         operating_system to after check that it is not NULL.
2998
2999 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
3000
3001         * kod.c (kod_set_os): Remove unnecessary check that
3002         ``command->type'' is set_cmd.
3003
3004         * valprint.c (set_input_radix): Use input_radix.
3005         (set_output_radix): Use output_radix.
3006         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3007         isn't reverted.
3008
3009 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
3010
3011         * value.h (struct value): Delete field ``substring_addr''.  Change
3012         aligner fields to force_doublest_align, force_longest_align,
3013         force_core_addr_align and force_pointer_aligh.
3014
3015         * value.h (struct value): Fix typo in above change.
3016
3017 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3018
3019         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3020         to fix internal_error from ``maintenance print architecture''.
3021
3022 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3023
3024         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3025         for gcc versions after gcc-2.8.1.
3026
3027 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3028
3029         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3030         for method resolution.  Restore adjustment of ``this'' pointer after
3031         calling value_struct_elt, which was accidentally removed during the
3032         HP merge.
3033
3034 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
3035
3036         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3037         value_of_register.
3038         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
3039         get_saved_register.
3040         * value.h (value_of_register): Update.
3041
3042 2002-03-14  Richard Henderson  <rth@redhat.com>
3043
3044         * configure.in: Detect declaration for canonicalize_file_name.
3045         * utils.c (canonicalize_file_name): Declare, if needed.
3046         (gdb_realpath): Prefer realpath if available and usable.
3047         * config.in, configure: Rebuild.
3048
3049 2002-03-14  Richard Henderson  <rth@redhat.com>
3050
3051         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3052         a constant array bound.
3053
3054         * MAINTAINERS: Add myself to write-after-approval.
3055
3056 2002-03-14  Michael Snyder  <msnyder@redhat.com>
3057
3058         * symfile.c (syms_from_objfile): Return immediately if no syms.
3059         (symbol_file_add): Return immediately if no syms.
3060         (find_sym_fns): Return immediately if no syms.
3061
3062 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
3063
3064         * gdbserver/remote-util.c (remote_open): Print remote-side's
3065         IP address when remote debugging over the network.
3066
3067 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
3068
3069         * config/sparc/fbsd.mh: Fix copyright.
3070         * config/sparc/fbsd.mt: Likewise.
3071
3072 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
3073
3074         * MAINTAINERS: Fix typo in name of gdb warnings option.
3075         (x86-64): Fix formating so that this can be parsed by awk.
3076
3077 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
3078
3079         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3080         * defs.h: Include "gdb/signals.h".
3081         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3082
3083 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
3084
3085         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3086         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3087         from x86-64-tdep.h
3088
3089 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
3090             Don Howard <dhoward@redhat.com>
3091
3092         * mips-tdep.c (ST0_FR): Define.
3093         (mips2_fp_compat): New function, temporarily disabled.
3094         (mips_read_fp_register_single): New function.
3095         (mips_read_fp_register_double): New function.
3096         (mips_print_register): Use them.
3097         (do_fp_register_row): Likewise.
3098
3099 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
3100
3101         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3102         approval''.
3103
3104 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3105
3106         * stabsread.c (read_member_functions): Fix is_stub test for
3107         static member functions, improve comment.
3108
3109 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
3110
3111         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3112         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3113         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3114         commands that set boolean values.
3115         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3116         (arm_rdi_resume): Always initialize PC.
3117         (arm_rdi_open): Don't use rslt as a boolean.
3118         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3119         (arm_rdi_fetch_registers, arm_rdi_store_registers)
3120         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3121         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3122
3123 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
3124
3125         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3126         * configure: Rebuilt.
3127
3128 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3129
3130         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3131         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3132
3133 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
3134
3135         * cli/cli-decode.c (set_cmd_completer): New function.
3136         * command.h (set_cmd_completer): Declare.
3137         * cli/cli-decode.h (set_cmd_completer): Ditto.
3138
3139         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3140         * cli/cli-cmds.c (init_cli_cmds): Ditto.
3141         * win32-nat.c (_initialize_inftarg): Ditto.
3142         * remote-rdi.c (_initialize_remote_rdi): Ditto.
3143         * proc-api.c (_initialize_proc_api): Ditto.
3144         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3145         * source.c (_initialize_source): Ditto.
3146         * exec.c (_initialize_exec): Ditto.
3147         * solib.c (_initialize_solib): Ditto.
3148         * top.c (init_main): Ditto.
3149         * tracepoint.c (_initialize_tracepoint): Ditto.
3150         * symfile.c (_initialize_symfile): Ditto.
3151         * printcmd.c (_initialize_printcmd): Ditto.
3152         * infcmd.c (_initialize_infcmd): Ditto.
3153         * corefile.c (_initialize_core): Ditto.
3154
3155 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3156
3157         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3158
3159 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3160
3161         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3162
3163 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3164
3165         * NEWS: Update headings, 5.2 has branched.
3166
3167 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
3168
3169         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3170         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3171         (register_addr, REGISTER_RAW_SIZE): Likewise.
3172         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3173         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3174
3175 2002-03-03  Michal Ludvig <mludvig@suse.cz>
3176
3177         * MAINTAINERS (x86-64): Add myself.
3178         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3179         changed value_ptr -> struct value *
3180
3181 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
3182
3183         * configure.host (sparc64-*-freebsd): Add.
3184         * configure.tgt: Likewise.
3185         * config/sparc/fbsd.mh: New file.
3186         * config/sparc/fbsd.mt: Likewise.
3187         * config/sparc/nm-fbsd.h: Likewise.
3188         * config/sparc/tm-fbsd.h: Likewise.
3189
3190 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
3191
3192         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3193         regformats/reg-s390x.dat.
3194
3195 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
3196
3197         * utils.c: Add FIXME explaining true/false problem.
3198
3199 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
3200
3201         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3202
3203 2002-02-28  Michael Chastain  <mec@shout.net>
3204
3205         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3206
3207 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
3208
3209         * gdbserver/linux-s390-low.c: New file.
3210         * regformats/reg-s390.dat: New file.
3211         * regformats/reg-s390x.dat: New file.
3212         * gdbserver/configure.srv: Add S/390.
3213         * gdbserver/Makefile.in: Add S/390.
3214         * configure.tgt: Enable gdbserver for S/390.
3215
3216 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
3217
3218         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3219         first line of the doc string for "info dos", except at the end of
3220         the sentence, since the short help stops at the first period.
3221
3222 2002-02-28  Jason Merrill  <jason@redhat.com>
3223
3224         * dwarf2read.c (dwarf_cfi_name): Add new codes.
3225
3226 2002-02-27  Fred Fish  <fnf@redhat.com>
3227
3228         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3229         comment (dumy -> dummy).
3230
3231 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3232
3233         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3234
3235 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
3236
3237       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3238
3239 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3240
3241         * gdbserver/acconfig.h: New file.
3242         * gdbserver/i387-fp.c: New file.
3243         * gdbserver/i387-fp.h: New file.
3244         * gdbserver/linux-x86-64.c: New file.
3245         * regformats/reg-x86-64.dat: New file.
3246         * configure.tgt: Add x86_64-*-linux* gdbserver support.
3247         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3248         * gdbserver/configure.in: Add support for regsets.
3249         * gdbserver/config.in: Regenerate.
3250         * gdbserver/configure: Regenerate.
3251         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
3252         * gdbserver/linux-low.h: New file.
3253         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
3254         for regsets.
3255         * gdbserver/linux-arm-low.c: Include "linux-low.h".
3256         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3257         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3258         * gdbserver/linux-mips-low.c: Include "linux-low.h".
3259         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3260         * gdbserver/linux-sh-low.c: Include "linux-low.h".
3261         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
3262         "i387-fp.h".  Add PTRACE_GETREGS and friends.
3263         * gdbserver/regcache.c (supply_register): New function.
3264         (supply_register_by_name): New function.
3265         (collect_register): New function.
3266         (collect_register_by_name): New function.
3267
3268 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3269
3270         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3271         (config.status): Add configure.srv dependency.
3272         (server_h): Add config.h dependency.
3273
3274 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3275
3276         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3277         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3278         * gdbserver/configure.srv: Change i386-*-linux* to use
3279         reg-i386-linux.o.
3280
3281 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3282
3283         * x86-64-tdep.c: Re-indent.  Update copyright date.
3284
3285 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3286
3287         From Michal Ludvig <mludvig@suse.cz>:
3288         * x86-64-tdep.c (value.h): Delete.
3289         (gdb_assert.h): Include.
3290         (x86_64_register_convert_to_virtual,
3291         x86_64_register_convert_to_raw ): Add check which lets only
3292         floating-point values to be converted.
3293         (value_push): Delete.
3294         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3295         (i386_gdbarch_init): Number of register_bytes fixed.
3296
3297 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3298
3299         * MAINTAINERS: Add x86-64 target.
3300
3301 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3302
3303         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3304         * osfsolib.c (solib_map_sections): Ditto.
3305         * irix5-nat.c (solib_map_sections): Ditto.
3306         * corelow.c (gdb_check_format): Ditto.
3307         * symfile.c (symfile_bfd_open): Ditto.
3308         * solib.c (solib_map_sections): Ditto.
3309         Fix PR gdb/354.
3310
3311 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3312
3313         * remote.c (_initialize_remote): By default, disable ``e'' and
3314         ``E'' step out-of-range packets.
3315
3316 2002-02-26  Andreas Schwab  <schwab@suse.de>
3317
3318         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3319         m68k_linux_frame_saved_pc.
3320         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3321         in_sigtramp.
3322         (SIGCONTEXT_PC_OFFSET): Remove.
3323         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3324         m68k_linux_sigtramp_saved_pc): New functions.
3325         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3326         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3327         (UCONTEXT_PC_OFFSET): Define.
3328         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3329         non-RT and RT signal trampolines.
3330
3331 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
3332
3333         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3334         (TARGET_NBPG, STACK_END_ADDR): Delete
3335         (VARIABLES_INSIDE_BLOCK): Delete.
3336
3337 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
3338
3339         * utils.c (perror_with_name): Make string parameter constant.
3340         (print_sys_errmsg): Ditto.
3341         (query): Ditto.
3342         * defs.h (perror_with_name): Update.
3343         (print_sys_errmsg): Update.
3344         (query): Update.
3345
3346 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
3347
3348         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3349         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3350
3351 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3352
3353         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3354         if it already matches the current architecture from the exec file.
3355         Include arch-utils.h for gdbarch_info_init prototype.
3356         * Makefile.in (rs6000-nat.o): Update dependencies.
3357
3358 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
3359
3360         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3361          list of exported variables.
3362
3363 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
3364
3365         * gdbserver/configure.srv: New file.
3366         * gdbserver/configure.in: Use configure.srv instead
3367         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
3368         from it.
3369         * gdbserver/configure: Regenerated.
3370         * gdbserver/terminal.h: New file.
3371         * gdbserver/Makefile.in: Update for configure changes.  Remove
3372         more unneeded include paths.
3373
3374 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3375
3376         From wiz at danbala:
3377         * config/sparc/tm-sp64.h: Fix grammar and typos.
3378         Fix PR gdb/287.
3379
3380 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3381
3382         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3383         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
3384         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3385         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3386         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3387         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3388         * s390-tdep.c: Ditto.
3389         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3390         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3391         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3392         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3393         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3394         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3395         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3396         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3397         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3398         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3399         Fix PR gdb/378.
3400
3401 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3402
3403         * lin-thread.c: Delete file.
3404         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3405         to gdb_proc_service.h.
3406         * configure: Re-generate.
3407
3408         * ocd.c (ocd_open): Do not try to open the "ocd" device.
3409         * serial.c (serial_open): Delete check for "ocd".
3410         Fix PR gdb/349.
3411
3412         * Makefile.in (linux-thread.o): Delete target.
3413         * linux-thread.c: Delete file.
3414
3415         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
3416         renamed SH files to be consistent.
3417
3418         * symtab.c (sort_search_symbols): Use xfree.
3419
3420 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3421
3422         * arm-linux-tdep.c (arm_linux_init_abi): Register
3423         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3424         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3425         definition with undef, since we don't want the sysvr4 definition.
3426         (SKIP_TRAMPOLINE_CODE): Likewise.
3427
3428 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3429
3430         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3431
3432         * configure.in: (AC_CHECK_FUNCS) Added test for
3433         canonicalize_file_name Regenerated.
3434         * config.in, configure: Regenerated.
3435         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3436         defined use canonicalize_file_name.
3437
3438 2002-02-23  Michael Chastain  <mec@shout.net>
3439
3440         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3441
3442 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3443
3444         * README: Remove references to cygnus.com.
3445         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3446         dot com'' form.  Remove references to cygnus.com and sourceware.
3447
3448 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3449
3450         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3451         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3452         1003.1-2001 no longer allows "head -1".
3453         * gdb/Makefile.in (version.c): Likewise.
3454         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3455         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3456         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
3457
3458 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3459
3460         * cli/cli-decode.c (cmd_cfunc_eq): New function.
3461         * command.h (cmd_cfunc_eq): Declare.
3462         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3463
3464         * cli/cli-cmds.h (is_complete_command): Change parameter to a
3465         ``struct cmd_list_element *''.
3466         * cli/cli-cmds.c (is_complete_command): Update.  Use
3467         cmd_cfunc_eq.
3468         * top.c (execute_command): Pass the command to
3469         is_complete_command.
3470         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3471
3472 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3473
3474         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3475         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3476         architecture defines.
3477         * s390-tdep.c (s390_gdbarch_init): Likewise.
3478
3479 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3480
3481         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3482         (arm_linux_push_arguments): Likewise.
3483         (arm_linux_init_abi): Register them.  Also register linux-specific
3484         call_dummy_words.
3485         (find_minsym_and_objfile): Use strcmp, not STREQ.
3486         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3487         (arm_linux_call_dummy_words): Delete declaration.
3488         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3489         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3490         declarations.
3491         (LOWEST_PC): Delete.
3492
3493 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3494
3495         * maint.c (print_section_info): Do not prepend `0x' to filepos
3496         output, it will be handled by local_hex_string_custom.
3497
3498 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3499
3500         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3501         (store_newfpe_double, store_newfpe_extended, store_fpregister)
3502         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3503
3504 2002-02-22  Jim Blandy  <jimb@redhat.com>
3505
3506         Indicate that the bcache functions don't change the strings
3507         they're passed.
3508         * bcache.h (bcache, hash): Add `const' keywords to declarations.
3509         * bcache.c (bcache, hash): Add `const' keywords to definitions.
3510
3511 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3512
3513         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3514
3515 2002-02-21  Christopher Faylor  <cgf@redhat.com>
3516
3517         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3518         find the complete path to a loaded DLL.
3519
3520 2002-02-21  Fred Fish  <fnf@redhat.com>
3521
3522         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3523         that marks the end of the range of a function, enter a line number
3524         entry that has a line number of zero and a PC offset that matches
3525         the end of the function.  This starts a range of PC's for which no
3526         line number information is known.
3527         * symtab.c (find_pc_sect_line): If our best fit is in a range of
3528         PC's for which no line number info is found (line number is zero)
3529         then we didn't find any valid line information.
3530         * symtab.h: Document use of zero line number entry.
3531
3532 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
3533
3534         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3535         (have_ptrace_getvrregs): Define for run time checks.
3536         (gdb_vrregset_t): New type for Altivec register handling.
3537         (fetch_register, store_register): Fetch/store altivec register
3538         when needed.
3539         (fetch_altivec_register, store_altivec_register): New functions.
3540         (supply_vrregset, fill_vrregset): New functions.
3541         (fetch_altivec_registers, store_altivec_registers): New functions.
3542         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3543         registers as well.
3544
3545 2002-02-21  Jiri Smid  <smid@suse.cz>
3546
3547         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3548
3549 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
3550
3551         * Makefile.in (armnbsd-nat.o): Update dependencies.
3552         * armnbsd-nat.c (supply_gregset): New function.  Common code to
3553         supply the integer register set.
3554         (supply_fparegset): New function.  Similar for FPA registers.
3555         (fetch_regs, fetch_fp_regs): Use them.
3556         (fetch_core_registers): Likewise.
3557         (fetch_elfcore_registers): New function.
3558         (arm_netbsd_elfcore_fns): New core-file type specification.
3559         (_initialize_arm_netbsd_nat): Register it.
3560
3561 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
3562
3563         * armnbsd-nat.c: Include gdbcore.h.
3564         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3565         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3566         'void' to declaration, to shut up ARI.
3567         (fetch_core_registers): Make static.  Rewrite using supply_register.
3568         (arm_netbsd_core_fns): New core-file type specification.
3569         (_initialize_arm_netbsd_nat): New function.
3570
3571 2002-02-21  Christopher Faylor  <cgf@redhat.com>
3572
3573         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3574         value.
3575
3576 2002-02-20  Christopher Faylor  <cgf@redhat.com>
3577
3578         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3579         fails.
3580
3581 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3582
3583         * jv-exp.y (parse_number): Change type of implicit longs
3584         to builtin_type_uint64.
3585
3586 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3587
3588         * gdbserver/linux-low.c (mywait): Change argument to waitpid
3589         to be an integer instead of a `union wait'.
3590
3591 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3592
3593         * mips-linux-nat.c: Call the operating system GNU/Linux.
3594         * mips-linux-tdep.c: Likewise.
3595         * mips-tdep.c: Likewise.
3596
3597 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3598
3599         Fix PR gdb/265.
3600         * jv-exp.y (parse_number): Handle 64-bit integers.
3601
3602 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3603
3604         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
3605         AC_STDC_HEADERS to AC_HEADER_STDC.
3606         * gdbserver/configure: Regenerated.
3607
3608 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
3609
3610         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3611         is defined.
3612         * sparc-tdep.c (get_longjmp_target): Likewise.
3613
3614 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
3615
3616         * News: Add news about ARM and Multi-arch.  Mention the new target
3617         arm*-*-netbsd*.
3618
3619 2002-02-19  Jim Blandy  <jimb@redhat.com>
3620
3621         * stabsread.c (error_type_complaint): Improve error message.
3622
3623 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
3624
3625         * gdbserver/README: Update documentation.
3626         * gdbserver/configure.in: Update configury to match documentation.
3627         * gdbserver/Makefile.in: Likewise.
3628         * gdbserver/configure: Regenerated.
3629         * gdbserver/aclocal.m4: New file, generated by aclocal.
3630         * gdbserver/config.in: New file, generated by autoheader.
3631
3632 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3633
3634         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3635         armnbsd-nat.c.
3636
3637 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3638
3639         * arm-tdep.h (enum arm_float_model): New enum.
3640         (struct gdbarch_tdep): Add fp_model.
3641         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
3642         up floating-point conversions until we know the floating-point model
3643         in use by the inferior.  Don't complain about being unable to
3644         determine the ABI of the inferior when we don't have one.
3645         (arm_extract_return_value): Support different floating-point models.
3646         (arm_store_return_value): Likewise.
3647         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3648         ARM_FLOAT_SOFT.
3649         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3650
3651 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3652
3653         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3654         of ``current_gdbarch''.
3655
3656 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3657
3658         * armnbsd-nat.c : ANSIfy all function declarations.
3659         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3660         (fetch_inferior_registers): Re-implement in terms of above.
3661         (store_register, store_regs, store_fp_register, store_fp_regs): New.
3662         (store_inferior_registers): Re-implement in terms of above.
3663
3664 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3665
3666         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3667         kernel.
3668         * arm-linux-tdep.c: Likewise.
3669         * config/arm/tm-linux.h: Likewise.
3670
3671 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3672
3673         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3674         * config/arm/nbsd.mt (TM_FILE): Delete.
3675         * config/arm/tm-nbsd.h: Delete.
3676
3677 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3678
3679         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3680         Initialize CALL_DUMMY_LENGTH.
3681
3682 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3683
3684         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3685         function.
3686         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3687         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3688         defines one thing and that is incorrect for this port.
3689         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3690
3691 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3692
3693         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3694
3695 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3696
3697         * win32-nat.c (display_selector): New function. Displays information
3698         about the information returned by GetThreadSelectorEntry API function.
3699         (display_selectors): New function. Displays the infomation of
3700         the selector given as argument, or of CS, DS ans FS selectors
3701         if no argument is given.
3702         ( _initialize_inftarg): Add "w32" as info prefix command.
3703         Add "info w32 selector" as command calling display_selectors.
3704
3705 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3706
3707         * i386-tdep.c (get_longjmp_target): Fix compilation failure
3708         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3709         if not defined.
3710
3711 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3712
3713         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3714
3715 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3716
3717         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3718         (arm_fix_call_dummy): Call it.
3719         (arm_call_dummy_breakpoint_offset): Delete.
3720         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3721         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3722
3723 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
3724
3725         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3726         Default to func_frame_chain_valid.
3727         * gdbarch.h, gdbarch.c: Re-generate.
3728         * frame.h (FRAME_CHAIN_VALID): Delete definition.
3729
3730 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
3731
3732         * ppc-linux-nat.c: Update copyright.
3733         (fetch_register, store_register): Add tid parameter, don't compute
3734         tid here.
3735         (fetch_ppc_registers, store_ppc_registers): Add tid
3736         parameter. Pass it along to callees.
3737         (fetch_inferior_registers, store_inferior_registers): Compute tid
3738         here, and pass it to calleed functions.
3739         (fill_gregset, supply_fpregset): Clean up formatting.
3740
3741 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3742
3743         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3744         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3745
3746 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3747
3748         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3749         * gdbarch.c gdbarch.h: Regenerate.
3750         * breakpoint.c (create_longjmp_breakpoint): Always compile this
3751         function.
3752         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3753         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3754         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3755
3756         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3757         * arm-tdep.c (arm_get_longjmp_target): New function.
3758         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
3759         this to a positive value register arm_get_longjmp_target as the
3760         longjmp handler.
3761         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3762         (arm_linux_init_abi): Set up longjmp description in tdep.
3763         * armnbsd-nat.c (get_longjmp_target): Delete.
3764         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3765         description in tdep.
3766         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3767         (get_longjmp_target): Delete declaration.
3768         (GET_LONGJMP_TARGET): Delete.
3769         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3770         (GET_LONGJMP_TARGET): Delete.
3771
3772 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
3773
3774         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
3775         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3776         of ``current_gdbarch''.
3777
3778 2002-02-17  Tom Tromey  <tromey@redhat.com>
3779
3780         * cli/cli-cmds.c (compare_strings): New function.
3781         (complete_command): Only print each unique item once.
3782         * completer.h (complete_line): Declare.
3783         * completer.c (complete_line): New function.
3784         (line_completion_function): Use it.
3785
3786 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
3787
3788         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3789         * gdbarch.h, gdbarch.c: Re-generate.
3790
3791 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3792
3793         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3794
3795 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3796
3797         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3798         * valops.c (value_arg_coerce): Don't take the address of a reference
3799         to convert an argument to a reference.
3800
3801 2002-02-15  Christopher Faylor  <cgf@redhat.com>
3802
3803         * win32-nat.c (get_image_name): New function.
3804         (handle_load_dll): Use get_image_name function.
3805         (get_child_debug_event): Avoid registering debug events until possibly
3806         execed process is started.
3807         (child_create_inferior): Allow invocation via shell so that command
3808         line redirection, etc.  works ok.
3809         (_initialize_inftarg): Add new command: "set shell" to control whether
3810         a shell is used to start a process.
3811
3812 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3813
3814         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3815         instead of find_register_by_number.
3816         (cannot_store_register): Likewise.
3817
3818 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3819
3820         * dwarf2read.c: Replace fprintf (stderr, ...) by
3821         fprintf_unfiltered (gdb_stderr, ...).
3822
3823 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3824
3825         * gdbserver/gdbserver.1: Document --attach.
3826
3827 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3828
3829         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3830         descriptions.
3831         * arm-tdep.c (arm_default_arm_le_breakpoint)
3832         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3833         (arm_default_thumb_be_breakpoint): New.  Initialize them from
3834         traditional breakpoint defines.
3835         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3836         (arm_gdbarch_init): Initialize new breakpoint variables.
3837         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3838         (arm_linux_init_abi): Initialize linux-specific breakpoint.
3839         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3840         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3841         code out to ...
3842         (arm_netbsd_init_abi_common): ... here; new function.
3843         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3844         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3845         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3846         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3847
3848 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3849
3850         * arm-tdep.h (enum arm_abi): New enum.
3851         (struct gdbarch_tdep): New structure.
3852         (LOWEST_PC): Provide a default.
3853         (arm_gdbarch_register_os_abi): Declare new function.
3854         * arm-tdep.c (arm_abi_names): New array.
3855         (process_note_abi_tag_sections): New function.
3856         (get_elfosabi): New function.
3857         (arm_gdbarch_register_os_abi): New function.
3858         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
3859         support for that ABI has been built in, then call the appropriate
3860         configuration routine.  Use gdbarch_num_regs() to get the number
3861         of registers.
3862         (arm_dump_tdep): New function.
3863         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3864         place-holder functions.
3865         (_initialize_arm_tdep): Register them.
3866         * config/arm/tm-arm.h (LOWEST_PC): Delete.
3867
3868         * armnbsd-tdep.c: New file.
3869         * Makefile.in (armnbsd-tdep.o): Add dependencies.
3870         * config/arm/nbsd.mt (TDEPFILES): Add it.
3871         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3872
3873         * armnbsd-nat.c: Include regcache.h.
3874         * Makefile.in (armnbsd-nat.o): Update dependency list.
3875
3876         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3877
3878 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3879
3880         * gdbserver/Makefile.in: Fix typos in target rules.
3881
3882 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3883
3884         Fix part of PR gdb/267.
3885         * linespec.c (find_methods): Handle constructors specially for now.
3886
3887 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
3888
3889         * arm-tdep.c (arm_push_arguments): Eliminate special float type
3890         handling.
3891         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3892         standard_coerce_float_to_double().
3893
3894 2002-02-14  Christopher Faylor  <cgf@redhat.com>
3895
3896         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3897         GDBINIT_FILENAME.
3898
3899 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
3900
3901         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3902         find_variant_by_name, because it confuses the multiarch
3903         framework. Return NULL if there isn't an architecture with the
3904         user supplied name, instead of forcing a different one without
3905         recording the change with the multiarch machinery.
3906         (find_variant_by_name): Delete.
3907
3908 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3909
3910         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3911         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3912
3913 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
3914
3915         * stack.c (print_frame_info_base): When calling
3916         print_frame_info_listing_hook, set current_source_symtab.
3917
3918 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3919
3920         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3921         and remove unused $(INCLUDE_DIR).
3922         Add regcache.c to OBS.
3923         Add generated register protocol files to clean target.
3924         Update dependencies for new objects, obsolete old target code.
3925
3926         * gdbserver/linux-low.c: Remove all platform-specific code to
3927         new files.  Remove various dead code.  Update to use regcache
3928         functionality.
3929         * gdbserver/remote-utils.c (fromhex): Add return statement
3930         to quiet warning.
3931         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3932         constant.
3933         (input_interrupt): Add integer parameter to match prototype
3934         of a signal handler.
3935         (outreg): Use register_data ().
3936         (prepare_resume_reply): Use gdbserver_expedite_regs.
3937         * gdbserver/server.c (main): Dynamically allocate own_buf because
3938         PBUFSIZ is no longer constant.  Use registers_to_string () and
3939         registers_from_string ().
3940         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
3941         for error (), fatal (), and warning ().  Update definition of
3942         PBUFSIZ to use regcache functionality.  Add include guard.
3943         * gdbserver/utils.c (fatal): Add missing ``const''.
3944         (warning): New function.
3945
3946         * regformats/regdat.sh: Include "regcache.h" in generated files.
3947         Provide init_registers () function.
3948         * regformats/regdef.h: Add prototype for set_register_cache ().
3949         Add include guard.
3950
3951         * gdbserver/linux-arm-low.c: New file.
3952         * gdbserver/linux-i386-low.c: New file.
3953         * gdbserver/linux-ia64-low.c: New file.
3954         * gdbserver/linux-m68k-low.c: New file.
3955         * gdbserver/linux-mips-low.c: New file.
3956         * gdbserver/linux-ppc-low.c: New file.
3957         * gdbserver/linux-sh-low.c: New file.
3958
3959         * gdbserver/regcache.c: New file.
3960         * gdbserver/regcache.h: New file.
3961
3962         * gdbserver/low-linux.c: Removed obsolete file.
3963
3964 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3965
3966         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3967         * config/i386/linux.mt: Likewise.
3968         * config/ia64/linux.mt: Likewise.
3969         * config/m68k/linux.mh: Likewise.
3970         * config/powerpc/linux.mh: Likewise.
3971         * config/mips/linux.mt: Likewise.
3972
3973         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3974
3975         * config/i386/i386lynx.mh: Mark gdbserver variables
3976         as (currently) obsolete for this target.
3977         * config/i386/nbsd.mt: Likewise.
3978         * config/i386/nbsdelf.mt: Likewise.
3979         * config/m32r/m32r.mt: Likewise.
3980         * config/m68k/m68klynx.mh: Likewise.
3981         * config/m68k/nbsd.mt: Likewise.
3982         * config/m68k/sun3os4.mh: Likewise.
3983         * config/mips/vr5000.mt: Likewise.
3984         * config/ns32k/nbsd.mt: Likewise.
3985         * config/pa/hppabsd.mh: Likewise.
3986         * config/pa/hppaosf.mh: Likewise.
3987         * config/powerpc/nbsd.mt: Likewise.
3988         * config/rs6000/rs6000lynx.mh: Likewise.
3989         * config/s390/s390.mt: Likewise.
3990         * config/s390/s390x.mt: Likewise.
3991         * config/sparc/sparclynx.mh: Likewise.
3992         * config/sparc/sun4os4.mh: Likewise.
3993         * config/i386/x86-64linux.mt: Likewise.
3994         * config/sparc/linux.mh: Likewise.
3995
3996 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3997
3998         * configure.tgt: Configure gdbserver only for known working
3999         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
4000         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
4001         SUBDIRS if it is configured.  Update comment for ${nativefile}.
4002         * configure: Regenerated.
4003
4004 2002-02-13  Michael Snyder  <msnyder@redhat.com>
4005
4006         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4007
4008         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4009         (default_gcore_mach): Just return 0, work around a problem in bfd.
4010         (default_gcore_target): OK to return NULL if exec_bfd is null.
4011         (make_mem_sec): Use a cast, avoid a warning.
4012
4013         * procfs.c (find_memory_regions_callback): Use a cast instead of
4014         calling host_pointer_to_address (which complains if
4015         sizeof (host pointer) != sizeof (target pointer)).
4016         (procfs_make_note_section): Avoid overflow in psargs string.
4017
4018         * procfs.c (procfs_make_note_section): Make the default
4019         implementation return an error.
4020
4021 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
4022
4023         * procfs.c (procfs_make_note_section): Provide a default definition
4024         (for alpha-dec-osf4.0f). Fix typos.
4025
4026 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
4027
4028         * linux-proc.c: Add include of regcache.h.
4029         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4030
4031 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
4032
4033         From 2002-01-18 Greg McGary <greg@mcgary.org>:
4034         * memattr.c (create_mem_region): Disallow useless empty region.
4035         Regions are half-open intervals, so allow [A..B) [B..C) as
4036         non-overlapping.
4037
4038 2002-02-13  Michael Chastain <mec@shout.net>
4039
4040         * defs.h: Kill CONST_PTR.
4041         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4042         * c-lang.c (c_builtin_types): Likewise.
4043         * ch-lang.c (ch_builtin_types): Likewise.
4044         * f-lang.c (f_builtin_types): Likewise.
4045         * language.c (unknown_builtin_types): Likewise.
4046         * m2-lang.c (m2_builtin_types): Likewise.
4047         * p-lang.c (pascal_builtin_types): Likewise.
4048         * scm-lang.c (c_builtin_types): Likewise.
4049
4050 2002-02-13  Keith Seitz  <keiths@redhat.com>
4051
4052         * arm-tdep.h (arm_get_next_pc): Add declaration.
4053
4054 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
4055
4056         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
4057         with other related struct-returning functions.
4058         (arm_extract_struct_value_address): New function.
4059         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
4060         initialize float_format, double_format and long_double_format as
4061         appropriate to the endianness of the target.
4062         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4063         (arm_use_struct_convention): Delete declaration.
4064         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4065
4066 2002-02-13  Keith Seitz  <keiths@redhat.com>
4067
4068         * defs.h (core_addr_to_string_nz): New function.
4069
4070 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
4071
4072         Apply missing bits of 2002-01-15 patch.
4073         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4074         (fill_fpregset): Use i387_fill_fsave.
4075
4076 2002-02-12  Keith Seitz  <keiths@redhat.com>
4077
4078         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4079         (core_addr_to_string_nz): New function.
4080
4081 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4082
4083         * arm-linux-nat.c: Really include arm-tdep.h.
4084         * config/arm/tm-linux.h (struct type, struct value): Declare.
4085
4086 2002-02-11  Michael Snyder  <msnyder@redhat.com>
4087
4088         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4089         (gcore section): Ifdef for Solaris and Unixware only.
4090         (procfs_do_thread_registers): Unixware needs one lwpstatus
4091         per thread (not one prstatus or pstatus).
4092         (procfs_make_note_section): Iterate only over kernel threads (lwps),
4093         not over all gdb threads.  For unixware, call elfcore_write_pstatus
4094         once before iterating over threads.
4095
4096 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4097
4098         * arm-tdep.h: New file.
4099         * arm-tdep.c: Include arm-tdep.h.
4100         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4101         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4102         (arm_print_float_info, arm_register_type, convert_to_extended)
4103         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4104         (arm_extract_return_value, arm_register_name): Make static.
4105         (arm_software_single_step): Similarly.  Fix types in declaration.
4106         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4107         (arm_store_return_value, arm_store_struct_return): New functions.
4108         (arm_gdbarch_init): Register the above functions.  Also register
4109         call_dummy_start_offset, sizeof_call_dummy_words,
4110         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4111         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4112         max_register_virtual_size, register_size.  Set up
4113         prologue_cache.saved_regs here, rather than ...
4114         (_initialize_arm_tdep): ... here.
4115         * config/arm/tm-arm.h (struct type, struct value): Delete forward
4116         declarations.
4117         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4118         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4119         (arm_print_float_info, arm_register_type, convert_to_extended)
4120         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4121         (arm_extract_return_value, arm_register_name): Delete declarations.
4122         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4123         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4124         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4125         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4126         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4127         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4128         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4129         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4130         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4131         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4132         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4133         (arm_get_next_pc): No-longer static -- these are needed by the RDI
4134         interface.
4135         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4136         * remote-rdi.c remote-rdp.c: Likewise.
4137         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4138         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4139         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4140         definition.
4141
4142         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4143         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4144         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4145         from non-ARM_ prefixed definitions.
4146         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4147         all uses of above.
4148         * remote-rdi.c remote-rdp.c: Likewise.
4149         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4150
4151 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4152
4153         * arm-tdep.c (arm_frameless_function_invocation)
4154         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4155         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4156         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4157         (arm_pop_frame, arm_get_next_pc): Make static.
4158         (arm_gdbarch_init): Register above in gdbarch structure.
4159         (arm_read_fp): Renamed from arm_target_read_fp.
4160         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4161         * config/arm/tm-arm.h (arm_frameless_function_invocation)
4162         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4163         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4164         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4165         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4166         (arm_pc_is_thumb_dummy): Delete declarations.
4167         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4168         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4169         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4170         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4171
4172 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
4173
4174         * symtab.c (compare_search_syms): New function.
4175         (sort_search_symbols): New function.
4176         (search_symbols): Sort symbols after searching rather than
4177         before.
4178
4179 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4180
4181         * NEWS: Linux -> GNU/Linux.
4182
4183 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4184
4185         * gdbarch.sh: For for level one methods, disallow a definition
4186         when partially multi-arched.  Add comments explaining rationale.
4187         * gdbarch.h: Re-generate.
4188
4189 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4190
4191         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4192         multi-arch partial.
4193
4194 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4195
4196         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
4197         field.  Use diff -u.
4198         * gdbarch.c: Re-generate.
4199
4200 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4201
4202         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4203         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4204         partial.
4205
4206 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4207
4208         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4209         multi-arch partial.
4210         (PUSH_ARGUMENTS): Switch to using predefault.
4211         * gdbarch.c: Regenerate.
4212
4213 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4214
4215         * valops.c (PUSH_ARGUMENTS): Delete definition.
4216         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4217         partial.  Default to default_push_arguments.
4218         * gdbarch.h, gdbarch.c: Regenerate.
4219
4220 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4221
4222         * defs.h (throw_exception): Rename return_to_top_level.  Update
4223         comments.
4224         * utils.c (error_stream, internal_verror, quit): Ditto.
4225         * top.c (throw_exception, catcher): Ditto.
4226         * sparclet-rom.c (sparclet_load): Ditto.
4227         * remote.c (interrupt_query, minitelnet): Ditto.
4228         * remote-sds.c (interrupt_query): Ditto.
4229         * remote-mips.c (mips_error, mips_kill): Ditto.
4230         * ocd.c (interrupt_query): Ditto.
4231         * monitor.c (monitor_interrupt_query): Ditto.
4232         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4233         * target.h: Update comment.
4234
4235         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4236
4237 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4238
4239         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4240         default_double_format.
4241         * gdbarch.h, gdbarch.c: Re-generate.
4242         * findvar.c (floatformat_unknown): Delete variable definition.
4243         * doublest.h (floatformat_unknown): Delete variable declaration.
4244
4245 2002-02-09  Jim Blandy  <jimb@redhat.com>
4246
4247         * stabsread.c (read_type): Add code to parse Sun's syntax for
4248         prototyped function types.
4249
4250 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4251
4252         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4253         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4254
4255 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4256
4257         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4258         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
4259         now _initialize_xcoffsolib gets called again and overrides the
4260         commands from solib.c in a native configuration.
4261
4262 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
4263
4264         * doublest.c (store_typed_floating): Don't try to return a value.
4265         Fixes PR gdb/290.
4266
4267 2002-02-08  Jim Blandy  <jimb@redhat.com>
4268
4269         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4270         is prototyped and has no arguments, print its argument list as
4271         `(void)'.
4272
4273 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4274
4275         * MAINTAINERS (write-after-approval): Add myself.
4276         (paper-trail): I've escaped!
4277
4278 2002-02-08  Christopher Faylor  <cgf@redhat.com>
4279
4280         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4281         changes.
4282         (_initialize_check_for_gdb_ini): Ditto.
4283
4284 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
4285
4286         * win32-nat.c (cygwin_pid_to_str): Fix typo.
4287         xaprintf -> xasprintf.
4288
4289 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
4290
4291         * win32-nat.c: Remove use of printf and sprintf functions.
4292
4293 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
4294
4295         * arm-tdep.c (arm_frame_chain_valid): Make static.
4296         (arm_push_arguments): Likewise.
4297         (arm_gdbarch_init): New function.
4298         (_initialize_arm_tdep): Call it.
4299         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4300         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4301         (FRAME_CHAIN_VALID): Delete.
4302         (arm_frame_chain_valid): Delete declaration.
4303         (PUSH_ARGUMENTS): Delete.
4304         (arm_push_arguments): Delete declaration.
4305         (CALL_DUMMY_P): Delete.
4306
4307 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
4308             Corinna Vinschen  <vinschen@redhat.com>
4309
4310         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4311         on builtin float types.
4312
4313 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
4314
4315         * utils.c: Include <curses.h> before "bfd.h".
4316         * tui/tui-hooks.c: Likewise.
4317         * tui/tui.c: Likewise.
4318         * tui/tuiCommand.c: Likewise.
4319         * tui/tuiData.c: Likewise.
4320         * tui/tuiDataWin.c: Likewise.
4321         * tui/tuiDisassem.c: Likewise.
4322         * tui/tuiGeneralWin.c: Likewise.
4323         * tui/tuiIO.c: Likewise.
4324         * tui/tuiLayout.c: Likewise.
4325         * tui/tuiRegs.c: Likewise.
4326         * tui/tuiSource.c: Likewise.
4327         * tui/tuiSourceWin.c: Likewise.
4328         * tui/tuiStack.c: Likewise.
4329         * tui/tuiWin.c: Likewise.
4330
4331 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
4332
4333         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4334         to include space for pseudoregs as well. Update loops accordingly.
4335         (sh_fp_frame_init_saved_regs): Ditto.
4336         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4337
4338 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
4339
4340         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4341         Add Richard Earnshaw to Arm maintainers.
4342
4343 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
4344
4345         * defs.h (warning_begin): Delete declaration.
4346
4347         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4348         Delete macro.
4349
4350 2002-02-07  Michael Snyder  <msnyder@redhat.com>
4351
4352         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4353         Logic bug, remove misplaced else.
4354
4355 2002-02-07  Klee Dienes  <klee@apple.com>
4356
4357         * fork-inferior.c (fork_inferior): Add '!' to the list of
4358         characters that need to be quoted when building a string for the
4359         shell.  Quote '!' specifically with a backslash, since CSH chokes
4360         when trying to evaluate "str!str".
4361
4362 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4363
4364         * rdi-share/host.h: Only provide a typedef for bool if it is not
4365         defined.
4366
4367 2002-02-04  Michael Snyder  <msnyder@redhat.com>
4368
4369         * breakpoint.h (enum bptype): Add new overlay event bp type.
4370         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4371
4372         * breakpoint.c (create_internal_breakpoint): New function.
4373         (internal_breakpoint_number): Moved into create_internal_breakpoint.
4374         (create_longjmp_breakpoint): Use create_internal_breakpoint.
4375         (create_thread_event_breakpoint): Ditto.
4376         (create_solib_event_breakpoint): Ditto.
4377         (create_overlay_event_breakpoint): New function.
4378         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4379         (update_breakpoints_after_exec): Delete and re-initialize
4380         overlay event breakpoints after an exec.  Add FIXME comment
4381         about longjmp breakpoint.
4382         (print_it_typical): Ignore overlay event breakpoints.
4383         (print_one_breakpoint): Ditto.
4384         (mention): Ditto.
4385         (bpstat_what): Do not stop for overlay event breakpoints.
4386         (delete_breakpoint): Don't delete overlay event breakpoints.
4387         (breakpoint_re_set_one): Delete the overlay event breakpoint.
4388         (breakpoint_re_set): Re-create overlay event breakpoint.
4389
4390         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4391         (overlay_manual_command): Disable overlay breakpoints.
4392         (overlay_off_command): Disable overlay breakpoints.
4393
4394 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4395
4396         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4397         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4398         to here from config/tm-arm.h.
4399         (coff_sym_is_thumb): Make static.
4400         (arm_elf_make_msymbol_special): New function.
4401         (arm_coff_make_msymbol_special): New function.
4402         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4403         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4404         (coff_sym_is_thumb): Delete declaration.
4405         (arm_elf_make_msymbol_special): Declare.
4406         (arm_coff_make_msymbol_special): Declare.
4407         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4408         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4409
4410 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4411
4412         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4413
4414 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4415
4416         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4417         * gdbarch.c gdbarch.h: Regenerate.
4418         * arch-utils.c (default_print_float_info): New function.
4419         * arch-utils.h (default_print_float_info): Prototype it.
4420         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4421         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4422         (PRINT_FLOAT_INFO): Document it.
4423
4424         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4425         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4426         (PRINT_FLOAT_INFO): Define.
4427
4428 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
4429
4430         * win32-nat.c (_initialize_check_for_gdb_ini):
4431         Add typecast to sprintf argument to suppress a warning.
4432
4433 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
4434
4435         * win32-nat.c (last_sig): Changed type of variable to target_signal,
4436         to allow easier handling of pass state.
4437         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4438         that gives exception name and address.
4439         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4440         and set last_sig value to ourstatus->value.sig. Some missing
4441         exceptions added.
4442         (child_continue): Correctly report continue_status.
4443         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4444         TARGET_SIGNAL_0 (new default value).
4445         (child_resume): consider sig argument passed to decide if
4446         the exception should be passed to debuggee or not.
4447
4448 2002-02-05  Michael Snyder  <msnyder@redhat.com>
4449
4450         * regcache.c (fetch_register): Call target_fetch_register
4451         only if we don't call FETCH_PSEUDO_REGISTER.
4452         (store_register): Call target_store_register only if we
4453         don't call STORE_PSEUDO_REGISTER.
4454
4455 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
4456
4457         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4458         ELF_MAKE_MSYMBOL_SPECIAL.
4459         * gdbarch.c, gdbarch.h: Regenerate.
4460         * arch-utils.c (default_make_msymbol_special): New function.
4461         * arch-utils.h (default_make_msymbol_special): Export.
4462         * elfread.c (elf_symtab_read): Compile use of
4463         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4464         multiarched.
4465         * coffread.c (coff_symtab_read): Ditto, for
4466         COFF_MAKE_MSYMBOL_SPECIAL.
4467
4468 2002-02-05  Jim Blandy  <jimb@redhat.com>
4469
4470         * solib-svr4.c (svr4_truncate_ptr): New function.
4471         (svr4_relocate_section_addresses): Do the address arithmetic with
4472         the appropriate truncation for target addresses, even when
4473         CORE_ADDR is larger than a target address.
4474
4475 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4476
4477         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4478         to (int *).
4479
4480 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4481
4482         * gdbserver/linux-low.c (kill_inferior): Remove commented out
4483         code.
4484
4485 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4486
4487         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4488
4489 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4490
4491         * gdbserver/linux-low.c: Remove unused include files.
4492
4493 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4494
4495         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4496         (read_inferior_memory): Use it.
4497         (write_inferior_memory): Likewise.
4498
4499 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4500
4501         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4502         grubbing through sys_errlist.
4503
4504 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4505
4506         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4507
4508 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4509         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4510
4511 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
4512
4513         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4514         (do_sfunc, set_cmd_sfunc): New functions.
4515
4516         * command.h (struct cmd_list_element): Add field func.
4517         * cli/cli-decode.h (struct cmd_list_element): Ditto.
4518         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4519         * cli/cli-decode.h: Ditto.
4520
4521         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4522         (help_all, help_cmd_list): Ditto.
4523         (find_cmd, complete_on_cmdlist): Ditto.
4524         * top.c (execute_command): Ditto.
4525
4526         * cli/cli-setshow.c (do_setshow_command): Call func instead of
4527         function.sfunc.
4528
4529         * infcmd.c (notice_args_read): Fix function signature.
4530
4531         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4532         * cli/cli-decode.c (add_set_cmd): Ditto.
4533         * utils.c (initialize_utils): Ditto.
4534         * maint.c (_initialize_maint_cmds): Ditto.
4535         * infrun.c (_initialize_infrun): Ditto.
4536         * demangle.c (_initialize_demangler): Ditto.
4537         * remote.c (add_packet_config_cmd): Ditto.
4538         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4539         * cris-tdep.c (_initialize_cris_tdep): Ditto.
4540         * proc-api.c (_initialize_proc_api): Ditto.
4541         * kod.c (_initialize_kod): Ditto.
4542         * valprint.c (_initialize_valprint): Ditto.
4543         * top.c (init_main): Ditto.
4544         * infcmd.c (_initialize_infcmd): Ditto.
4545         * corefile.c (_initialize_core): Ditto.
4546         * arm-tdep.c (_initialize_arm_tdep): Ditto.
4547         * arch-utils.c (initialize_current_architecture): Ditto.
4548         (_initialize_gdbarch_utils): Ditto.
4549         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4550
4551         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4552         * wince.c (_initialize_inftarg): Ditto.
4553         * symfile.c (_initialize_symfile): Ditto.
4554         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4555         * language.c (_initialize_language): Ditto.
4556         * arc-tdep.c (_initialize_arc_tdep): Ditto.
4557
4558 2002-02-04  Michael Snyder  <msnyder@redhat.com>
4559
4560         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4561
4562 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4563
4564         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4565         Add rules for building the register data files.
4566
4567 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4568
4569         * regformats/regdat.sh: Add braces to the definition of
4570         expedite_regs_${arch}.
4571
4572 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4573
4574         * regformats/regdef.h (struct reg): Add comment describing the
4575         requirements for offset and size fields.
4576
4577 2002-02-04  Andreas Schwab  <schwab@suse.de>
4578
4579         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4580         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4581
4582 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
4583
4584         * gdbarch.sh (copyright): Update years in generated header.
4585         (SMASH_TEXT_ADDRESS): Add rule.
4586         * gdbarch.h, gdbarch.c: Re-generate.
4587         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4588         * dbxread.c: Likewise.
4589         * dwarfread.c: Likewise.
4590         * elfread.c: Likewise.
4591         * somread.c: Likewise.
4592
4593         * arm-tdep.c (arm_smash_text_address): New function.
4594         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4595
4596 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4597
4598         Add support for hardware watchpoints on win32 native.
4599         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4600         CONTEXT_DEBUG_REGISTERS.
4601         (dr variable): New variable. Static array containing a local copy
4602         of debug registers.
4603         (debug_registers_changed): New variable.  Reflects when debug registers
4604         are changed and need to be written to inferior.
4605         (debug_registers_used): New variable. Reflects when any debug register
4606         was set, used when new threads are created.
4607         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4608         i386-nat code.
4609         (thread_rec): Set dr array if id is the thread of current_event .
4610         (child_continue, child_resume): Change the debug registers for all
4611         threads if debug_registers_changed.
4612         (child_add_thread): Change the debug registers if debug_registers_used.
4613         * config/i386/cygwin.mh: Add use of i386-nat.o file.
4614         Link nm.h to new nm-cygwin.h file.
4615         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4616         of hardware registers.
4617
4618 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
4619
4620         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4621         Restore behavour broken by 2002-01-20 Andrew Cagney
4622         <ac131313@redhat.com> IEEE_FLOAT removal.
4623
4624 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4625
4626         * c-valprint.c (c_val_print): Pass a proper valaddr to
4627         cp_print_class_method.
4628         * valops.c (search_struct_method): If there is only one method
4629         and args is NULL, return that method.
4630
4631 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4632
4633         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4634         accessing tag_name directly.
4635
4636 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4637
4638         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4639         of accessing tag_name directly.
4640
4641 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4642
4643         PR gdb/280
4644         * gdbtypes.c (replace_type): New function.
4645         * gdbtypes.h (replace_type): Add prototype.
4646         * stabsread.c (read_type): Use replace_type.
4647
4648 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
4649
4650         * Makefile.in (memattr.o): Add missing dependencies rule.
4651
4652 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4653
4654         * breakpoint.c (break_at_finish_command): Really export.
4655         (break_at_finish_at_depth_command): Ditto.
4656         (tbreak_at_finish_command): Ditto.
4657         * hppa-tdep.c: Include completer.h.
4658         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4659         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4660
4661 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4662
4663         * utils.c (do_write): New function.
4664         (error_stream): Rewrite combining the code from error_begin and
4665         verror.
4666         (verror): Rewrite using error_stream.
4667         (error_begin): Delete function.
4668
4669 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4670
4671         * utils.c (error_begin): Make static.
4672         * defs.h (error_begin): Delete declaration.
4673
4674         * linespec.c (cplusplus_error): Replace cplusplus_hint.
4675         (decode_line_1): Use cplusplus_error instead of error_begin,
4676         cplusplus_hint and return_to_top_level.
4677         * coffread.c (coff_symfile_read): Use error instead of error_begin
4678         and return_to_top_level.
4679         * infrun.c (default_skip_permanent_breakpoint): Ditto.
4680
4681 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4682
4683         * language.h (type_error, range_error): Make string parameter
4684         constant.
4685         * language.c (warning_pre_print): Delete extern declaration.
4686         * dwarfread.c (warning_pre_print): Ditto.
4687         * language.c (type_error, range_error): Rewrite to use verror and
4688         vwarning instead of warning_begin.
4689
4690 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4691
4692         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4693         (set_ignore_count): Move misplaced comment back where it belongs.
4694
4695 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4696
4697         * command.h (NO_FUNCTION): Delete macro.
4698         * cli/cli-decode.h (NO_FUNCTION): Ditto.
4699         * top.c (execute_command): Replace NO_FUNCTION with NULL.
4700         * tracepoint.c (_initialize_tracepoint): Ditto.
4701         * cli/cli-decode.c (add_set_cmd): Ditto.
4702         * cli/cli-cmds.c (init_cli_cmds): Ditto.
4703
4704 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4705
4706         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4707         Update ``this'' pointer when calling virtual functions.
4708
4709 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4710
4711         * breakpoint.c (create_temp_exception_breakpoint): Delete.
4712         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4713
4714 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4715
4716         * regformats/reg-arm.dat: New file.
4717         * regformats/reg-i386.dat: New file.
4718         * regformats/reg-ia64.dat: New file.
4719         * regformats/reg-m68k.dat: New file.
4720         * regformats/reg-mips.dat: New file.
4721         * regformats/reg-ppc.dat: New file.
4722         * regformats/reg-sh.dat: New file.
4723         * regformats/regdef.h: New file.
4724         * regformats/regdat.sh: New file.
4725
4726 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
4727
4728         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4729         (arm_frame_args_address, arm_frame_locals_address): New functions.
4730         (arm_frame_num_args): New function.
4731         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4732         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4733         (FRMA_NUM_ARGS): Call arm_frame_num_args.
4734
4735 2002-01-31  Michael Snyder  <msnyder@redhat.com>
4736
4737         * breakpoint.c (break_at_finish_command): Export.
4738         (break_at_finish_at_depth_command): Export.
4739         (tbreak_at_finish_command): Export.
4740         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4741         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4742         "tbreak" commands, which are HPPA specific.
4743
4744         * printcmd.c (disassemble_command): Remove an ancient
4745         artifact of an old merge.
4746
4747         * symfile.h (enum overlay_debugging_state):
4748         Define enum constant values for overlay mode.
4749         * symfile.c (overlay_debugging): Use enums instead of literals.
4750         (overlay_is_mapped, overlay_auto_command,
4751         overlay_manual_command): Ditto.
4752
4753         * breakpoint.c (insert_breakpoints, remove_breakpoint,
4754         breakpoint_here_p, breakpoint_inserted_here_p,
4755         breakpoint_thread_match, bpstat_stop_status,
4756         describe_other_breakpoints, check_duplicates, clear_command):
4757         Coding standard fixes.
4758
4759         * target.c (target_xfer_memory): Add spaces, coding standard.
4760         (do_xfer_memory): Add missing line to trust-readonly
4761         code: check bfd SEC_READONLY flag for section.
4762
4763 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
4764
4765         * PROBLEMS: Fix typo, 5.1->5.1.1.
4766
4767 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
4768
4769         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4770         data symbols, since we search based on textlow and texthigh.
4771         (find_pc_sect_symtab): Likewise.
4772
4773 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4774
4775         * defs.h (vwarning): Declare.
4776         * utils.c (vwarning): New function.
4777         (warning): Call vwarning.
4778         (warning_begin): Delete function.
4779
4780         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4781         the warning message.
4782         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4783         warning_begin.
4784
4785 2002-01-30  Michael Snyder  <msnyder@redhat.com>
4786
4787         * NEWS: Mention "set trust-readonly-sections" command.
4788         Mention generate-core-file command.
4789
4790 2002-01-15  Michael Snyder  <msnyder@redhat.com>
4791
4792         * target.c: New command, "set trust-readonly-sections on".
4793         (do_xfer_memory): Honor the suggestion to trust readonly sections
4794         by reading them from the object file instead of from the target.
4795         (initialize_targets): Register command "set trust-readonly-sections".
4796
4797 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4798
4799         * parse.c (target_map_name_to_register): Simplify, search regs and
4800         pseudo-regs using a single loop.
4801
4802 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4803
4804         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4805
4806 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
4807
4808         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4809         * config/i386/i386v42mp.mh: Add i387-nat.o .
4810         * i386v4-nat.c: Include i387-nat.h.
4811         (supply_fpregset): Use i387_supply_fsave.
4812         (fill_fpregset): Use i387_fill_fsave.
4813
4814 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
4815
4816         * arm-tdep.c (arm_call_dummy_words): Define.
4817         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4818         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4819         (CALL_DUMMY_WORDS): Define.
4820         (arm_call_dummy_words): Declare.
4821         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4822         (arm_linux_call_dummy_words): Declare.
4823
4824 2002-01-30  Andreas Schwab  <schwab@suse.de>
4825
4826         * m68klinux-nat.c: Fix last change to use regcache_collect
4827         instead of referencing registers[] directly.
4828
4829 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4830
4831         * parse.c (target_map_name_to_register): Delete code wrapped in
4832         #ifdef REGISTER_NAME_ALIAS_HOOK.
4833
4834 2002-01-28  Michael Snyder  <msnyder@redhat.com>
4835
4836         * regcache.c (legacy_read_register_gen): Need to be able to
4837         read pseudo-register as well as real register.
4838         (legacy_write_register_gen): Ditto.
4839
4840 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4841
4842         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4843         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4844         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4845         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4846         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4847         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4848         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4849         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4850         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4851         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4852         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4853         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4854         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4855         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4856         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4857         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4858         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4859         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4860         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4861         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4862
4863 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4864
4865         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4866         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4867         (initialize_current_architecture): Update target_byte_order using
4868         information from BFD.
4869         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4870         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4871
4872 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4873
4874         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4875         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
4876
4877         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4878         #ifdef INVALID_FLOAT.
4879         * infcmd.c (do_registers_info): Ditto.
4880         * values.c (unpack_double): Ditto.  Add comment.
4881
4882         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4883         already commented out.
4884
4885 2002-01-26  Andreas Schwab  <schwab@suse.de>
4886
4887         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4888         * m68klinux-nat.c: Update ptrace interface for fetching/storing
4889         registers and add support for PTRACE_GETREGS.
4890
4891 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
4892
4893         GDB 5.1.1 released from 5.1 branch.
4894         * NEWS: Add 5.1.1 news.
4895         * README: Sync with 5.1 branch.
4896
4897 2002-01-23  Fred Fish  <fnf@redhat.com>
4898
4899         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4900         stabstring on initial malloc.  Reallocing will copy it for us,
4901         if necessary.
4902
4903 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4904
4905         * Makefile.in (hpread_h): Delete.
4906         (HFILES_NO_SRCDIR): Remove hpread.h.
4907         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4908         (hpread.o): Update dependencies.
4909         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4910
4911         * hp-psymtab-read.c: Remove file.
4912         * hp-symtab-read.c: Remove file.
4913         * hpread.h: Remove file.
4914
4915         * hpread.c: Merge all contents of hp-psymtab-read.c,
4916         hp-symtab-read.c and hpread.h into this file, as it was prior to
4917         January 1999.
4918
4919         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4920         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4921         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4922         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4923
4924 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4925
4926         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4927         fill_gregset): Call gdbarch_tdep() just once, assign result to
4928         variable and use that, instead of calling the function several
4929         times.
4930
4931 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
4932
4933         * configure.host: Accept sparcv9 as alias for sparc64.
4934         * configure.tgt: Likewise.
4935
4936 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
4937
4938         * solib-aix5.c (build_so_list_from_mapfile)
4939         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4940         arguments is not reversed.
4941         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4942         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4943
4944 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
4945
4946         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4947         modified version of obsolete sh_fetch_pseudo_register.
4948         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4949         (sh4_register_read): New function.
4950         (sh_pseudo_register_write): New function. Renamed and modified
4951         version of obsolete sh_store_pseudo_register.
4952         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4953         (sh4_register_write): New function.
4954         (sh_gdbarch_init): Remove setting of gdbarch function
4955         fetch_pseudo_register and store_pseudo_register. Remove setting of
4956         register_convert_to_raw, register_convert_to_virtual,
4957         register_convertible.
4958         (sh_sh4_register_convertible): Delete. No longer needed. All is
4959         taken care by architecture specific functions
4960         register_read/register_write.
4961         (sh_sh4_register_convert_to_virtual): Make static.
4962         (sh_sh4_register_convert_to_raw): Ditto.
4963
4964 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4965
4966         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4967         (floatformat_is_nan, floatformat_mantissa): Ditto.
4968
4969         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4970         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4971         builtin_type_ieee_double_little,
4972         builtin_type_ieee_double_littlebyte_bigword,
4973         builtin_type_m68881_ext, builtin_type_i960_ext,
4974         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4975         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4976         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4977         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4978
4979 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
4980
4981         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4982         parameter.  Set frameless flag if it exists and depended of
4983         whether the scanned function is frameless or not.
4984         (xstormy16_skip_prologue): If function is frameless, return
4985         result of xstormy16_scan_prologue().
4986         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4987         call.
4988
4989 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
4990
4991         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4992         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4993         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4994         sh_sh4_register_byte, sh_sh4_register_raw_size,
4995         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4996         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4997         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4998         sh_store_pseudo_register, sh_do_pseudo_register): Call
4999         gdbarch_tdep() just once, assign result to variable and use that,
5000         instead of calling the function several times.
5001
5002 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
5003
5004         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5005         macros instead of LAST_FPU_CTRL_REGNUM.
5006         (store_register): Likewise.
5007
5008 2002-01-21  Jim Blandy  <jimb@redhat.com>
5009
5010         * infcmd.c (run_command): Check that the `exec' target layer's BFD
5011         is up-to-date before running the program, not just when a program
5012         exits.
5013
5014 2002-01-21  Fred Fish  <fnf@redhat.com>
5015
5016         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5017         when we have found all instructions we are looking for.
5018
5019 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
5020
5021         * arm-tdep.c (arm_register_name): New function.
5022         (arm_registers_names): Make static.
5023         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5024         (arm_register_name): Declare.
5025         (REGISTER_NAME): Use it.
5026
5027 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
5028             Kevin Buettner  <kevinb@redhat.com>
5029
5030         Convert arm targets to new FRAME interface.
5031         * arm-tdep.c (struct frame_extra_info): Remove fsr.
5032         (arm_frame_find_save_regs): Delete.
5033         (arm_frame_init_saved_regs): New.
5034         (arm_init_extra_frame_info): Alloacte saved_regs as required.
5035         Allocate extra_info as required.  Convert all uses of fsr.regs
5036         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5037         to use extra_info.
5038         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5039         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5040         (check_prologue_cache, save_prologue_cache): Likewise.
5041         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5042         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5043         (FRAME_FIND_SAVED_REGS): Delete.
5044         (arm_frame_find_saved_regs): Delete prototype.
5045         (arm_frame_init_saved_regs): New prototype.
5046         (FRAME_INIT_SAVED_REGS): Define.
5047
5048 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5049
5050         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5051
5052 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5053
5054         From Jeff Law <law@redhat.com>:
5055         * infttrace.c: Include <sys/pstat.h>.
5056         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
5057         exec file if the ttrace equivalent fails.
5058
5059 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5060
5061         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5062         (closeLogFile): Ditto.
5063
5064 2002-01-20  Michael Chastain  <mec@shout.net>
5065
5066         * top.c (print_gdb_version): Bump copyright year to 2002.
5067
5068 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5069
5070         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5071         Zannoni and Eli Zaretskii.
5072
5073 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5074
5075         * buildsym.c: Update copyright years.
5076         * c-typeprint.c: Likewise.
5077         * dwarf2read.c: Likewise.
5078         * f-typeprint.c: Likewise.
5079         * gdbtypes.c: Likewise.
5080         * gdbtypes.h: Likewise.
5081         * hp-symtab-read.c: Likewise.
5082         * hpread.c: Likewise.
5083         * mdebugread.c: Likewise.
5084         * p-typeprint.c: Likewise.
5085
5086 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5087
5088         * remote-sim.c (gdbsim_open): Simplify code testing the macro
5089         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
5090         byte-order selectable.
5091         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5092         * arch-utils.c: Ditto.
5093         (set_endian): Ditto.
5094         (set_endian_from_file): Ditto.
5095         * gdbserver/low-sim.c (create_inferior): Ditto.
5096         * gdbarch.sh: Ditto.
5097         * gdbarch.h: Re-generate.
5098         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5099         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5100         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5101         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5102         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5103         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5104         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5105         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5106         macro definition.
5107         * config/mips/tm-wince.h: Remove #undef of macro
5108         TARGET_BYTE_ORDER_SELECTABLE.
5109         * config/sh/tm-wince.h: Ditto.
5110
5111 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5112
5113         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5114         member function fields.  Add accessor macro
5115         TYPE_FN_FIELD_ARTIFICIAL.
5116         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5117         * c-typeprint.c (c_type_print_base): Skip artificial member
5118         functions.
5119
5120 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5121
5122         * f-typeprint.c: Delete unused function f_type_print_args.
5123         * p-typeprint.c: Delete unused function pascal_type_print_args.
5124
5125 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5126
5127         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
5128         comment.  Add ``artificial'' to ``union field_location''.
5129
5130         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5131
5132         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5133         * mdebugread.c (parse_symbol): Likewise.
5134         * stabsread.c (define_symbol): Likewise.
5135         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5136         initializing TYPE_FIELD_BITPOS to n (obsolete).
5137         (hpread_doc_function_type): Likewise.
5138         * hpread.c (hpread_function_type): Likewise.
5139
5140 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5141
5142         * configure.in (host_makefile_frag): Only require a host makefile
5143         fragment when a native build.
5144         * configure: Re-generate.
5145
5146 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5147
5148         * doublest.h (floatformat_from_type): Declare.
5149         * doublest.c (floatformat_from_type): New function.
5150         (convert_typed_floating): Use.
5151
5152         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5153         call to function floatformat_from_type.
5154
5155         * gdbarch.sh (IEEE_FLOAT): Delete.
5156         * gdbarch.h, gdbarch.c: Re-generate.
5157         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5158         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5159         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5160         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5161         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5162         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5163         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5164         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5165         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5166         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5167         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5168         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5169
5170         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5171         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5172         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5173         * sh-tdep.c (sh_gdbarch_init): Ditto.
5174         * mips-tdep.c (mips_gdbarch_init): Ditto.
5175         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5176         * cris-tdep.c (cris_gdbarch_init): Ditto.
5177
5178 2002-01-20  Jiri Smid  <smid@suse.cz>
5179
5180         * configure.host, configure.tgt: Support x86-64.
5181         * NEWS: Note new target x86-64.
5182
5183         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5184         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5185         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5186         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5187         x86-64-linux-nat.o): Fix dependencies.
5188
5189 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5190
5191         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5192         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5193         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5194         * config/sparc/xm-sun4os4.h: Delete file.
5195         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5196
5197 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5198
5199         * config/sparc/sparclynx.mh (XM_FILE): Delete.
5200         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5201         * config/m68k/m68klynx.mh (XM_FILE): Delete.
5202         * config/i386/i386lynx.mh (XM_FILE): Delete.
5203         * config/rs6000/xm-rs6000ly.h: Delete file.
5204         * config/sparc/xm-sparclynx.h: Delete file.
5205         * config/m68k/xm-m68klynx.h: Delete file.
5206         * config/i386/xm-i386lynx.h: Delete file.
5207         * config/xm-lynx.h: Delete file.
5208         * config/djgpp/fnchange.lst: Update.
5209
5210 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5211
5212         * alpha-tdep.c (alpha_register_byte): New function.
5213         (alpha_register_raw_size): Ditto.
5214         (alpha_register_virtual_size): Ditto.
5215         (alpha_skip_prologue_internal): Renamed from
5216         alpha_skip_prologue.
5217         (alpha_skip_prologue): New version that calls
5218         alpha_skip_prologue_internal.
5219         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5220         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5221         second argument from alpha_skip_prologue.
5222         (REGISTER_BYTE): Use alpha_register_byte.
5223         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5224         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5225         (FRAMELESS_FUNCTION_INVOCATION): Use
5226         generic_frameless_function_invocation_not.
5227         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5228         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5229
5230 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5231
5232         * config/mips/xm-news-mips.h: Delete file.
5233         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5234
5235         * config/m88k/xm-m88k.h: Delete file.
5236         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5237         * config/m88k/xm-delta88v4.h: Ditto.
5238         * config/m88k/xm-delta88.h: Ditto.
5239
5240         * config/alpha/xm-fbsd.h: Delete file.
5241         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5242
5243         * config/sparc/xm-sparc.h: Delete file.
5244         * Makefile.in (xm-sun4os4.h): Delete dependency.
5245         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5246         * config/sparc/xm-sun4os4.h: Ditto.
5247         * config/sparc/xm-linux.h: Ditto.
5248
5249         * config/i386/xm-windows.h: Delete file.
5250
5251 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5252
5253         * utils.c: Include <sys/param.h> for MAXPATHLEN.
5254         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5255
5256 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5257
5258         * alpha-tdep.c (alpha_call_dummy_words): New.
5259         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5260         (CALL_DUMMY_P): Define.
5261         (CALL_DUMMY_WORDS): Define.
5262         (SIZEOF_CALL_DUMMY_WORDS): Define.
5263
5264 2002-01-19  Per Bothner  <per@bothner.com>
5265
5266         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
5267         isn't NULL, which can happen with some gcj-3.x-produced code.
5268
5269 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5270
5271         * alpha-tdep.c (alpha_register_virtual_type): New function.
5272         (alpha_init_frame_pc_first): Ditto.
5273         (alpha_fix_call_dummy): Ditto.
5274         (alpha_store_struct_return): Ditto.
5275         (alpha_extract_struct_value_address): Ditto.
5276         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5277         alpha_register_virtual_type.
5278         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5279         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5280         alpha_extract_struct_value_address.
5281         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5282         (INIT_FRAME_PC): Use init_frame_pc_noop.
5283         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5284
5285 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
5286
5287         * i386gnu-nat.c: Include "i386-tdep.h".
5288         (fetch_fpregs): Simplify code dealing with uninitialized floating
5289         point states such that it doesn't require FP7_REGNUM.
5290
5291 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5292
5293         * alpha-tdep.c (frame_extra_info): New.
5294         (alpha_find_saved_regs): Make static.  Use
5295         frame->extra_info.
5296         (alpha_frame_init_saved_regs): New function.
5297         (alpha_frame_saved_pc): Use frame->extra_info.
5298         (temp_saved_regs): Don't declare as struct frame_saved_regs.
5299         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5300         (init_extra_frame_info): Rename to...
5301         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
5302         (alpha_print_extra_frame_info): New function.
5303         (alpha_frame_locals_address): Ditto.
5304         (alpha_frame_args_address): Ditto.
5305         (alpha_pop_frame): Use frame->extra_info.
5306         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5307         alpha_frame_args_address.
5308         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5309         (alpha_find_saved_regs): Remove prototype.
5310         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5311         (EXTRA_FRAME_INFO): Remove.
5312         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5313         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5314
5315 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5316
5317         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5318         (alpha_cannot_fetch_register): Ditto.
5319         (alpha_cannot_store_register): Ditto.
5320         (alpha_register_convertible): Ditto.
5321         (alpha_use_struct_convention): Ditto.
5322         * config/alpha/tm-alpha.h: Update copyright years.
5323         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5324         (INNER_THAN): Use core_addr_lessthan.
5325         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5326         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5327         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5328         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5329         (FRAME_CHAIN): Remove unnecessary cast.
5330
5331 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
5332
5333         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5334         obsolete.
5335
5336 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
5337
5338         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
5339         * monitor.c, remote-array.c, remote-bug.c: Ditto.
5340         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5341         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5342         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5343         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5344         * x86-64-linux-nat.c: Ditto.
5345
5346 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5347
5348         * alpha-tdep.c (alpha_register_name): New function.
5349         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5350         (REGISTER_NAME): Define.
5351
5352 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5353
5354         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5355
5356 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5357
5358         * alpha-tdep.c: Update copyright years.
5359         (alpha_next_pc): New function.
5360         (alpha_software_single_step): Ditto.
5361         * config/alpha/tm-alpha.h: Add prototype for
5362         alpha_software_single_step.
5363
5364 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5365
5366         * alphabsd-nat.c: Update copyright years.
5367         (fill_gregset): Use regcache_collect.
5368         (fill_fpregset): Likewise.
5369         (fetch_inferior_registers): Only fetch integer registers
5370         if requested to do so.
5371         (store_inferior_registers): Only store integer registers
5372         if requested to do so.
5373
5374 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5375
5376         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5377         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5378         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5379         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5380         * config/alpha/fbsd.mh (XDEPFILES): Delete.
5381         * config/arm/linux.mh (XDEPFILES): Delete.
5382         * config/arm/nbsd.mh (XDEPFILES): Delete.
5383         * config/i386/i386dgux.mh (XDEPFILES): Delete.
5384         * config/i386/i386sol2.mh (XDEPFILES): Delete.
5385         * config/i386/i386m3.mh (XDEPFILES): Delete.
5386         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5387         * config/i386/i386gnu.mh (XDEPFILES): Delete.
5388         * config/i386/fbsd.mh (XDEPFILES): Delete.
5389         * config/i386/i386bsd.mh (XDEPFILES): Delete.
5390         * config/i386/i386sco5.mh (XDEPFILES): Delete.
5391         * config/i386/i386v4.mh (XDEPFILES): Delete.
5392         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5393         * config/i386/i386sco4.mh (XDEPFILES): Delete.
5394         * config/i386/i386aix.mh (XDEPFILES): Delete.
5395         * config/i386/go32.mh (XDEPFILES): Delete.
5396         * config/i386/cygwin.mh (XDEPFILES): Delete.
5397         * config/i386/i386lynx.mh (XDEPFILES): Delete.
5398         * config/i386/i386mach.mh (XDEPFILES): Delete.
5399         * config/i386/i386v32.mh (XDEPFILES): Delete.
5400         * config/i386/linux.mh (XDEPFILES): Delete.
5401         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5402         * config/i386/ncr3000.mh (XDEPFILES): Delete.
5403         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5404         * config/i386/i386sco.mh (XDEPFILES): Delete.
5405         * config/i386/i386v.mh (XDEPFILES): Delete.
5406         * config/i386/nbsd.mh (XDEPFILES): Delete.
5407         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5408         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5409         * config/i386/symmetry.mh (XDEPFILES): Delete.
5410         * config/i386/obsd.mh (XDEPFILES): Delete.
5411         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5412         * config/ia64/linux.mh (XDEPFILES): Delete.
5413         * config/ia64/aix.mh (XDEPFILES): Delete.
5414         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5415         * config/m68k/dpx2.mh (XDEPFILES): Delete.
5416         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5417         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5418         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5419         * config/m68k/linux.mh (XDEPFILES): Delete.
5420         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5421         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5422         * config/m68k/nbsd.mh (XDEPFILES): Delete.
5423         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5424         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5425         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5426         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5427         * config/m88k/delta88.mh (XDEPFILES): Delete.
5428         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5429         * config/m88k/m88k.mh (XDEPFILES): Delete.
5430         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5431         * config/mips/linux.mh (XDEPFILES): Delete.
5432         * config/mips/irix6.mh (XDEPFILES): Delete.
5433         * config/mips/irix5.mh (XDEPFILES): Delete.
5434         * config/mips/irix4.mh (XDEPFILES): Delete.
5435         * config/mips/irix3.mh (XDEPFILES): Delete.
5436         * config/mips/decstation.mh (XDEPFILES): Delete.
5437         * config/mips/mipsm3.mh (XDEPFILES): Delete.
5438         (NATDEPFILES): Move core-aout.o to here.
5439         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5440         * config/pa/hpux1020.mh (XDEPFILES): Delete.
5441         * config/pa/hppabsd.mh (XDEPFILES): Delete.
5442         * config/pa/hppahpux.mh (XDEPFILES): Delete.
5443         * config/pa/hpux11w.mh (XDEPFILES): Delete.
5444         * config/pa/hppaosf.mh (XDEPFILES): Delete.
5445         * config/pa/hpux11.mh (XDEPFILES): Delete.
5446         * config/powerpc/aix.mh (XDEPFILES): Delete.
5447         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5448         * config/powerpc/linux.mh (XDEPFILES): Delete.
5449         * config/romp/rtbsd.mh: Rename XDEPFILES.
5450         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5451         * config/rs6000/aix4.mh (XDEPFILES): Delete.
5452         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5453         * config/s390/s390.mh (XDEPFILES): Delete.
5454         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5455         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5456         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5457         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5458         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5459         * config/sparc/nbsd.mh (XDEPFILES): Delete.
5460         * config/sparc/linux.mh (XDEPFILES): Delete.
5461         * config/vax/vaxult.mh (XDEPFILES): Delete.
5462         * config/vax/vaxult2.mh (XDEPFILES): Delete.
5463         * Makefile.in (DEPFILES): Remove XDEPFILES.
5464
5465 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5466
5467         * utils.c (internal_verror): Fix comments, default is yes not no.
5468         Update queries to match.  Default to quit and dump core.
5469
5470 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5471
5472         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
5473         copyright.
5474         * defs.h, event-top.c, gdbcmd.h: Ditto.
5475         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5476         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5477         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5478         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5479         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5480         * mi/mi-main.c:Ditto.
5481
5482         * stack.c, symfile.c: Update copyright.
5483
5484 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
5485
5486         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5487         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5488         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5489         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5490
5491 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
5492
5493         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5494         * gdbserver/low-lynx.c (myattach): Likewise.
5495         * gdbserver/low-nbsd.c (myattach): Likewise.
5496         * gdbserver/low-sim.c (myattach): Likewise.
5497         * gdbserver/low-sparc.c (myattach): Likewise.
5498         * gdbserver/low-sun3.c (myattach): Likewise.
5499
5500         * gdbserver/low-linux.c (myattach): New function.
5501
5502         * gdbserver/server.c (attach_inferior): New function.
5503         (main): Handle "--attach".
5504
5505 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
5506
5507         * MAINTAINERS (language support): Daniel Jacobwitz is C++
5508         maintainer.
5509
5510 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
5511
5512         * c-typeprint.c (is_type_conversion_operator): Add additional
5513         check for non-conversion operators.
5514
5515 2002-01-15  Michael Snyder  <msnyder@redhat.com>
5516
5517         * linux-proc.c: Add "info proc" command, a la procfs.c.
5518         (read_mapping): New function, abstract and re-use code.
5519         (linux_find_memory_regions): Use new func read_mapping.
5520         (linux_info_proc_cmd): New function, implement "info proc".
5521         (_initialize_linux_proc): Add new command "info proc".
5522
5523 2002-01-15  Michael Snyder  <msnyder@redhat.com>
5524
5525         * symfile.c (generic_load): Use bfd_map_over_sections method
5526         instead of manipulating bfd structure members directly.
5527         (add_section_size_callback): New function, bfd sections callback
5528         used by generic_load.
5529         (load_sections_callback): New function, bfd sections callback
5530         used by generic_load.
5531
5532 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
5533
5534         [Based on work by Jim Blandy]
5535         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5536         (builtin_type_vec128): Export.
5537         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5538         types.
5539         (builtin_type_vec128): New builtin type for 128 bit vector
5540         registers.
5541         (build_gdbtypes): Initialize builtin_type_v16qi and
5542         builtin_type_v8hi. Create the vec128 register builtin type
5543         structure.
5544         (build_builtin_type_vec128): New function.
5545         (_initialize_gdbtypes): Register builtin_type_v16qi and
5546         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5547         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5548         AltiVec register to new builtin type.
5549
5550 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
5551
5552         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5553         to make_cv_type.
5554
5555 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
5556
5557         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5558         CLEAN_UP_REGISTER_VALUE.
5559         * regcache.c (supply_register): Update only call.
5560
5561 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
5562
5563         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5564         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5565         a29k-*-vxworks* targets as obsolete.
5566
5567 2002-01-14  Michael Snyder  <msnyder@redhat.com>
5568
5569         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5570         until we can resolve portability issues.
5571         * gregset.h: Remove references to fpxregs.
5572         * gcore.c (gcore_command): Initialize note_sec to NULL.
5573
5574 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5575
5576         * signals.c (target_signal_to_name): Rewrite.  Only use
5577         signals[].name when in bounds and non-NULL.
5578
5579 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5580
5581         From Petr Ledvina <ledvinap@kae.zcu.cz>:
5582         * signals.c (target_signal_to_name): Verify that SIG is within the
5583         bounds of the signals array.
5584
5585 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5586
5587         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5588
5589 2002-01-13  Keith Seitz  <keiths@redhat.com>
5590
5591         * stack.c (print_frame_info_base): Print the frame's pc
5592         only if when print_frame_info_listing_hook is not defined.
5593
5594 2002-01-13  Keith Seitz  <keiths@redhat.com>
5595
5596         * varobj.c (varobj_set_value): Make sure that there were no
5597         errors evaluating the object before attempting to set its
5598         value.
5599         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5600         so this offset adjustment is no longer necessary.
5601         (create_child): Don't set the error flag if the child is
5602         a CPLUS_FAKE_CHILD.
5603         (value_of_child): If value_fetch_lazy fails, return NULL
5604         so that callers will be notified that an error occurred.
5605         (c_value_of_variable): Delay check of variable's validity
5606         until later. We actually want all structs and unions to have
5607         the value "{...}".
5608         Do not return "???" for variables which could not be evaluated.
5609         This error condition must be returned to the caller so that it
5610         can get the error condition from gdb.
5611         (cplus_name_of_child): Adjust index for vptr before figuring
5612         out the name of the child.
5613         (cplus_value_of_child): If a child's (real) parent is not valid,
5614         don't even bother trying to give a value for it. Just return
5615         an error. Change all instances in this function.
5616         (cplus_type_of_child): If our parent is one of the "fake"
5617         parents, we need to get at the type of the real parent, and
5618         derive the child's true type using this information.
5619
5620 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5621
5622         From 2002-01-09 John Marshall <johnm@falch.net>:
5623         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5624         sources.redhat.com, and tweak some related URLs which had
5625         suffered from linkrot.
5626
5627 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5628
5629         From Jeff law:
5630         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5631         structures passed in registers.
5632
5633 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
5634
5635         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5636         white space which prevented compilation.  Reported by DSK
5637         <dsk@student.unsw.edu.au>.
5638
5639 2002-01-11  Michael Snyder  <msnyder@redhat.com>
5640
5641         * symfile.c (build_section_addr_info_from_section_tab):
5642         Use bfd access method instead of manipulating bfd directly.
5643         (syms_from_objfile): Ditto.
5644         (simple_overlay_update_1): Ditto.
5645         (simple_overlay_update): Ditto.
5646         (generic_load): Ditto.
5647         (overlay_unmapped_address): FIXME comment, bfd access methods.
5648         (sections_overlap): FIXME comment, bfd access methods.
5649         (pc_in_mapped_range): FIXME comment, bfd access methods.
5650         (pc_in_unmapped_range): FIXME comment, bfd access methods.
5651         (section_is_mapped): FIXME comment, bfd access methods.
5652         (section_is_overlay): FIXME comment, bfd access methods.
5653
5654         * symfile.c (generic_load): Whitespace and long line cleanups.
5655         Remove duplicate variable, change several local variables to
5656         more appropriate data types.
5657         (print_transfer_performance): Use %lu instead of %ld for ulongs.
5658
5659 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5660
5661         From Peter Schauer:
5662         * language.c (longest_local_hex_string_custom): Use phex_nz to
5663         convert NUM to a hex string.
5664
5665 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
5666
5667         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5668         the function.
5669         Update Copyright year.
5670
5671 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5672
5673         * language.c (longest_raw_hex_string): Delete unused function.
5674
5675 2002-01-11  Petr Sorfa  <petrs@caldera.com>
5676
5677         * MAINTAINERS (write-after-approval): Add myself.
5678         * dwarf2read.c (read_tag_string_type): Handling of
5679         DW_AT_byte_size.
5680         (read_tag_string_type): FORTRAN fix to prevent propagation of
5681         first string size.
5682         (set_cu_language): Handling of DW_LANG_Fortran95
5683
5684 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
5685
5686         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5687         GETPID(inferior_ptid).
5688         (store_inferior_registers): Likewise.
5689
5690 2002-01-10  Jason Merrill  <jason@redhat.com>
5691
5692         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5693         Fix DW_OP_minus.
5694
5695 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
5696
5697         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5698         and bfd/elf32-sh-nbsd.c.
5699
5700 2002-01-10  Michael Snyder  <msnyder@redhat.com>
5701
5702         * NEWS: Mention --pid and corefile/proc-id behavior change.
5703
5704         * Makefile.in: Add rules for gcore.o and linux-proc.o.
5705         * gcore.c: Include cli/cli-decode.h instead of command.h.
5706
5707         * main.c (captured_main): Add new command line option "--pid".
5708         If the second command line argument (following the symbol-file)
5709         begins with a digit, try to attach to it before trying to open
5710         it as a corefile.
5711         (print_gdb_help): Document the "--pid" argument.
5712
5713 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
5714
5715         * completer.c (command_completer): New function.
5716
5717         * completer.h <command_completer>: Add prototype.
5718
5719         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5720         completer for the "help" command.
5721
5722 2002-01-09  Jason Merrill  <jason@redhat.com>
5723
5724         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5725
5726 2002-01-09  Michael Snyder  <msnyder@redhat.com>
5727
5728         * i386-linux-nat.c (fill_fpxregset): Make global.
5729         (store_fpxregset): Ditto.
5730
5731         * gregset.h (gdb_fpxregset_t): Define.
5732         (supply_fpxregset): Prototype.
5733         (fill_fpxregset): Prototype.
5734
5735         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5736
5737 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5738
5739         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5740         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5741         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5742
5743 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
5744
5745         * MAINTAINERS: Update target maintainer rules so that any
5746         Maintainer can approve a tested patch for a maintenance-only
5747         target.
5748
5749 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5750
5751         * MAINTAINERS (write-after-approval): Add myself.
5752
5753         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5754         IN_SIGTRAMP.
5755
5756 2002-01-08  Michael Snyder  <msnyder@redhat.com>
5757
5758         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5759         real name of the executable, rather than the /proc name.
5760
5761 2002-01-03  Michael Snyder  <msnyder@redhat.com>
5762
5763         Implement a "generate-core-file" command in gdb, save target state.
5764         * gcore.c: New file.  Implement new command 'generate-core-file'.
5765         Save a corefile image of the current state of the inferior.
5766         * linux-proc.c: Add linux-specific code for saving corefiles.
5767         * target.h (struct target_ops): Add new target vectors for saving
5768         corefiles; to_find_memory_regions and to_make_corefile_notes.
5769         (target_find_memory_regions): New macro.
5770         (target_make_corefile_notes): New macro.
5771         * target.c (update_current_target): Inherit new target methods.
5772         (dummy_find_memory_regions): New place-holder method.
5773         (dummy_make_corefile_notes): New place-holder method.
5774         (init_dummy_target): Initialize new dummy target vectors.
5775         * exec.c (exec_set_find_memory_regions): New function.
5776         Allow the exec_ops vector for memory regions to be taken over.
5777         (exec_make_note_section): New function, target vector method.
5778         * defs.h (exec_set_find_memory_regions): Export prototype.
5779         * procfs.c (proc_find_memory_regions): New function, corefile method.
5780         (procfs_make_note_section): New function, corefile method.
5781         (init_procfs_ops): Set new target vector pointers.
5782         (find_memory_regions_callback): New function.
5783         (procfs_do_thread_registers): New function.
5784         (procfs_corefile_thread_callback): New function.
5785         * sol-thread.c (sol_find_memory_regions): New function.
5786         (sol_make_note_section): New function.
5787         (init_sol_thread_ops): Initialize new target vectors.
5788         * inftarg.c (inftarg_set_find_memory_regions): New function.
5789         Allow to_find_memory_regions vector to be taken over.
5790         (inftarg_set_make_corefile_notes): New function.
5791         Allow to_make_corefile_notes vector to be taken over.
5792         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5793         interface layer if not target_has_execution (may be a corefile).
5794         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5795         * config/sparc/sun4sol2.mh: Ditto.
5796         * config/alpha/alpha-linux.mh: Ditto.
5797         * config/arm/linux.mh: Ditto.
5798         * config/i386/x86-64linux.mh: Ditto.
5799         * config/ia64/linux.mh: Ditto.
5800         * config/m68k/linux.mh: Ditto.
5801         * config/mips/linux.mh: Ditto.
5802         * config/powerpc/linux.mh: Ditto.
5803         * config/sparc/linux.mh: Ditto.
5804
5805 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5806
5807         * arm-linux-nat.c: Remove references to regcache.c internal data
5808         (registers[] and register_valid[]).
5809
5810 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5811
5812         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
5813         so that attaching to a pid will automatically read the process's
5814         symbol file and shlibs.
5815         * Makefile.in: Add rule for linux-proc.o.
5816         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5817         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5818         * config/arm/linux.mh: Ditto.
5819         * config/i386/linux.mh: Ditto.
5820         * config/i386/x86-64linux.mh: Ditto.
5821         * config/ia64/linux.mh: Ditto.
5822         * config/m68k/linux.mh: Ditto.
5823         * config/mips/linux.mh: Ditto.
5824         * config/powerpc/linux.mh: Ditto.
5825         * config/sparc/linux.mh: Ditto.
5826
5827 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5828
5829         * win32-nat.c: Add i386-tdep.h dependency.
5830
5831 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5832
5833         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5834         instead of bfd_get_arch_size.  Don't bail out just because
5835         there's no exec_bfd.
5836
5837         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5838         * p-valprint.c (pascal_object_print_value): Ditto.
5839         * somread.c (som_symtab_read): Ditto.
5840         * symfile.c (simple_free_overlay_region_table): Ditto.
5841         * valops.c (value_assign): Ditto.
5842
5843         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5844         use tilde_expand and strerror for opening save-tracepoints file.
5845
5846         * thread-db.c (thread_db_new_objfile): Indendation fix.
5847
5848         * infptrace.c (GDB_MAX_ALLOCA): New define.
5849         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5850         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5851         can be overridden with whatever value is appropriate to the host).
5852         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5853         alloca to allocate potentially large buffer.
5854         * rs6000-nat.c (child_xfer_memory): Ditto.
5855         * symm-nat.c (child_xfer_memory): Ditto.
5856         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5857
5858 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
5859
5860         From Nick Clifton  <nickc@redhat.com>
5861         * d10v-tdep.c: Set STACK_START to 0x200bffe.
5862
5863 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5864
5865         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5866         Don't use exec_bfd if it's NULL.
5867
5868 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
5869
5870         * valops.c (value_arg_coerce): Fix formatting.
5871
5872 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5873
5874         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5875         * gnu-nat.c: Ditto.
5876
5877 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5878
5879         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5880         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5881         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5882         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5883         z8k-coff have not been multi-arched.  Update z8k-coff build
5884         status.
5885
5886 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5887
5888         * MAINTAINERS: Mark a29k target as obsolete.
5889         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5890         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
5891         comments.
5892         * NEWS: Note that a29k targets are obsolete.
5893         * a29k-tdep.c: Mark as obsolete.
5894         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5895         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5896         a29k-*-vxworks* targets as obsolete.
5897         * remote-adapt.c: Obsolete.
5898         * remote-eb.c: Obsolete.
5899         * remote-mm.c: Obsolete.
5900         * remote-udi.c: Obsolete.
5901         * config/a29k/a29k-udi.mt: Obsolete.
5902         * config/a29k/a29k.mt: Obsolete.
5903         * config/a29k/tm-a29k.h: Obsolete.
5904         * config/a29k/tm-vx29k.h: Obsolete.
5905         * config/a29k/vx29k.mt: Obsolete.
5906
5907 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5908
5909         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5910         with BFD_ENDIAN_BIG.
5911
5912 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5913
5914         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5915         * configure, config.in: Re-generate.
5916         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5917         * defs.h: Do not include <endian.h>.
5918
5919 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
5920
5921         * acconfig.h (HAVE_PT_GETXMMREGS): New.
5922         * config.in: Regenerate.
5923         * configure.in: Update copyright years.
5924         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5925         * configure: Regenerate.
5926         * i386bsd-nat.c: Update copyright years.
5927         (fill_gregset): Use regcache_collect.
5928         (fetch_inferior_registers): Only fetch integer registers
5929         if requested to do so.  Add support for XMM registers
5930         using PT_GETXMMREGS.
5931         (store_inferior_registers): Only store integer registers
5932         if requested to do so.  Add support for XMM registers
5933         using PT_SETXMMREGS.
5934         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5935         (store_inferior_registers): Remove.
5936         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5937         (fetch_elfcore_registers): New function.
5938         (i386nbsd_elfcore_fns): New.
5939         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5940         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5941         i386bsd-nat.o.
5942         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5943         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5944         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5945         * config/i386/tm-nbsd.h: Update copyright years.
5946         (HAVE_SSE_REGS): Define.
5947         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5948         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5949         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5950         (SIGCONTEXT_PC_OFFSET): Remove.
5951         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5952
5953 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5954
5955         * configure.tgt: Remove powerpc-*-macos* target.
5956         * config/m68k/xm-mpw.h: Delete file.
5957         * config/xm-mpw.h: Delete file.
5958         * ser-mac.c: Delete file.
5959         * mpw-make.sed: Delete file.
5960         * mpw-config.in: Delete file.
5961         * mac-xdep.c: Delete file.
5962         * mac-gdb.r: Delete file.
5963         * mac-defs.h: Delete file.
5964         * mac-nat.c: Delete file.
5965         * config/powerpc/macos.mh: Delete file.
5966         * config/powerpc/macos.mt: Delete file.
5967         * config/powerpc/nm-macos.h: Delete file.
5968         * config/powerpc/tm-macos.h: Delete file.
5969         * source.c (openp, open_source_file): Remove obsolete code.
5970         * top.c (gdb_readline): Ditto.
5971         * utils.c (query): Ditto.
5972         * event-top.c (display_gdb_prompt): Ditto.
5973         * Makefile.in (ser-mac.o): Delete obsolete target.
5974         * NEWS: Update.
5975
5976 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
5977
5978         * defs.h (BIG_ENDIAN): Delete macro definition.
5979         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5980         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5981         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5982         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5983         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5984         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5985         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5986         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5987         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5988         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5989         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5990         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5991         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5992         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5993         * gdbarch.c: Re-generate.
5994
5995 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5996
5997         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5998         for core files.
5999
6000 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
6001
6002         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6003
6004 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
6005
6006         * value.h (value_ptr): Delete typedef.
6007
6008 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
6009
6010         * i386nbsd-nat.c: Update copyright years.
6011         Include i386-tdep.h.
6012
6013 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
6014
6015         * stabsread.c: Update copyright years.
6016
6017         From Debashis Mahata <debashis.mahata@wipro.com>:
6018         (read_struct_fields): Deal with Sun C compiler erroneous stab
6019         output for structs and unions.
6020         Fix PR gdb/269.
6021
6022 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
6023
6024         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6025         prototype.
6026
6027 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
6028
6029         * cp-abi.c: Fix whitespace.
6030         (baseclass_offset): New wrapper function.
6031         * cp-abi.h (baseclass_offset): Add prototype.
6032         (struct cp_abi_ops): Add baseclass_offset pointer.
6033
6034         * valops.c (vb_match): Move to...
6035         * gnu-v2-abi.c (vb_match): here.
6036         * valops.c (baseclass_offset): Move to...
6037         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6038
6039         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6040
6041         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6042         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6043         * hpacc-abi.c (init_hpacc_ops): Likewise.
6044
6045 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
6046
6047         * valops.c (find_overload_match): Accept obj as a
6048         reference parameter.  Update it before returning.
6049         * value.h (find_overload_match): Update prototype.
6050         * eval.c (evaluate_subexp_standard): Pass object to
6051         find_overload_match by reference.
6052
6053 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
6054
6055         * valarith.c: Replace value_ptr with struct value pointer.  Remove
6056         register attribute from value declarations.
6057         * valops.c: Ditto.
6058         * value.h: Ditto.
6059         * scm-lang.c (scm_lookup_name): Ditto.
6060
6061 2002-01-03  Michael Snyder  <msnyder@redhat.com>
6062
6063         Abstract the functionality of iterating over mapped memory
6064         regions into a general purpose iterator function.
6065         * procfs.c (iterate_over_mappings): New function, general purpose
6066         iterator for memory sections.
6067         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6068         (solib_mappings_callback): New function, callback for above.
6069         (info_proc_mappings): Reimpliment using iterate_over_mappings.
6070         (info_mappings_callback): New function, callback for above.
6071
6072         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6073
6074 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
6075
6076         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6077         * i386-tdep.c: Include "elf-bfd.h".
6078         (process_note_abi_tag_sections): New function.
6079         (i386_gdbarch_init): Add code to recognize various OS/ABI
6080         combinations.
6081
6082         * maint.c (_initialize_maint_cmds): Add missing \ in
6083         string-literal.
6084
6085 For older changes see ChangeLog-2001
6086 \f
6087 Local Variables:
6088 mode: change-log
6089 left-margin: 8
6090 fill-column: 74
6091 version-control: never
6092 End: